Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoLegs is a required field for LegOrdGrp.
NoLegs []NoLegs `fix:"555"`
}
Component is a fix50 LegOrdGrp Component
type NoLegs ¶
type NoLegs struct {
//InstrumentLeg Component
InstrumentLeg instrumentleg.Component
//LegQty is a non-required field for NoLegs.
LegQty *float64 `fix:"687"`
//LegSwapType is a non-required field for NoLegs.
LegSwapType *int `fix:"690"`
//LegStipulations Component
LegStipulations legstipulations.Component
//LegPreAllocGrp Component
LegPreAllocGrp legpreallocgrp.Component
//LegPositionEffect is a non-required field for NoLegs.
LegPositionEffect *string `fix:"564"`
//LegCoveredOrUncovered is a non-required field for NoLegs.
LegCoveredOrUncovered *int `fix:"565"`
//NestedParties Component
NestedParties nestedparties.Component
//LegRefID is a non-required field for NoLegs.
LegRefID *string `fix:"654"`
//LegPrice is a non-required field for NoLegs.
LegPrice *float64 `fix:"566"`
//LegSettlType is a non-required field for NoLegs.
LegSettlType *string `fix:"587"`
//LegSettlDate is a non-required field for NoLegs.
LegSettlDate *string `fix:"588"`
//LegOptionRatio is a non-required field for NoLegs.
LegOptionRatio *float64 `fix:"1017"`
//LegOrderQty is a non-required field for NoLegs.
LegOrderQty *float64 `fix:"685"`
}
NoLegs is a repeating group in LegOrdGrp
Click to show internal directories.
Click to hide internal directories.