Documentation
¶
Overview ¶
Package indicationofinterest msg type = 6.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"6"`
Header fix41.Header
//IOIid is a required field for IndicationofInterest.
IOIid string `fix:"23"`
//IOITransType is a required field for IndicationofInterest.
IOITransType string `fix:"28"`
//IOIRefID is a non-required field for IndicationofInterest.
IOIRefID *string `fix:"26"`
//Symbol is a required field for IndicationofInterest.
Symbol string `fix:"55"`
//SymbolSfx is a non-required field for IndicationofInterest.
SymbolSfx *string `fix:"65"`
//SecurityID is a non-required field for IndicationofInterest.
SecurityID *string `fix:"48"`
//IDSource is a non-required field for IndicationofInterest.
IDSource *string `fix:"22"`
//SecurityType is a non-required field for IndicationofInterest.
SecurityType *string `fix:"167"`
//MaturityMonthYear is a non-required field for IndicationofInterest.
MaturityMonthYear *string `fix:"200"`
//MaturityDay is a non-required field for IndicationofInterest.
MaturityDay *int `fix:"205"`
//PutOrCall is a non-required field for IndicationofInterest.
PutOrCall *int `fix:"201"`
//StrikePrice is a non-required field for IndicationofInterest.
StrikePrice *float64 `fix:"202"`
//OptAttribute is a non-required field for IndicationofInterest.
OptAttribute *string `fix:"206"`
//SecurityExchange is a non-required field for IndicationofInterest.
SecurityExchange *string `fix:"207"`
//Issuer is a non-required field for IndicationofInterest.
Issuer *string `fix:"106"`
//SecurityDesc is a non-required field for IndicationofInterest.
SecurityDesc *string `fix:"107"`
//Side is a required field for IndicationofInterest.
Side string `fix:"54"`
IOIShares string `fix:"27"`
//Price is a non-required field for IndicationofInterest.
Price *float64 `fix:"44"`
//Currency is a non-required field for IndicationofInterest.
Currency *string `fix:"15"`
//ValidUntilTime is a non-required field for IndicationofInterest.
ValidUntilTime *time.Time `fix:"62"`
//IOIQltyInd is a non-required field for IndicationofInterest.
IOIQltyInd *string `fix:"25"`
//IOIOthSvc is a non-required field for IndicationofInterest.
IOIOthSvc *string `fix:"24"`
//IOINaturalFlag is a non-required field for IndicationofInterest.
IOINaturalFlag *string `fix:"130"`
//NoIOIQualifiers is a non-required field for IndicationofInterest.
NoIOIQualifiers []NoIOIQualifiers `fix:"199,omitempty"`
//Text is a non-required field for IndicationofInterest.
Text *string `fix:"58"`
//TransactTime is a non-required field for IndicationofInterest.
TransactTime *time.Time `fix:"60"`
//URLLink is a non-required field for IndicationofInterest.
URLLink *string `fix:"149"`
Trailer fix41.Trailer
}
Message is a IndicationofInterest FIX Message
type NoIOIQualifiers ¶
type NoIOIQualifiers struct {
//IOIQualifier is a non-required field for NoIOIQualifiers.
IOIQualifier *string `fix:"104"`
}
NoIOIQualifiers is a repeating group in IndicationofInterest
Click to show internal directories.
Click to hide internal directories.