Struct easyfix_messages::groups::MarketDataFeedTypes
source · [−]pub struct MarketDataFeedTypes {
pub md_feed_type: Option<FixString>,
pub market_depth: Option<Int>,
pub md_book_type: Option<MdBookType>,
}Fields
md_feed_type: Option<FixString>market_depth: Option<Int>md_book_type: Option<MdBookType>Trait Implementations
sourceimpl Clone for MarketDataFeedTypes
impl Clone for MarketDataFeedTypes
sourcefn clone(&self) -> MarketDataFeedTypes
fn clone(&self) -> MarketDataFeedTypes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for MarketDataFeedTypes
impl Send for MarketDataFeedTypes
impl Sync for MarketDataFeedTypes
impl Unpin for MarketDataFeedTypes
impl UnwindSafe for MarketDataFeedTypes
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