Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type ExecutionReport struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) ExecutionReport + func New(orderid field.OrderIDField, execid field.ExecIDField, ...) (m ExecutionReport) + func (m ExecutionReport) GetAccount() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetAvgPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetClOrdID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetClientID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetCommType() (v enum.CommType, err quickfix.MessageRejectError) + func (m ExecutionReport) GetCommission() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetCumQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecBroker() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecInst() (v enum.ExecInst, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecRefID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecTransType() (v enum.ExecTransType, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExecType() (v enum.ExecType, err quickfix.MessageRejectError) + func (m ExecutionReport) GetExpireTime() (v time.Time, err quickfix.MessageRejectError) + func (m ExecutionReport) GetFutSettDate() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError) + func (m ExecutionReport) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastCapacity() (v enum.LastCapacity, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastForwardPoints() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastMkt() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastShares() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLastSpotRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetLeavesQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetListID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetMaturityDay() (v int, err quickfix.MessageRejectError) + func (m ExecutionReport) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrdRejReason() (v enum.OrdRejReason, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrdStatus() (v enum.OrdStatus, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrderID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetOrigClOrdID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetPegDifference() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m ExecutionReport) GetReportToExch() (v bool, err quickfix.MessageRejectError) + func (m ExecutionReport) GetRule80A() (v enum.Rule80A, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecondaryOrderID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlCurrAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlCurrFxRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlCurrFxRateCalc() (v enum.SettlCurrFxRateCalc, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlCurrency() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlmntTyp() (v enum.SettlmntTyp, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSide() (v enum.Side, err quickfix.MessageRejectError) + func (m ExecutionReport) GetStopPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m ExecutionReport) GetText() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetTimeInForce() (v enum.TimeInForce, err quickfix.MessageRejectError) + func (m ExecutionReport) GetTradeDate() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m ExecutionReport) HasAccount() bool + func (m ExecutionReport) HasAvgPx() bool + func (m ExecutionReport) HasClOrdID() bool + func (m ExecutionReport) HasClientID() bool + func (m ExecutionReport) HasCommType() bool + func (m ExecutionReport) HasCommission() bool + func (m ExecutionReport) HasCumQty() bool + func (m ExecutionReport) HasCurrency() bool + func (m ExecutionReport) HasExecBroker() bool + func (m ExecutionReport) HasExecID() bool + func (m ExecutionReport) HasExecInst() bool + func (m ExecutionReport) HasExecRefID() bool + func (m ExecutionReport) HasExecTransType() bool + func (m ExecutionReport) HasExecType() bool + func (m ExecutionReport) HasExpireTime() bool + func (m ExecutionReport) HasFutSettDate() bool + func (m ExecutionReport) HasIDSource() bool + func (m ExecutionReport) HasIssuer() bool + func (m ExecutionReport) HasLastCapacity() bool + func (m ExecutionReport) HasLastForwardPoints() bool + func (m ExecutionReport) HasLastMkt() bool + func (m ExecutionReport) HasLastPx() bool + func (m ExecutionReport) HasLastShares() bool + func (m ExecutionReport) HasLastSpotRate() bool + func (m ExecutionReport) HasLeavesQty() bool + func (m ExecutionReport) HasListID() bool + func (m ExecutionReport) HasMaturityDay() bool + func (m ExecutionReport) HasMaturityMonthYear() bool + func (m ExecutionReport) HasOptAttribute() bool + func (m ExecutionReport) HasOrdRejReason() bool + func (m ExecutionReport) HasOrdStatus() bool + func (m ExecutionReport) HasOrdType() bool + func (m ExecutionReport) HasOrderID() bool + func (m ExecutionReport) HasOrderQty() bool + func (m ExecutionReport) HasOrigClOrdID() bool + func (m ExecutionReport) HasPegDifference() bool + func (m ExecutionReport) HasPrice() bool + func (m ExecutionReport) HasPutOrCall() bool + func (m ExecutionReport) HasReportToExch() bool + func (m ExecutionReport) HasRule80A() bool + func (m ExecutionReport) HasSecondaryOrderID() bool + func (m ExecutionReport) HasSecurityDesc() bool + func (m ExecutionReport) HasSecurityExchange() bool + func (m ExecutionReport) HasSecurityID() bool + func (m ExecutionReport) HasSecurityType() bool + func (m ExecutionReport) HasSettlCurrAmt() bool + func (m ExecutionReport) HasSettlCurrFxRate() bool + func (m ExecutionReport) HasSettlCurrFxRateCalc() bool + func (m ExecutionReport) HasSettlCurrency() bool + func (m ExecutionReport) HasSettlmntTyp() bool + func (m ExecutionReport) HasSide() bool + func (m ExecutionReport) HasStopPx() bool + func (m ExecutionReport) HasStrikePrice() bool + func (m ExecutionReport) HasSymbol() bool + func (m ExecutionReport) HasSymbolSfx() bool + func (m ExecutionReport) HasText() bool + func (m ExecutionReport) HasTimeInForce() bool + func (m ExecutionReport) HasTradeDate() bool + func (m ExecutionReport) HasTransactTime() bool + func (m ExecutionReport) SetAccount(v string) + func (m ExecutionReport) SetAvgPx(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetClOrdID(v string) + func (m ExecutionReport) SetClientID(v string) + func (m ExecutionReport) SetCommType(v enum.CommType) + func (m ExecutionReport) SetCommission(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetCumQty(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetCurrency(v string) + func (m ExecutionReport) SetExecBroker(v string) + func (m ExecutionReport) SetExecID(v string) + func (m ExecutionReport) SetExecInst(v enum.ExecInst) + func (m ExecutionReport) SetExecRefID(v string) + func (m ExecutionReport) SetExecTransType(v enum.ExecTransType) + func (m ExecutionReport) SetExecType(v enum.ExecType) + func (m ExecutionReport) SetExpireTime(v time.Time) + func (m ExecutionReport) SetFutSettDate(v string) + func (m ExecutionReport) SetIDSource(v enum.IDSource) + func (m ExecutionReport) SetIssuer(v string) + func (m ExecutionReport) SetLastCapacity(v enum.LastCapacity) + func (m ExecutionReport) SetLastForwardPoints(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetLastMkt(v string) + func (m ExecutionReport) SetLastPx(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetLastShares(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetLastSpotRate(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetLeavesQty(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetListID(v string) + func (m ExecutionReport) SetMaturityDay(v int) + func (m ExecutionReport) SetMaturityMonthYear(v string) + func (m ExecutionReport) SetOptAttribute(v string) + func (m ExecutionReport) SetOrdRejReason(v enum.OrdRejReason) + func (m ExecutionReport) SetOrdStatus(v enum.OrdStatus) + func (m ExecutionReport) SetOrdType(v enum.OrdType) + func (m ExecutionReport) SetOrderID(v string) + func (m ExecutionReport) SetOrderQty(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetOrigClOrdID(v string) + func (m ExecutionReport) SetPegDifference(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetPrice(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetPutOrCall(v enum.PutOrCall) + func (m ExecutionReport) SetReportToExch(v bool) + func (m ExecutionReport) SetRule80A(v enum.Rule80A) + func (m ExecutionReport) SetSecondaryOrderID(v string) + func (m ExecutionReport) SetSecurityDesc(v string) + func (m ExecutionReport) SetSecurityExchange(v string) + func (m ExecutionReport) SetSecurityID(v string) + func (m ExecutionReport) SetSecurityType(v enum.SecurityType) + func (m ExecutionReport) SetSettlCurrAmt(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetSettlCurrFxRate(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetSettlCurrFxRateCalc(v enum.SettlCurrFxRateCalc) + func (m ExecutionReport) SetSettlCurrency(v string) + func (m ExecutionReport) SetSettlmntTyp(v enum.SettlmntTyp) + func (m ExecutionReport) SetSide(v enum.Side) + func (m ExecutionReport) SetStopPx(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetStrikePrice(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetSymbol(v string) + func (m ExecutionReport) SetSymbolSfx(v enum.SymbolSfx) + func (m ExecutionReport) SetText(v string) + func (m ExecutionReport) SetTimeInForce(v enum.TimeInForce) + func (m ExecutionReport) SetTradeDate(v string) + func (m ExecutionReport) SetTransactTime(v time.Time) + func (m ExecutionReport) ToMessage() *quickfix.Message + type RouteOut func(msg ExecutionReport, sessionID quickfix.SessionID) quickfix.MessageRejectError