Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrumentParties ¶ added in v0.2.0
type InstrumentParties struct { //NoInstrumentParties is a non-required field for InstrumentParties. NoInstrumentParties []NoInstrumentParties `fix:"1018,omitempty"` }
InstrumentParties is a fix50sp2 Component
func (*InstrumentParties) SetNoInstrumentParties ¶ added in v0.2.0
func (m *InstrumentParties) SetNoInstrumentParties(v []NoInstrumentParties)
type NoInstrumentParties ¶
type NoInstrumentParties struct { //InstrumentPartyID is a non-required field for NoInstrumentParties. InstrumentPartyID *string `fix:"1019"` //InstrumentPartyIDSource is a non-required field for NoInstrumentParties. InstrumentPartyIDSource *string `fix:"1050"` //InstrumentPartyRole is a non-required field for NoInstrumentParties. InstrumentPartyRole *int `fix:"1051"` //InstrumentPtysSubGrp is a non-required component for NoInstrumentParties. InstrumentPtysSubGrp *instrumentptyssubgrp.InstrumentPtysSubGrp }
NoInstrumentParties is a repeating group in InstrumentParties
func NewNoInstrumentParties ¶ added in v0.2.0
func NewNoInstrumentParties() *NoInstrumentParties
NewNoInstrumentParties returns an initialized NoInstrumentParties instance
func (*NoInstrumentParties) SetInstrumentPartyID ¶ added in v0.2.0
func (m *NoInstrumentParties) SetInstrumentPartyID(v string)
func (*NoInstrumentParties) SetInstrumentPartyIDSource ¶ added in v0.2.0
func (m *NoInstrumentParties) SetInstrumentPartyIDSource(v string)
func (*NoInstrumentParties) SetInstrumentPartyRole ¶ added in v0.2.0
func (m *NoInstrumentParties) SetInstrumentPartyRole(v int)
func (*NoInstrumentParties) SetInstrumentPtysSubGrp ¶ added in v0.2.0
func (m *NoInstrumentParties) SetInstrumentPtysSubGrp(v instrumentptyssubgrp.InstrumentPtysSubGrp)
Click to show internal directories.
Click to hide internal directories.