Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoUnderlyings is a non-required field for PosUndInstrmtGrp. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` }
Component is a fix50 PosUndInstrmtGrp Component
type NoUnderlyings ¶
type NoUnderlyings struct { //UnderlyingInstrument Component UnderlyingInstrument underlyinginstrument.Component //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 Component UnderlyingAmount underlyingamount.Component //UnderlyingDeliveryAmount is a non-required field for NoUnderlyings. UnderlyingDeliveryAmount *float64 `fix:"1037"` }
NoUnderlyings is a repeating group in PosUndInstrmtGrp
Click to show internal directories.
Click to hide internal directories.