executionreport

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2017 License: Apache-1.1 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type

Types

type ExecutionReport added in v0.4.0

type ExecutionReport struct {
	fix40.Header
	*quickfix.Body
	fix40.Trailer
	Message *quickfix.Message
}

ExecutionReport is the fix40 ExecutionReport type, MsgType = 8

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) ExecutionReport

FromMessage creates a ExecutionReport from a quickfix.Message instance

func New added in v0.2.0

func New(orderid field.OrderIDField, execid field.ExecIDField, exectranstype field.ExecTransTypeField, ordstatus field.OrdStatusField, symbol field.SymbolField, side field.SideField, orderqty field.OrderQtyField, lastshares field.LastSharesField, lastpx field.LastPxField, cumqty field.CumQtyField, avgpx field.AvgPxField) (m ExecutionReport)

New returns a ExecutionReport initialized with the required fields for ExecutionReport

func (ExecutionReport) GetAccount added in v0.4.0

func (m ExecutionReport) GetAccount() (v string, err quickfix.MessageRejectError)

GetAccount gets Account, Tag 1

func (ExecutionReport) GetAvgPx added in v0.4.0

GetAvgPx gets AvgPx, Tag 6

func (ExecutionReport) GetClOrdID added in v0.4.0

func (m ExecutionReport) GetClOrdID() (v string, err quickfix.MessageRejectError)

GetClOrdID gets ClOrdID, Tag 11

func (ExecutionReport) GetClientID added in v0.4.0

func (m ExecutionReport) GetClientID() (v string, err quickfix.MessageRejectError)

GetClientID gets ClientID, Tag 109

func (ExecutionReport) GetCommType added in v0.4.0

func (m ExecutionReport) GetCommType() (v enum.CommType, err quickfix.MessageRejectError)

GetCommType gets CommType, Tag 13

func (ExecutionReport) GetCommission added in v0.4.0

func (m ExecutionReport) GetCommission() (v decimal.Decimal, err quickfix.MessageRejectError)

GetCommission gets Commission, Tag 12

func (ExecutionReport) GetCumQty added in v0.4.0

GetCumQty gets CumQty, Tag 14

func (ExecutionReport) GetCurrency added in v0.4.0

func (m ExecutionReport) GetCurrency() (v string, err quickfix.MessageRejectError)

GetCurrency gets Currency, Tag 15

func (ExecutionReport) GetExecBroker added in v0.4.0

func (m ExecutionReport) GetExecBroker() (v string, err quickfix.MessageRejectError)

GetExecBroker gets ExecBroker, Tag 76

func (ExecutionReport) GetExecID added in v0.4.0

func (m ExecutionReport) GetExecID() (v string, err quickfix.MessageRejectError)

GetExecID gets ExecID, Tag 17

func (ExecutionReport) GetExecInst added in v0.4.0

func (m ExecutionReport) GetExecInst() (v enum.ExecInst, err quickfix.MessageRejectError)

GetExecInst gets ExecInst, Tag 18

func (ExecutionReport) GetExecRefID added in v0.4.0

func (m ExecutionReport) GetExecRefID() (v string, err quickfix.MessageRejectError)

GetExecRefID gets ExecRefID, Tag 19

func (ExecutionReport) GetExecTransType added in v0.4.0

func (m ExecutionReport) GetExecTransType() (v enum.ExecTransType, err quickfix.MessageRejectError)

GetExecTransType gets ExecTransType, Tag 20

func (ExecutionReport) GetExpireTime added in v0.4.0

func (m ExecutionReport) GetExpireTime() (v time.Time, err quickfix.MessageRejectError)

GetExpireTime gets ExpireTime, Tag 126

func (ExecutionReport) GetFutSettDate added in v0.4.0

func (m ExecutionReport) GetFutSettDate() (v string, err quickfix.MessageRejectError)

GetFutSettDate gets FutSettDate, Tag 64

func (ExecutionReport) GetIDSource added in v0.4.0

func (m ExecutionReport) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError)

GetIDSource gets IDSource, Tag 22

