pub enum BusinessRejectReason {
    Other,
    UnknownId,
    UnknownSecurity,
    UnsupportedMessageType,
    ApplicationNotAvailable,
    ConditionallyRequiredFieldMissing,
    NotAuthorized,
    DelivertoFirmNotAvailableAtThisTime,
    InvalidPriceIncrement,
}Variants§
Other
Value “0”
UnknownId
Value “1”
UnknownSecurity
Value “2”
UnsupportedMessageType
Value “3”
ApplicationNotAvailable
Value “4”
ConditionallyRequiredFieldMissing
Value “5”
NotAuthorized
Value “6”
DelivertoFirmNotAvailableAtThisTime
Value “7”
InvalidPriceIncrement
Value “18”
Implementations§
source§impl BusinessRejectReason
 
impl BusinessRejectReason
pub const fn from_bytes(input: &[u8]) -> Option<BusinessRejectReason>
pub const fn from_fix_str(input: &FixStr) -> Option<BusinessRejectReason>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for BusinessRejectReason
 
impl Clone for BusinessRejectReason
source§fn clone(&self) -> BusinessRejectReason
 
fn clone(&self) -> BusinessRejectReason
Returns a copy of the value. Read more
1.6.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 BusinessRejectReason
 
impl Debug for BusinessRejectReason
source§impl Default for BusinessRejectReason
 
impl Default for BusinessRejectReason
source§fn default() -> BusinessRejectReason
 
fn default() -> BusinessRejectReason
Returns the “default value” for a type. Read more
source§impl From<BusinessRejectReason> for &'static [u8]
 
impl From<BusinessRejectReason> for &'static [u8]
source§impl PartialEq for BusinessRejectReason
 
impl PartialEq for BusinessRejectReason
source§impl ToFixString for BusinessRejectReason
 
impl ToFixString for BusinessRejectReason
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for BusinessRejectReason
 
impl TryFrom<i64> for BusinessRejectReason
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<BusinessRejectReason, SessionRejectReason>
 
fn try_from(input: Int) -> Result<BusinessRejectReason, SessionRejectReason>
Performs the conversion.
impl Copy for BusinessRejectReason
impl Eq for BusinessRejectReason
impl StructuralPartialEq for BusinessRejectReason
Auto Trait Implementations§
impl Freeze for BusinessRejectReason
impl RefUnwindSafe for BusinessRejectReason
impl Send for BusinessRejectReason
impl Sync for BusinessRejectReason
impl Unpin for BusinessRejectReason
impl UnwindSafe for BusinessRejectReason
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)