Summary information snapshot about the trading session including session highs, lows, etc. It represents the most recent information that is available about the trading session in the market at any given moment of time.
More...
|
int | DayId [get, private set] |
| Returns identifier of the day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
|
|
double | DayOpenPrice [get, private set] |
| Returns the first (open) price for the day. More...
|
|
double | DayHighPrice [get, private set] |
| Returns the maximal (high) price for the day. More...
|
|
double | DayLowPrice [get, private set] |
| Returns the minimal (low) price for the day. More...
|
|
double | DayClosePrice [get, private set] |
| Returns the last (close) price for the day. More...
|
|
PriceType | DayClosePriceType [get, private set] |
| Returns the price type of the last (close) price for the day. More...
|
|
int | PrevDayId [get, private set] |
| Returns identifier of the previous day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
|
|
double | PrevDayClosePrice [get, private set] |
| Returns the last (close) price for the previous day. More...
|
|
PriceType | PrevDayClosePriceType [get, private set] |
| Returns the price type of the last (close) price for the previous day. More...
|
|
double | PrevDayVolume [get, private set] |
| Returns total volume traded for the previous day. More...
|
|
long | OpenInterest [get, private set] |
| Returns open interest of the symbol as the number of open contracts. More...
|
|
char | ExchangeCode [get, private set] |
| Returns exchange code More...
|
|
int | RawFlags [get, private set] |
| Returns implementation-specific raw bit flags value More...
|
|
Scope | Scope [get, private set] |
| Returns whether summary was a composite or regional (other constants are not used here). More...
|
|
string | EventSymbol [get, private set] |
| Returns symbol of this event. More...
|
|
object IDxEventType. | EventSymbol [get] |
|
int | DayId [get] |
| Returns identifier of the day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
|
|
double | DayOpenPrice [get] |
| Returns the first (open) price for the day. More...
|
|
double | DayHighPrice [get] |
| Returns the maximal (high) price for the day. More...
|
|
double | DayLowPrice [get] |
| Returns the minimal (low) price for the day. More...
|
|
double | DayClosePrice [get] |
| Returns the last (close) price for the day. More...
|
|
PriceType | DayClosePriceType [get] |
| Returns the price type of the last (close) price for the day. More...
|
|
int | PrevDayId [get] |
| Returns identifier of the previous day that this summary represents. Identifier of the day is the number of days passed since January 1, 1970. More...
|
|
double | PrevDayClosePrice [get] |
| Returns the last (close) price for the previous day. More...
|
|
PriceType | PrevDayClosePriceType [get] |
| Returns the price type of the last (close) price for the previous day. More...
|
|
double | PrevDayVolume [get] |
| Returns total volume traded for the previous day. More...
|
|
long | OpenInterest [get] |
| Returns open interest of the symbol as the number of open contracts. More...
|
|
char | ExchangeCode [get] |
| Returns exchange code More...
|
|
int | RawFlags [get] |
| Returns implementation-specific raw bit flags value More...
|
|
Scope | Scope [get] |
| Returns whether summary was a composite or regional (other constants are not used here). More...
|
|
Summary information snapshot about the trading session including session highs, lows, etc. It represents the most recent information that is available about the trading session in the market at any given moment of time.