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...
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.
◆ DayClosePrice
double com.dxfeed.api.events.IDxSummary.DayClosePrice |
|
get |
Returns the last (close) price for the day.
◆ DayClosePriceType
PriceType com.dxfeed.api.events.IDxSummary.DayClosePriceType |
|
get |
Returns the price type of the last (close) price for the day.
◆ DayHighPrice
double com.dxfeed.api.events.IDxSummary.DayHighPrice |
|
get |
Returns the maximal (high) price for the day.
◆ DayId
int com.dxfeed.api.events.IDxSummary.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.
◆ DayLowPrice
double com.dxfeed.api.events.IDxSummary.DayLowPrice |
|
get |
Returns the minimal (low) price for the day.
◆ DayOpenPrice
double com.dxfeed.api.events.IDxSummary.DayOpenPrice |
|
get |
Returns the first (open) price for the day.
◆ ExchangeCode
char com.dxfeed.api.events.IDxSummary.ExchangeCode |
|
get |
◆ OpenInterest
long com.dxfeed.api.events.IDxSummary.OpenInterest |
|
get |
Returns open interest of the symbol as the number of open contracts.
◆ PrevDayClosePrice
double com.dxfeed.api.events.IDxSummary.PrevDayClosePrice |
|
get |
Returns the last (close) price for the previous day.
◆ PrevDayClosePriceType
PriceType com.dxfeed.api.events.IDxSummary.PrevDayClosePriceType |
|
get |
Returns the price type of the last (close) price for the previous day.
◆ PrevDayId
int com.dxfeed.api.events.IDxSummary.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.
◆ PrevDayVolume
double com.dxfeed.api.events.IDxSummary.PrevDayVolume |
|
get |
Returns total volume traded for the previous day.
◆ RawFlags
int com.dxfeed.api.events.IDxSummary.RawFlags |
|
get |
Returns implementation-specific raw bit flags value
◆ Scope
Scope com.dxfeed.api.events.IDxSummary.Scope |
|
get |
Returns whether summary was a composite or regional (other constants are not used here).
The documentation for this interface was generated from the following file:
- dxf_api/src/events/IDxSummary.cs