Logon

class roq.fix.codec.Logon
__init__(*args, **kwargs)

Overloaded function.

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

  2. __init__(self: roq.fix.codec.Logon, encrypt_method: roq.fix.EncryptMethod, heart_bt_int: int, raw_data_length: int = 0, raw_data: str = ‘’, reset_seq_num_flag: bool = True, next_expected_msg_seq_num: int = 0, username: str = ‘’, password: str = ‘’) -> None

property encrypt_method

EncryptMethod <98> (required)

property heart_bt_int

HeartBtInt <108> (required)

property next_expected_msg_seq_num

NextExpectedMsgSeqNum <789>

property password

Password <554>

property raw_data

RawData <96>

property raw_data_length

RawDataLength <95>

property reset_seq_num_flag

ResetSeqNumFlag <141>

property username

Username <553>