Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttrbGrp ¶ added in v0.2.0
type AttrbGrp struct { //NoInstrAttrib is a non-required field for AttrbGrp. NoInstrAttrib []NoInstrAttrib `fix:"870,omitempty"` }
AttrbGrp is a fix50sp1 Component
func (*AttrbGrp) SetNoInstrAttrib ¶ added in v0.2.0
func (m *AttrbGrp) SetNoInstrAttrib(v []NoInstrAttrib)
type NoInstrAttrib ¶
type NoInstrAttrib struct { //InstrAttribType is a non-required field for NoInstrAttrib. InstrAttribType *int `fix:"871"` //InstrAttribValue is a non-required field for NoInstrAttrib. InstrAttribValue *string `fix:"872"` }
NoInstrAttrib is a repeating group in AttrbGrp
func NewNoInstrAttrib ¶ added in v0.2.0
func NewNoInstrAttrib() *NoInstrAttrib
NewNoInstrAttrib returns an initialized NoInstrAttrib instance
func (*NoInstrAttrib) SetInstrAttribType ¶ added in v0.2.0
func (m *NoInstrAttrib) SetInstrAttribType(v int)
func (*NoInstrAttrib) SetInstrAttribValue ¶ added in v0.2.0
func (m *NoInstrAttrib) SetInstrAttribValue(v string)
Click to show internal directories.
Click to hide internal directories.