Enum easyfix_messages::fields::AllocType  
source · pub enum AllocType {
Show 14 variants
    Calculated,
    Preliminary,
    SellsideCalculatedUsingPreliminary,
    SellsideCalculatedWithoutPreliminary,
    ReadyToBook,
    BuysideReadyToBook,
    WarehouseInstruction,
    RequestToIntermediary,
    Accept,
    Reject,
    AcceptPending,
    IncompleteGroup,
    CompleteGroup,
    ReversalPending,
}Variants§
Calculated
Preliminary
SellsideCalculatedUsingPreliminary
SellsideCalculatedWithoutPreliminary
ReadyToBook
BuysideReadyToBook
WarehouseInstruction
RequestToIntermediary
Accept
Reject
AcceptPending
IncompleteGroup
CompleteGroup
ReversalPending
Implementations§
Trait Implementations§
source§impl PartialEq<AllocType> for AllocType
 
impl PartialEq<AllocType> for AllocType
source§impl ToFixString for AllocType
 
impl ToFixString for AllocType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for AllocType
 
impl TryFrom<i64> for AllocType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.