Versions in this module Expand all Collapse all v0 v0.5.0 Sep 1, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type Allocation struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) Allocation + func New(allocid field.AllocIDField, alloctranstype field.AllocTransTypeField, ...) (m Allocation) + func (m Allocation) GetAccruedInterestRate() (f field.AccruedInterestRateField, err quickfix.MessageRejectError) + func (m Allocation) GetAllocID() (f field.AllocIDField, err quickfix.MessageRejectError) + func (m Allocation) GetAllocLinkID() (f field.AllocLinkIDField, err quickfix.MessageRejectError) + func (m Allocation) GetAllocLinkType() (f field.AllocLinkTypeField, err quickfix.MessageRejectError) + func (m Allocation) GetAllocTransType() (f field.AllocTransTypeField, err quickfix.MessageRejectError) + func (m Allocation) GetAvgPrxPrecision() (f field.AvgPrxPrecisionField, err quickfix.MessageRejectError) + func (m Allocation) GetAvgPx() (f field.AvgPxField, err quickfix.MessageRejectError) + func (m Allocation) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError) + func (m Allocation) GetFutSettDate() (f field.FutSettDateField, err quickfix.MessageRejectError) + func (m Allocation) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError) + func (m Allocation) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m Allocation) GetLastMkt() (f field.LastMktField, err quickfix.MessageRejectError) + func (m Allocation) GetMaturityDay() (f field.MaturityDayField, err quickfix.MessageRejectError) + func (m Allocation) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m Allocation) GetNetMoney() (f field.NetMoneyField, err quickfix.MessageRejectError) + func (m Allocation) GetNoAllocs() (NoAllocsRepeatingGroup, quickfix.MessageRejectError) + func (m Allocation) GetNoExecs() (NoExecsRepeatingGroup, quickfix.MessageRejectError) + func (m Allocation) GetNoOrders() (NoOrdersRepeatingGroup, quickfix.MessageRejectError) + func (m Allocation) GetNumDaysInterest() (f field.NumDaysInterestField, err quickfix.MessageRejectError) + func (m Allocation) GetOpenClose() (f field.OpenCloseField, err quickfix.MessageRejectError) + func (m Allocation) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m Allocation) GetPutOrCall() (f field.PutOrCallField, err quickfix.MessageRejectError) + func (m Allocation) GetRefAllocID() (f field.RefAllocIDField, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m Allocation) GetSettlmntTyp() (f field.SettlmntTypField, err quickfix.MessageRejectError) + func (m Allocation) GetShares() (f field.SharesField, err quickfix.MessageRejectError) + func (m Allocation) GetSide() (f field.SideField, err quickfix.MessageRejectError) + func (m Allocation) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m Allocation) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m Allocation) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m Allocation) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m Allocation) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError) + func (m Allocation) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m Allocation) HasAccruedInterestRate() bool + func (m Allocation) HasAllocID() bool + func (m Allocation) HasAllocLinkID() bool + func (m Allocation) HasAllocLinkType() bool + func (m Allocation) HasAllocTransType() bool + func (m Allocation) HasAvgPrxPrecision() bool + func (m Allocation) HasAvgPx() bool + func (m Allocation) HasCurrency() bool + func (m Allocation) HasFutSettDate() bool + func (m Allocation) HasIDSource() bool + func (m Allocation) HasIssuer() bool + func (m Allocation) HasLastMkt() bool + func (m Allocation) HasMaturityDay() bool + func (m Allocation) HasMaturityMonthYear() bool + func (m Allocation) HasNetMoney() bool + func (m Allocation) HasNoAllocs() bool + func (m Allocation) HasNoExecs() bool + func (m Allocation) HasNoOrders() bool + func (m Allocation) HasNumDaysInterest() bool + func (m Allocation) HasOpenClose() bool + func (m Allocation) HasOptAttribute() bool + func (m Allocation) HasPutOrCall() bool + func (m Allocation) HasRefAllocID() bool + func (m Allocation) HasSecurityDesc() bool + func (m Allocation) HasSecurityExchange() bool + func (m Allocation) HasSecurityID() bool + func (m Allocation) HasSecurityType() bool + func (m Allocation) HasSettlmntTyp() bool + func (m Allocation) HasShares() bool + func (m Allocation) HasSide() bool + func (m Allocation) HasStrikePrice() bool + func (m Allocation) HasSymbol() bool + func (m Allocation) HasSymbolSfx() bool + func (m Allocation) HasText() bool + func (m Allocation) HasTradeDate() bool + func (m Allocation) HasTransactTime() bool + func (m Allocation) SetAccruedInterestRate(value decimal.Decimal, scale int32) + func (m Allocation) SetAllocID(v string) + func (m Allocation) SetAllocLinkID(v string) + func (m Allocation) SetAllocLinkType(v int) + func (m Allocation) SetAllocTransType(v string) + func (m Allocation) SetAvgPrxPrecision(v int) + func (m Allocation) SetAvgPx(value decimal.Decimal, scale int32) + func (m Allocation) SetCurrency(v string) + func (m Allocation) SetFutSettDate(v string) + func (m Allocation) SetIDSource(v string) + func (m Allocation) SetIssuer(v string) + func (m Allocation) SetLastMkt(v string) + func (m Allocation) SetMaturityDay(v int) + func (m Allocation) SetMaturityMonthYear(v string) + func (m Allocation) SetNetMoney(value decimal.Decimal, scale int32) + func (m Allocation) SetNoAllocs(f NoAllocsRepeatingGroup) + func (m Allocation) SetNoExecs(f NoExecsRepeatingGroup) + func (m Allocation) SetNoOrders(f NoOrdersRepeatingGroup) + func (m Allocation) SetNumDaysInterest(v int) + func (m Allocation) SetOpenClose(v string) + func (m Allocation) SetOptAttribute(v string) + func (m Allocation) SetPutOrCall(v int) + func (m Allocation) SetRefAllocID(v string) + func (m Allocation) SetSecurityDesc(v string) + func (m Allocation) SetSecurityExchange(v string) + func (m Allocation) SetSecurityID(v string) + func (m Allocation) SetSecurityType(v string) + func (m Allocation) SetSettlmntTyp(v string) + func (m Allocation) SetShares(value decimal.Decimal, scale int32) + func (m Allocation) SetSide(v string) + func (m Allocation) SetStrikePrice(value decimal.Decimal, scale int32) + func (m Allocation) SetSymbol(v string) + func (m Allocation) SetSymbolSfx(v string) + func (m Allocation) SetText(v string) + func (m Allocation) SetTradeDate(v string) + func (m Allocation) SetTransactTime(v time.Time) + func (m Allocation) ToMessage() quickfix.Message + type NoAllocs struct + func (m NoAllocs) GetAccruedInterestAmt() (f field.AccruedInterestAmtField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocAccount() (f field.AllocAccountField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocAvgPx() (f field.AllocAvgPxField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocHandlInst() (f field.AllocHandlInstField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocNetMoney() (f field.AllocNetMoneyField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocShares() (f field.AllocSharesField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocText() (f field.AllocTextField, err quickfix.MessageRejectError) + func (m NoAllocs) GetBrokerOfCredit() (f field.BrokerOfCreditField, err quickfix.MessageRejectError) + func (m NoAllocs) GetClientID() (f field.ClientIDField, err quickfix.MessageRejectError) + func (m NoAllocs) GetCommType() (f field.CommTypeField, err quickfix.MessageRejectError) + func (m NoAllocs) GetCommission() (f field.CommissionField, err quickfix.MessageRejectError) + func (m NoAllocs) GetExecBroker() (f field.ExecBrokerField, err quickfix.MessageRejectError) + func (m NoAllocs) GetNoMiscFees() (NoMiscFeesRepeatingGroup, quickfix.MessageRejectError) + func (m NoAllocs) GetNotifyBrokerOfCredit() (f field.NotifyBrokerOfCreditField, err quickfix.MessageRejectError) + func (m NoAllocs) GetProcessCode() (f field.ProcessCodeField, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrAmt() (f field.SettlCurrAmtField, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrFxRate() (f field.SettlCurrFxRateField, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrFxRateCalc() (f field.SettlCurrFxRateCalcField, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrency() (f field.SettlCurrencyField, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlInstMode() (f field.SettlInstModeField, err quickfix.MessageRejectError) + func (m NoAllocs) HasAccruedInterestAmt() bool + func (m NoAllocs) HasAllocAccount() bool + func (m NoAllocs) HasAllocAvgPx() bool + func (m NoAllocs) HasAllocHandlInst() bool + func (m NoAllocs) HasAllocNetMoney() bool + func (m NoAllocs) HasAllocShares() bool + func (m NoAllocs) HasAllocText() bool + func (m NoAllocs) HasBrokerOfCredit() bool + func (m NoAllocs) HasClientID() bool + func (m NoAllocs) HasCommType() bool + func (m NoAllocs) HasCommission() bool + func (m NoAllocs) HasExecBroker() bool + func (m NoAllocs) HasNoMiscFees() bool + func (m NoAllocs) HasNotifyBrokerOfCredit() bool + func (m NoAllocs) HasProcessCode() bool + func (m NoAllocs) HasSettlCurrAmt() bool + func (m NoAllocs) HasSettlCurrFxRate() bool + func (m NoAllocs) HasSettlCurrFxRateCalc() bool + func (m NoAllocs) HasSettlCurrency() bool + func (m NoAllocs) HasSettlInstMode() bool + func (m NoAllocs) SetAccruedInterestAmt(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocAccount(v string) + func (m NoAllocs) SetAllocAvgPx(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocHandlInst(v int) + func (m NoAllocs) SetAllocNetMoney(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocShares(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocText(v string) + func (m NoAllocs) SetBrokerOfCredit(v string) + func (m NoAllocs) SetClientID(v string) + func (m NoAllocs) SetCommType(v string) + func (m NoAllocs) SetCommission(value decimal.Decimal, scale int32) + func (m NoAllocs) SetExecBroker(v string) + func (m NoAllocs) SetNoMiscFees(f NoMiscFeesRepeatingGroup) + func (m NoAllocs) SetNotifyBrokerOfCredit(v bool) + func (m NoAllocs) SetProcessCode(v string) + func (m NoAllocs) SetSettlCurrAmt(value decimal.Decimal, scale int32) + func (m NoAllocs) SetSettlCurrFxRate(value decimal.Decimal, scale int32) + func (m NoAllocs) SetSettlCurrFxRateCalc(v string) + func (m NoAllocs) SetSettlCurrency(v string) + func (m NoAllocs) SetSettlInstMode(v string) + type NoAllocsRepeatingGroup struct + func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup + func (m NoAllocsRepeatingGroup) Add() NoAllocs + func (m NoAllocsRepeatingGroup) Get(i int) NoAllocs + type NoExecs struct + func (m NoExecs) GetExecID() (f field.ExecIDField, err quickfix.MessageRejectError) + func (m NoExecs) GetLastCapacity() (f field.LastCapacityField, err quickfix.MessageRejectError) + func (m NoExecs) GetLastPx() (f field.LastPxField, err quickfix.MessageRejectError) + func (m NoExecs) GetLastShares() (f field.LastSharesField, err quickfix.MessageRejectError) + func (m NoExecs) HasExecID() bool + func (m NoExecs) HasLastCapacity() bool + func (m NoExecs) HasLastPx() bool + func (m NoExecs) HasLastShares() bool + func (m NoExecs) SetExecID(v string) + func (m NoExecs) SetLastCapacity(v string) + func (m NoExecs) SetLastPx(value decimal.Decimal, scale int32) + func (m NoExecs) SetLastShares(value decimal.Decimal, scale int32) + type NoExecsRepeatingGroup struct + func NewNoExecsRepeatingGroup() NoExecsRepeatingGroup + func (m NoExecsRepeatingGroup) Add() NoExecs + func (m NoExecsRepeatingGroup) Get(i int) NoExecs + type NoMiscFees struct + func (m NoMiscFees) GetMiscFeeAmt() (f field.MiscFeeAmtField, err quickfix.MessageRejectError) + func (m NoMiscFees) GetMiscFeeCurr() (f field.MiscFeeCurrField, err quickfix.MessageRejectError) + func (m NoMiscFees) GetMiscFeeType() (f field.MiscFeeTypeField, 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 string) + type NoMiscFeesRepeatingGroup struct + func NewNoMiscFeesRepeatingGroup() NoMiscFeesRepeatingGroup + func (m NoMiscFeesRepeatingGroup) Add() NoMiscFees + func (m NoMiscFeesRepeatingGroup) Get(i int) NoMiscFees + type NoOrders struct + func (m NoOrders) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError) + func (m NoOrders) GetListID() (f field.ListIDField, err quickfix.MessageRejectError) + func (m NoOrders) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError) + func (m NoOrders) GetSecondaryOrderID() (f field.SecondaryOrderIDField, err quickfix.MessageRejectError) + func (m NoOrders) GetWaveNo() (f field.WaveNoField, err quickfix.MessageRejectError) + func (m NoOrders) HasClOrdID() bool + func (m NoOrders) HasListID() bool + func (m NoOrders) HasOrderID() bool + func (m NoOrders) HasSecondaryOrderID() bool + func (m NoOrders) HasWaveNo() bool + func (m NoOrders) SetClOrdID(v string) + func (m NoOrders) SetListID(v string) + func (m NoOrders) SetOrderID(v string) + func (m NoOrders) SetSecondaryOrderID(v string) + func (m NoOrders) SetWaveNo(v string) + type NoOrdersRepeatingGroup struct + func NewNoOrdersRepeatingGroup() NoOrdersRepeatingGroup + func (m NoOrdersRepeatingGroup) Add() NoOrders + func (m NoOrdersRepeatingGroup) Get(i int) NoOrders + type RouteOut func(msg Allocation, sessionID quickfix.SessionID) quickfix.MessageRejectError