Documentation ¶
Index ¶
- type NoUnderlyings
- func (m *NoUnderlyings) SetClOrdID(v string)
- func (m *NoUnderlyings) SetCurrency(v string)
- func (m *NoUnderlyings) SetEncodedText(v string)
- func (m *NoUnderlyings) SetEncodedTextLen(v int)
- func (m *NoUnderlyings) SetPrevClosePx(v float64)
- func (m *NoUnderlyings) SetPrice(v float64)
- func (m *NoUnderlyings) SetSecondaryClOrdID(v string)
- func (m *NoUnderlyings) SetSide(v string)
- func (m *NoUnderlyings) SetText(v string)
- func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- type UndInstrmtStrkPxGrp
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 //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
func NewNoUnderlyings ¶ added in v0.2.0
func NewNoUnderlyings(price float64) *NoUnderlyings
NewNoUnderlyings returns an initialized NoUnderlyings instance
func (*NoUnderlyings) SetClOrdID ¶ added in v0.2.0
func (m *NoUnderlyings) SetClOrdID(v string)
func (*NoUnderlyings) SetCurrency ¶ added in v0.2.0
func (m *NoUnderlyings) SetCurrency(v string)
func (*NoUnderlyings) SetEncodedText ¶ added in v0.2.0
func (m *NoUnderlyings) SetEncodedText(v string)
func (*NoUnderlyings) SetEncodedTextLen ¶ added in v0.2.0
func (m *NoUnderlyings) SetEncodedTextLen(v int)
func (*NoUnderlyings) SetPrevClosePx ¶ added in v0.2.0
func (m *NoUnderlyings) SetPrevClosePx(v float64)
func (*NoUnderlyings) SetPrice ¶ added in v0.2.0
func (m *NoUnderlyings) SetPrice(v float64)
func (*NoUnderlyings) SetSecondaryClOrdID ¶ added in v0.2.0
func (m *NoUnderlyings) SetSecondaryClOrdID(v string)
func (*NoUnderlyings) SetSide ¶ added in v0.2.0
func (m *NoUnderlyings) SetSide(v string)
func (*NoUnderlyings) SetText ¶ added in v0.2.0
func (m *NoUnderlyings) SetText(v string)
func (*NoUnderlyings) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
type UndInstrmtStrkPxGrp ¶ added in v0.2.0
type UndInstrmtStrkPxGrp struct { //NoUnderlyings is a non-required field for UndInstrmtStrkPxGrp. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` }
UndInstrmtStrkPxGrp is a fix50 Component
func (*UndInstrmtStrkPxGrp) SetNoUnderlyings ¶ added in v0.2.0
func (m *UndInstrmtStrkPxGrp) SetNoUnderlyings(v []NoUnderlyings)
Click to show internal directories.
Click to hide internal directories.