pub enum ComplexEventPriceBoundaryMethod {
    LessThanComplexeventprice,
    LessThanOrEqualToComplexeventprice,
    EqualToComplexeventprice,
    GreaterThanOrEqualToComplexeventprice,
    GreaterThanComplexeventprice,
}Variants§
LessThanComplexeventprice
LessThanOrEqualToComplexeventprice
EqualToComplexeventprice
GreaterThanOrEqualToComplexeventprice
GreaterThanComplexeventprice
Implementations§
source§impl ComplexEventPriceBoundaryMethod
 
impl ComplexEventPriceBoundaryMethod
pub fn from_bytes(input: &[u8]) -> Option<ComplexEventPriceBoundaryMethod>
pub fn from_fix_str(input: &FixStr) -> Option<ComplexEventPriceBoundaryMethod>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ComplexEventPriceBoundaryMethod
 
impl Clone for ComplexEventPriceBoundaryMethod
source§fn clone(&self) -> ComplexEventPriceBoundaryMethod
 
fn clone(&self) -> ComplexEventPriceBoundaryMethod
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 Default for ComplexEventPriceBoundaryMethod
 
impl Default for ComplexEventPriceBoundaryMethod
source§fn default() -> ComplexEventPriceBoundaryMethod
 
fn default() -> ComplexEventPriceBoundaryMethod
Returns the “default value” for a type. Read more
source§impl From<ComplexEventPriceBoundaryMethod> for &'static [u8]
 
impl From<ComplexEventPriceBoundaryMethod> for &'static [u8]
source§impl PartialEq<ComplexEventPriceBoundaryMethod> for ComplexEventPriceBoundaryMethod
 
impl PartialEq<ComplexEventPriceBoundaryMethod> for ComplexEventPriceBoundaryMethod
source§fn eq(&self, other: &ComplexEventPriceBoundaryMethod) -> bool
 
fn eq(&self, other: &ComplexEventPriceBoundaryMethod) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for ComplexEventPriceBoundaryMethod
 
impl ToFixString for ComplexEventPriceBoundaryMethod
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for ComplexEventPriceBoundaryMethod
 
impl TryFrom<i64> for ComplexEventPriceBoundaryMethod
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(
    input: Int
) -> Result<ComplexEventPriceBoundaryMethod, SessionRejectReason>
 
fn try_from( input: Int ) -> Result<ComplexEventPriceBoundaryMethod, SessionRejectReason>
Performs the conversion.
impl Copy for ComplexEventPriceBoundaryMethod
impl Eq for ComplexEventPriceBoundaryMethod
impl StructuralEq for ComplexEventPriceBoundaryMethod
impl StructuralPartialEq for ComplexEventPriceBoundaryMethod
Auto Trait Implementations§
impl RefUnwindSafe for ComplexEventPriceBoundaryMethod
impl Send for ComplexEventPriceBoundaryMethod
impl Sync for ComplexEventPriceBoundaryMethod
impl Unpin for ComplexEventPriceBoundaryMethod
impl UnwindSafe for ComplexEventPriceBoundaryMethod
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