Error codes for PriceXchg.
More...
#include <error_code.hpp>
Error codes for PriceXchg.
◆ have_other_side_with_non_immediate_client
constexpr unsigned have_other_side_with_non_immediate_client = 110 |
|
staticconstexpr |
When an order without 'immediate_client' flag comes to a PriceXchg with enqueued orders of other side.
New sell order comes to a PriceXchg with enqueued buy orders. Or new buy order comes to a PriceXchg with enqueued sell orders.
◆ have_this_side_with_non_post_order
constexpr unsigned have_this_side_with_non_post_order = 111 |
|
staticconstexpr |
When an order without 'post_order' flag comes to a PriceXchg with enqueued orders of this side.
New sell order comes to a PriceXchg with enqueued sell orders. Or new buy order comes to a PriceXchg with enqueued buy orders.
The documentation for this struct was generated from the following file: