allocation

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 6 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 Allocation added in v0.4.0

type Allocation struct {
	fix40.Header
	quickfix.Body
	fix40.Trailer
	//ReceiveTime is the time that this message was read from the socket connection
	ReceiveTime time.Time
}

Allocation is the fix40 Allocation type, MsgType = J

func FromMessage added in v0.4.0

func FromMessage(m quickfix.Message) Allocation

FromMessage creates a Allocation from a quickfix.Message instance

func New added in v0.2.0

func New(allocid field.AllocIDField, alloctranstype field.AllocTransTypeField, side field.SideField, symbol field.SymbolField, shares field.SharesField, avgpx field.AvgPxField, tradedate field.TradeDateField) (m Allocation)

New returns a Allocation initialized with the required fields for Allocation

func (Allocation) GetAllocID added in v0.4.0

func (m Allocation) GetAllocID() (f field.AllocIDField, err quickfix.MessageRejectError)

GetAllocID gets AllocID, Tag 70

func (Allocation) GetAllocTransType added in v0.4.0

func (m Allocation) GetAllocTransType() (f field.AllocTransTypeField, err quickfix.MessageRejectError)

GetAllocTransType gets AllocTransType, Tag 71

func (Allocation) GetAvgPrxPrecision added in v0.4.0

func (m Allocation) GetAvgPrxPrecision() (f field.AvgPrxPrecisionField, err quickfix.MessageRejectError)

GetAvgPrxPrecision gets AvgPrxPrecision, Tag 74

func (Allocation) GetAvgPx added in v0.4.0

func (m Allocation) GetAvgPx() (f field.AvgPxField, err quickfix.MessageRejectError)

GetAvgPx gets AvgPx, Tag 6

func (Allocation) GetCurrency added in v0.4.0

func (m Allocation) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError)

GetCurrency gets Currency, Tag 15

func (Allocation) GetFutSettDate added in v0.4.0

func (m Allocation) GetFutSettDate() (f field.FutSettDateField, err quickfix.MessageRejectError)

GetFutSettDate gets FutSettDate, Tag 64

func (Allocation) GetIDSource added in v0.4.0

func (m Allocation) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError)

GetIDSource gets IDSource, Tag 22

func (Allocation) GetIssuer added in v0.4.0

func (m Allocation) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError)

GetIssuer gets Issuer, Tag 106

func (Allocation) GetNetMoney added in v0.4.0

func (m Allocation) GetNetMoney() (f field.NetMoneyField, err quickfix.MessageRejectError)

GetNetMoney gets NetMoney, Tag 118

func (Allocation) GetNoAllocs added in v0.4.0

GetNoAllocs gets NoAllocs, Tag 78

func (Allocation) GetNoExecs added in v0.4.0

GetNoExecs gets NoExecs, Tag 124

func (Allocation) GetNoMiscFees added in v0.4.0

GetNoMiscFees gets NoMiscFees, Tag 136

func (Allocation) GetNoOrders added in v0.4.0

GetNoOrders gets NoOrders, Tag 73

func (Allocation) GetOpenClose added in v0.4.0

func (m Allocation) GetOpenClose() (f field.OpenCloseField, err quickfix.MessageRejectError)

GetOpenClose gets OpenClose, Tag 77

func (Allocation) GetRefAllocID added in v0.4.0

func (m Allocation) GetRefAllocID() (f field.RefAllocIDField, err quickfix.MessageRejectError)

GetRefAllocID gets RefAllocID, Tag 72

func (Allocation) GetSecurityDesc added in v0.4.0

func (m Allocation) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError)

GetSecurityDesc gets SecurityDesc, Tag 107

func (Allocation) GetSecurityID added in v0.4.0

func (m Allocation) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError)

GetSecurityID gets SecurityID, Tag 48

func (Allocation) GetSettlCurrAmt added in v0.4.0

func (m Allocation) GetSettlCurrAmt() (f field.SettlCurrAmtField, err quickfix.MessageRejectError)

GetSettlCurrAmt gets SettlCurrAmt, Tag 119

func (Allocation) GetSettlCurrency added in v0.4.0

func (m Allocation) GetSettlCurrency() (f field.SettlCurrencyField, err quickfix.MessageRejectError)

GetSettlCurrency gets SettlCurrency, Tag 120

func (Allocation) GetSettlmntTyp added in v0.4.0

func (m Allocation) GetSettlmntTyp() (f field.SettlmntTypField, err quickfix.MessageRejectError)

GetSettlmntTyp gets SettlmntTyp, Tag 63

func (Allocation) GetShares added in v0.4.0

func (m Allocation) GetShares() (f field.SharesField, err quickfix.MessageRejectError)

GetShares gets Shares, Tag 53

func (Allocation) GetSide added in v0.4.0

func (m Allocation) GetSide() (f field.SideField, err quickfix.MessageRejectError)

GetSide gets Side, Tag 54

func (Allocation) GetSymbol added in v0.4.0

func (m Allocation) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError)

GetSymbol gets Symbol, Tag 55

func (Allocation) GetSymbolSfx added in v0.4.0

func (m Allocation) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError)

GetSymbolSfx gets SymbolSfx, Tag 65

func (Allocation) GetText added in v0.4.0

func (m Allocation) GetText() (f field.TextField, err quickfix.MessageRejectError)

GetText gets Text, Tag 58

func (Allocation) GetTradeDate added in v0.4.0

func (m Allocation) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError)

GetTradeDate gets TradeDate, Tag 75

func (Allocation) GetTransactTime added in v0.4.0

func (m Allocation) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError)

GetTransactTime gets TransactTime, Tag 60

func (Allocation) HasAllocID added in v0.4.0

func (m Allocation) HasAllocID() bool

HasAllocID returns true if AllocID is present, Tag 70

func (Allocation) HasAllocTransType added in v0.4.0

func (m Allocation) HasAllocTransType() bool

HasAllocTransType returns true if AllocTransType is present, Tag 71

func (Allocation) HasAvgPrxPrecision added in v0.4.0

func (m Allocation) HasAvgPrxPrecision() bool

HasAvgPrxPrecision returns true if AvgPrxPrecision is present, Tag 74

func (Allocation) HasAvgPx added in v0.4.0

func (m Allocation) HasAvgPx() bool

HasAvgPx returns true if AvgPx is present, Tag 6

func (Allocation) HasCurrency added in v0.4.0

func (m Allocation) HasCurrency() bool

HasCurrency returns true if Currency is present, Tag 15

func (Allocation) HasFutSettDate added in v0.4.0

func (m Allocation) HasFutSettDate() bool

HasFutSettDate returns true if FutSettDate is present, Tag 64

func (Allocation) HasIDSource added in v0.4.0

func (m Allocation) HasIDSource() bool

HasIDSource returns true if IDSource is present, Tag 22

func (Allocation) HasIssuer added in v0.4.0

func (m Allocation) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106

func (Allocation) HasNetMoney added in v0.4.0

func (m Allocation) HasNetMoney() bool

HasNetMoney returns true if NetMoney is present, Tag 118

func (Allocation) HasNoAllocs added in v0.4.0

func (m Allocation) HasNoAllocs() bool

HasNoAllocs returns true if NoAllocs is present, Tag 78

func (Allocation) HasNoExecs added in v0.4.0

func (m Allocation) HasNoExecs() bool

HasNoExecs returns true if NoExecs is present, Tag 124

func (Allocation) HasNoMiscFees added in v0.4.0

func (m Allocation) HasNoMiscFees() bool

HasNoMiscFees returns true if NoMiscFees is present, Tag 136

func (Allocation) HasNoOrders added in v0.4.0

func (m Allocation) HasNoOrders() bool

HasNoOrders returns true if NoOrders is present, Tag 73

func (Allocation) HasOpenClose added in v0.4.0

func (m Allocation) HasOpenClose() bool

HasOpenClose returns true if OpenClose is present, Tag 77

func (Allocation) HasRefAllocID added in v0.4.0

func (m Allocation) HasRefAllocID() bool

HasRefAllocID returns true if RefAllocID is present, Tag 72

func (Allocation) HasSecurityDesc added in v0.4.0

func (m Allocation) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107

func (Allocation) HasSecurityID added in v0.4.0

func (m Allocation) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48

func (Allocation) HasSettlCurrAmt added in v0.4.0

func (m Allocation) HasSettlCurrAmt() bool

HasSettlCurrAmt returns true if SettlCurrAmt is present, Tag 119

func (Allocation) HasSettlCurrency added in v0.4.0

func (m Allocation) HasSettlCurrency() bool

HasSettlCurrency returns true if SettlCurrency is present, Tag 120

func (Allocation) HasSettlmntTyp added in v0.4.0

func (m Allocation) HasSettlmntTyp() bool

HasSettlmntTyp returns true if SettlmntTyp is present, Tag 63

func (Allocation) HasShares added in v0.4.0

func (m Allocation) HasShares() bool

HasShares returns true if Shares is present, Tag 53

func (Allocation) HasSide added in v0.4.0

func (m Allocation) HasSide() bool

HasSide returns true if Side is present, Tag 54

func (Allocation) HasSymbol added in v0.4.0

func (m Allocation) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55

func (Allocation) HasSymbolSfx added in v0.4.0

func (m Allocation) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65

func (Allocation) HasText added in v0.4.0

func (m Allocation) HasText() bool

HasText returns true if Text is present, Tag 58

func (Allocation) HasTradeDate added in v0.4.0

func (m Allocation) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75

func (Allocation) HasTransactTime added in v0.4.0

func (m Allocation) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60

func (Allocation) SetAllocID added in v0.4.0

func (m Allocation) SetAllocID(v string)

SetAllocID sets AllocID, Tag 70

func (Allocation) SetAllocTransType added in v0.4.0

func (m Allocation) SetAllocTransType(v string)

SetAllocTransType sets AllocTransType, Tag 71

func (Allocation) SetAvgPrxPrecision added in v0.4.0

func (m Allocation) SetAvgPrxPrecision(v int)

SetAvgPrxPrecision sets AvgPrxPrecision, Tag 74

func (Allocation) SetAvgPx added in v0.4.0

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

SetAvgPx sets AvgPx, Tag 6

func (Allocation) SetCurrency added in v0.4.0

func (m Allocation) SetCurrency(v string)

SetCurrency sets Currency, Tag 15

func (Allocation) SetFutSettDate added in v0.4.0

func (m Allocation) SetFutSettDate(v string)

SetFutSettDate sets FutSettDate, Tag 64

func (Allocation) SetIDSource added in v0.4.0

func (m Allocation) SetIDSource(v string)

SetIDSource sets IDSource, Tag 22

func (Allocation) SetIssuer added in v0.4.0

func (m Allocation) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106

func (Allocation) SetNetMoney added in v0.4.0

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

SetNetMoney sets NetMoney, Tag 118

func (Allocation) SetNoAllocs added in v0.4.0

func (m Allocation) SetNoAllocs(f NoAllocsRepeatingGroup)

SetNoAllocs sets NoAllocs, Tag 78

func (Allocation) SetNoExecs added in v0.4.0

func (m Allocation) SetNoExecs(f NoExecsRepeatingGroup)

SetNoExecs sets NoExecs, Tag 124

func (Allocation) SetNoMiscFees added in v0.4.0

func (m Allocation) SetNoMiscFees(f NoMiscFeesRepeatingGroup)

SetNoMiscFees sets NoMiscFees, Tag 136

func (Allocation) SetNoOrders added in v0.4.0

func (m Allocation) SetNoOrders(f NoOrdersRepeatingGroup)

SetNoOrders sets NoOrders, Tag 73

func (Allocation) SetOpenClose added in v0.4.0

func (m Allocation) SetOpenClose(v string)

SetOpenClose sets OpenClose, Tag 77

func (Allocation) SetRefAllocID added in v0.4.0

func (m Allocation) SetRefAllocID(v string)

SetRefAllocID sets RefAllocID, Tag 72

func (Allocation) SetSecurityDesc added in v0.4.0

func (m Allocation) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107

func (Allocation) SetSecurityID added in v0.4.0

func (m Allocation) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48

func (Allocation) SetSettlCurrAmt added in v0.4.0

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

SetSettlCurrAmt sets SettlCurrAmt, Tag 119

func (Allocation) SetSettlCurrency added in v0.4.0

func (m Allocation) SetSettlCurrency(v string)

SetSettlCurrency sets SettlCurrency, Tag 120

func (Allocation) SetSettlmntTyp added in v0.4.0

func (m Allocation) SetSettlmntTyp(v string)

SetSettlmntTyp sets SettlmntTyp, Tag 63

func (Allocation) SetShares added in v0.4.0

