Struct easyfix_messages::messages::TradingSessionList  
source · pub struct TradingSessionList {
    pub appl_id: Option<FixString>,
    pub appl_seq_num: Option<SeqNum>,
    pub appl_last_seq_num: Option<SeqNum>,
    pub appl_resend_flag: Option<Boolean>,
    pub trad_ses_req_id: Option<FixString>,
    pub trd_sess_lst_grp: Vec<TrdSessLstGrp>,
}Fields§
§appl_id: Option<FixString>§appl_seq_num: Option<SeqNum>§appl_last_seq_num: Option<SeqNum>§appl_resend_flag: Option<Boolean>§trad_ses_req_id: Option<FixString>§trd_sess_lst_grp: Vec<TrdSessLstGrp>Implementations§
Trait Implementations§
source§impl Clone for TradingSessionList
 
impl Clone for TradingSessionList
source§fn clone(&self) -> TradingSessionList
 
fn clone(&self) -> TradingSessionList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for TradingSessionList
 
impl Debug for TradingSessionList
source§impl From<TradingSessionList> for Message
 
impl From<TradingSessionList> for Message
source§fn from(msg: TradingSessionList) -> Message
 
fn from(msg: TradingSessionList) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TradingSessionList
impl Send for TradingSessionList
impl Sync for TradingSessionList
impl Unpin for TradingSessionList
impl UnwindSafe for TradingSessionList
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