Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoUnderlyingSecurityAltID is a non-required field for UndSecAltIDGrp. NoUnderlyingSecurityAltID []NoUnderlyingSecurityAltID `fix:"457,omitempty"` }
Component is a fix50sp2 UndSecAltIDGrp Component
type NoUnderlyingSecurityAltID ¶
type NoUnderlyingSecurityAltID struct { //UnderlyingSecurityAltID is a non-required field for NoUnderlyingSecurityAltID. UnderlyingSecurityAltID *string `fix:"458"` //UnderlyingSecurityAltIDSource is a non-required field for NoUnderlyingSecurityAltID. UnderlyingSecurityAltIDSource *string `fix:"459"` }
NoUnderlyingSecurityAltID is a repeating group in UndSecAltIDGrp
Click to show internal directories.
Click to hide internal directories.