Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoUnderlyingStips is a non-required field for UnderlyingStipulations.
NoUnderlyingStips []NoUnderlyingStips `fix:"887,omitempty"`
}
Component is a fix44 UnderlyingStipulations Component
type NoUnderlyingStips ¶
type NoUnderlyingStips struct {
//UnderlyingStipType is a non-required field for NoUnderlyingStips.
UnderlyingStipType *string `fix:"888"`
//UnderlyingStipValue is a non-required field for NoUnderlyingStips.
UnderlyingStipValue *string `fix:"889"`
}
NoUnderlyingStips is a repeating group in UnderlyingStipulations
Click to show internal directories.
Click to hide internal directories.