Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoExecs is a non-required field for ExecAllocGrp. NoExecs []NoExecs `fix:"124,omitempty"` }
Component is a fix50sp2 ExecAllocGrp Component
type NoExecs ¶
type NoExecs struct { //LastQty is a non-required field for NoExecs. LastQty *float64 `fix:"32"` //ExecID is a non-required field for NoExecs. ExecID *string `fix:"17"` //SecondaryExecID is a non-required field for NoExecs. SecondaryExecID *string `fix:"527"` //LastPx is a non-required field for NoExecs. LastPx *float64 `fix:"31"` //LastParPx is a non-required field for NoExecs. LastParPx *float64 `fix:"669"` //LastCapacity is a non-required field for NoExecs. LastCapacity *string `fix:"29"` //TradeID is a non-required field for NoExecs. TradeID *string `fix:"1003"` //FirmTradeID is a non-required field for NoExecs. FirmTradeID *string `fix:"1041"` }
NoExecs is a repeating group in ExecAllocGrp
Click to show internal directories.
Click to hide internal directories.