RequestForPositionsAck¶
- class roq.fix.codec.RequestForPositionsAck¶
The Request for Positions Ack message is returned by the holder of the position in response to a Request For Positions <AN> message. The purpose of the message is to acknowledge that a request has been received and is being processed.
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: roq.fix.codec.RequestForPositionsAck, arg0: roq::fix::codec::RequestForPositionsAck) -> None
__init__(self: roq.fix.codec.RequestForPositionsAck, pos_maint_rpt_id: str, pos_req_id: str = ‘’, total_num_pos_reports: int = 0, unsolicited_indicator: bool = False, pos_req_result: roq.fix.PosReqResult, pos_req_status: roq.fix.PosReqStatus, no_party_ids: list[roq.fix.codec.Party], account: str, account_type: roq.fix.AccountType, text: str = ‘’) -> None
- property account¶
Account <1> (required)
- property account_type¶
AccountType <581> (required)
- property no_party_ids¶
NoPartyIDS <453> (required)
- property pos_maint_rpt_id¶
PosMaintRptID <721> (required)
- property pos_req_id¶
PosReqId <710>
- property pos_req_result¶
PosReqResult <728> (required)
- property pos_req_status¶
PosReqStatus <729> (required)
- property text¶
Text <58>
- property total_num_pos_reports¶
TotalNumPosReports <727>
- property unsolicited_indicator¶
UnsolicitedIndicator <325>