func (ExecutionReport) GetIssuer added in v0.4.0

func (m ExecutionReport) GetIssuer() (v string, err quickfix.MessageRejectError)

GetIssuer gets Issuer, Tag 106

func (ExecutionReport) GetLastCapacity added in v0.4.0

func (m ExecutionReport) GetLastCapacity() (v enum.LastCapacity, err quickfix.MessageRejectError)

GetLastCapacity gets LastCapacity, Tag 29

func (ExecutionReport) GetLastMkt added in v0.4.0

func (m ExecutionReport) GetLastMkt() (v string, err quickfix.MessageRejectError)

GetLastMkt gets LastMkt, Tag 30

func (ExecutionReport) GetLastPx added in v0.4.0

GetLastPx gets LastPx, Tag 31

func (ExecutionReport) GetLastShares added in v0.4.0

func (m ExecutionReport) GetLastShares() (v decimal.Decimal, err quickfix.MessageRejectError)

GetLastShares gets LastShares, Tag 32

func (ExecutionReport) GetListID added in v0.4.0

func (m ExecutionReport) GetListID() (v string, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66

func (ExecutionReport) GetNetMoney added in v0.4.0

func (m ExecutionReport) GetNetMoney() (v decimal.Decimal, err quickfix.MessageRejectError)

GetNetMoney gets NetMoney, Tag 118

func (ExecutionReport) GetNoMiscFees added in v0.4.0

GetNoMiscFees gets NoMiscFees, Tag 136

func (ExecutionReport) GetOrdRejReason added in v0.4.0

func (m ExecutionReport) GetOrdRejReason() (v enum.OrdRejReason, err quickfix.MessageRejectError)

GetOrdRejReason gets OrdRejReason, Tag 103

func (ExecutionReport) GetOrdStatus added in v0.4.0

func (m ExecutionReport) GetOrdStatus() (v enum.OrdStatus, err quickfix.MessageRejectError)

GetOrdStatus gets OrdStatus, Tag 39

func (ExecutionReport) GetOrdType added in v0.4.0

func (m ExecutionReport) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError)

GetOrdType gets OrdType, Tag 40

func (ExecutionReport) GetOrderID added in v0.4.0

func (m ExecutionReport) GetOrderID() (v string, err quickfix.MessageRejectError)

GetOrderID gets OrderID, Tag 37

func (ExecutionReport) GetOrderQty added in v0.4.0

func (m ExecutionReport) GetOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetOrderQty gets OrderQty, Tag 38

func (ExecutionReport) GetPrice added in v0.4.0

GetPrice gets Price, Tag 44

func (ExecutionReport) GetReportToExch added in v0.4.0

func (m ExecutionReport) GetReportToExch() (v bool, err quickfix.MessageRejectError)

GetReportToExch gets ReportToExch, Tag 113

func (ExecutionReport) GetRule80A added in v0.4.0

func (m ExecutionReport) GetRule80A() (v enum.Rule80A, err quickfix.MessageRejectError)

GetRule80A gets Rule80A, Tag 47

func (ExecutionReport) GetSecurityDesc added in v0.4.0

func (m ExecutionReport) GetSecurityDesc() (v string, err quickfix.MessageRejectError)

GetSecurityDesc gets SecurityDesc, Tag 107

func (ExecutionReport) GetSecurityID added in v0.4.0

func (m ExecutionReport) GetSecurityID() (v string, err quickfix.MessageRejectError)

GetSecurityID gets SecurityID, Tag 48

func (ExecutionReport) GetSettlCurrAmt added in v0.4.0

func (m ExecutionReport) GetSettlCurrAmt() (v decimal.Decimal, err quickfix.MessageRejectError)

GetSettlCurrAmt gets SettlCurrAmt, Tag 119

func (ExecutionReport) GetSettlCurrency added in v0.4.0

func (m ExecutionReport) GetSettlCurrency() (v string, err quickfix.MessageRejectError)

GetSettlCurrency gets SettlCurrency, Tag 120

func (ExecutionReport) GetSettlmntTyp added in v0.4.0

