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 Allocation struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) Allocation + func New(allocid field.AllocIDField, alloctranstype field.AllocTransTypeField, ...) (m Allocation) + func (m Allocation) GetAccruedInterestRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetAllocID() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetAllocLinkID() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetAllocLinkType() (v enum.AllocLinkType, err quickfix.MessageRejectError) + func (m Allocation) GetAllocTransType() (v enum.AllocTransType, err quickfix.MessageRejectError) + func (m Allocation) GetAllocType() (v enum.AllocType, err quickfix.MessageRejectError) + func (m Allocation) GetAvgPrxPrecision() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetAvgPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetBookingRefID() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetConcession() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetFutSettDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetGrossTradeAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m Allocation) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetLastMkt() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetLegalConfirm() (v bool, err quickfix.MessageRejectError) + func (m Allocation) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetNetMoney() (v decimal.Decimal, 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) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m Allocation) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m Allocation) GetNumDaysInterest() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetPositionEffect() (v enum.PositionEffect, err quickfix.MessageRejectError) + func (m Allocation) GetPriceType() (v enum.PriceType, err quickfix.MessageRejectError) + func (m Allocation) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m Allocation) GetQuantity() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetRefAllocID() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m Allocation) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m Allocation) GetSettlmntTyp() (v enum.SettlmntTyp, err quickfix.MessageRejectError) + func (m Allocation) GetSide() (v enum.Side, err quickfix.MessageRejectError) + func (m Allocation) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m Allocation) GetText() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetTotalAccruedInterestAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetTotalTakedown() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Allocation) GetTradeDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetTradeOriginationDate() (v string, err quickfix.MessageRejectError) + func (m Allocation) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m Allocation) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) + func (m Allocation) GetTransactTime() (v time.Time, 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) HasAllocType() bool + func (m Allocation) HasAvgPrxPrecision() bool + func (m Allocation) HasAvgPx() bool + func (m Allocation) HasBookingRefID() bool + func (m Allocation) HasCFICode() bool + func (m Allocation) HasConcession() bool + func (m Allocation) HasContractMultiplier() bool + func (m Allocation) HasCountryOfIssue() bool + func (m Allocation) HasCouponPaymentDate() bool + func (m Allocation) HasCouponRate() bool + func (m Allocation) HasCreditRating() bool + func (m Allocation) HasCurrency() bool + func (m Allocation) HasEncodedIssuer() bool + func (m Allocation) HasEncodedIssuerLen() bool + func (m Allocation) HasEncodedSecurityDesc() bool + func (m Allocation) HasEncodedSecurityDescLen() bool + func (m Allocation) HasEncodedText() bool + func (m Allocation) HasEncodedTextLen() bool + func (m Allocation) HasFactor() bool + func (m Allocation) HasFutSettDate() bool + func (m Allocation) HasGrossTradeAmt() bool + func (m Allocation) HasInstrRegistry() bool + func (m Allocation) HasIssueDate() bool + func (m Allocation) HasIssuer() bool + func (m Allocation) HasLastMkt() bool + func (m Allocation) HasLegalConfirm() bool + func (m Allocation) HasLocaleOfIssue() bool + func (m Allocation) HasMaturityDate() 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) HasNoPartyIDs() bool + func (m Allocation) HasNoSecurityAltID() bool + func (m Allocation) HasNumDaysInterest() bool + func (m Allocation) HasOptAttribute() bool + func (m Allocation) HasPositionEffect() bool + func (m Allocation) HasPriceType() bool + func (m Allocation) HasProduct() bool + func (m Allocation) HasQuantity() bool + func (m Allocation) HasRedemptionDate() bool + func (m Allocation) HasRefAllocID() bool + func (m Allocation) HasRepoCollateralSecurityType() bool + func (m Allocation) HasRepurchaseRate() bool + func (m Allocation) HasRepurchaseTerm() bool + func (m Allocation) HasSecurityDesc() bool + func (m Allocation) HasSecurityExchange() bool + func (m Allocation) HasSecurityID() bool + func (m Allocation) HasSecurityIDSource() bool + func (m Allocation) HasSecurityType() bool + func (m Allocation) HasSettlmntTyp() bool + func (m Allocation) HasSide() bool + func (m Allocation) HasStateOrProvinceOfIssue() bool + func (m Allocation) HasStrikePrice() bool + func (m Allocation) HasSymbol() bool + func (m Allocation) HasSymbolSfx() bool + func (m Allocation) HasText() bool + func (m Allocation) HasTotalAccruedInterestAmt() bool + func (m Allocation) HasTotalTakedown() bool + func (m Allocation) HasTradeDate() bool + func (m Allocation) HasTradeOriginationDate() bool + func (m Allocation) HasTradingSessionID() bool + func (m Allocation) HasTradingSessionSubID() 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 enum.AllocLinkType) + func (m Allocation) SetAllocTransType(v enum.AllocTransType) + func (m Allocation) SetAllocType(v enum.AllocType) + func (m Allocation) SetAvgPrxPrecision(v int) + func (m Allocation) SetAvgPx(value decimal.Decimal, scale int32) + func (m Allocation) SetBookingRefID(v string) + func (m Allocation) SetCFICode(v string) + func (m Allocation) SetConcession(value decimal.Decimal, scale int32) + func (m Allocation) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m Allocation) SetCountryOfIssue(v string) + func (m Allocation) SetCouponPaymentDate(v string) + func (m Allocation) SetCouponRate(value decimal.Decimal, scale int32) + func (m Allocation) SetCreditRating(v string) + func (m Allocation) SetCurrency(v string) + func (m Allocation) SetEncodedIssuer(v string) + func (m Allocation) SetEncodedIssuerLen(v int) + func (m Allocation) SetEncodedSecurityDesc(v string) + func (m Allocation) SetEncodedSecurityDescLen(v int) + func (m Allocation) SetEncodedText(v string) + func (m Allocation) SetEncodedTextLen(v int) + func (m Allocation) SetFactor(value decimal.Decimal, scale int32) + func (m Allocation) SetFutSettDate(v string) + func (m Allocation) SetGrossTradeAmt(value decimal.Decimal, scale int32) + func (m Allocation) SetInstrRegistry(v enum.InstrRegistry) + func (m Allocation) SetIssueDate(v string) + func (m Allocation) SetIssuer(v string) + func (m Allocation) SetLastMkt(v string) + func (m Allocation) SetLegalConfirm(v bool) + func (m Allocation) SetLocaleOfIssue(v string) + func (m Allocation) SetMaturityDate(v string) + 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) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m Allocation) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m Allocation) SetNumDaysInterest(v int) + func (m Allocation) SetOptAttribute(v string) + func (m Allocation) SetPositionEffect(v enum.PositionEffect) + func (m Allocation) SetPriceType(v enum.PriceType) + func (m Allocation) SetProduct(v enum.Product) + func (m Allocation) SetQuantity(value decimal.Decimal, scale int32) + func (m Allocation) SetRedemptionDate(v string) + func (m Allocation) SetRefAllocID(v string) + func (m Allocation) SetRepoCollateralSecurityType(v int) + func (m Allocation) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m Allocation) SetRepurchaseTerm(v int) + func (m Allocation) SetSecurityDesc(v string) + func (m Allocation) SetSecurityExchange(v string) + func (m Allocation) SetSecurityID(v string) + func (m Allocation) SetSecurityIDSource(v enum.SecurityIDSource) + func (m Allocation) SetSecurityType(v enum.SecurityType) + func (m Allocation) SetSettlmntTyp(v enum.SettlmntTyp) + func (m Allocation) SetSide(v enum.Side) + func (m Allocation) SetStateOrProvinceOfIssue(v string) + func (m Allocation) SetStrikePrice(value decimal.Decimal, scale int32) + func (m Allocation) SetSymbol(v string) + func (m Allocation) SetSymbolSfx(v enum.SymbolSfx) + func (m Allocation) SetText(v string) + func (m Allocation) SetTotalAccruedInterestAmt(value decimal.Decimal, scale int32) + func (m Allocation) SetTotalTakedown(value decimal.Decimal, scale int32) + func (m Allocation) SetTradeDate(v string) + func (m Allocation) SetTradeOriginationDate(v string) + func (m Allocation) SetTradingSessionID(v enum.TradingSessionID) + func (m Allocation) SetTradingSessionSubID(v enum.TradingSessionSubID) + func (m Allocation) SetTransactTime(v time.Time) + func (m Allocation) ToMessage() *quickfix.Message + type NoAllocs struct + func (m NoAllocs) GetAccruedInterestAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocAccount() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocAvgPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocHandlInst() (v enum.AllocHandlInst, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocNetMoney() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocText() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetCommCurrency() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetCommType() (v enum.CommType, err quickfix.MessageRejectError) + func (m NoAllocs) GetCommission() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetEncodedAllocText() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetEncodedAllocTextLen() (v int, err quickfix.MessageRejectError) + func (m NoAllocs) GetFundRenewWaiv() (v enum.FundRenewWaiv, err quickfix.MessageRejectError) + func (m NoAllocs) GetIndividualAllocID() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetNoMiscFees() (NoMiscFeesRepeatingGroup, quickfix.MessageRejectError) + func (m NoAllocs) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoAllocs) GetNotifyBrokerOfCredit() (v bool, err quickfix.MessageRejectError) + func (m NoAllocs) GetProcessCode() (v enum.ProcessCode, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrAmt() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrFxRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrFxRateCalc() (v enum.SettlCurrFxRateCalc, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlCurrency() (v string, err quickfix.MessageRejectError) + func (m NoAllocs) GetSettlInstMode() (v enum.SettlInstMode, 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) HasAllocPrice() bool + func (m NoAllocs) HasAllocQty() bool + func (m NoAllocs) HasAllocText() bool + func (m NoAllocs) HasCommCurrency() bool + func (m NoAllocs) HasCommType() bool + func (m NoAllocs) HasCommission() bool + func (m NoAllocs) HasEncodedAllocText() bool + func (m NoAllocs) HasEncodedAllocTextLen() bool + func (m NoAllocs) HasFundRenewWaiv() bool + func (m NoAllocs) HasIndividualAllocID() bool + func (m NoAllocs) HasNoMiscFees() bool + func (m NoAllocs) HasNoNestedPartyIDs() 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 enum.AllocHandlInst) + func (m NoAllocs) SetAllocNetMoney(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocPrice(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocQty(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocText(v string) + func (m NoAllocs) SetCommCurrency(v string) + func (m NoAllocs) SetCommType(v enum.CommType) + func (m NoAllocs) SetCommission(value decimal.Decimal, scale int32) + func (m NoAllocs) SetEncodedAllocText(v string) + func (m NoAllocs) SetEncodedAllocTextLen(v int) + func (m NoAllocs) SetFundRenewWaiv(v enum.FundRenewWaiv) + func (m NoAllocs) SetIndividualAllocID(v string) + func (m NoAllocs) SetNoMiscFees(f NoMiscFeesRepeatingGroup) + func (m NoAllocs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup) + func (m NoAllocs) SetNotifyBrokerOfCredit(v bool) + func (m NoAllocs) SetProcessCode(v enum.ProcessCode) + func (m NoAllocs) SetSettlCurrAmt(value decimal.Decimal, scale int32) + func (m NoAllocs) SetSettlCurrFxRate(value decimal.Decimal, scale int32) + func (m NoAllocs) SetSettlCurrFxRateCalc(v enum.SettlCurrFxRateCalc) + func (m NoAllocs) SetSettlCurrency(v string) + func (m NoAllocs) SetSettlInstMode(v enum.SettlInstMode) + 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() (v string, err quickfix.MessageRejectError) + func (m NoExecs) GetLastCapacity() (v enum.LastCapacity, err quickfix.MessageRejectError) + func (m NoExecs) GetLastPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoExecs) GetLastQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoExecs) GetSecondaryExecID() (v string, err quickfix.MessageRejectError) + func (m NoExecs) HasExecID() bool + func (m NoExecs) HasLastCapacity() bool + func (m NoExecs) HasLastPx() bool + func (m NoExecs) HasLastQty() bool + func (m NoExecs) HasSecondaryExecID() bool + func (m NoExecs) SetExecID(v string) + func (m NoExecs) SetLastCapacity(v enum.LastCapacity) + func (m NoExecs) SetLastPx(value decimal.Decimal, scale int32) + func (m NoExecs) SetLastQty(value decimal.Decimal, scale int32) + func (m NoExecs) SetSecondaryExecID(v string) + 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() (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 NoNestedPartyIDs struct + func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) HasNestedPartyID() bool + func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool + func (m NoNestedPartyIDs) HasNestedPartyRole() bool + func (m NoNestedPartyIDs) HasNestedPartySubID() bool + func (m NoNestedPartyIDs) SetNestedPartyID(v string) + func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string) + func (m NoNestedPartyIDs) SetNestedPartyRole(v int) + func (m NoNestedPartyIDs) SetNestedPartySubID(v string) + type NoNestedPartyIDsRepeatingGroup struct + func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup + func (m NoNestedPartyIDsRepeatingGroup) Add() NoNestedPartyIDs + func (m NoNestedPartyIDsRepeatingGroup) Get(i int) NoNestedPartyIDs + type NoOrders struct + func (m NoOrders) GetClOrdID() (v string, err quickfix.MessageRejectError) + func (m NoOrders) GetListID() (v string, err quickfix.MessageRejectError) + func (m NoOrders) GetOrderID() (v string, err quickfix.MessageRejectError) + func (m NoOrders) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError) + func (m NoOrders) GetSecondaryOrderID() (v string, err quickfix.MessageRejectError) + func (m NoOrders) HasClOrdID() bool + func (m NoOrders) HasListID() bool + func (m NoOrders) HasOrderID() bool + func (m NoOrders) HasSecondaryClOrdID() bool + func (m NoOrders) HasSecondaryOrderID() bool + func (m NoOrders) SetClOrdID(v string) + func (m NoOrders) SetListID(v string) + func (m NoOrders) SetOrderID(v string) + func (m NoOrders) SetSecondaryClOrdID(v string) + func (m NoOrders) SetSecondaryOrderID(v string) + type NoOrdersRepeatingGroup struct + func NewNoOrdersRepeatingGroup() NoOrdersRepeatingGroup + func (m NoOrdersRepeatingGroup) Add() NoOrders + func (m NoOrdersRepeatingGroup) Get(i int) NoOrders + type NoPartyIDs struct + func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) HasPartySubID() bool + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) + func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) + func (m NoPartyIDs) SetPartySubID(v string) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoSecurityAltID struct + func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) HasSecurityAltID() bool + func (m NoSecurityAltID) HasSecurityAltIDSource() bool + func (m NoSecurityAltID) SetSecurityAltID(v string) + func (m NoSecurityAltID) SetSecurityAltIDSource(v string) + type NoSecurityAltIDRepeatingGroup struct + func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup + func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID + func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID + type RouteOut func(msg Allocation, sessionID quickfix.SessionID) quickfix.MessageRejectError