Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoRelatedSym is a non-required field for StrmAsgnRptInstrmtGrp. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` }
Component is a fix50sp2 StrmAsgnRptInstrmtGrp Component
type NoRelatedSym ¶
type NoRelatedSym struct { //Instrument Component Instrument instrument.Component //SettlType is a non-required field for NoRelatedSym. SettlType *string `fix:"63"` //StreamAsgnType is a non-required field for NoRelatedSym. StreamAsgnType *int `fix:"1617"` //MDStreamID is a non-required field for NoRelatedSym. MDStreamID *string `fix:"1500"` //StreamAsgnRejReason is a non-required field for NoRelatedSym. StreamAsgnRejReason *int `fix:"1502"` //Text is a non-required field for NoRelatedSym. Text *string `fix:"58"` //EncodedTextLen is a non-required field for NoRelatedSym. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for NoRelatedSym. EncodedText *string `fix:"355"` }
NoRelatedSym is a repeating group in StrmAsgnRptInstrmtGrp
Click to show internal directories.
Click to hide internal directories.