Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoInstrAttrib is a non-required field for AttrbGrp.
NoInstrAttrib []NoInstrAttrib `fix:"870,omitempty"`
}
Component is a fix50 AttrbGrp Component
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
Click to show internal directories.
Click to hide internal directories.