OrderMassStatusRequest

class roq.fix.codec.OrderMassStatusRequest

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

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: roq.fix.codec.OrderMassStatusRequest, arg0: roq::fix::codec::OrderMassStatusRequest) -> None

  2. __init__(self: roq.fix.codec.OrderMassStatusRequest, mass_status_req_id: str, mass_status_req_type: roq.fix.MassStatusReqType, no_party_ids: list[roq.fix.codec.Party] = [], account: str = ‘’, trading_session_id: str = ‘’, symbol: str = ‘’, security_exchange: str = ‘’, side: roq.fix.Side = <Side.UNDEFINED: 0>) -> None

property account

Account <1>

property mass_status_req_id

MassStatusReqID <584> (required)

property mass_status_req_type

MassStatusReqType <585> (required)

property no_party_ids

NoPartyIDS <453>

property security_exchange

SecurityExchange <207>

property side

Side <54>

property symbol

Symbol <55>

property trading_session_id

TradingSessionID <336>