func (m Allocation) SetShares(value decimal.Decimal, scale int32)

SetShares sets Shares, Tag 53

func (Allocation) SetSide added in v0.4.0

func (m Allocation) SetSide(v string)

SetSide sets Side, Tag 54

func (Allocation) SetSymbol added in v0.4.0

func (m Allocation) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55

func (Allocation) SetSymbolSfx added in v0.4.0

func (m Allocation) SetSymbolSfx(v string)

SetSymbolSfx sets SymbolSfx, Tag 65

func (Allocation) SetText added in v0.4.0

func (m Allocation) SetText(v string)

SetText sets Text, Tag 58

func (Allocation) SetTradeDate added in v0.4.0

func (m Allocation) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75

func (Allocation) SetTransactTime added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60

func (Allocation) ToMessage added in v0.4.0

func (m Allocation) ToMessage() quickfix.Message

ToMessage returns a quickfix.Message instance

type NoAllocs

type NoAllocs struct {
	quickfix.Group
}

NoAllocs is a repeating group element, Tag 78

func (NoAllocs) GetAllocAccount added in v0.4.0

func (m NoAllocs) GetAllocAccount() (f field.AllocAccountField, err quickfix.MessageRejectError)

GetAllocAccount gets AllocAccount, Tag 79

func (NoAllocs) GetAllocShares added in v0.4.0

func (m NoAllocs) GetAllocShares() (f field.AllocSharesField, err quickfix.MessageRejectError)

GetAllocShares gets AllocShares, Tag 80

func (NoAllocs) GetBrokerOfCredit added in v0.4.0

func (m NoAllocs) GetBrokerOfCredit() (f field.BrokerOfCreditField, err quickfix.MessageRejectError)

GetBrokerOfCredit gets BrokerOfCredit, Tag 92

func (NoAllocs) GetClientID added in v0.4.0

func (m NoAllocs) GetClientID() (f field.ClientIDField, err quickfix.MessageRejectError)

GetClientID gets ClientID, Tag 109

func (NoAllocs) GetCommType added in v0.4.0

func (m NoAllocs) GetCommType() (f field.CommTypeField, err quickfix.MessageRejectError)

GetCommType gets CommType, Tag 13

func (NoAllocs) GetCommission added in v0.4.0

func (m NoAllocs) GetCommission() (f field.CommissionField, err quickfix.MessageRejectError)

GetCommission gets Commission, Tag 12

func (NoAllocs) GetDlvyInst added in v0.4.0

func (m NoAllocs) GetDlvyInst() (f field.DlvyInstField, err quickfix.MessageRejectError)

GetDlvyInst gets DlvyInst, Tag 86

func (NoAllocs) GetExecBroker added in v0.4.0

func (m NoAllocs) GetExecBroker() (f field.ExecBrokerField, err quickfix.MessageRejectError)

GetExecBroker gets ExecBroker, Tag 76

func (NoAllocs) GetNoDlvyInst added in v0.4.0

func (m NoAllocs) GetNoDlvyInst() (f field.NoDlvyInstField, err quickfix.MessageRejectError)

GetNoDlvyInst gets NoDlvyInst, Tag 85

func (NoAllocs) GetProcessCode added in v0.4.0

func (m NoAllocs) GetProcessCode() (f field.ProcessCodeField, err quickfix.MessageRejectError)

GetProcessCode gets ProcessCode, Tag 81

func (NoAllocs) HasAllocAccount added in v0.4.0

func (m NoAllocs) HasAllocAccount() bool

HasAllocAccount returns true if AllocAccount is present, Tag 79

func (NoAllocs) HasAllocShares added in v0.4.0

func (m NoAllocs) HasAllocShares() bool

HasAllocShares returns true if AllocShares is present, Tag 80

func (NoAllocs) HasBrokerOfCredit added in v0.4.0

func (m NoAllocs) HasBrokerOfCredit() bool

HasBrokerOfCredit returns true if BrokerOfCredit is present, Tag 92

func (NoAllocs) HasClientID added in v0.4.0

func (m NoAllocs) HasClientID() bool

HasClientID returns true if ClientID is present, Tag 109

func (NoAllocs) HasCommType added in v0.4.0

func (m NoAllocs) HasCommType() bool

HasCommType returns true if CommType is present, Tag 13

func (NoAllocs) HasCommission added in v0.4.0

