OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
Order Struct Reference

#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

Detailed Description

Definition at line 136 of file OrderBook.h.

Constructor & Destructor Documentation

◆ Order()

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

Initializes the instances according to specified attributes.

Definition at line 517 of file OrderBook.h.

Member Function Documentation

◆ marketOrder()

bool marketOrder ( ) const
inline

Indicates whether the order is the market order.

Definition at line 158 of file OrderBook.h.

◆ orderId()

OrderId orderId ( ) const
inlinenoexcept

Order Id.

Definition at line 149 of file OrderBook.h.

◆ price()

Price price ( ) const
inlinenoexcept

Price.

Definition at line 152 of file OrderBook.h.

◆ quantity()

Quantity quantity ( ) const
inlinenoexcept

Quantity.

Definition at line 155 of file OrderBook.h.

◆ toString() [1/2]

std::string toString ( ) const
inline

Returns string representation of the instance.

Definition at line 529 of file OrderBook.h.

◆ toString() [2/2]

ONIXS_B3_UMDF_MD_API void toString ( std::string & ) const

Appends representation of the instance to the string.