#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 |
Definition at line 50 of file OrderBook.h.
Initializes the instances according to specified attributes.
Definition at line 169 of file OrderBook.h.
|
inline |
Indicates whether the order is the market order.
Definition at line 72 of file OrderBook.h.
|
inline |
Order Id.
Definition at line 63 of file OrderBook.h.
|
inline |
Price.
Definition at line 66 of file OrderBook.h.
|
inline |
Quantity.
Definition at line 69 of file OrderBook.h.
|
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.