Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type ExecAllocGrp struct + NoExecs []NoExecs + func New() *ExecAllocGrp + func (m *ExecAllocGrp) SetNoExecs(v []NoExecs) + type NoExecs struct + ExecID *string + FirmTradeID *string + LastCapacity *string + LastParPx *float64 + LastPx *float64 + LastQty *float64 + SecondaryExecID *string + TradeID *string + func NewNoExecs() *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)