OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
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
 
void toString (std::string &) const
 
OrderId orderId () const
 
Price price () const
 
Quantity quantity () const
 
bool marketOrder () const
 

Detailed Description

Definition at line 50 of file OrderBook.h.

Constructor & Destructor Documentation

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

Initializes the instances according to specified attributes.

Member Function Documentation

bool marketOrder ( ) const
inline

Indicates whether the order is the market order.

Definition at line 71 of file OrderBook.h.

OrderId orderId ( ) const
inline

Order Id.

Definition at line 62 of file OrderBook.h.

Price price ( ) const
inline

Price.

Definition at line 65 of file OrderBook.h.

Quantity quantity ( ) const
inline

Quantity.

Definition at line 68 of file OrderBook.h.

std::string toString ( ) const

Returns string representation of the instance.

void toString ( std::string &  ) const

Appends representation of the instance to the string.


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