#include <OnixS/B3/MarketData/UMDF/OrderBook.h>
Public Member Functions | |
| Order (OrderId orderId, Price price, Quantity quantity) noexcept | |
| std::string | toString () const |
| ONIXS_B3_UMDF_MD_API void | toString (std::string &) const |
| OrderId | orderId () const noexcept |
| Price | price () const noexcept |
| Quantity | quantity () const noexcept |
| bool | marketOrder () const |
Definition at line 136 of file OrderBook.h.
Initializes the instances according to specified attributes.
Definition at line 517 of file OrderBook.h.
|
inline |
Indicates whether the order is the market order.
Definition at line 158 of file OrderBook.h.
|
inlinenoexcept |
Order Id.
Definition at line 149 of file OrderBook.h.
|
inlinenoexcept |
Definition at line 152 of file OrderBook.h.
|
inlinenoexcept |
Definition at line 155 of file OrderBook.h.
|
inline |
Returns string representation of the instance.
Definition at line 529 of file OrderBook.h.
| ONIXS_B3_UMDF_MD_API void toString | ( | std::string & | ) | const |
Appends representation of the instance to the string.