func (m NoAllocs) HasCommission() bool

HasCommission returns true if Commission is present, Tag 12

func (NoAllocs) HasDlvyInst added in v0.4.0

func (m NoAllocs) HasDlvyInst() bool

HasDlvyInst returns true if DlvyInst is present, Tag 86

func (NoAllocs) HasExecBroker added in v0.4.0

func (m NoAllocs) HasExecBroker() bool

HasExecBroker returns true if ExecBroker is present, Tag 76

func (NoAllocs) HasNoDlvyInst added in v0.4.0

func (m NoAllocs) HasNoDlvyInst() bool

HasNoDlvyInst returns true if NoDlvyInst is present, Tag 85

func (NoAllocs) HasProcessCode added in v0.4.0

func (m NoAllocs) HasProcessCode() bool

HasProcessCode returns true if ProcessCode is present, Tag 81

func (NoAllocs) SetAllocAccount added in v0.2.0

func (m NoAllocs) SetAllocAccount(v string)

SetAllocAccount sets AllocAccount, Tag 79

func (NoAllocs) SetAllocShares added in v0.2.0

func (m NoAllocs) SetAllocShares(value decimal.Decimal, scale int32)

SetAllocShares sets AllocShares, Tag 80

func (NoAllocs) SetBrokerOfCredit added in v0.2.0

func (m NoAllocs) SetBrokerOfCredit(v string)

SetBrokerOfCredit sets BrokerOfCredit, Tag 92

func (NoAllocs) SetClientID added in v0.2.0

func (m NoAllocs) SetClientID(v string)

SetClientID sets ClientID, Tag 109

func (NoAllocs) SetCommType added in v0.2.0

func (m NoAllocs) SetCommType(v string)

SetCommType sets CommType, Tag 13

func (NoAllocs) SetCommission added in v0.2.0

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

SetCommission sets Commission, Tag 12

func (NoAllocs) SetDlvyInst added in v0.2.0

func (m NoAllocs) SetDlvyInst(v string)

SetDlvyInst sets DlvyInst, Tag 86

func (NoAllocs) SetExecBroker added in v0.2.0

func (m NoAllocs) SetExecBroker(v string)

SetExecBroker sets ExecBroker, Tag 76

func (NoAllocs) SetNoDlvyInst added in v0.2.0

func (m NoAllocs) SetNoDlvyInst(v int)

SetNoDlvyInst sets NoDlvyInst, Tag 85

func (NoAllocs) SetProcessCode added in v0.2.0

func (m NoAllocs) SetProcessCode(v string)

SetProcessCode sets ProcessCode, Tag 81

type NoAllocsRepeatingGroup added in v0.4.0

type NoAllocsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAllocsRepeatingGroup is a repeating group, Tag 78

func NewNoAllocsRepeatingGroup added in v0.4.0

func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup

NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup

