Documentation ¶
Overview ¶
Package quotestatusrequest msg type = a.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"a"` Header fix44.Header //QuoteStatusReqID is a non-required field for QuoteStatusRequest. QuoteStatusReqID *string `fix:"649"` //QuoteID is a non-required field for QuoteStatusRequest. QuoteID *string `fix:"117"` //Instrument Component Instrument instrument.Component //FinancingDetails Component FinancingDetails financingdetails.Component //NoUnderlyings is a non-required field for QuoteStatusRequest. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` //NoLegs is a non-required field for QuoteStatusRequest. NoLegs []NoLegs `fix:"555,omitempty"` //Parties Component Parties parties.Component //Account is a non-required field for QuoteStatusRequest. Account *string `fix:"1"` //AcctIDSource is a non-required field for QuoteStatusRequest. AcctIDSource *int `fix:"660"` //AccountType is a non-required field for QuoteStatusRequest. AccountType *int `fix:"581"` //TradingSessionID is a non-required field for QuoteStatusRequest. TradingSessionID *string `fix:"336"` //TradingSessionSubID is a non-required field for QuoteStatusRequest. TradingSessionSubID *string `fix:"625"` //SubscriptionRequestType is a non-required field for QuoteStatusRequest. SubscriptionRequestType *string `fix:"263"` Trailer fix44.Trailer }
Message is a QuoteStatusRequest FIX Message
type NoLegs ¶
type NoLegs struct { //InstrumentLeg Component InstrumentLeg instrumentleg.Component }
NoLegs is a repeating group in QuoteStatusRequest
type NoUnderlyings ¶
type NoUnderlyings struct { //UnderlyingInstrument Component UnderlyingInstrument underlyinginstrument.Component }
NoUnderlyings is a repeating group in QuoteStatusRequest
Click to show internal directories.
Click to hide internal directories.