Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompIDReqGrp ¶
type CompIDReqGrp struct {
//NoCompIDs is a non-required field for CompIDReqGrp.
NoCompIDs []NoCompIDs `fix:"936,omitempty"`
}
CompIDReqGrp is a fix50sp1 Component
func (*CompIDReqGrp) SetNoCompIDs ¶
func (m *CompIDReqGrp) SetNoCompIDs(v []NoCompIDs)
type NoCompIDs ¶
type NoCompIDs struct {
//RefCompID is a non-required field for NoCompIDs.
RefCompID *string `fix:"930"`
//RefSubID is a non-required field for NoCompIDs.
RefSubID *string `fix:"931"`
//LocationID is a non-required field for NoCompIDs.
LocationID *string `fix:"283"`
//DeskID is a non-required field for NoCompIDs.
DeskID *string `fix:"284"`
}
NoCompIDs is a repeating group in CompIDReqGrp
func NewNoCompIDs ¶
func NewNoCompIDs() *NoCompIDs
NewNoCompIDs returns an initialized NoCompIDs instance
func (*NoCompIDs) SetLocationID ¶
func (*NoCompIDs) SetRefCompID ¶
func (*NoCompIDs) SetRefSubID ¶
Click to show internal directories.
Click to hide internal directories.