pub enum MsgType {
Show 27 variants
Heartbeat,
TestRequest,
ResendRequest,
Reject,
SequenceReset,
Logout,
Ioi,
Advertisement,
ExecutionReport,
OrderCancelReject,
Logon,
News,
Email,
NewOrderSingle,
NewOrderList,
OrderCancelRequest,
OrderCancelReplaceRequest,
OrderStatusRequest,
AllocationInstruction,
ListCancelRequest,
ListExecute,
ListStatusRequest,
ListStatus,
AllocationInstructionAck,
DontKnowTrade,
QuoteRequest,
Quote,
}
Variants§
Heartbeat
TestRequest
ResendRequest
Reject
SequenceReset
Logout
Ioi
Advertisement
ExecutionReport
OrderCancelReject
Logon
News
NewOrderSingle
NewOrderList
OrderCancelRequest
OrderCancelReplaceRequest
OrderStatusRequest
AllocationInstruction
ListCancelRequest
ListExecute
ListStatusRequest
ListStatus
AllocationInstructionAck
DontKnowTrade
QuoteRequest
Quote
Implementations§
Source§impl MsgType
impl MsgType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for MsgType
impl IntoFixValue for MsgType
impl Copy for MsgType
impl Eq for MsgType
impl StructuralPartialEq for MsgType
Auto Trait Implementations§
impl Freeze for MsgType
impl RefUnwindSafe for MsgType
impl Send for MsgType
impl Sync for MsgType
impl Unpin for MsgType
impl UnwindSafe for MsgType
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