func (m ExecutionReport) GetSettlmntTyp() (v enum.SettlmntTyp, err quickfix.MessageRejectError)

GetSettlmntTyp gets SettlmntTyp, Tag 63

func (ExecutionReport) GetSide added in v0.4.0

func (m ExecutionReport) GetSide() (v enum.Side, err quickfix.MessageRejectError)

GetSide gets Side, Tag 54

func (ExecutionReport) GetStopPx added in v0.4.0

GetStopPx gets StopPx, Tag 99

func (ExecutionReport) GetSymbol added in v0.4.0

func (m ExecutionReport) GetSymbol() (v string, err quickfix.MessageRejectError)

GetSymbol gets Symbol, Tag 55

func (ExecutionReport) GetSymbolSfx added in v0.4.0

func (m ExecutionReport) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)

GetSymbolSfx gets SymbolSfx, Tag 65

func (ExecutionReport) GetText added in v0.4.0

func (m ExecutionReport) GetText() (v string, err quickfix.MessageRejectError)

GetText gets Text, Tag 58

func (ExecutionReport) GetTimeInForce added in v0.4.0

func (m ExecutionReport) GetTimeInForce() (v enum.TimeInForce, err quickfix.MessageRejectError)

GetTimeInForce gets TimeInForce, Tag 59

func (ExecutionReport) GetTradeDate added in v0.4.0

func (m ExecutionReport) GetTradeDate() (v string, err quickfix.MessageRejectError)

GetTradeDate gets TradeDate, Tag 75

func (ExecutionReport) GetTransactTime added in v0.4.0

func (m ExecutionReport) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)

GetTransactTime gets TransactTime, Tag 60

func (ExecutionReport) HasAccount added in v0.4.0

func (m ExecutionReport) HasAccount() bool

HasAccount returns true if Account is present, Tag 1

func (ExecutionReport) HasAvgPx added in v0.4.0

func (m ExecutionReport) HasAvgPx() bool

HasAvgPx returns true if AvgPx is present, Tag 6

func (ExecutionReport) HasClOrdID added in v0.4.0

func (m ExecutionReport) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11

func (ExecutionReport) HasClientID added in v0.4.0

func (m ExecutionReport) HasClientID() bool

HasClientID returns true if ClientID is present, Tag 109

func (ExecutionReport) HasCommType added in v0.4.0

func (m ExecutionReport) HasCommType() bool

HasCommType returns true if CommType is present, Tag 13

func (ExecutionReport) HasCommission added in v0.4.0

func (m ExecutionReport) HasCommission() bool

HasCommission returns true if Commission is present, Tag 12

func (ExecutionReport) HasCumQty added in v0.4.0

func (m ExecutionReport) HasCumQty() bool

HasCumQty returns true if CumQty is present, Tag 14

func (ExecutionReport) HasCurrency added in v0.4.0

func (m ExecutionReport) HasCurrency() bool

HasCurrency returns true if Currency is present, Tag 15

func (ExecutionReport) HasExecBroker added in v0.4.0

func (m ExecutionReport) HasExecBroker() bool

HasExecBroker returns true if ExecBroker is present, Tag 76

func (ExecutionReport) HasExecID added in v0.4.0

func (m ExecutionReport) HasExecID() bool

HasExecID returns true if ExecID is present, Tag 17

func (ExecutionReport) HasExecInst added in v0.4.0

func (m ExecutionReport) HasExecInst() bool

HasExecInst returns true if ExecInst is present, Tag 18

func (ExecutionReport) HasExecRefID added in v0.4.0

func (m ExecutionReport) HasExecRefID() bool

HasExecRefID returns true if ExecRefID is present, Tag 19

func (ExecutionReport) HasExecTransType added in v0.4.0

func (m ExecutionReport) HasExecTransType() bool

HasExecTransType returns true if ExecTransType is present, Tag 20

func (ExecutionReport) HasExpireTime added in v0.4.0

func (m ExecutionReport) HasExpireTime() bool

HasExpireTime returns true if ExpireTime is present, Tag 126

func (ExecutionReport) HasFutSettDate added in v0.4.0

