Documentation
¶
Overview ¶
Package derivativesecuritylist msg type = AA.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"AA"`
Header fixt11.Header
//SecurityReqID is a required field for DerivativeSecurityList.
SecurityReqID string `fix:"320"`
//SecurityResponseID is a required field for DerivativeSecurityList.
SecurityResponseID string `fix:"322"`
//SecurityRequestResult is a required field for DerivativeSecurityList.
SecurityRequestResult int `fix:"560"`
//UnderlyingInstrument Component
UnderlyingInstrument underlyinginstrument.Component
//TotNoRelatedSym is a non-required field for DerivativeSecurityList.
TotNoRelatedSym *int `fix:"393"`
//LastFragment is a non-required field for DerivativeSecurityList.
LastFragment *bool `fix:"893"`
//RelSymDerivSecGrp Component
RelSymDerivSecGrp relsymderivsecgrp.Component
Trailer fixt11.Trailer
}
Message is a DerivativeSecurityList FIX Message
Click to show internal directories.
Click to hide internal directories.