Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote. It represents the most recent information that is available about the best quote on the market at any given moment of time.
More...
|
DateTime | Time [get] |
| Returns time of the last bid or ask change. This method is the same as max(getBidTime(), getAskTime()) Note, that unlike bid/ask times, that are transmitted over network in a second-precision, this time is transmitted up to a millisecond and even nano-second precision (see getTimeNanoPart()) if it is enabled on server side. More...
|
|
int | Sequence [get] |
| Returns sequence number of this quote to distinguish quotes that have the same time. This sequence number does not have to be unique and does not need to be sequential. More...
|
|
int | TimeNanoPart [get] |
| Returns microseconds and nanoseconds part of time of the last bid or ask change. More...
|
|
DateTime | BidTime [get] |
| Returns time of the last bid change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000. More...
|
|
char | BidExchangeCode [get] |
| Returns bid exchange code. More...
|
|
double | BidPrice [get] |
| Returns bid price. More...
|
|
long | BidSize [get] |
| Returns bid size. More...
|
|
DateTime | AskTime [get] |
| Returns date time of the last ask change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000. More...
|
|
char | AskExchangeCode [get] |
| Returns ask exchange code. More...
|
|
double | AskPrice [get] |
| Returns ask price. More...
|
|
long | AskSize [get] |
| Returns ask size. More...
|
|
Scope | Scope [get] |
| Returns scope More...
|
|
Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote. It represents the most recent information that is available about the best quote on the market at any given moment of time.
◆ AskExchangeCode
char com.dxfeed.api.events.IDxQuote.AskExchangeCode |
|
get |
Returns ask exchange code.
◆ AskPrice
double com.dxfeed.api.events.IDxQuote.AskPrice |
|
get |
◆ AskSize
long com.dxfeed.api.events.IDxQuote.AskSize |
|
get |
◆ AskTime
DateTime com.dxfeed.api.events.IDxQuote.AskTime |
|
get |
Returns date time of the last ask change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000.
◆ BidExchangeCode
char com.dxfeed.api.events.IDxQuote.BidExchangeCode |
|
get |
Returns bid exchange code.
◆ BidPrice
double com.dxfeed.api.events.IDxQuote.BidPrice |
|
get |
◆ BidSize
long com.dxfeed.api.events.IDxQuote.BidSize |
|
get |
◆ BidTime
DateTime com.dxfeed.api.events.IDxQuote.BidTime |
|
get |
Returns time of the last bid change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000.
◆ Scope
Scope com.dxfeed.api.events.IDxQuote.Scope |
|
get |
◆ Sequence
int com.dxfeed.api.events.IDxQuote.Sequence |
|
get |
Returns sequence number of this quote to distinguish quotes that have the same time. This sequence number does not have to be unique and does not need to be sequential.
◆ Time
DateTime com.dxfeed.api.events.IDxQuote.Time |
|
get |
Returns time of the last bid or ask change. This method is the same as max(getBidTime(), getAskTime()) Note, that unlike bid/ask times, that are transmitted over network in a second-precision, this time is transmitted up to a millisecond and even nano-second precision (see getTimeNanoPart()) if it is enabled on server side.
◆ TimeNanoPart
int com.dxfeed.api.events.IDxQuote.TimeNanoPart |
|
get |
Returns microseconds and nanoseconds part of time of the last bid or ask change.
The documentation for this interface was generated from the following file:
- dxf_api/src/events/IDxQuote.cs