Documentation ¶ Index ¶ type Component func New() *Component type NoTrades Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Component ¶ type Component struct { //NoTrades is a non-required field for TrdCollGrp. NoTrades []NoTrades `fix:"897,omitempty"` } Component is a fix50sp1 TrdCollGrp Component func New ¶ func New() *Component type NoTrades ¶ type NoTrades struct { //TradeReportID is a non-required field for NoTrades. TradeReportID *string `fix:"571"` //SecondaryTradeReportID is a non-required field for NoTrades. SecondaryTradeReportID *string `fix:"818"` } NoTrades is a repeating group in TrdCollGrp Source Files ¶ View all Source files TrdCollGrp.go Click to show internal directories. Click to hide internal directories.