OrderMassStatusRequest#

struct OrderMassStatusRequest#

FIX OrderMassStatusRequest <AF> message.

This message is used to request the status of orders matching the filters.

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 mass_status_req_id#

MassStatusReqID <584> (required)

roq::fix::MassStatusReqType mass_status_req_type = {}#

MassStatusReqType <585> (required)

std::span<Party const> no_party_ids#

NoPartyIDS <453>

std::string_view account#

Account <1>

std::string_view trading_session_id#

TradingSessionID <336>

std::string_view symbol#

Symbol <55>

std::string_view security_exchange#

SecurityExchange <207>

roq::fix::Side side = {}#

Side <54>

Public Static Functions

static OrderMassStatusRequest create(roq::fix::Message const&, std::span<std::byte> const &data)#

Decode.