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