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<Str>,
pub password: Option<Str>,
pub default_appl_ver_id: Str,
pub msg_type_grp: Option<Vec<MsgTypeGrp>>,
}Fields
encrypt_method: EncryptMethodheart_bt_int: Intraw_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<Str>password: Option<Str>default_appl_ver_id: Strmsg_type_grp: Option<Vec<MsgTypeGrp>>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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more