Documentation ¶ Index ¶ type YieldData func New() *YieldData func (m *YieldData) SetYield(v float64) func (m *YieldData) SetYieldType(v string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type YieldData ¶ added in v0.2.0 type YieldData struct { //YieldType is a non-required field for YieldData. YieldType *string `fix:"235"` //Yield is a non-required field for YieldData. Yield *float64 `fix:"236"` } YieldData is a fix43 Component func New ¶ func New() *YieldData New returns an initialized YieldData instance func (*YieldData) SetYield ¶ added in v0.2.0 func (m *YieldData) SetYield(v float64) func (*YieldData) SetYieldType ¶ added in v0.2.0 func (m *YieldData) SetYieldType(v string) Source Files ¶ View all Source files YieldData.go Click to show internal directories. Click to hide internal directories.