pub struct NoTradingSessions { /* private fields */ }
Implementations§
source§impl NoTradingSessions
impl NoTradingSessions
pub fn get_trading_session_id(&self) -> Option<TradingSessionID>
pub fn get_trading_session_sub_id(&self) -> Option<TradingSessionSubID>
pub fn set_trading_session_id( &mut self, value: TradingSessionID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trading_session_sub_id( &mut self, value: TradingSessionSubID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_sub_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoTradingSessions
impl Clone for NoTradingSessions
source§fn clone(&self) -> NoTradingSessions
fn clone(&self) -> NoTradingSessions
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 moreAuto Trait Implementations§
impl RefUnwindSafe for NoTradingSessions
impl !Send for NoTradingSessions
impl !Sync for NoTradingSessions
impl Unpin for NoTradingSessions
impl UnwindSafe for NoTradingSessions
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