pub enum OrderRestrictions {
ProgramTrade,
IndexArbitrage,
NonIndexArbitrage,
CompetingMarketMaker,
ActingAsMarketMakerOrSpecialistInSecurity,
ActingAsMarketMakerOrSpecialistInUnderlying,
ForeignEntity,
ExternalMarketParticipant,
ExternalInterConnectedMarketLinkage,
RisklessArbitrage,
}
Variants§
ProgramTrade
IndexArbitrage
NonIndexArbitrage
CompetingMarketMaker
ActingAsMarketMakerOrSpecialistInSecurity
ActingAsMarketMakerOrSpecialistInUnderlying
ForeignEntity
ExternalMarketParticipant
ExternalInterConnectedMarketLinkage
RisklessArbitrage
Implementations§
Source§impl OrderRestrictions
impl OrderRestrictions
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for OrderRestrictions
impl Clone for OrderRestrictions
Source§fn clone(&self) -> OrderRestrictions
fn clone(&self) -> OrderRestrictions
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 OrderRestrictions
impl Debug for OrderRestrictions
Source§impl FromStr for OrderRestrictions
impl FromStr for OrderRestrictions
Source§impl Hash for OrderRestrictions
impl Hash for OrderRestrictions
Source§impl IntoFixValue for OrderRestrictions
impl IntoFixValue for OrderRestrictions
Source§impl PartialEq for OrderRestrictions
impl PartialEq for OrderRestrictions
impl Copy for OrderRestrictions
impl Eq for OrderRestrictions
impl StructuralPartialEq for OrderRestrictions
Auto Trait Implementations§
impl Freeze for OrderRestrictions
impl RefUnwindSafe for OrderRestrictions
impl Send for OrderRestrictions
impl Sync for OrderRestrictions
impl Unpin for OrderRestrictions
impl UnwindSafe for OrderRestrictions
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