Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
func NewNoUnderlyingAmounts ¶ added in v0.2.0
func NewNoUnderlyingAmounts() *NoUnderlyingAmounts
NewNoUnderlyingAmounts returns an initialized NoUnderlyingAmounts instance
func (*NoUnderlyingAmounts) SetUnderlyingCollectAmount ¶ added in v0.2.0
func (m *NoUnderlyingAmounts) SetUnderlyingCollectAmount(v float64)
func (*NoUnderlyingAmounts) SetUnderlyingPayAmount ¶ added in v0.2.0
func (m *NoUnderlyingAmounts) SetUnderlyingPayAmount(v float64)
func (*NoUnderlyingAmounts) SetUnderlyingSettlementDate ¶ added in v0.2.0
func (m *NoUnderlyingAmounts) SetUnderlyingSettlementDate(v string)
func (*NoUnderlyingAmounts) SetUnderlyingSettlementStatus ¶ added in v0.2.0
func (m *NoUnderlyingAmounts) SetUnderlyingSettlementStatus(v string)
type UnderlyingAmount ¶ added in v0.2.0
type UnderlyingAmount struct { //NoUnderlyingAmounts is a non-required field for UnderlyingAmount. NoUnderlyingAmounts []NoUnderlyingAmounts `fix:"984,omitempty"` }
UnderlyingAmount is a fix50sp2 Component
func (*UnderlyingAmount) SetNoUnderlyingAmounts ¶ added in v0.2.0
func (m *UnderlyingAmount) SetNoUnderlyingAmounts(v []NoUnderlyingAmounts)
Click to show internal directories.
Click to hide internal directories.