Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoContAmts is a non-required field for ContAmtGrp. NoContAmts []NoContAmts `fix:"518,omitempty"` }
Component is a fix50sp1 ContAmtGrp Component
type NoContAmts ¶
type NoContAmts struct { //ContAmtType is a non-required field for NoContAmts. ContAmtType *int `fix:"519"` //ContAmtValue is a non-required field for NoContAmts. ContAmtValue *float64 `fix:"520"` //ContAmtCurr is a non-required field for NoContAmts. ContAmtCurr *string `fix:"521"` }
NoContAmts is a repeating group in ContAmtGrp
Click to show internal directories.
Click to hide internal directories.