Enum quickfix_msg50::field_types::PegPriceType
source · pub enum PegPriceType {
LastPeg = 1,
MidPricePeg = 2,
OpeningPeg = 3,
MarketPeg = 4,
PrimaryPeg = 5,
FixedPegToLocalBestBidOrOfferAtTimeOfOrder = 6,
PegToVwap = 7,
TrailingStopPeg = 8,
PegToLimitPrice = 9,
}Variants§
LastPeg = 1
MidPricePeg = 2
OpeningPeg = 3
MarketPeg = 4
PrimaryPeg = 5
FixedPegToLocalBestBidOrOfferAtTimeOfOrder = 6
PegToVwap = 7
TrailingStopPeg = 8
PegToLimitPrice = 9
Implementations§
source§impl PegPriceType
impl PegPriceType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for PegPriceType
impl Clone for PegPriceType
source§fn clone(&self) -> PegPriceType
fn clone(&self) -> PegPriceType
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 PegPriceType
impl Debug for PegPriceType
source§impl FromStr for PegPriceType
impl FromStr for PegPriceType
source§impl Hash for PegPriceType
impl Hash for PegPriceType
source§impl IntoFixValue for PegPriceType
impl IntoFixValue for PegPriceType
source§impl PartialEq for PegPriceType
impl PartialEq for PegPriceType
source§fn eq(&self, other: &PegPriceType) -> bool
fn eq(&self, other: &PegPriceType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PegPriceType
impl Eq for PegPriceType
impl StructuralPartialEq for PegPriceType
Auto Trait Implementations§
impl RefUnwindSafe for PegPriceType
impl Send for PegPriceType
impl Sync for PegPriceType
impl Unpin for PegPriceType
impl UnwindSafe for PegPriceType
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