dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.native.events.NativeOrder Class Reference

Order event is 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. Order events give information on several levels of details, called scopes - see Scope. Scope of an order is available via Scope property. More...

Inheritance diagram for com.dxfeed.native.events.NativeOrder:
[legend]
Collaboration diagram for com.dxfeed.native.events.NativeOrder:
[legend]

Public Member Functions

override string ToString ()
 
- Public Member Functions inherited from com.dxfeed.native.events.NativeOrderBase
override string ToString ()
 
override object Clone ()
 

Properties

string MarketMaker [get]
 Returns market maker or other aggregate identifier of this order. This value is defined for Scope.AGGREGATE and Scope.ORDER orders. More...
 
- Properties inherited from com.dxfeed.native.events.NativeOrderBase
IndexedEventSource Source [get, set]
 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, set]
 Gets unique per-symbol index of this event. More...
 
DateTime Time [get, set]
 Returns date time of this order. More...
 
int TimeNanoPart [get, set]
 Returns microseconds and nanoseconds time part of the last trade. More...
 
int Sequence [get, set]
 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, set]
 Returns price of this order. More...
 
long Size [get, set]
 Returns size of this order. More...
 
int Count [get, set]
 Returns number of individual orders in this aggregate order. More...
 
Scope Scope [get, set]
 Returns scope of this order. More...
 
Side Side [get, set]
 Returns side of this order. More...
 
char ExchangeCode [get, set]
 Returns exchange code of this order. More...
 
- Properties inherited from com.dxfeed.native.events.MarketEventImpl
string EventSymbol [get]
 Returns symbol of this event. More...
 
- Properties inherited from com.dxfeed.api.events.IDxOrderBase
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...
 
- Properties inherited from com.dxfeed.api.events.IDxOrder
string MarketMaker [get]
 Returns market maker or other aggregate identifier of this order. This value is defined for Scope.AGGREGATE and Scope.ORDER orders. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.dxfeed.native.events.MarketEventImpl
 MarketEventImpl (string symbol)
 Protected constructor for concrete implementation classes that initializes EventSymbol property. More...
 

Detailed Description

Order event is 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. Order events give information on several levels of details, called scopes - see Scope. Scope of an order is available via Scope property.

Property Documentation

◆ MarketMaker

string com.dxfeed.native.events.NativeOrder.MarketMaker
get

Returns market maker or other aggregate identifier of this order. This value is defined for Scope.AGGREGATE and Scope.ORDER orders.


The documentation for this class was generated from the following file: