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