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"` Trailer fixt11.Trailer }
Message is a SecurityList FIX Message
Click to show internal directories.
Click to hide internal directories.