Enum quickfix_msg43::field_types::AllocRejCode
source · pub enum AllocRejCode {
UnknownAccount = 0,
UnknownListId = 6,
UnknownExecutingBrokerMnemonic = 3,
UnknownOrderId = 5,
OtherSeeText = 7,
CommissionDifference = 4,
IncorrectQuantity = 1,
IncorrectAveragegPrice = 2,
}
Variants§
UnknownAccount = 0
UnknownListId = 6
UnknownExecutingBrokerMnemonic = 3
UnknownOrderId = 5
OtherSeeText = 7
CommissionDifference = 4
IncorrectQuantity = 1
IncorrectAveragegPrice = 2
Implementations§
source§impl AllocRejCode
impl AllocRejCode
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for AllocRejCode
impl Clone for AllocRejCode
source§fn clone(&self) -> AllocRejCode
fn clone(&self) -> AllocRejCode
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 AllocRejCode
impl Debug for AllocRejCode
source§impl FromStr for AllocRejCode
impl FromStr for AllocRejCode
source§impl Hash for AllocRejCode
impl Hash for AllocRejCode
source§impl IntoFixValue for AllocRejCode
impl IntoFixValue for AllocRejCode
source§impl PartialEq for AllocRejCode
impl PartialEq for AllocRejCode
source§fn eq(&self, other: &AllocRejCode) -> bool
fn eq(&self, other: &AllocRejCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AllocRejCode
impl Eq for AllocRejCode
impl StructuralPartialEq for AllocRejCode
Auto Trait Implementations§
impl RefUnwindSafe for AllocRejCode
impl Send for AllocRejCode
impl Sync for AllocRejCode
impl Unpin for AllocRejCode
impl UnwindSafe for AllocRejCode
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