pub enum OrderRestrictions {
ForeignEntity,
RisklessArbitrage,
ProgramTrade,
ExternalMarketParticipant,
ActingAsMarketMakerOrSpecialistInUnderlying,
ActingAsMarketMakerOrSpecialistInSecurity,
NonIndexArbitrage,
IndexArbitrage,
CompetingMarketMaker,
ExternalInterConnectedMarketLinkage,
}
Variants§
ForeignEntity
RisklessArbitrage
ProgramTrade
ExternalMarketParticipant
ActingAsMarketMakerOrSpecialistInUnderlying
ActingAsMarketMakerOrSpecialistInSecurity
NonIndexArbitrage
IndexArbitrage
CompetingMarketMaker
ExternalInterConnectedMarketLinkage
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 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 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
source§fn eq(&self, other: &OrderRestrictions) -> bool
fn eq(&self, other: &OrderRestrictions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OrderRestrictions
impl Eq for OrderRestrictions
impl StructuralPartialEq for OrderRestrictions
Auto Trait Implementations§
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