func (m ExecutionReport) HasFutSettDate() bool

HasFutSettDate returns true if FutSettDate is present, Tag 64

func (ExecutionReport) HasIDSource added in v0.4.0

func (m ExecutionReport) HasIDSource() bool

HasIDSource returns true if IDSource is present, Tag 22

func (ExecutionReport) HasIssuer added in v0.4.0

func (m ExecutionReport) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106

func (ExecutionReport) HasLastCapacity added in v0.4.0

func (m ExecutionReport) HasLastCapacity() bool

HasLastCapacity returns true if LastCapacity is present, Tag 29

func (ExecutionReport) HasLastMkt added in v0.4.0

func (m ExecutionReport) HasLastMkt() bool

HasLastMkt returns true if LastMkt is present, Tag 30

func (ExecutionReport) HasLastPx added in v0.4.0

func (m ExecutionReport) HasLastPx() bool

HasLastPx returns true if LastPx is present, Tag 31

func (ExecutionReport) HasLastShares added in v0.4.0

func (m ExecutionReport) HasLastShares() bool

HasLastShares returns true if LastShares is present, Tag 32

func (ExecutionReport) HasListID added in v0.4.0

func (m ExecutionReport) HasListID() bool

HasListID returns true if ListID is present, Tag 66

func (ExecutionReport) HasNetMoney added in v0.4.0

func (m ExecutionReport) HasNetMoney() bool

HasNetMoney returns true if NetMoney is present, Tag 118

func (ExecutionReport) HasNoMiscFees added in v0.4.0

func (m ExecutionReport) HasNoMiscFees() bool

HasNoMiscFees returns true if NoMiscFees is present, Tag 136

func (ExecutionReport) HasOrdRejReason added in v0.4.0

func (m ExecutionReport) HasOrdRejReason() bool

HasOrdRejReason returns true if OrdRejReason is present, Tag 103

func (ExecutionReport) HasOrdStatus added in v0.4.0

func (m ExecutionReport) HasOrdStatus() bool

HasOrdStatus returns true if OrdStatus is present, Tag 39

func (ExecutionReport) HasOrdType added in v0.4.0

func (m ExecutionReport) HasOrdType() bool

HasOrdType returns true if OrdType is present, Tag 40

func (ExecutionReport) HasOrderID added in v0.4.0

func (m ExecutionReport) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37

func (ExecutionReport) HasOrderQty added in v0.4.0

func (m ExecutionReport) HasOrderQty() bool

HasOrderQty returns true if OrderQty is present, Tag 38

func (ExecutionReport) HasPrice added in v0.4.0

func (m ExecutionReport) HasPrice() bool

HasPrice returns true if Price is present, Tag 44

func (ExecutionReport) HasReportToExch added in v0.4.0

func (m ExecutionReport) HasReportToExch() bool

HasReportToExch returns true if ReportToExch is present, Tag 113

func (ExecutionReport) HasRule80A added in v0.4.0

func (m ExecutionReport) HasRule80A() bool

HasRule80A returns true if Rule80A is present, Tag 47

func (ExecutionReport) HasSecurityDesc added in v0.4.0

func (m ExecutionReport) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107

func (ExecutionReport) HasSecurityID added in v0.4.0

func (m ExecutionReport) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48

func (ExecutionReport) HasSettlCurrAmt added in v0.4.0

func (m ExecutionReport) HasSettlCurrAmt() bool

HasSettlCurrAmt returns true if SettlCurrAmt is present, Tag 119

func (ExecutionReport) HasSettlCurrency added in v0.4.0

func (m ExecutionReport) HasSettlCurrency() bool

HasSettlCurrency returns true if SettlCurrency is present, Tag 120

func (ExecutionReport) HasSettlmntTyp added in v0.4.0

func (m ExecutionReport) HasSettlmntTyp() bool

HasSettlmntTyp returns true if SettlmntTyp is present, Tag 63

func (ExecutionReport) HasSide added in v0.4.0

func (m ExecutionReport) HasSide() bool

