Skip to main content

MsgType

Struct MsgType 

Source
pub struct MsgType;
Expand description

MsgType (35).

Implementations§

Source§

impl MsgType

Source

pub const HEARTBEAT: &'static str = "0"

Source

pub const TESTREQUEST: &'static str = "1"

Source

pub const RESENDREQUEST: &'static str = "2"

Source

pub const REJECT: &'static str = "3"

Source

pub const SEQUENCERESET: &'static str = "4"

Source

pub const LOGOUT: &'static str = "5"

Source

pub const IOI: &'static str = "6"

Source

pub const ADVERTISEMENT: &'static str = "7"

Source

pub const EXECUTIONREPORT: &'static str = "8"

Source

pub const ORDERCANCELREJECT: &'static str = "9"

Source

pub const QUOTESTATUSREQUEST: &'static str = "a"

Source

pub const LOGON: &'static str = "A"

Source

pub const DERIVATIVESECURITYLIST: &'static str = "AA"

Source

pub const NEWORDERMULTILEG: &'static str = "AB"

Source

pub const MULTILEGORDERCANCELREPLACE: &'static str = "AC"

Source

pub const TRADECAPTUREREPORTREQUEST: &'static str = "AD"

Source

pub const TRADECAPTUREREPORT: &'static str = "AE"

Source

pub const ORDERMASSSTATUSREQUEST: &'static str = "AF"

Source

pub const QUOTEREQUESTREJECT: &'static str = "AG"

Source

pub const RFQREQUEST: &'static str = "AH"

Source

pub const QUOTESTATUSREPORT: &'static str = "AI"

Source

pub const QUOTERESPONSE: &'static str = "AJ"

Source

pub const CONFIRMATION: &'static str = "AK"

Source

pub const POSITIONMAINTENANCEREQUEST: &'static str = "AL"

Source

pub const POSITIONMAINTENANCEREPORT: &'static str = "AM"

Source

pub const REQUESTFORPOSITIONS: &'static str = "AN"

Source

pub const REQUESTFORPOSITIONSACK: &'static str = "AO"

Source

pub const POSITIONREPORT: &'static str = "AP"

Source

pub const TRADECAPTUREREPORTREQUESTACK: &'static str = "AQ"

Source

pub const TRADECAPTUREREPORTACK: &'static str = "AR"

Source

pub const ALLOCATIONREPORT: &'static str = "AS"

Source

pub const ALLOCATIONREPORTACK: &'static str = "AT"

Source

pub const CONFIRMATIONACK: &'static str = "AU"

Source

pub const SETTLEMENTINSTRUCTIONREQUEST: &'static str = "AV"

Source

pub const ASSIGNMENTREPORT: &'static str = "AW"

Source

pub const COLLATERALREQUEST: &'static str = "AX"

Source

pub const COLLATERALASSIGNMENT: &'static str = "AY"

Source

pub const COLLATERALRESPONSE: &'static str = "AZ"

Source

pub const NEWS: &'static str = "B"

Source

pub const MASSQUOTEACKNOWLEDGEMENT: &'static str = "b"

Source

pub const COLLATERALREPORT: &'static str = "BA"

Source

pub const COLLATERALINQUIRY: &'static str = "BB"

Source

pub const NETWORKCOUNTERPARTYSYSTEMSTATUSREQUEST: &'static str = "BC"

Source

pub const NETWORKCOUNTERPARTYSYSTEMSTATUSRESPONSE: &'static str = "BD"

Source

pub const USERREQUEST: &'static str = "BE"

Source

pub const USERRESPONSE: &'static str = "BF"

Source

pub const COLLATERALINQUIRYACK: &'static str = "BG"

Source

pub const CONFIRMATIONREQUEST: &'static str = "BH"

Source

pub const EMAIL: &'static str = "C"

Source

pub const SECURITYDEFINITIONREQUEST: &'static str = "c"

Source

pub const SECURITYDEFINITION: &'static str = "d"

Source

pub const NEWORDERSINGLE: &'static str = "D"

Source

pub const SECURITYSTATUSREQUEST: &'static str = "e"

Source

pub const NEWORDERLIST: &'static str = "E"

Source

pub const ORDERCANCELREQUEST: &'static str = "F"

Source

pub const SECURITYSTATUS: &'static str = "f"

Source

pub const ORDERCANCELREPLACEREQUEST: &'static str = "G"

Source

pub const TRADINGSESSIONSTATUSREQUEST: &'static str = "g"

Source

pub const ORDERSTATUSREQUEST: &'static str = "H"

Source

pub const TRADINGSESSIONSTATUS: &'static str = "h"

Source

pub const MASSQUOTE: &'static str = "i"

Source

pub const BUSINESSMESSAGEREJECT: &'static str = "j"

Source

pub const ALLOCATIONINSTRUCTION: &'static str = "J"

Source

pub const BIDREQUEST: &'static str = "k"

Source

pub const LISTCANCELREQUEST: &'static str = "K"

Source

pub const BIDRESPONSE: &'static str = "l"

Source

pub const LISTEXECUTE: &'static str = "L"

Source

pub const LISTSTRIKEPRICE: &'static str = "m"

Source

pub const LISTSTATUSREQUEST: &'static str = "M"

Source

pub const XMLNONFIX: &'static str = "n"

Source

pub const LISTSTATUS: &'static str = "N"

Source

pub const REGISTRATIONINSTRUCTIONS: &'static str = "o"

Source

pub const REGISTRATIONINSTRUCTIONSRESPONSE: &'static str = "p"

Source

pub const ALLOCATIONINSTRUCTIONACK: &'static str = "P"

Source

pub const ORDERMASSCANCELREQUEST: &'static str = "q"

Source

pub const DONTKNOWTRADEDK: &'static str = "Q"

Source

pub const QUOTEREQUEST: &'static str = "R"

Source

pub const ORDERMASSCANCELREPORT: &'static str = "r"

Source

pub const QUOTE: &'static str = "S"

Source

pub const NEWORDERCROSS: &'static str = "s"

Source

pub const SETTLEMENTINSTRUCTIONS: &'static str = "T"

Source

pub const CROSSORDERCANCELREPLACEREQUEST: &'static str = "t"

Source

pub const CROSSORDERCANCELREQUEST: &'static str = "u"

Source

pub const MARKETDATAREQUEST: &'static str = "V"

Source

pub const SECURITYTYPEREQUEST: &'static str = "v"

Source

pub const SECURITYTYPES: &'static str = "w"

Source

pub const MARKETDATASNAPSHOTFULLREFRESH: &'static str = "W"

Source

pub const SECURITYLISTREQUEST: &'static str = "x"

Source

pub const MARKETDATAINCREMENTALREFRESH: &'static str = "X"

Source

pub const MARKETDATAREQUESTREJECT: &'static str = "Y"

Source

pub const SECURITYLIST: &'static str = "y"

Source

pub const QUOTECANCEL: &'static str = "Z"

Source

pub const DERIVATIVESECURITYLISTREQUEST: &'static str = "z"

Trait Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more