Struct easyfix_messages::messages::Logon  
source · pub struct Logon {
    pub encrypt_method: EncryptMethod,
    pub heart_bt_int: Int,
    pub raw_data: Option<Data>,
    pub reset_seq_num_flag: Option<Boolean>,
    pub next_expected_msg_seq_num: Option<SeqNum>,
    pub max_message_size: Option<Length>,
    pub test_message_indicator: Option<Boolean>,
    pub username: Option<FixString>,
    pub password: Option<FixString>,
    pub default_appl_ver_id: DefaultApplVerId,
    pub msg_type_grp: Option<Vec<MsgTypeGrp>>,
}Fields§
§encrypt_method: EncryptMethod§heart_bt_int: Int§raw_data: Option<Data>§reset_seq_num_flag: Option<Boolean>§next_expected_msg_seq_num: Option<SeqNum>§max_message_size: Option<Length>§test_message_indicator: Option<Boolean>§username: Option<FixString>§password: Option<FixString>§default_appl_ver_id: DefaultApplVerId§msg_type_grp: Option<Vec<MsgTypeGrp>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Logon
impl Send for Logon
impl Sync for Logon
impl Unpin for Logon
impl UnwindSafe for Logon
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more