Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoUnderlyingAmounts is a non-required field for UnderlyingAmount. NoUnderlyingAmounts []NoUnderlyingAmounts `fix:"984,omitempty"` }
Component is a fix50 UnderlyingAmount Component
type NoUnderlyingAmounts ¶
type NoUnderlyingAmounts struct { //UnderlyingPayAmount is a non-required field for NoUnderlyingAmounts. UnderlyingPayAmount *float64 `fix:"985"` //UnderlyingCollectAmount is a non-required field for NoUnderlyingAmounts. UnderlyingCollectAmount *float64 `fix:"986"` //UnderlyingSettlementDate is a non-required field for NoUnderlyingAmounts. UnderlyingSettlementDate *string `fix:"987"` //UnderlyingSettlementStatus is a non-required field for NoUnderlyingAmounts. UnderlyingSettlementStatus *string `fix:"988"` }
NoUnderlyingAmounts is a repeating group in UnderlyingAmount
Click to show internal directories.
Click to hide internal directories.