pub enum MDReqRejReason {
Show 13 variants
UnknownSymbol,
DuplicateMdReqId,
InsufficientBandwidth,
InsufficientPermissions,
UnsupportedSubscriptionRequestType,
UnsupportedMarketDepth,
UnsupportedMdUpdateType,
UnsupportedAggregatedBook,
UnsupportedMdEntryType,
UnsupportedTradingSessionId,
UnsupportedScope,
UnsupportedOpenCloseSettleFlag,
UnsupportedMdImplicitDelete,
}Variants§
UnknownSymbol
DuplicateMdReqId
InsufficientBandwidth
InsufficientPermissions
UnsupportedSubscriptionRequestType
UnsupportedMarketDepth
UnsupportedMdUpdateType
UnsupportedAggregatedBook
UnsupportedMdEntryType
UnsupportedTradingSessionId
UnsupportedScope
UnsupportedOpenCloseSettleFlag
UnsupportedMdImplicitDelete
Implementations§
Source§impl MDReqRejReason
impl MDReqRejReason
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MDReqRejReason
impl Clone for MDReqRejReason
Source§fn clone(&self) -> MDReqRejReason
fn clone(&self) -> MDReqRejReason
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 MDReqRejReason
impl Debug for MDReqRejReason
Source§impl FromStr for MDReqRejReason
impl FromStr for MDReqRejReason
Source§impl Hash for MDReqRejReason
impl Hash for MDReqRejReason
Source§impl IntoFixValue for MDReqRejReason
impl IntoFixValue for MDReqRejReason
Source§impl PartialEq for MDReqRejReason
impl PartialEq for MDReqRejReason
impl Copy for MDReqRejReason
impl Eq for MDReqRejReason
impl StructuralPartialEq for MDReqRejReason
Auto Trait Implementations§
impl Freeze for MDReqRejReason
impl RefUnwindSafe for MDReqRejReason
impl Send for MDReqRejReason
impl Sync for MDReqRejReason
impl Unpin for MDReqRejReason
impl UnwindSafe for MDReqRejReason
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