Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoRateSources is a non-required field for RateSource. NoRateSources []NoRateSources `fix:"1445,omitempty"` }
Component is a fix50sp2 RateSource Component
type NoRateSources ¶
type NoRateSources struct { //RateSource is a non-required field for NoRateSources. RateSource *int `fix:"1446"` //RateSourceType is a non-required field for NoRateSources. RateSourceType *int `fix:"1447"` //ReferencePage is a non-required field for NoRateSources. ReferencePage *string `fix:"1448"` }
NoRateSources is a repeating group in RateSource
Click to show internal directories.
Click to hide internal directories.