Documentation
¶
Overview ¶
Package securitydefinitionrequest msg type = c.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"c"` Header fix42.Header //SecurityReqID is a required field for SecurityDefinitionRequest. SecurityReqID string `fix:"320"` //SecurityRequestType is a required field for SecurityDefinitionRequest. SecurityRequestType int `fix:"321"` //Symbol is a non-required field for SecurityDefinitionRequest. Symbol *string `fix:"55"` //SymbolSfx is a non-required field for SecurityDefinitionRequest. SymbolSfx *string `fix:"65"` //SecurityID is a non-required field for SecurityDefinitionRequest. SecurityID *string `fix:"48"` //IDSource is a non-required field for SecurityDefinitionRequest. IDSource *string `fix:"22"` //SecurityType is a non-required field for SecurityDefinitionRequest. SecurityType *string `fix:"167"` //MaturityMonthYear is a non-required field for SecurityDefinitionRequest. MaturityMonthYear *string `fix:"200"` //MaturityDay is a non-required field for SecurityDefinitionRequest. MaturityDay *int `fix:"205"` //PutOrCall is a non-required field for SecurityDefinitionRequest. PutOrCall *int `fix:"201"` //StrikePrice is a non-required field for SecurityDefinitionRequest. StrikePrice *float64 `fix:"202"` //OptAttribute is a non-required field for SecurityDefinitionRequest. OptAttribute *string `fix:"206"` //ContractMultiplier is a non-required field for SecurityDefinitionRequest. ContractMultiplier *float64 `fix:"231"` //CouponRate is a non-required field for SecurityDefinitionRequest. CouponRate *float64 `fix:"223"` //SecurityExchange is a non-required field for SecurityDefinitionRequest. SecurityExchange *string `fix:"207"` //Issuer is a non-required field for SecurityDefinitionRequest. Issuer *string `fix:"106"` //EncodedIssuerLen is a non-required field for SecurityDefinitionRequest. EncodedIssuerLen *int `fix:"348"` //EncodedIssuer is a non-required field for SecurityDefinitionRequest. EncodedIssuer *string `fix:"349"` //SecurityDesc is a non-required field for SecurityDefinitionRequest. SecurityDesc *string `fix:"107"` //EncodedSecurityDescLen is a non-required field for SecurityDefinitionRequest. EncodedSecurityDescLen *int `fix:"350"` //EncodedSecurityDesc is a non-required field for SecurityDefinitionRequest. EncodedSecurityDesc *string `fix:"351"` //Currency is a non-required field for SecurityDefinitionRequest. Currency *string `fix:"15"` //Text is a non-required field for SecurityDefinitionRequest. Text *string `fix:"58"` //EncodedTextLen is a non-required field for SecurityDefinitionRequest. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for SecurityDefinitionRequest. EncodedText *string `fix:"355"` //TradingSessionID is a non-required field for SecurityDefinitionRequest. TradingSessionID *string `fix:"336"` //NoRelatedSym is a non-required field for SecurityDefinitionRequest. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` Trailer fix42.Trailer }
Message is a SecurityDefinitionRequest FIX Message
type NoRelatedSym ¶
type NoRelatedSym struct { //UnderlyingSymbol is a non-required field for NoRelatedSym. UnderlyingSymbol *string `fix:"311"` //UnderlyingSymbolSfx is a non-required field for NoRelatedSym. UnderlyingSymbolSfx *string `fix:"312"` //UnderlyingSecurityID is a non-required field for NoRelatedSym. UnderlyingSecurityID *string `fix:"309"` //UnderlyingIDSource is a non-required field for NoRelatedSym. UnderlyingIDSource *string `fix:"305"` //UnderlyingSecurityType is a non-required field for NoRelatedSym. UnderlyingSecurityType *string `fix:"310"` //UnderlyingMaturityMonthYear is a non-required field for NoRelatedSym. UnderlyingMaturityMonthYear *string `fix:"313"` //UnderlyingMaturityDay is a non-required field for NoRelatedSym. UnderlyingMaturityDay *int `fix:"314"` //UnderlyingPutOrCall is a non-required field for NoRelatedSym. UnderlyingPutOrCall *int `fix:"315"` //UnderlyingStrikePrice is a non-required field for NoRelatedSym. UnderlyingStrikePrice *float64 `fix:"316"` //UnderlyingOptAttribute is a non-required field for NoRelatedSym. UnderlyingOptAttribute *string `fix:"317"` //UnderlyingContractMultiplier is a non-required field for NoRelatedSym. UnderlyingContractMultiplier *float64 `fix:"436"` //UnderlyingCouponRate is a non-required field for NoRelatedSym. UnderlyingCouponRate *float64 `fix:"435"` //UnderlyingSecurityExchange is a non-required field for NoRelatedSym. UnderlyingSecurityExchange *string `fix:"308"` //UnderlyingIssuer is a non-required field for NoRelatedSym. UnderlyingIssuer *string `fix:"306"` //EncodedUnderlyingIssuerLen is a non-required field for NoRelatedSym. EncodedUnderlyingIssuerLen *int `fix:"362"` //EncodedUnderlyingIssuer is a non-required field for NoRelatedSym. EncodedUnderlyingIssuer *string `fix:"363"` //UnderlyingSecurityDesc is a non-required field for NoRelatedSym. UnderlyingSecurityDesc *string `fix:"307"` //EncodedUnderlyingSecurityDescLen is a non-required field for NoRelatedSym. EncodedUnderlyingSecurityDescLen *int `fix:"364"` //EncodedUnderlyingSecurityDesc is a non-required field for NoRelatedSym. EncodedUnderlyingSecurityDesc *string `fix:"365"` //RatioQty is a non-required field for NoRelatedSym. RatioQty *float64 `fix:"319"` //Side is a non-required field for NoRelatedSym. Side *string `fix:"54"` //UnderlyingCurrency is a non-required field for NoRelatedSym. UnderlyingCurrency *string `fix:"318"` }
NoRelatedSym is a repeating group in SecurityDefinitionRequest
Click to show internal directories.
Click to hide internal directories.