Documentation ¶
Overview ¶
Package advertisement msg type = 7.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"7"` Header fix41.Header //AdvId is a required field for Advertisement. AdvId string `fix:"2"` //AdvTransType is a required field for Advertisement. AdvTransType string `fix:"5"` //AdvRefID is a non-required field for Advertisement. AdvRefID *string `fix:"3"` //Symbol is a required field for Advertisement. Symbol string `fix:"55"` //SymbolSfx is a non-required field for Advertisement. SymbolSfx *string `fix:"65"` //SecurityID is a non-required field for Advertisement. SecurityID *string `fix:"48"` //IDSource is a non-required field for Advertisement. IDSource *string `fix:"22"` //SecurityType is a non-required field for Advertisement. SecurityType *string `fix:"167"` //MaturityMonthYear is a non-required field for Advertisement. MaturityMonthYear *string `fix:"200"` //MaturityDay is a non-required field for Advertisement. MaturityDay *int `fix:"205"` //PutOrCall is a non-required field for Advertisement. PutOrCall *int `fix:"201"` //StrikePrice is a non-required field for Advertisement. StrikePrice *float64 `fix:"202"` //OptAttribute is a non-required field for Advertisement. OptAttribute *string `fix:"206"` //SecurityExchange is a non-required field for Advertisement. SecurityExchange *string `fix:"207"` //Issuer is a non-required field for Advertisement. Issuer *string `fix:"106"` //SecurityDesc is a non-required field for Advertisement. SecurityDesc *string `fix:"107"` //AdvSide is a required field for Advertisement. AdvSide string `fix:"4"` Shares int `fix:"53"` //Price is a non-required field for Advertisement. Price *float64 `fix:"44"` //Currency is a non-required field for Advertisement. Currency *string `fix:"15"` //TradeDate is a non-required field for Advertisement. TradeDate *string `fix:"75"` //TransactTime is a non-required field for Advertisement. TransactTime *time.Time `fix:"60"` //Text is a non-required field for Advertisement. Text *string `fix:"58"` //URLLink is a non-required field for Advertisement. URLLink *string `fix:"149"` //LastMkt is a non-required field for Advertisement. LastMkt *string `fix:"30"` Trailer fix41.Trailer }
Message is a Advertisement FIX Message
Click to show internal directories.
Click to hide internal directories.