Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoRelatedSym is a required field for RFQReqGrp.
NoRelatedSym []NoRelatedSym `fix:"146"`
}
Component is a fix50 RFQReqGrp Component
type NoRelatedSym ¶
type NoRelatedSym struct {
//Instrument Component
Instrument instrument.Component
//UndInstrmtGrp Component
UndInstrmtGrp undinstrmtgrp.Component
//InstrmtLegGrp Component
InstrmtLegGrp instrmtleggrp.Component
//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
Click to show internal directories.
Click to hide internal directories.