HasSide returns true if Side is present, Tag 54

func (ExecutionReport) HasStopPx added in v0.4.0

func (m ExecutionReport) HasStopPx() bool

HasStopPx returns true if StopPx is present, Tag 99

func (ExecutionReport) HasSymbol added in v0.4.0

func (m ExecutionReport) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55

func (ExecutionReport) HasSymbolSfx added in v0.4.0

func (m ExecutionReport) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65

func (ExecutionReport) HasText added in v0.4.0

func (m ExecutionReport) HasText() bool

HasText returns true if Text is present, Tag 58

func (ExecutionReport) HasTimeInForce added in v0.4.0

func (m ExecutionReport) HasTimeInForce() bool

HasTimeInForce returns true if TimeInForce is present, Tag 59

func (ExecutionReport) HasTradeDate added in v0.4.0

func (m ExecutionReport) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75

func (ExecutionReport) HasTransactTime added in v0.4.0

func (m ExecutionReport) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60

func (ExecutionReport) SetAccount added in v0.4.0

func (m ExecutionReport) SetAccount(v string)

SetAccount sets Account, Tag 1

func (ExecutionReport) SetAvgPx added in v0.4.0

func (m ExecutionReport) SetAvgPx(value decimal.Decimal, scale int32)

SetAvgPx sets AvgPx, Tag 6

func (ExecutionReport) SetClOrdID added in v0.4.0

func (m ExecutionReport) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11

func (ExecutionReport) SetClientID added in v0.4.0

func (m ExecutionReport) SetClientID(v string)

SetClientID sets ClientID, Tag 109

func (ExecutionReport) SetCommType added in v0.4.0

func (m ExecutionReport) SetCommType(v enum.CommType)

SetCommType sets CommType, Tag 13

func (ExecutionReport) SetCommission added in v0.4.0

func (m ExecutionReport) SetCommission(value decimal.Decimal, scale int32)

SetCommission sets Commission, Tag 12

func (ExecutionReport) SetCumQty added in v0.4.0

func (m ExecutionReport) SetCumQty(value decimal.Decimal, scale int32)

SetCumQty sets CumQty, Tag 14

func (ExecutionReport) SetCurrency added in v0.4.0

func (m ExecutionReport) SetCurrency(v string)

SetCurrency sets Currency, Tag 15

func (ExecutionReport) SetExecBroker added in v0.4.0

func (m ExecutionReport) SetExecBroker(v string)

SetExecBroker sets ExecBroker, Tag 76

func (ExecutionReport) SetExecID added in v0.4.0

func (m ExecutionReport) SetExecID(v string)

SetExecID sets ExecID, Tag 17

func (ExecutionReport) SetExecInst added in v0.4.0

func (m ExecutionReport) SetExecInst(v enum.ExecInst)

SetExecInst sets ExecInst, Tag 18

func (ExecutionReport) SetExecRefID added in v0.4.0

func (m ExecutionReport) SetExecRefID(v string)

SetExecRefID sets ExecRefID, Tag 19

func (ExecutionReport) SetExecTransType added in v0.4.0

func (m ExecutionReport) SetExecTransType(v enum.ExecTransType)

SetExecTransType sets ExecTransType, Tag 20

func (ExecutionReport) SetExpireTime added in v0.4.0

func (m ExecutionReport) SetExpireTime(v time.Time)

SetExpireTime sets ExpireTime, Tag 126

func (ExecutionReport) SetFutSettDate added in v0.4.0

func (m ExecutionReport) SetFutSettDate(v string)

SetFutSettDate sets FutSettDate, Tag 64

func (ExecutionReport) SetIDSource added in v0.4.0

func (m ExecutionReport) SetIDSource(v enum.IDSource)

SetIDSource sets IDSource, Tag 22

func (ExecutionReport) SetIssuer added in v0.4.0

func (m ExecutionReport) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106

func (ExecutionReport) SetLastCapacity added in v0.4.0

func (m ExecutionReport) SetLastCapacity(v enum.LastCapacity)

SetLastCapacity sets LastCapacity, Tag 29

