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) 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) 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) GetListID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetNetMoney() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m ExecutionReport) GetNoMiscFees() (NoMiscFeesRepeatingGroup, 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) GetPrice() (v decimal.Decimal, 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) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m ExecutionReport) GetSettlCurrAmt() (v decimal.Decimal, 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) 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) 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) HasLastMkt() bool + func (m ExecutionReport) HasLastPx() bool + func (m ExecutionReport) HasLastShares() bool + func (m ExecutionReport) HasListID() bool + func (m ExecutionReport) HasNetMoney() bool + func (m ExecutionReport) HasNoMiscFees() 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) HasPrice() bool + func (m ExecutionReport) HasReportToExch() bool + func (m ExecutionReport) HasRule80A() bool + func (m ExecutionReport) HasSecurityDesc() bool + func (m ExecutionReport) HasSecurityID() bool + func (m ExecutionReport) HasSettlCurrAmt() bool + func (m ExecutionReport) HasSettlCurrency() bool + func (m ExecutionReport) HasSettlmntTyp() bool + func (m ExecutionReport) HasSide() bool + func (m ExecutionReport) HasStopPx() 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) 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) SetLastMkt(v string) + func (m ExecutionReport) SetLastPx(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetLastShares(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetListID(v string) + func (m ExecutionReport) SetNetMoney(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetNoMiscFees(f NoMiscFeesRepeatingGroup) + 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) SetPrice(value decimal.Decimal, scale int32) + func (m ExecutionReport) SetReportToExch(v bool) + func (m ExecutionReport) SetRule80A(v enum.Rule80A) + func (m ExecutionReport) SetSecurityDesc(v string) + func (m ExecutionReport) SetSecurityID(v string) + func (m ExecutionReport) SetSettlCurrAmt(value decimal.Decimal, scale int32) + 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) 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 NoMiscFees struct + func (m NoMiscFees) GetMiscFeeAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoMiscFees) GetMiscFeeCurr() (v string, err quickfix.MessageRejectError) + func (m NoMiscFees) GetMiscFeeType() (v enum.MiscFeeType, err quickfix.MessageRejectError) + func (m NoMiscFees) HasMiscFeeAmt() bool + func (m NoMiscFees) HasMiscFeeCurr() bool + func (m NoMiscFees) HasMiscFeeType() bool + func (m NoMiscFees) SetMiscFeeAmt(value decimal.Decimal, scale int32) + func (m NoMiscFees) SetMiscFeeCurr(v string) + func (m NoMiscFees) SetMiscFeeType(v enum.MiscFeeType) + type NoMiscFeesRepeatingGroup struct + func NewNoMiscFeesRepeatingGroup() NoMiscFeesRepeatingGroup + func (m NoMiscFeesRepeatingGroup) Add() NoMiscFees + func (m NoMiscFeesRepeatingGroup) Get(i int) NoMiscFees + type RouteOut func(msg ExecutionReport, sessionID quickfix.SessionID) quickfix.MessageRejectError