OnixS C++ B3 Binary UMDF Market Data Handler  1.3.3
API documentation
Order Struct Reference

#include <OnixS/B3/MarketData/UMDF/OrderBook.h>

Public Member Functions

 Order (OrderId orderId, Price price, Quantity quantity) throw ()
 
std::string toString () const
 
ONIXS_B3_UMDF_MD_API void toString (std::string &) const
 
OrderId orderId () const throw ()
 
Price price () const throw ()
 
Quantity quantity () const throw ()
 
bool marketOrder () const
 

Detailed Description

Definition at line 50 of file OrderBook.h.

Constructor & Destructor Documentation

Order ( OrderId  orderId,
Price  price,
Quantity  quantity 
)
throw (
)
inline

Initializes the instances according to specified attributes.

Definition at line 169 of file OrderBook.h.

Member Function Documentation

bool marketOrder ( ) const
inline

Indicates whether the order is the market order.

Definition at line 72 of file OrderBook.h.

OrderId orderId ( ) const
throw (
)
inline

Order Id.

Definition at line 63 of file OrderBook.h.

Price price ( ) const
throw (
)
inline

Price.

Definition at line 66 of file OrderBook.h.

Quantity quantity ( ) const
throw (
)
inline

Quantity.

Definition at line 69 of file OrderBook.h.

std::string toString ( ) const
inline

Returns string representation of the instance.

Definition at line 211 of file OrderBook.h.

ONIXS_B3_UMDF_MD_API void toString ( std::string &  ) const

Appends representation of the instance to the string.


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