Enum easyfix_messages::fields::LotType  
source · pub enum LotType {
    OddLot,
    RoundLot,
    BlockLot,
    RoundLotBasedUponUnitofmeasure,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<LotType> for LotType
 
impl PartialEq<LotType> for LotType
source§impl ToFixString for LotType
 
impl ToFixString for LotType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for LotType
 
impl TryFrom<u8> for LotType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.