Interface used to store price data.
Namespace: Stator.libPublic.DataPlugins.DataObjectInterfaces
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
The IPrice type exposes the following members.
Properties
Name | Description | |
---|---|---|
Change |
The change in price between this period and the previous.
| |
Close |
The closing price for the date/time price period.
| |
DateTime |
The date/time for the price quote.
| |
ErrorMessage |
Error message for the price quote.
| |
High |
The high price for the date/time price period.
| |
Identifier |
An identifier for the price quote.
| |
Low |
The low price for the date/time price period.
| |
Misc |
Any comments to add for the price quote.
| |
Open |
The opening price for the date/time price period.
| |
OpenInterest |
The open interest for the date/time price period.
| |
Volume |
The total volume for the date/time price period.
|
See Also