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 non-required field for SecLstUpdRelSymGrp. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` }
Component is a fix50 SecLstUpdRelSymGrp Component
type NoRelatedSym ¶
type NoRelatedSym struct { //Instrument Component Instrument instrument.Component //InstrumentExtension Component InstrumentExtension instrumentextension.Component //FinancingDetails Component FinancingDetails financingdetails.Component //SecLstUpdRelSymsLegGrp Component SecLstUpdRelSymsLegGrp seclstupdrelsymsleggrp.Component //SpreadOrBenchmarkCurveData Component SpreadOrBenchmarkCurveData spreadorbenchmarkcurvedata.Component //YieldData Component YieldData yielddata.Component //RoundLot is a non-required field for NoRelatedSym. RoundLot *float64 `fix:"561"` //MinTradeVol is a non-required field for NoRelatedSym. MinTradeVol *float64 `fix:"562"` //TradingSessionID is a non-required field for NoRelatedSym. TradingSessionID *string `fix:"336"` //TradingSessionSubID is a non-required field for NoRelatedSym. TradingSessionSubID *string `fix:"625"` //ExpirationCycle is a non-required field for NoRelatedSym. ExpirationCycle *int `fix:"827"` //Text is a non-required field for NoRelatedSym. Text *string `fix:"58"` //EncodedTextLen is a non-required field for NoRelatedSym. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for NoRelatedSym. EncodedText *string `fix:"355"` //UnderlyingInstrument Component UnderlyingInstrument underlyinginstrument.Component //Currency is a non-required field for NoRelatedSym. Currency *string `fix:"15"` //Stipulations Component Stipulations stipulations.Component }
NoRelatedSym is a repeating group in SecLstUpdRelSymGrp
Click to show internal directories.
Click to hide internal directories.