pub struct MarketParticipantPosition {
pub mpid: ArrayString4,
pub stock: ArrayString8,
pub primary_market_maker: bool,
pub market_maker_mode: MarketMakerMode,
pub market_participant_state: MarketParticipantState,
}Fields§
§mpid: ArrayString4§stock: ArrayString8§primary_market_maker: bool§market_maker_mode: MarketMakerMode§market_participant_state: MarketParticipantStateTrait Implementations§
Source§impl Clone for MarketParticipantPosition
impl Clone for MarketParticipantPosition
Source§fn clone(&self) -> MarketParticipantPosition
fn clone(&self) -> MarketParticipantPosition
Returns a duplicate 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 MarketParticipantPosition
impl Debug for MarketParticipantPosition
impl Eq for MarketParticipantPosition
impl StructuralPartialEq for MarketParticipantPosition
Auto Trait Implementations§
impl Freeze for MarketParticipantPosition
impl RefUnwindSafe for MarketParticipantPosition
impl Send for MarketParticipantPosition
impl Sync for MarketParticipantPosition
impl Unpin for MarketParticipantPosition
impl UnwindSafe for MarketParticipantPosition
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