Documentation
¶
Index ¶
- type NoRelatedSym
- func (m *NoRelatedSym) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetPrevClosePx(v float64)
- func (m *NoRelatedSym) SetQuoteRequestType(v int)
- func (m *NoRelatedSym) SetQuoteType(v int)
- func (m *NoRelatedSym) SetTradingSessionID(v string)
- func (m *NoRelatedSym) SetTradingSessionSubID(v string)
- func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
- type RFQReqGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRelatedSym ¶
type NoRelatedSym struct {
//Instrument is a required component for NoRelatedSym.
instrument.Instrument
//UndInstrmtGrp is a non-required component for NoRelatedSym.
UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp
//InstrmtLegGrp is a non-required component for NoRelatedSym.
InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp
//PrevClosePx is a non-required field for NoRelatedSym.
PrevClosePx *float64 `fix:"140"`
//QuoteRequestType is a non-required field for NoRelatedSym.
QuoteRequestType *int `fix:"303"`
//QuoteType is a non-required field for NoRelatedSym.
QuoteType *int `fix:"537"`
//TradingSessionID is a non-required field for NoRelatedSym.
TradingSessionID *string `fix:"336"`
//TradingSessionSubID is a non-required field for NoRelatedSym.
TradingSessionSubID *string `fix:"625"`
}
NoRelatedSym is a repeating group in RFQReqGrp
func NewNoRelatedSym ¶ added in v0.2.0
func NewNoRelatedSym(instrument instrument.Instrument) *NoRelatedSym
NewNoRelatedSym returns an initialized NoRelatedSym instance
func (*NoRelatedSym) SetInstrmtLegGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
func (*NoRelatedSym) SetInstrument ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
func (*NoRelatedSym) SetPrevClosePx ¶ added in v0.2.0
func (m *NoRelatedSym) SetPrevClosePx(v float64)
func (*NoRelatedSym) SetQuoteRequestType ¶ added in v0.2.0
func (m *NoRelatedSym) SetQuoteRequestType(v int)
func (*NoRelatedSym) SetQuoteType ¶ added in v0.2.0
func (m *NoRelatedSym) SetQuoteType(v int)
func (*NoRelatedSym) SetTradingSessionID ¶ added in v0.2.0
func (m *NoRelatedSym) SetTradingSessionID(v string)
func (*NoRelatedSym) SetTradingSessionSubID ¶ added in v0.2.0
func (m *NoRelatedSym) SetTradingSessionSubID(v string)
func (*NoRelatedSym) SetUndInstrmtGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
type RFQReqGrp ¶ added in v0.2.0
type RFQReqGrp struct {
//NoRelatedSym is a required field for RFQReqGrp.
NoRelatedSym []NoRelatedSym `fix:"146"`
}
RFQReqGrp is a fix50 Component
func New ¶
func New(norelatedsym []NoRelatedSym) *RFQReqGrp
New returns an initialized RFQReqGrp instance
func (*RFQReqGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *RFQReqGrp) SetNoRelatedSym(v []NoRelatedSym)
Click to show internal directories.
Click to hide internal directories.