ATAS
Loading...
Searching...
No Matches
ATAS.DataFeedsCore.MarketByOrder Class Reference

Market by Order (MBO) describes an order-based data feed that provides the ability to view individual queue position, full depth of book and the size of individual orders at each price level. More...

Inheritance diagram for ATAS.DataFeedsCore.MarketByOrder:
[legend]
Collaboration diagram for ATAS.DataFeedsCore.MarketByOrder:
[legend]

Public Member Functions

override string ToString ()
 

Properties

SecuritySecurity [get, set]
 Gets or sets the security associated with the market by order entry.
 
DateTime Time [get, set]
 Gets or sets the date and time of the market by order entry.
 
MarketByOrderUpdateTypes Type [get, set]
 Type of market by order update.
 
MarketDataType Side [get, set]
 Side of the order.
 
long Priority [get, set]
 Priority of this order in the exchange's matching engine queue.
 
long ExchangeOrderId [get, set]
 Exchange order id of this order.
 
decimal Price [get, set]
 Price associated with this order.
 
decimal Volume [get, set]
 Volume associated with this order.
 
- Properties inherited from ATAS.DataFeedsCore.IEntity
EntityType EntityType [get]
 Gets the type of the entity.
 

Detailed Description

Market by Order (MBO) describes an order-based data feed that provides the ability to view individual queue position, full depth of book and the size of individual orders at each price level.

Member Function Documentation

◆ ToString()

override string ATAS.DataFeedsCore.MarketByOrder.ToString ( )

Property Documentation

◆ ExchangeOrderId

long ATAS.DataFeedsCore.MarketByOrder.ExchangeOrderId
getset

Exchange order id of this order.

◆ Price

decimal ATAS.DataFeedsCore.MarketByOrder.Price
getset

Price associated with this order.

◆ Priority

long ATAS.DataFeedsCore.MarketByOrder.Priority
getset

Priority of this order in the exchange's matching engine queue.

◆ Security

Security? ATAS.DataFeedsCore.MarketByOrder.Security
getset

Gets or sets the security associated with the market by order entry.

◆ Side

MarketDataType ATAS.DataFeedsCore.MarketByOrder.Side
getset

Side of the order.

◆ Time

DateTime ATAS.DataFeedsCore.MarketByOrder.Time
getset

Gets or sets the date and time of the market by order entry.

◆ Type

MarketByOrderUpdateTypes ATAS.DataFeedsCore.MarketByOrder.Type
getset

Type of market by order update.

◆ Volume

decimal ATAS.DataFeedsCore.MarketByOrder.Volume
getset

Volume associated with this order.


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