OrderMassCancelReport¶
-
struct OrderMassCancelReport¶
FIX OrderMassCancelReport <r> message.
This message is used to acknowledge a request to cancel orders.
Public Functions
-
std::span<std::byte const> encode(roq::fix::Header const&, std::span<std::byte> const &buffer) const¶
Encode to buffer.
-
bool is_valid() const¶
Validate if message contains all required fields.
Public Members
-
std::string_view cl_ord_id¶
ClOrdID <11> (required)
-
std::string_view order_id¶
OrderID <37> (required)
-
roq::fix::MassCancelRequestType mass_cancel_request_type = {}¶
MassCancelRequestType <530> (required)
-
roq::fix::MassCancelResponse mass_cancel_response = {}¶
MassCancelResponse <531> (required)
-
roq::fix::MassCancelRejectReason mass_cancel_reject_reason = {}¶
MassCancelRejectReason <532>
-
uint32_t total_affected_orders = {}¶
TotalAffectedOrders <533>
-
std::string_view symbol¶
Symbol <55>
-
std::string_view security_exchange¶
SecurityExchange <207>
-
std::string_view text¶
Text <58>
-
std::span<roq::codec::fix::Party const> no_party_ids¶
NoPartyIDS <453>
Public Static Functions
-
static OrderMassCancelReport create(roq::fix::Message const&, std::span<std::byte> const &data)¶
Decode.
-
std::span<std::byte const> encode(roq::fix::Header const&, std::span<std::byte> const &buffer) const¶