Candle event with open, high, low, close prices and other information for a specific period.Candles are build with a specified CandlePeriod using a specified CandlePrice type with a data taken from the specified CandleExchange from the specified CandleSession with further details of aggregation provided by CandleAlignment.
More...
|
CandleSymbol | EventSymbol [get, private set] |
| Returns event symbol that identifies this event type. More...
|
|
IndexedEventSource | Source [get] |
| Returns source of this event. More...
|
|
EventFlag | EventFlags [get, set] |
| Gets or sets transactional event flags. See "Event Flags" section from IDxIndexedEvent. More...
|
|
long | Index [get, private set] |
| Gets unique per-symbol index of this event. More...
|
|
long | TimeStamp [get] |
| Returns timestamp of this event. The timestamp is in milliseconds from midnight, January 1, 1970 UTC. More...
|
|
DateTime | Time [get, private set] |
| Returns UTC date and time of this event. More...
|
|
int | Sequence [get, private set] |
| Returns sequence number of this event to distinguish events that have the same Time. This sequence number does not have to be unique and does not need to be sequential. More...
|
|
double | Count [get, private set] |
| Returns total number of original trade (or quote) events in this candle. More...
|
|
double | Open [get, private set] |
| Returns the first (open) price of this candle. More...
|
|
double | High [get, private set] |
| Returns the maximal (high) price of this candle. More...
|
|
double | Low [get, private set] |
| Returns the minimal (low) price of this candle. More...
|
|
double | Close [get, private set] |
| Returns the last (close) price of this candle. More...
|
|
double | Volume [get, private set] |
| Returns total volume in this candle. More...
|
|
double | VWAP [get, private set] |
| Returns volume-weighted average price (VWAP) in this candle. More...
|
|
double | BidVolume [get, private set] |
| Returns bid volume in this candle. More...
|
|
double | AskVolume [get, private set] |
| Returns ask volume in this candle. More...
|
|
long | OpenInterest [get, private set] |
| Returns open interest. More...
|
|
double | ImpVolatility [get, private set] |
| Returns implied volatility. More...
|
|
object IDxEventType. | EventSymbol [get] |
|
Properties inherited from com.dxfeed.api.events.IDxCandle |
int | Sequence [get] |
| Returns sequence number of this event to distinguish events that have the same Time. This sequence number does not have to be unique and does not need to be sequential. More...
|
|
double | Count [get] |
| Returns total number of original trade (or quote) events in this candle. More...
|
|
double | Open [get] |
| Returns the first (open) price of this candle. More...
|
|
double | High [get] |
| Returns the maximal (high) price of this candle. More...
|
|
double | Low [get] |
| Returns the minimal (low) price of this candle. More...
|
|
double | Close [get] |
| Returns the last (close) price of this candle. More...
|
|
double | Volume [get] |
| Returns total volume in this candle. More...
|
|
double | VWAP [get] |
| Returns volume-weighted average price (VWAP) in this candle. More...
|
|
double | BidVolume [get] |
| Returns bid volume in this candle. More...
|
|
double | AskVolume [get] |
| Returns ask volume in this candle. More...
|
|
long | OpenInterest [get] |
| Returns open interest. More...
|
|
double | ImpVolatility [get] |
| Returns implied volatility. More...
|
|
Candle event with open, high, low, close prices and other information for a specific period.Candles are build with a specified CandlePeriod using a specified CandlePrice type with a data taken from the specified CandleExchange from the specified CandleSession with further details of aggregation provided by CandleAlignment.