Documentation ¶
Index ¶
- type NoUnderlyings
- func (m *NoUnderlyings) SetUnderlyingAmount(v underlyingamount.UnderlyingAmount)
- func (m *NoUnderlyings) SetUnderlyingDeliveryAmount(v float64)
- func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- func (m *NoUnderlyings) SetUnderlyingSettlPrice(v float64)
- func (m *NoUnderlyings) SetUnderlyingSettlPriceType(v int)
- type PosUndInstrmtGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUnderlyings ¶
type NoUnderlyings struct { //UnderlyingInstrument is a non-required component for NoUnderlyings. UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument //UnderlyingSettlPrice is a non-required field for NoUnderlyings. UnderlyingSettlPrice *float64 `fix:"732"` //UnderlyingSettlPriceType is a non-required field for NoUnderlyings. UnderlyingSettlPriceType *int `fix:"733"` //UnderlyingAmount is a non-required component for NoUnderlyings. UnderlyingAmount *underlyingamount.UnderlyingAmount //UnderlyingDeliveryAmount is a non-required field for NoUnderlyings. UnderlyingDeliveryAmount *float64 `fix:"1037"` }
NoUnderlyings is a repeating group in PosUndInstrmtGrp
func NewNoUnderlyings ¶ added in v0.2.0
func NewNoUnderlyings() *NoUnderlyings
NewNoUnderlyings returns an initialized NoUnderlyings instance
func (*NoUnderlyings) SetUnderlyingAmount ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingAmount(v underlyingamount.UnderlyingAmount)
func (*NoUnderlyings) SetUnderlyingDeliveryAmount ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingDeliveryAmount(v float64)
func (*NoUnderlyings) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
func (*NoUnderlyings) SetUnderlyingSettlPrice ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingSettlPrice(v float64)
func (*NoUnderlyings) SetUnderlyingSettlPriceType ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingSettlPriceType(v int)
type PosUndInstrmtGrp ¶ added in v0.2.0
type PosUndInstrmtGrp struct { //NoUnderlyings is a non-required field for PosUndInstrmtGrp. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` }
PosUndInstrmtGrp is a fix50sp2 Component
func (*PosUndInstrmtGrp) SetNoUnderlyings ¶ added in v0.2.0
func (m *PosUndInstrmtGrp) SetNoUnderlyings(v []NoUnderlyings)
Click to show internal directories.
Click to hide internal directories.