func (ExecutionReport) SetLastMkt added in v0.4.0

func (m ExecutionReport) SetLastMkt(v string)

SetLastMkt sets LastMkt, Tag 30

func (ExecutionReport) SetLastPx added in v0.4.0

func (m ExecutionReport) SetLastPx(value decimal.Decimal, scale int32)

SetLastPx sets LastPx, Tag 31

func (ExecutionReport) SetLastShares added in v0.4.0

func (m ExecutionReport) SetLastShares(value decimal.Decimal, scale int32)

SetLastShares sets LastShares, Tag 32

func (ExecutionReport) SetListID added in v0.4.0

func (m ExecutionReport) SetListID(v string)

SetListID sets ListID, Tag 66

func (ExecutionReport) SetNetMoney added in v0.4.0

func (m ExecutionReport) SetNetMoney(value decimal.Decimal, scale int32)

SetNetMoney sets NetMoney, Tag 118

func (ExecutionReport) SetNoMiscFees added in v0.4.0

func (m ExecutionReport) SetNoMiscFees(f NoMiscFeesRepeatingGroup)

SetNoMiscFees sets NoMiscFees, Tag 136

func (ExecutionReport) SetOrdRejReason added in v0.4.0

func (m ExecutionReport) SetOrdRejReason(v enum.OrdRejReason)

SetOrdRejReason sets OrdRejReason, Tag 103

func (ExecutionReport) SetOrdStatus added in v0.4.0

func (m ExecutionReport) SetOrdStatus(v enum.OrdStatus)

SetOrdStatus sets OrdStatus, Tag 39

func (ExecutionReport) SetOrdType added in v0.4.0

func (m ExecutionReport) SetOrdType(v enum.OrdType)

SetOrdType sets OrdType, Tag 40

func (ExecutionReport) SetOrderID added in v0.4.0

func (m ExecutionReport) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37

func (ExecutionReport) SetOrderQty added in v0.4.0

func (m ExecutionReport) SetOrderQty(value decimal.Decimal, scale int32)

SetOrderQty sets OrderQty, Tag 38

func (ExecutionReport) SetPrice added in v0.4.0

func (m ExecutionReport) SetPrice(value decimal.Decimal, scale int32)

SetPrice sets Price, Tag 44

func (ExecutionReport) SetReportToExch added in v0.4.0

func (m ExecutionReport) SetReportToExch(v bool)

SetReportToExch sets ReportToExch, Tag 113

func (ExecutionReport) SetRule80A added in v0.4.0

func (m ExecutionReport) SetRule80A(v enum.Rule80A)

SetRule80A sets Rule80A, Tag 47

func (ExecutionReport) SetSecurityDesc added in v0.4.0

func (m ExecutionReport) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107

func (ExecutionReport) SetSecurityID added in v0.4.0

func (m ExecutionReport) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48

func (ExecutionReport) SetSettlCurrAmt added in v0.4.0

func (m ExecutionReport) SetSettlCurrAmt(value decimal.Decimal, scale int32)

SetSettlCurrAmt sets SettlCurrAmt, Tag 119

func (ExecutionReport) SetSettlCurrency added in v0.4.0

func (m ExecutionReport) SetSettlCurrency(v string)

SetSettlCurrency sets SettlCurrency, Tag 120

func (ExecutionReport) SetSettlmntTyp added in v0.4.0

func (m ExecutionReport) SetSettlmntTyp(v enum.SettlmntTyp)

SetSettlmntTyp sets SettlmntTyp, Tag 63

func (ExecutionReport) SetSide added in v0.4.0

func (m ExecutionReport) SetSide(v enum.Side)

SetSide sets Side, Tag 54

func (ExecutionReport) SetStopPx added in v0.4.0

func (m ExecutionReport) SetStopPx(value decimal.Decimal, scale int32)

SetStopPx sets StopPx, Tag 99

func (ExecutionReport) SetSymbol added in v0.4.0

func (m ExecutionReport) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55

func (ExecutionReport) SetSymbolSfx added in v0.4.0

func (m ExecutionReport) SetSymbolSfx(v enum.SymbolSfx)

