pub struct MsgType;Expand description
MsgType (35).
Implementations§
Source§impl MsgType
impl MsgType
pub const HEARTBEAT: &'static str = "0"
pub const TESTREQUEST: &'static str = "1"
pub const RESENDREQUEST: &'static str = "2"
pub const REJECT: &'static str = "3"
pub const SEQUENCERESET: &'static str = "4"
pub const LOGOUT: &'static str = "5"
pub const IOI: &'static str = "6"
pub const ADVERTISEMENT: &'static str = "7"
pub const EXECUTIONREPORT: &'static str = "8"
pub const ORDERCANCELREJECT: &'static str = "9"
pub const QUOTESTATUSREQUEST: &'static str = "a"
pub const LOGON: &'static str = "A"
pub const DERIVATIVESECURITYLIST: &'static str = "AA"
pub const NEWORDERMULTILEG: &'static str = "AB"
pub const MULTILEGORDERCANCELREPLACE: &'static str = "AC"
pub const TRADECAPTUREREPORTREQUEST: &'static str = "AD"
pub const TRADECAPTUREREPORT: &'static str = "AE"
pub const ORDERMASSSTATUSREQUEST: &'static str = "AF"
pub const QUOTEREQUESTREJECT: &'static str = "AG"
pub const RFQREQUEST: &'static str = "AH"
pub const QUOTESTATUSREPORT: &'static str = "AI"
pub const QUOTERESPONSE: &'static str = "AJ"
pub const CONFIRMATION: &'static str = "AK"
pub const POSITIONMAINTENANCEREQUEST: &'static str = "AL"
pub const POSITIONMAINTENANCEREPORT: &'static str = "AM"
pub const REQUESTFORPOSITIONS: &'static str = "AN"
pub const REQUESTFORPOSITIONSACK: &'static str = "AO"
pub const POSITIONREPORT: &'static str = "AP"
pub const TRADECAPTUREREPORTREQUESTACK: &'static str = "AQ"
pub const TRADECAPTUREREPORTACK: &'static str = "AR"
pub const ALLOCATIONREPORT: &'static str = "AS"
pub const ALLOCATIONREPORTACK: &'static str = "AT"
pub const CONFIRMATIONACK: &'static str = "AU"
pub const SETTLEMENTINSTRUCTIONREQUEST: &'static str = "AV"
pub const ASSIGNMENTREPORT: &'static str = "AW"
pub const COLLATERALREQUEST: &'static str = "AX"
pub const COLLATERALASSIGNMENT: &'static str = "AY"
pub const COLLATERALRESPONSE: &'static str = "AZ"
pub const NEWS: &'static str = "B"
pub const MASSQUOTEACKNOWLEDGEMENT: &'static str = "b"
pub const COLLATERALREPORT: &'static str = "BA"
pub const COLLATERALINQUIRY: &'static str = "BB"
pub const NETWORKCOUNTERPARTYSYSTEMSTATUSREQUEST: &'static str = "BC"
pub const NETWORKCOUNTERPARTYSYSTEMSTATUSRESPONSE: &'static str = "BD"
pub const USERREQUEST: &'static str = "BE"
pub const USERRESPONSE: &'static str = "BF"
pub const COLLATERALINQUIRYACK: &'static str = "BG"
pub const CONFIRMATIONREQUEST: &'static str = "BH"
pub const EMAIL: &'static str = "C"
pub const SECURITYDEFINITIONREQUEST: &'static str = "c"
pub const SECURITYDEFINITION: &'static str = "d"
pub const NEWORDERSINGLE: &'static str = "D"
pub const SECURITYSTATUSREQUEST: &'static str = "e"
pub const NEWORDERLIST: &'static str = "E"
pub const ORDERCANCELREQUEST: &'static str = "F"
pub const SECURITYSTATUS: &'static str = "f"
pub const ORDERCANCELREPLACEREQUEST: &'static str = "G"
pub const TRADINGSESSIONSTATUSREQUEST: &'static str = "g"
pub const ORDERSTATUSREQUEST: &'static str = "H"
pub const TRADINGSESSIONSTATUS: &'static str = "h"
pub const MASSQUOTE: &'static str = "i"
pub const BUSINESSMESSAGEREJECT: &'static str = "j"
pub const ALLOCATIONINSTRUCTION: &'static str = "J"
pub const BIDREQUEST: &'static str = "k"
pub const LISTCANCELREQUEST: &'static str = "K"
pub const BIDRESPONSE: &'static str = "l"
pub const LISTEXECUTE: &'static str = "L"
pub const LISTSTRIKEPRICE: &'static str = "m"
pub const LISTSTATUSREQUEST: &'static str = "M"
pub const XMLNONFIX: &'static str = "n"
pub const LISTSTATUS: &'static str = "N"
pub const REGISTRATIONINSTRUCTIONS: &'static str = "o"
pub const REGISTRATIONINSTRUCTIONSRESPONSE: &'static str = "p"
pub const ALLOCATIONINSTRUCTIONACK: &'static str = "P"
pub const ORDERMASSCANCELREQUEST: &'static str = "q"
pub const DONTKNOWTRADEDK: &'static str = "Q"
pub const QUOTEREQUEST: &'static str = "R"
pub const ORDERMASSCANCELREPORT: &'static str = "r"
pub const QUOTE: &'static str = "S"
pub const NEWORDERCROSS: &'static str = "s"
pub const SETTLEMENTINSTRUCTIONS: &'static str = "T"
pub const CROSSORDERCANCELREPLACEREQUEST: &'static str = "t"
pub const CROSSORDERCANCELREQUEST: &'static str = "u"
pub const MARKETDATAREQUEST: &'static str = "V"
pub const SECURITYTYPEREQUEST: &'static str = "v"
pub const SECURITYTYPES: &'static str = "w"
pub const MARKETDATASNAPSHOTFULLREFRESH: &'static str = "W"
pub const SECURITYLISTREQUEST: &'static str = "x"
pub const MARKETDATAINCREMENTALREFRESH: &'static str = "X"
pub const MARKETDATAREQUESTREJECT: &'static str = "Y"
pub const SECURITYLIST: &'static str = "y"
pub const QUOTECANCEL: &'static str = "Z"
pub const DERIVATIVESECURITYLISTREQUEST: &'static str = "z"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgType
impl RefUnwindSafe for MsgType
impl Send for MsgType
impl Sync for MsgType
impl Unpin for MsgType
impl UnsafeUnpin 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