Documentation ¶
Index ¶
- type ExecAllocGrp
- type NoExecs
- func (m *NoExecs) SetExecID(v string)
- func (m *NoExecs) SetFirmTradeID(v string)
- func (m *NoExecs) SetLastCapacity(v string)
- func (m *NoExecs) SetLastParPx(v float64)
- func (m *NoExecs) SetLastPx(v float64)
- func (m *NoExecs) SetLastQty(v float64)
- func (m *NoExecs) SetSecondaryExecID(v string)
- func (m *NoExecs) SetTradeID(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecAllocGrp ¶ added in v0.2.0
type ExecAllocGrp struct { //NoExecs is a non-required field for ExecAllocGrp. NoExecs []NoExecs `fix:"124,omitempty"` }
ExecAllocGrp is a fix50sp1 Component
func (*ExecAllocGrp) SetNoExecs ¶ added in v0.2.0
func (m *ExecAllocGrp) SetNoExecs(v []NoExecs)
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
func NewNoExecs ¶ added in v0.2.0
func NewNoExecs() *NoExecs
NewNoExecs returns an initialized NoExecs instance
func (*NoExecs) SetFirmTradeID ¶ added in v0.2.0
func (*NoExecs) SetLastCapacity ¶ added in v0.2.0
func (*NoExecs) SetLastParPx ¶ added in v0.2.0
func (*NoExecs) SetLastQty ¶ added in v0.2.0
func (*NoExecs) SetSecondaryExecID ¶ added in v0.2.0
func (*NoExecs) SetTradeID ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.