SetSymbolSfx sets SymbolSfx, Tag 65

func (ExecutionReport) SetText added in v0.4.0

func (m ExecutionReport) SetText(v string)

SetText sets Text, Tag 58

func (ExecutionReport) SetTimeInForce added in v0.4.0

func (m ExecutionReport) SetTimeInForce(v enum.TimeInForce)

SetTimeInForce sets TimeInForce, Tag 59

func (ExecutionReport) SetTradeDate added in v0.4.0

func (m ExecutionReport) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75

func (ExecutionReport) SetTransactTime added in v0.4.0

func (m ExecutionReport) SetTransactTime(v time.Time)

SetTransactTime sets TransactTime, Tag 60

func (ExecutionReport) ToMessage added in v0.4.0

func (m ExecutionReport) ToMessage() *quickfix.Message

ToMessage returns a quickfix.Message instance

type NoMiscFees

type NoMiscFees struct {
	*quickfix.Group
}

NoMiscFees is a repeating group element, Tag 136

func (NoMiscFees) GetMiscFeeAmt added in v0.4.0

func (m NoMiscFees) GetMiscFeeAmt() (v decimal.Decimal, err quickfix.MessageRejectError)

GetMiscFeeAmt gets MiscFeeAmt, Tag 137

func (NoMiscFees) GetMiscFeeCurr added in v0.4.0

func (m NoMiscFees) GetMiscFeeCurr() (v string, err quickfix.MessageRejectError)

GetMiscFeeCurr gets MiscFeeCurr, Tag 138

func (NoMiscFees) GetMiscFeeType added in v0.4.0

func (m NoMiscFees) GetMiscFeeType() (v enum.MiscFeeType, err quickfix.MessageRejectError)

GetMiscFeeType gets MiscFeeType, Tag 139

func (NoMiscFees) HasMiscFeeAmt added in v0.4.0

func (m NoMiscFees) HasMiscFeeAmt() bool

HasMiscFeeAmt returns true if MiscFeeAmt is present, Tag 137

func (NoMiscFees) HasMiscFeeCurr added in v0.4.0

func (m NoMiscFees) HasMiscFeeCurr() bool

HasMiscFeeCurr returns true if MiscFeeCurr is present, Tag 138

func (NoMiscFees) HasMiscFeeType added in v0.4.0

func (m NoMiscFees) HasMiscFeeType() bool

HasMiscFeeType returns true if MiscFeeType is present, Tag 139

func (NoMiscFees) SetMiscFeeAmt added in v0.2.0

func (m NoMiscFees) SetMiscFeeAmt(value decimal.Decimal, scale int32)

SetMiscFeeAmt sets MiscFeeAmt, Tag 137

func (NoMiscFees) SetMiscFeeCurr added in v0.2.0

func (m NoMiscFees) SetMiscFeeCurr(v string)

SetMiscFeeCurr sets MiscFeeCurr, Tag 138

func (NoMiscFees) SetMiscFeeType added in v0.2.0

func (m NoMiscFees) SetMiscFeeType(v enum.MiscFeeType)

SetMiscFeeType sets MiscFeeType, Tag 139

type NoMiscFeesRepeatingGroup added in v0.4.0

type NoMiscFeesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoMiscFeesRepeatingGroup is a repeating group, Tag 136

func NewNoMiscFeesRepeatingGroup added in v0.4.0

func NewNoMiscFeesRepeatingGroup() NoMiscFeesRepeatingGroup

NewNoMiscFeesRepeatingGroup returns an initialized, NoMiscFeesRepeatingGroup

func (NoMiscFeesRepeatingGroup) Add added in v0.4.0

Add create and append a new NoMiscFees to this group

func (NoMiscFeesRepeatingGroup) Get added in v0.4.0

Get returns the ith NoMiscFees in the NoMiscFeesRepeatinGroup

type RouteOut

type RouteOut func(msg ExecutionReport, sessionID quickfix.SessionID) quickfix.MessageRejectError

A RouteOut is the callback type that should be implemented for routing Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL