Interface for common fields of Order and SpreadOrder events. Order events represent a snapshot for a full available market depth for a symbol. The collection of order events of a symbol represents the most recent information that is available about orders on the market at any given moment of time.
More...
|
DateTime | Time [get] |
| Returns date time of this order. More...
|
|
int | TimeNanoPart [get] |
| Returns microseconds and nanoseconds time part of the last trade. More...
|
|
int | Sequence [get] |
| Returns sequence number of this order to distinguish orders that have the same Time. This sequence number does not have to be unique and does not need to be sequential. More...
|
|
double | Price [get] |
| Returns price of this order. More...
|
|
long | Size [get] |
| Returns size of this order. More...
|
|
int | Count [get] |
| Returns number of individual orders in this aggregate order. More...
|
|
Scope | Scope [get] |
| Returns scope of this order. More...
|
|
Side | Side [get] |
| Returns side of this order. More...
|
|
char | ExchangeCode [get] |
| Returns exchange code of this order. More...
|
|
Interface for common fields of Order and SpreadOrder events. Order events represent a snapshot for a full available market depth for a symbol. The collection of order events of a symbol represents the most recent information that is available about orders on the market at any given moment of time.
◆ Count
int com.dxfeed.api.events.IDxOrderBase.Count |
|
get |
Returns number of individual orders in this aggregate order.
◆ ExchangeCode
char com.dxfeed.api.events.IDxOrderBase.ExchangeCode |
|
get |
Returns exchange code of this order.
◆ Price
double com.dxfeed.api.events.IDxOrderBase.Price |
|
get |
Returns price of this order.
◆ Scope
Scope com.dxfeed.api.events.IDxOrderBase.Scope |
|
get |
Returns scope of this order.
◆ Sequence
int com.dxfeed.api.events.IDxOrderBase.Sequence |
|
get |
Returns sequence number of this order to distinguish orders that have the same Time. This sequence number does not have to be unique and does not need to be sequential.
◆ Side
Side com.dxfeed.api.events.IDxOrderBase.Side |
|
get |
Returns side of this order.
◆ Size
long com.dxfeed.api.events.IDxOrderBase.Size |
|
get |
Returns size of this order.
◆ Time
DateTime com.dxfeed.api.events.IDxOrderBase.Time |
|
get |
Returns date time of this order.
◆ TimeNanoPart
int com.dxfeed.api.events.IDxOrderBase.TimeNanoPart |
|
get |
Returns microseconds and nanoseconds time part of the last trade.
The documentation for this interface was generated from the following file:
- dxf_api/src/events/IDxOrderBase.cs