Enum quickfix_msg43::field_types::ExecPriceType
source · pub enum ExecPriceType {
SinglePrice,
OfferPriceMinusAdjustmentAmount,
OfferPriceMinusAdjustmentPercent,
OfferPrice,
CreationPricePlusAdjustmentAmount,
CreationPricePlusAdjustmentPercent,
CreationPrice,
BidPrice,
}
Variants§
SinglePrice
OfferPriceMinusAdjustmentAmount
OfferPriceMinusAdjustmentPercent
OfferPrice
CreationPricePlusAdjustmentAmount
CreationPricePlusAdjustmentPercent
CreationPrice
BidPrice
Implementations§
source§impl ExecPriceType
impl ExecPriceType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for ExecPriceType
impl Clone for ExecPriceType
source§fn clone(&self) -> ExecPriceType
fn clone(&self) -> ExecPriceType
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 ExecPriceType
impl Debug for ExecPriceType
source§impl FromStr for ExecPriceType
impl FromStr for ExecPriceType
source§impl Hash for ExecPriceType
impl Hash for ExecPriceType
source§impl IntoFixValue for ExecPriceType
impl IntoFixValue for ExecPriceType
source§impl PartialEq for ExecPriceType
impl PartialEq for ExecPriceType
source§fn eq(&self, other: &ExecPriceType) -> bool
fn eq(&self, other: &ExecPriceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExecPriceType
impl Eq for ExecPriceType
impl StructuralPartialEq for ExecPriceType
Auto Trait Implementations§
impl RefUnwindSafe for ExecPriceType
impl Send for ExecPriceType
impl Sync for ExecPriceType
impl Unpin for ExecPriceType
impl UnwindSafe for ExecPriceType
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