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 UndInstrmtStrkPxGrp.
NoUnderlyings []NoUnderlyings `fix:"711,omitempty"`
}
Component is a fix50 UndInstrmtStrkPxGrp Component
type NoUnderlyings ¶
type NoUnderlyings struct {
//UnderlyingInstrument Component
UnderlyingInstrument underlyinginstrument.Component
//PrevClosePx is a non-required field for NoUnderlyings.
PrevClosePx *float64 `fix:"140"`
//ClOrdID is a non-required field for NoUnderlyings.
ClOrdID *string `fix:"11"`
//SecondaryClOrdID is a non-required field for NoUnderlyings.
SecondaryClOrdID *string `fix:"526"`
//Side is a non-required field for NoUnderlyings.
Side *string `fix:"54"`
//Price is a required field for NoUnderlyings.
Price float64 `fix:"44"`
//Currency is a non-required field for NoUnderlyings.
Currency *string `fix:"15"`
//Text is a non-required field for NoUnderlyings.
Text *string `fix:"58"`
//EncodedTextLen is a non-required field for NoUnderlyings.
EncodedTextLen *int `fix:"354"`
//EncodedText is a non-required field for NoUnderlyings.
EncodedText *string `fix:"355"`
}
NoUnderlyings is a repeating group in UndInstrmtStrkPxGrp
Click to show internal directories.
Click to hide internal directories.