Documentation ¶
Overview ¶
Package securitylist msg type = y.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"y"` Header fixt11.Header //SecurityReqID is a non-required field for SecurityList. SecurityReqID *string `fix:"320"` //SecurityResponseID is a non-required field for SecurityList. SecurityResponseID *string `fix:"322"` //SecurityRequestResult is a non-required field for SecurityList. SecurityRequestResult *int `fix:"560"` //TotNoRelatedSym is a non-required field for SecurityList. TotNoRelatedSym *int `fix:"393"` //LastFragment is a non-required field for SecurityList. LastFragment *bool `fix:"893"` //SecListGrp Component SecListGrp seclistgrp.Component //SecurityReportID is a non-required field for SecurityList. SecurityReportID *int `fix:"964"` //ClearingBusinessDate is a non-required field for SecurityList. ClearingBusinessDate *string `fix:"715"` //MarketID is a non-required field for SecurityList. MarketID *string `fix:"1301"` //MarketSegmentID is a non-required field for SecurityList. MarketSegmentID *string `fix:"1300"` //ApplicationSequenceControl Component ApplicationSequenceControl applicationsequencecontrol.Component //SecurityListID is a non-required field for SecurityList. SecurityListID *string `fix:"1465"` //SecurityListRefID is a non-required field for SecurityList. SecurityListRefID *string `fix:"1466"` //SecurityListDesc is a non-required field for SecurityList. SecurityListDesc *string `fix:"1467"` //EncodedSecurityListDescLen is a non-required field for SecurityList. EncodedSecurityListDescLen *int `fix:"1468"` //EncodedSecurityListDesc is a non-required field for SecurityList. EncodedSecurityListDesc *string `fix:"1469"` //SecurityListType is a non-required field for SecurityList. SecurityListType *int `fix:"1470"` //SecurityListTypeSource is a non-required field for SecurityList. SecurityListTypeSource *int `fix:"1471"` //TransactTime is a non-required field for SecurityList. TransactTime *time.Time `fix:"60"` Trailer fixt11.Trailer }
Message is a SecurityList FIX Message
Click to show internal directories.
Click to hide internal directories.