OnixS C++ B3 Binary UMDF Market Data Handler  1.6.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 131 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 358 of file OrderBook.h.

Member Function Documentation

bool marketOrder ( ) const
inline

Indicates whether the order is the market order.

Definition at line 153 of file OrderBook.h.

OrderId orderId ( ) const
throw (
)
inline

Order Id.

Definition at line 144 of file OrderBook.h.

Price price ( ) const
throw (
)
inline

Price.

Definition at line 147 of file OrderBook.h.

Quantity quantity ( ) const
throw (
)
inline

Quantity.

Definition at line 150 of file OrderBook.h.

std::string toString ( ) const
inline

Returns string representation of the instance.

Definition at line 370 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: