ResendRequest

class roq.fix.codec.ResendRequest

The resend request is sent by the receiving application to initiate the retransmission of messages. This function is utilized if a sequence number gap is detected, if the receiving application lost a message, or as a function of the initialization process.

__init__(*args, **kwargs)

Overloaded function.

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

  2. __init__(self: roq.fix.codec.ResendRequest, begin_seq_no: int, end_seq_no: int) -> None

property begin_seq_no

BeginSeqNo <7> (required)

property end_seq_no

EndSeqNo <16> (required)