Enum easyfix_messages::fields::PegPriceType  
source · pub enum PegPriceType {
    LastPeg,
    MidPricePeg,
    OpeningPeg,
    MarketPeg,
    PrimaryPeg,
    PegToVwap,
    TrailingStopPeg,
    PegToLimitPrice,
}Variants§
Implementations§
source§impl PegPriceType
 
impl PegPriceType
pub fn from_bytes(input: &[u8]) -> Option<PegPriceType>
pub fn from_fix_str(input: &FixStr) -> Option<PegPriceType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
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 Default for PegPriceType
 
impl Default for PegPriceType
source§fn default() -> PegPriceType
 
fn default() -> PegPriceType
Returns the “default value” for a type. Read more
source§impl From<PegPriceType> for &'static [u8]
 
impl From<PegPriceType> for &'static [u8]
source§impl PartialEq<PegPriceType> for PegPriceType
 
impl PartialEq<PegPriceType> 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 ==.source§impl ToFixString for PegPriceType
 
impl ToFixString for PegPriceType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PegPriceType
 
impl TryFrom<i64> for PegPriceType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<PegPriceType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<PegPriceType, SessionRejectReason>
Performs the conversion.
impl Copy for PegPriceType
impl Eq for PegPriceType
impl StructuralEq 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