Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoFills is a non-required field for FillsGrp.
NoFills []NoFills `fix:"1362,omitempty"`
}
Component is a fix50sp1 FillsGrp Component
type NoFills ¶
type NoFills struct {
//FillExecID is a non-required field for NoFills.
FillExecID *string `fix:"1363"`
//FillPx is a non-required field for NoFills.
FillPx *float64 `fix:"1364"`
//FillQty is a non-required field for NoFills.
FillQty *float64 `fix:"1365"`
//NestedParties4 Component
NestedParties4 nestedparties4.Component
}
NoFills is a repeating group in FillsGrp
Click to show internal directories.
Click to hide internal directories.