CancelAllOrdersAck#

struct CancelAllOrdersAck#

Acknowledgement that a cancel all orders request has been seen by gateway/exchange.

Public Members

uint16_t stream_id = {}#

Stream identifier.

std::string_view account#

Account name.

uint64_t order_id = {}#

Order identifier.

std::string_view exchange#

Exchange.

std::string_view symbol#

Symbol.

Side side = {}#

Side.

Origin origin = {}#

Origin of ack.

RequestStatus request_status = {}#

Request status.

Error error = {}#

Error code.

std::string_view text#

Descriptive text.

std::string_view request_id#

Request identifier.

std::string_view external_account#

External account name.

uint32_t number_of_affected_orders = {}#

Number of affected orders (optional, indicative)

std::chrono::nanoseconds round_trip_latency = {}#

Round-trip latency between gateway and exchange.

std::string_view user#

User name (optional, only relevant for drop-copy)

uint32_t strategy_id = {}#

Strategy identifier (optional)