func (NoAllocsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoAllocs to this group

func (NoAllocsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoAllocs in the NoAllocsRepeatinGroup

type NoExecs

type NoExecs struct {
	quickfix.Group
}

NoExecs is a repeating group element, Tag 124

func (NoExecs) GetExecID added in v0.4.0

func (m NoExecs) GetExecID() (f field.ExecIDField, err quickfix.MessageRejectError)

GetExecID gets ExecID, Tag 17

func (NoExecs) GetLastMkt added in v0.4.0

func (m NoExecs) GetLastMkt() (f field.LastMktField, err quickfix.MessageRejectError)

GetLastMkt gets LastMkt, Tag 30

func (NoExecs) GetLastPx added in v0.4.0

func (m NoExecs) GetLastPx() (f field.LastPxField, err quickfix.MessageRejectError)

GetLastPx gets LastPx, Tag 31

func (NoExecs) GetLastShares added in v0.4.0

func (m NoExecs) GetLastShares() (f field.LastSharesField, err quickfix.MessageRejectError)

GetLastShares gets LastShares, Tag 32

func (NoExecs) HasExecID added in v0.4.0

func (m NoExecs) HasExecID() bool

HasExecID returns true if ExecID is present, Tag 17

func (NoExecs) HasLastMkt added in v0.4.0

func (m NoExecs) HasLastMkt() bool

HasLastMkt returns true if LastMkt is present, Tag 30

func (NoExecs) HasLastPx added in v0.4.0

func (m NoExecs) HasLastPx() bool

HasLastPx returns true if LastPx is present, Tag 31

func (NoExecs) HasLastShares added in v0.4.0

func (m NoExecs) HasLastShares() bool

HasLastShares returns true if LastShares is present, Tag 32

func (NoExecs) SetExecID added in v0.2.0

func (m NoExecs) SetExecID(v string)

SetExecID sets ExecID, Tag 17

func (NoExecs) SetLastMkt added in v0.2.0

func (m NoExecs) SetLastMkt(v string)

SetLastMkt sets LastMkt, Tag 30

func (NoExecs) SetLastPx added in v0.2.0

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

SetLastPx sets LastPx, Tag 31

func (NoExecs) SetLastShares added in v0.2.0

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

SetLastShares sets LastShares, Tag 32

type NoExecsRepeatingGroup added in v0.4.0

type NoExecsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoExecsRepeatingGroup is a repeating group, Tag 124

func NewNoExecsRepeatingGroup added in v0.4.0

func NewNoExecsRepeatingGroup() NoExecsRepeatingGroup

NewNoExecsRepeatingGroup returns an initialized, NoExecsRepeatingGroup

func (NoExecsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoExecs to this group

func (NoExecsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoExecs in the NoExecsRepeatinGroup

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() (f field.MiscFeeAmtField, err quickfix.MessageRejectError)

GetMiscFeeAmt gets MiscFeeAmt, Tag 137

func (NoMiscFees) GetMiscFeeCurr added in v0.4.0

func (m NoMiscFees) GetMiscFeeCurr() (f field.MiscFeeCurrField, err quickfix.MessageRejectError)

GetMiscFeeCurr gets MiscFeeCurr, Tag 138

func (NoMiscFees) GetMiscFeeType added in v0.4.0

func (m NoMiscFees) GetMiscFeeType() (f field.MiscFeeTypeField, 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 string)

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 NoOrders

type NoOrders struct {
	quickfix.Group
}

NoOrders is a repeating group element, Tag 73

func (NoOrders) GetClOrdID added in v0.4.0

func (m NoOrders) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError)

GetClOrdID gets ClOrdID, Tag 11

func (NoOrders) GetListID added in v0.4.0

func (m NoOrders) GetListID() (f field.ListIDField, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66

func (NoOrders) GetOrderID added in v0.4.0

func (m NoOrders) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError)

GetOrderID gets OrderID, Tag 37

func (NoOrders) GetWaveNo added in v0.4.0

func (m NoOrders) GetWaveNo() (f field.WaveNoField, err quickfix.MessageRejectError)

GetWaveNo gets WaveNo, Tag 105

func (NoOrders) HasClOrdID added in v0.4.0

func (m NoOrders) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11

func (NoOrders) HasListID added in v0.4.0

func (m NoOrders) HasListID() bool

HasListID returns true if ListID is present, Tag 66

func (NoOrders) HasOrderID added in v0.4.0

func (m NoOrders) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37

func (NoOrders) HasWaveNo added in v0.4.0

func (m NoOrders) HasWaveNo() bool

HasWaveNo returns true if WaveNo is present, Tag 105

func (NoOrders) SetClOrdID added in v0.2.0

func (m NoOrders) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11

func (NoOrders) SetListID added in v0.2.0

func (m NoOrders) SetListID(v string)

SetListID sets ListID, Tag 66

func (NoOrders) SetOrderID added in v0.2.0

func (m NoOrders) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37

func (NoOrders) SetWaveNo added in v0.2.0

func (m NoOrders) SetWaveNo(v string)

SetWaveNo sets WaveNo, Tag 105

type NoOrdersRepeatingGroup added in v0.4.0

type NoOrdersRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoOrdersRepeatingGroup is a repeating group, Tag 73

func NewNoOrdersRepeatingGroup added in v0.4.0

func NewNoOrdersRepeatingGroup() NoOrdersRepeatingGroup

NewNoOrdersRepeatingGroup returns an initialized, NoOrdersRepeatingGroup

func (NoOrdersRepeatingGroup) Add added in v0.4.0

Add create and append a new NoOrders to this group

func (NoOrdersRepeatingGroup) Get added in v0.4.0

Get returns the ith NoOrders in the NoOrdersRepeatinGroup

type RouteOut

type RouteOut func(msg Allocation, 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