Enum easyfix_messages::fields::EventType  
source · pub enum EventType {
Show 20 variants
    Put,
    Call,
    Tender,
    SinkingFundCall,
    Activation,
    Inactiviation,
    LastEligibleTradeDate,
    SwapStartDate,
    SwapEndDate,
    SwapRollDate,
    SwapNextStartDate,
    SwapNextRollDate,
    FirstDeliveryDate,
    LastDeliveryDate,
    InitialInventoryDueDate,
    FinalInventoryDueDate,
    FirstIntentDate,
    LastIntentDate,
    PositionRemovalDate,
    Other,
}Variants§
Put
Call
Tender
SinkingFundCall
Activation
Inactiviation
LastEligibleTradeDate
SwapStartDate
SwapEndDate
SwapRollDate
SwapNextStartDate
SwapNextRollDate
FirstDeliveryDate
LastDeliveryDate
InitialInventoryDueDate
FinalInventoryDueDate
FirstIntentDate
LastIntentDate
PositionRemovalDate
Other
Implementations§
Trait Implementations§
source§impl PartialEq<EventType> for EventType
 
impl PartialEq<EventType> for EventType
source§impl ToFixString for EventType
 
impl ToFixString for EventType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for EventType
 
impl TryFrom<i64> for EventType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
impl Copy for EventType
impl Eq for EventType
impl StructuralEq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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