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 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.