Enum quickfix_msg44::field_types::ExecType
source · pub enum ExecType {
Show 17 variants
New,
DoneForDay,
Canceled,
Replaced,
PendingCancel,
Stopped,
Rejected,
Suspended,
PendingNew,
Calculated,
Expired,
Restated,
PendingReplace,
Trade,
TradeCorrect,
TradeCancel,
OrderStatus,
}
Variants§
New
DoneForDay
Canceled
Replaced
PendingCancel
Stopped
Rejected
Suspended
PendingNew
Calculated
Expired
Restated
PendingReplace
Trade
TradeCorrect
TradeCancel
OrderStatus
Implementations§
source§impl ExecType
impl ExecType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for ExecType
impl IntoFixValue for ExecType
source§impl PartialEq for ExecType
impl PartialEq for ExecType
impl Copy for ExecType
impl Eq for ExecType
impl StructuralPartialEq for ExecType
Auto Trait Implementations§
impl RefUnwindSafe for ExecType
impl Send for ExecType
impl Sync for ExecType
impl Unpin for ExecType
impl UnwindSafe for ExecType
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