Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type NewOrderList
- func (m NewOrderList) GetAllowableOneSidednessCurr() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetAllowableOneSidednessPct() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NewOrderList) GetAllowableOneSidednessValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NewOrderList) GetBidID() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetBidType() (v enum.BidType, err quickfix.MessageRejectError)
- func (m NewOrderList) GetCancellationRights() (v enum.CancellationRights, err quickfix.MessageRejectError)
- func (m NewOrderList) GetClientBidID() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetEncodedListExecInst() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetEncodedListExecInstLen() (v int, err quickfix.MessageRejectError)
- func (m NewOrderList) GetLastFragment() (v bool, err quickfix.MessageRejectError)
- func (m NewOrderList) GetListExecInst() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetListExecInstType() (v enum.ListExecInstType, err quickfix.MessageRejectError)
- func (m NewOrderList) GetListID() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetMoneyLaunderingStatus() (v enum.MoneyLaunderingStatus, err quickfix.MessageRejectError)
- func (m NewOrderList) GetNoOrders() (NoOrdersRepeatingGroup, quickfix.MessageRejectError)
- func (m NewOrderList) GetProgPeriodInterval() (v int, err quickfix.MessageRejectError)
- func (m NewOrderList) GetProgRptReqs() (v enum.ProgRptReqs, err quickfix.MessageRejectError)
- func (m NewOrderList) GetRegistID() (v string, err quickfix.MessageRejectError)
- func (m NewOrderList) GetTotNoOrders() (v int, err quickfix.MessageRejectError)
- func (m NewOrderList) HasAllowableOneSidednessCurr() bool
- func (m NewOrderList) HasAllowableOneSidednessPct() bool
- func (m NewOrderList) HasAllowableOneSidednessValue() bool
- func (m NewOrderList) HasBidID() bool
- func (m NewOrderList) HasBidType() bool
- func (m NewOrderList) HasCancellationRights() bool
- func (m NewOrderList) HasClientBidID() bool
- func (m NewOrderList) HasEncodedListExecInst() bool
- func (m NewOrderList) HasEncodedListExecInstLen() bool
- func (m NewOrderList) HasLastFragment() bool
- func (m NewOrderList) HasListExecInst() bool
- func (m NewOrderList) HasListExecInstType() bool
- func (m NewOrderList) HasListID() bool
- func (m NewOrderList) HasMoneyLaunderingStatus() bool
- func (m NewOrderList) HasNoOrders() bool
- func (m NewOrderList) HasProgPeriodInterval() bool
- func (m NewOrderList) HasProgRptReqs() bool
- func (m NewOrderList) HasRegistID() bool
- func (m NewOrderList) HasTotNoOrders() bool
- func (m NewOrderList) SetAllowableOneSidednessCurr(v string)
- func (m NewOrderList) SetAllowableOneSidednessPct(value decimal.Decimal, scale int32)
- func (m NewOrderList) SetAllowableOneSidednessValue(value decimal.Decimal, scale int32)
- func (m NewOrderList) SetBidID(v string)
- func (m NewOrderList) SetBidType(v enum.BidType)
- func (m NewOrderList) SetCancellationRights(v enum.CancellationRights)
- func (m NewOrderList) SetClientBidID(v string)
- func (m NewOrderList) SetEncodedListExecInst(v string)
- func (m NewOrderList) SetEncodedListExecInstLen(v int)
- func (m NewOrderList) SetLastFragment(v bool)
- func (m NewOrderList) SetListExecInst(v string)
- func (m NewOrderList) SetListExecInstType(v enum.ListExecInstType)
- func (m NewOrderList) SetListID(v string)
- func (m NewOrderList) SetMoneyLaunderingStatus(v enum.MoneyLaunderingStatus)
- func (m NewOrderList) SetNoOrders(f NoOrdersRepeatingGroup)
- func (m NewOrderList) SetProgPeriodInterval(v int)
- func (m NewOrderList) SetProgRptReqs(v enum.ProgRptReqs)
- func (m NewOrderList) SetRegistID(v string)
- func (m NewOrderList) SetTotNoOrders(v int)
- func (m NewOrderList) ToMessage() *quickfix.Message
- type NoAllocs
- func (m NoAllocs) GetAllocAccount() (v string, err quickfix.MessageRejectError)
- func (m NoAllocs) GetAllocAcctIDSource() (v int, err quickfix.MessageRejectError)
- func (m NoAllocs) GetAllocQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoAllocs) GetAllocSettlCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoAllocs) GetIndividualAllocID() (v string, err quickfix.MessageRejectError)
- func (m NoAllocs) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoAllocs) HasAllocAccount() bool
- func (m NoAllocs) HasAllocAcctIDSource() bool
- func (m NoAllocs) HasAllocQty() bool
- func (m NoAllocs) HasAllocSettlCurrency() bool
- func (m NoAllocs) HasIndividualAllocID() bool
- func (m NoAllocs) HasNoNestedPartyIDs() bool
- func (m NoAllocs) SetAllocAccount(v string)
- func (m NoAllocs) SetAllocAcctIDSource(v int)
- func (m NoAllocs) SetAllocQty(value decimal.Decimal, scale int32)
- func (m NoAllocs) SetAllocSettlCurrency(v string)
- func (m NoAllocs) SetIndividualAllocID(v string)
- func (m NoAllocs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)
- type NoAllocsRepeatingGroup
- type NoEvents
- func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError)
- func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError)
- func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError)
- func (m NoEvents) HasEventDate() bool
- func (m NoEvents) HasEventPx() bool
- func (m NoEvents) HasEventText() bool
- func (m NoEvents) HasEventType() bool
- func (m NoEvents) SetEventDate(v string)
- func (m NoEvents) SetEventPx(value decimal.Decimal, scale int32)
- func (m NoEvents) SetEventText(v string)
- func (m NoEvents) SetEventType(v enum.EventType)
- type NoEventsRepeatingGroup
- type NoNestedPartyIDs
- 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) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoNestedPartyIDs) HasNestedPartyID() bool
- func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool
- func (m NoNestedPartyIDs) HasNestedPartyRole() bool
- func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool
- func (m NoNestedPartyIDs) SetNestedPartyID(v string)
- func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)
- func (m NoNestedPartyIDs) SetNestedPartyRole(v int)
- func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)
- type NoNestedPartyIDsRepeatingGroup
- type NoNestedPartySubIDs
- func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError)
- func (m NoNestedPartySubIDs) HasNestedPartySubID() bool
- func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool
- func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)
- func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)
- type NoNestedPartySubIDsRepeatingGroup
- type NoOrders
- func (m NoOrders) GetAccount() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetAccountType() (v enum.AccountType, err quickfix.MessageRejectError)
- func (m NoOrders) GetAcctIDSource() (v enum.AcctIDSource, err quickfix.MessageRejectError)
- func (m NoOrders) GetAllocID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkCurveCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkCurveName() (v enum.BenchmarkCurveName, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkCurvePoint() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkPriceType() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetBenchmarkSecurityIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetBookingType() (v enum.BookingType, err quickfix.MessageRejectError)
- func (m NoOrders) GetBookingUnit() (v enum.BookingUnit, err quickfix.MessageRejectError)
- func (m NoOrders) GetCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
- func (m NoOrders) GetCPRegType() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCashMargin() (v enum.CashMargin, err quickfix.MessageRejectError)
- func (m NoOrders) GetCashOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetClOrdID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetClOrdLinkID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetClearingFeeIndicator() (v enum.ClearingFeeIndicator, err quickfix.MessageRejectError)
- func (m NoOrders) GetCommCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCommType() (v enum.CommType, err quickfix.MessageRejectError)
- func (m NoOrders) GetCommission() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetComplianceID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetCoveredOrUncovered() (v enum.CoveredOrUncovered, err quickfix.MessageRejectError)
- func (m NoOrders) GetCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetCustOrderCapacity() (v enum.CustOrderCapacity, err quickfix.MessageRejectError)
- func (m NoOrders) GetDatedDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetDayBookingInst() (v enum.DayBookingInst, err quickfix.MessageRejectError)
- func (m NoOrders) GetDesignation() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionInst() (v enum.DiscretionInst, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionLimitType() (v enum.DiscretionLimitType, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionMoveType() (v enum.DiscretionMoveType, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionOffsetType() (v enum.DiscretionOffsetType, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionOffsetValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionRoundDirection() (v enum.DiscretionRoundDirection, err quickfix.MessageRejectError)
- func (m NoOrders) GetDiscretionScope() (v enum.DiscretionScope, err quickfix.MessageRejectError)
- func (m NoOrders) GetEffectiveTime() (v time.Time, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedText() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetExDestination() (v enum.ExDestination, err quickfix.MessageRejectError)
- func (m NoOrders) GetExecInst() (v enum.ExecInst, err quickfix.MessageRejectError)
- func (m NoOrders) GetExpireDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetExpireTime() (v time.Time, err quickfix.MessageRejectError)
- func (m NoOrders) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetForexReq() (v bool, err quickfix.MessageRejectError)
- func (m NoOrders) GetFundRenewWaiv() (v enum.FundRenewWaiv, err quickfix.MessageRejectError)
- func (m NoOrders) GetGTBookingInst() (v enum.GTBookingInst, err quickfix.MessageRejectError)
- func (m NoOrders) GetHandlInst() (v enum.HandlInst, err quickfix.MessageRejectError)
- func (m NoOrders) GetIOIID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
- func (m NoOrders) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetListSeqNo() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetLocateReqd() (v bool, err quickfix.MessageRejectError)
- func (m NoOrders) GetMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetMaxFloor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetMaxShow() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetMinQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetNoAllocs() (NoAllocsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoStipulations() (NoStipulationsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoTradingSessions() (NoTradingSessionsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoOrders) GetOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrderCapacity() (v enum.OrderCapacity, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrderPercent() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrderQty2() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetOrderRestrictions() (v enum.OrderRestrictions, err quickfix.MessageRejectError)
- func (m NoOrders) GetParticipationRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegLimitType() (v enum.PegLimitType, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegMoveType() (v enum.PegMoveType, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegOffsetType() (v enum.PegOffsetType, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegOffsetValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegRoundDirection() (v enum.PegRoundDirection, err quickfix.MessageRejectError)
- func (m NoOrders) GetPegScope() (v enum.PegScope, err quickfix.MessageRejectError)
- func (m NoOrders) GetPool() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetPositionEffect() (v enum.PositionEffect, err quickfix.MessageRejectError)
- func (m NoOrders) GetPreallocMethod() (v enum.PreallocMethod, err quickfix.MessageRejectError)
- func (m NoOrders) GetPrevClosePx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetPrice2() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetPriceType() (v enum.PriceType, err quickfix.MessageRejectError)
- func (m NoOrders) GetProcessCode() (v enum.ProcessCode, err quickfix.MessageRejectError)
- func (m NoOrders) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
- func (m NoOrders) GetQtyType() (v enum.QtyType, err quickfix.MessageRejectError)
- func (m NoOrders) GetQuoteID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetRoundingDirection() (v enum.RoundingDirection, err quickfix.MessageRejectError)
- func (m NoOrders) GetRoundingModulus() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
- func (m NoOrders) GetSettlCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSettlDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSettlDate2() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSettlInstMode() (v enum.SettlInstMode, err quickfix.MessageRejectError)
- func (m NoOrders) GetSettlType() (v enum.SettlType, err quickfix.MessageRejectError)
- func (m NoOrders) GetSide() (v enum.Side, err quickfix.MessageRejectError)
- func (m NoOrders) GetSideValueInd() (v enum.SideValueInd, err quickfix.MessageRejectError)
- func (m NoOrders) GetSolicitedFlag() (v bool, err quickfix.MessageRejectError)
- func (m NoOrders) GetSpread() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetStopPx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
- func (m NoOrders) GetTargetStrategy() (v enum.TargetStrategy, err quickfix.MessageRejectError)
- func (m NoOrders) GetTargetStrategyParameters() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetText() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetTimeInForce() (v enum.TimeInForce, err quickfix.MessageRejectError)
- func (m NoOrders) GetTradeDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetTradeOriginationDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)
- func (m NoOrders) GetYield() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetYieldCalcDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetYieldRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoOrders) GetYieldRedemptionPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoOrders) GetYieldRedemptionPriceType() (v int, err quickfix.MessageRejectError)
- func (m NoOrders) GetYieldType() (v enum.YieldType, err quickfix.MessageRejectError)
- func (m NoOrders) HasAccount() bool
- func (m NoOrders) HasAccountType() bool
- func (m NoOrders) HasAcctIDSource() bool
- func (m NoOrders) HasAllocID() bool
- func (m NoOrders) HasBenchmarkCurveCurrency() bool
- func (m NoOrders) HasBenchmarkCurveName() bool
- func (m NoOrders) HasBenchmarkCurvePoint() bool
- func (m NoOrders) HasBenchmarkPrice() bool
- func (m NoOrders) HasBenchmarkPriceType() bool
- func (m NoOrders) HasBenchmarkSecurityID() bool
- func (m NoOrders) HasBenchmarkSecurityIDSource() bool
- func (m NoOrders) HasBookingType() bool
- func (m NoOrders) HasBookingUnit() bool
- func (m NoOrders) HasCFICode() bool
- func (m NoOrders) HasCPProgram() bool
- func (m NoOrders) HasCPRegType() bool
- func (m NoOrders) HasCashMargin() bool
- func (m NoOrders) HasCashOrderQty() bool
- func (m NoOrders) HasClOrdID() bool
- func (m NoOrders) HasClOrdLinkID() bool
- func (m NoOrders) HasClearingFeeIndicator() bool
- func (m NoOrders) HasCommCurrency() bool
- func (m NoOrders) HasCommType() bool
- func (m NoOrders) HasCommission() bool
- func (m NoOrders) HasComplianceID() bool
- func (m NoOrders) HasContractMultiplier() bool
- func (m NoOrders) HasContractSettlMonth() bool
- func (m NoOrders) HasCountryOfIssue() bool
- func (m NoOrders) HasCouponPaymentDate() bool
- func (m NoOrders) HasCouponRate() bool
- func (m NoOrders) HasCoveredOrUncovered() bool
- func (m NoOrders) HasCreditRating() bool
- func (m NoOrders) HasCurrency() bool
- func (m NoOrders) HasCustOrderCapacity() bool
- func (m NoOrders) HasDatedDate() bool
- func (m NoOrders) HasDayBookingInst() bool
- func (m NoOrders) HasDesignation() bool
- func (m NoOrders) HasDiscretionInst() bool
- func (m NoOrders) HasDiscretionLimitType() bool
- func (m NoOrders) HasDiscretionMoveType() bool
- func (m NoOrders) HasDiscretionOffsetType() bool
- func (m NoOrders) HasDiscretionOffsetValue() bool
- func (m NoOrders) HasDiscretionRoundDirection() bool
- func (m NoOrders) HasDiscretionScope() bool
- func (m NoOrders) HasEffectiveTime() bool
- func (m NoOrders) HasEncodedIssuer() bool
- func (m NoOrders) HasEncodedIssuerLen() bool
- func (m NoOrders) HasEncodedSecurityDesc() bool
- func (m NoOrders) HasEncodedSecurityDescLen() bool
- func (m NoOrders) HasEncodedText() bool
- func (m NoOrders) HasEncodedTextLen() bool
- func (m NoOrders) HasExDestination() bool
- func (m NoOrders) HasExecInst() bool
- func (m NoOrders) HasExpireDate() bool
- func (m NoOrders) HasExpireTime() bool
- func (m NoOrders) HasFactor() bool
- func (m NoOrders) HasForexReq() bool
- func (m NoOrders) HasFundRenewWaiv() bool
- func (m NoOrders) HasGTBookingInst() bool
- func (m NoOrders) HasHandlInst() bool
- func (m NoOrders) HasIOIID() bool
- func (m NoOrders) HasInstrRegistry() bool
- func (m NoOrders) HasInterestAccrualDate() bool
- func (m NoOrders) HasIssueDate() bool
- func (m NoOrders) HasIssuer() bool
- func (m NoOrders) HasListSeqNo() bool
- func (m NoOrders) HasLocaleOfIssue() bool
- func (m NoOrders) HasLocateReqd() bool
- func (m NoOrders) HasMaturityDate() bool
- func (m NoOrders) HasMaturityMonthYear() bool
- func (m NoOrders) HasMaxFloor() bool
- func (m NoOrders) HasMaxShow() bool
- func (m NoOrders) HasMinQty() bool
- func (m NoOrders) HasNoAllocs() bool
- func (m NoOrders) HasNoEvents() bool
- func (m NoOrders) HasNoPartyIDs() bool
- func (m NoOrders) HasNoSecurityAltID() bool
- func (m NoOrders) HasNoStipulations() bool
- func (m NoOrders) HasNoTradingSessions() bool
- func (m NoOrders) HasNoUnderlyings() bool
- func (m NoOrders) HasOptAttribute() bool
- func (m NoOrders) HasOrdType() bool
- func (m NoOrders) HasOrderCapacity() bool
- func (m NoOrders) HasOrderPercent() bool
- func (m NoOrders) HasOrderQty() bool
- func (m NoOrders) HasOrderQty2() bool
- func (m NoOrders) HasOrderRestrictions() bool
- func (m NoOrders) HasParticipationRate() bool
- func (m NoOrders) HasPegLimitType() bool
- func (m NoOrders) HasPegMoveType() bool
- func (m NoOrders) HasPegOffsetType() bool
- func (m NoOrders) HasPegOffsetValue() bool
- func (m NoOrders) HasPegRoundDirection() bool
- func (m NoOrders) HasPegScope() bool
- func (m NoOrders) HasPool() bool
- func (m NoOrders) HasPositionEffect() bool
- func (m NoOrders) HasPreallocMethod() bool
- func (m NoOrders) HasPrevClosePx() bool
- func (m NoOrders) HasPrice() bool
- func (m NoOrders) HasPrice2() bool
- func (m NoOrders) HasPriceType() bool
- func (m NoOrders) HasProcessCode() bool
- func (m NoOrders) HasProduct() bool
- func (m NoOrders) HasQtyType() bool
- func (m NoOrders) HasQuoteID() bool
- func (m NoOrders) HasRedemptionDate() bool
- func (m NoOrders) HasRepoCollateralSecurityType() bool
- func (m NoOrders) HasRepurchaseRate() bool
- func (m NoOrders) HasRepurchaseTerm() bool
- func (m NoOrders) HasRoundingDirection() bool
- func (m NoOrders) HasRoundingModulus() bool
- func (m NoOrders) HasSecondaryClOrdID() bool
- func (m NoOrders) HasSecurityDesc() bool
- func (m NoOrders) HasSecurityExchange() bool
- func (m NoOrders) HasSecurityID() bool
- func (m NoOrders) HasSecurityIDSource() bool
- func (m NoOrders) HasSecuritySubType() bool
- func (m NoOrders) HasSecurityType() bool
- func (m NoOrders) HasSettlCurrency() bool
- func (m NoOrders) HasSettlDate() bool
- func (m NoOrders) HasSettlDate2() bool
- func (m NoOrders) HasSettlInstMode() bool
- func (m NoOrders) HasSettlType() bool
- func (m NoOrders) HasSide() bool
- func (m NoOrders) HasSideValueInd() bool
- func (m NoOrders) HasSolicitedFlag() bool
- func (m NoOrders) HasSpread() bool
- func (m NoOrders) HasStateOrProvinceOfIssue() bool
- func (m NoOrders) HasStopPx() bool
- func (m NoOrders) HasStrikeCurrency() bool
- func (m NoOrders) HasStrikePrice() bool
- func (m NoOrders) HasSymbol() bool
- func (m NoOrders) HasSymbolSfx() bool
- func (m NoOrders) HasTargetStrategy() bool
- func (m NoOrders) HasTargetStrategyParameters() bool
- func (m NoOrders) HasText() bool
- func (m NoOrders) HasTimeInForce() bool
- func (m NoOrders) HasTradeDate() bool
- func (m NoOrders) HasTradeOriginationDate() bool
- func (m NoOrders) HasTransactTime() bool
- func (m NoOrders) HasYield() bool
- func (m NoOrders) HasYieldCalcDate() bool
- func (m NoOrders) HasYieldRedemptionDate() bool
- func (m NoOrders) HasYieldRedemptionPrice() bool
- func (m NoOrders) HasYieldRedemptionPriceType() bool
- func (m NoOrders) HasYieldType() bool
- func (m NoOrders) SetAccount(v string)
- func (m NoOrders) SetAccountType(v enum.AccountType)
- func (m NoOrders) SetAcctIDSource(v enum.AcctIDSource)
- func (m NoOrders) SetAllocID(v string)
- func (m NoOrders) SetBenchmarkCurveCurrency(v string)
- func (m NoOrders) SetBenchmarkCurveName(v enum.BenchmarkCurveName)
- func (m NoOrders) SetBenchmarkCurvePoint(v string)
- func (m NoOrders) SetBenchmarkPrice(value decimal.Decimal, scale int32)
- func (m NoOrders) SetBenchmarkPriceType(v int)
- func (m NoOrders) SetBenchmarkSecurityID(v string)
- func (m NoOrders) SetBenchmarkSecurityIDSource(v string)
- func (m NoOrders) SetBookingType(v enum.BookingType)
- func (m NoOrders) SetBookingUnit(v enum.BookingUnit)
- func (m NoOrders) SetCFICode(v string)
- func (m NoOrders) SetCPProgram(v enum.CPProgram)
- func (m NoOrders) SetCPRegType(v string)
- func (m NoOrders) SetCashMargin(v enum.CashMargin)
- func (m NoOrders) SetCashOrderQty(value decimal.Decimal, scale int32)
- func (m NoOrders) SetClOrdID(v string)
- func (m NoOrders) SetClOrdLinkID(v string)
- func (m NoOrders) SetClearingFeeIndicator(v enum.ClearingFeeIndicator)
- func (m NoOrders) SetCommCurrency(v string)
- func (m NoOrders) SetCommType(v enum.CommType)
- func (m NoOrders) SetCommission(value decimal.Decimal, scale int32)
- func (m NoOrders) SetComplianceID(v string)
- func (m NoOrders) SetContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoOrders) SetContractSettlMonth(v string)
- func (m NoOrders) SetCountryOfIssue(v string)
- func (m NoOrders) SetCouponPaymentDate(v string)
- func (m NoOrders) SetCouponRate(value decimal.Decimal, scale int32)
- func (m NoOrders) SetCoveredOrUncovered(v enum.CoveredOrUncovered)
- func (m NoOrders) SetCreditRating(v string)
- func (m NoOrders) SetCurrency(v string)
- func (m NoOrders) SetCustOrderCapacity(v enum.CustOrderCapacity)
- func (m NoOrders) SetDatedDate(v string)
- func (m NoOrders) SetDayBookingInst(v enum.DayBookingInst)
- func (m NoOrders) SetDesignation(v string)
- func (m NoOrders) SetDiscretionInst(v enum.DiscretionInst)
- func (m NoOrders) SetDiscretionLimitType(v enum.DiscretionLimitType)
- func (m NoOrders) SetDiscretionMoveType(v enum.DiscretionMoveType)
- func (m NoOrders) SetDiscretionOffsetType(v enum.DiscretionOffsetType)
- func (m NoOrders) SetDiscretionOffsetValue(value decimal.Decimal, scale int32)
- func (m NoOrders) SetDiscretionRoundDirection(v enum.DiscretionRoundDirection)
- func (m NoOrders) SetDiscretionScope(v enum.DiscretionScope)
- func (m NoOrders) SetEffectiveTime(v time.Time)
- func (m NoOrders) SetEncodedIssuer(v string)
- func (m NoOrders) SetEncodedIssuerLen(v int)
- func (m NoOrders) SetEncodedSecurityDesc(v string)
- func (m NoOrders) SetEncodedSecurityDescLen(v int)
- func (m NoOrders) SetEncodedText(v string)
- func (m NoOrders) SetEncodedTextLen(v int)
- func (m NoOrders) SetExDestination(v enum.ExDestination)
- func (m NoOrders) SetExecInst(v enum.ExecInst)
- func (m NoOrders) SetExpireDate(v string)
- func (m NoOrders) SetExpireTime(v time.Time)
- func (m NoOrders) SetFactor(value decimal.Decimal, scale int32)
- func (m NoOrders) SetForexReq(v bool)
- func (m NoOrders) SetFundRenewWaiv(v enum.FundRenewWaiv)
- func (m NoOrders) SetGTBookingInst(v enum.GTBookingInst)
- func (m NoOrders) SetHandlInst(v enum.HandlInst)
- func (m NoOrders) SetIOIID(v string)
- func (m NoOrders) SetInstrRegistry(v enum.InstrRegistry)
- func (m NoOrders) SetInterestAccrualDate(v string)
- func (m NoOrders) SetIssueDate(v string)
- func (m NoOrders) SetIssuer(v string)
- func (m NoOrders) SetListSeqNo(v int)
- func (m NoOrders) SetLocaleOfIssue(v string)
- func (m NoOrders) SetLocateReqd(v bool)
- func (m NoOrders) SetMaturityDate(v string)
- func (m NoOrders) SetMaturityMonthYear(v string)
- func (m NoOrders) SetMaxFloor(value decimal.Decimal, scale int32)
- func (m NoOrders) SetMaxShow(value decimal.Decimal, scale int32)
- func (m NoOrders) SetMinQty(value decimal.Decimal, scale int32)
- func (m NoOrders) SetNoAllocs(f NoAllocsRepeatingGroup)
- func (m NoOrders) SetNoEvents(f NoEventsRepeatingGroup)
- func (m NoOrders) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
- func (m NoOrders) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
- func (m NoOrders) SetNoStipulations(f NoStipulationsRepeatingGroup)
- func (m NoOrders) SetNoTradingSessions(f NoTradingSessionsRepeatingGroup)
- func (m NoOrders) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)
- func (m NoOrders) SetOptAttribute(v string)
- func (m NoOrders) SetOrdType(v enum.OrdType)
- func (m NoOrders) SetOrderCapacity(v enum.OrderCapacity)
- func (m NoOrders) SetOrderPercent(value decimal.Decimal, scale int32)
- func (m NoOrders) SetOrderQty(value decimal.Decimal, scale int32)
- func (m NoOrders) SetOrderQty2(value decimal.Decimal, scale int32)
- func (m NoOrders) SetOrderRestrictions(v enum.OrderRestrictions)
- func (m NoOrders) SetParticipationRate(value decimal.Decimal, scale int32)
- func (m NoOrders) SetPegLimitType(v enum.PegLimitType)
- func (m NoOrders) SetPegMoveType(v enum.PegMoveType)
- func (m NoOrders) SetPegOffsetType(v enum.PegOffsetType)
- func (m NoOrders) SetPegOffsetValue(value decimal.Decimal, scale int32)
- func (m NoOrders) SetPegRoundDirection(v enum.PegRoundDirection)
- func (m NoOrders) SetPegScope(v enum.PegScope)
- func (m NoOrders) SetPool(v string)
- func (m NoOrders) SetPositionEffect(v enum.PositionEffect)
- func (m NoOrders) SetPreallocMethod(v enum.PreallocMethod)
- func (m NoOrders) SetPrevClosePx(value decimal.Decimal, scale int32)
- func (m NoOrders) SetPrice(value decimal.Decimal, scale int32)
- func (m NoOrders) SetPrice2(value decimal.Decimal, scale int32)
- func (m NoOrders) SetPriceType(v enum.PriceType)
- func (m NoOrders) SetProcessCode(v enum.ProcessCode)
- func (m NoOrders) SetProduct(v enum.Product)
- func (m NoOrders) SetQtyType(v enum.QtyType)
- func (m NoOrders) SetQuoteID(v string)
- func (m NoOrders) SetRedemptionDate(v string)
- func (m NoOrders) SetRepoCollateralSecurityType(v int)
- func (m NoOrders) SetRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoOrders) SetRepurchaseTerm(v int)
- func (m NoOrders) SetRoundingDirection(v enum.RoundingDirection)
- func (m NoOrders) SetRoundingModulus(value decimal.Decimal, scale int32)
- func (m NoOrders) SetSecondaryClOrdID(v string)
- func (m NoOrders) SetSecurityDesc(v string)
- func (m NoOrders) SetSecurityExchange(v string)
- func (m NoOrders) SetSecurityID(v string)
- func (m NoOrders) SetSecurityIDSource(v enum.SecurityIDSource)
- func (m NoOrders) SetSecuritySubType(v string)
- func (m NoOrders) SetSecurityType(v enum.SecurityType)
- func (m NoOrders) SetSettlCurrency(v string)
- func (m NoOrders) SetSettlDate(v string)
- func (m NoOrders) SetSettlDate2(v string)
- func (m NoOrders) SetSettlInstMode(v enum.SettlInstMode)
- func (m NoOrders) SetSettlType(v enum.SettlType)
- func (m NoOrders) SetSide(v enum.Side)
- func (m NoOrders) SetSideValueInd(v enum.SideValueInd)
- func (m NoOrders) SetSolicitedFlag(v bool)
- func (m NoOrders) SetSpread(value decimal.Decimal, scale int32)
- func (m NoOrders) SetStateOrProvinceOfIssue(v string)
- func (m NoOrders) SetStopPx(value decimal.Decimal, scale int32)
- func (m NoOrders) SetStrikeCurrency(v string)
- func (m NoOrders) SetStrikePrice(value decimal.Decimal, scale int32)
- func (m NoOrders) SetSymbol(v string)
- func (m NoOrders) SetSymbolSfx(v enum.SymbolSfx)
- func (m NoOrders) SetTargetStrategy(v enum.TargetStrategy)
- func (m NoOrders) SetTargetStrategyParameters(v string)
- func (m NoOrders) SetText(v string)
- func (m NoOrders) SetTimeInForce(v enum.TimeInForce)
- func (m NoOrders) SetTradeDate(v string)
- func (m NoOrders) SetTradeOriginationDate(v string)
- func (m NoOrders) SetTransactTime(v time.Time)
- func (m NoOrders) SetYield(value decimal.Decimal, scale int32)
- func (m NoOrders) SetYieldCalcDate(v string)
- func (m NoOrders) SetYieldRedemptionDate(v string)
- func (m NoOrders) SetYieldRedemptionPrice(value decimal.Decimal, scale int32)
- func (m NoOrders) SetYieldRedemptionPriceType(v int)
- func (m NoOrders) SetYieldType(v enum.YieldType)
- type NoOrdersRepeatingGroup
- type NoPartyIDs
- func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- 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) HasNoPartySubIDs() bool
- func (m NoPartyIDs) HasPartyID() bool
- func (m NoPartyIDs) HasPartyIDSource() bool
- func (m NoPartyIDs) HasPartyRole() bool
- func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
- func (m NoPartyIDs) SetPartyID(v string)
- func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
- func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
- type NoPartyIDsRepeatingGroup
- type NoPartySubIDs
- func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) HasPartySubID() bool
- func (m NoPartySubIDs) HasPartySubIDType() bool
- func (m NoPartySubIDs) SetPartySubID(v string)
- func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)
- type NoPartySubIDsRepeatingGroup
- type NoSecurityAltID
- 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
- type NoStipulations
- func (m NoStipulations) GetStipulationType() (v enum.StipulationType, err quickfix.MessageRejectError)
- func (m NoStipulations) GetStipulationValue() (v string, err quickfix.MessageRejectError)
- func (m NoStipulations) HasStipulationType() bool
- func (m NoStipulations) HasStipulationValue() bool
- func (m NoStipulations) SetStipulationType(v enum.StipulationType)
- func (m NoStipulations) SetStipulationValue(v string)
- type NoStipulationsRepeatingGroup
- type NoTradingSessions
- func (m NoTradingSessions) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError)
- func (m NoTradingSessions) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError)
- func (m NoTradingSessions) HasTradingSessionID() bool
- func (m NoTradingSessions) HasTradingSessionSubID() bool
- func (m NoTradingSessions) SetTradingSessionID(v enum.TradingSessionID)
- func (m NoTradingSessions) SetTradingSessionSubID(v enum.TradingSessionSubID)
- type NoTradingSessionsRepeatingGroup
- type NoUnderlyingSecurityAltID
- func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool
- func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool
- func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)
- func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)
- type NoUnderlyingSecurityAltIDRepeatingGroup
- type NoUnderlyingStips
- func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyingStips) HasUnderlyingStipType() bool
- func (m NoUnderlyingStips) HasUnderlyingStipValue() bool
- func (m NoUnderlyingStips) SetUnderlyingStipType(v string)
- func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)
- type NoUnderlyingStipsRepeatingGroup
- type NoUnderlyings
- func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool
- func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool
- func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool
- func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool
- func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool
- func (m NoUnderlyings) HasNoUnderlyingStips() bool
- func (m NoUnderlyings) HasUnderlyingCFICode() bool
- func (m NoUnderlyings) HasUnderlyingCPProgram() bool
- func (m NoUnderlyings) HasUnderlyingCPRegType() bool
- func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool
- func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool
- func (m NoUnderlyings) HasUnderlyingCouponRate() bool
- func (m NoUnderlyings) HasUnderlyingCreditRating() bool
- func (m NoUnderlyings) HasUnderlyingCurrency() bool
- func (m NoUnderlyings) HasUnderlyingCurrentValue() bool
- func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool
- func (m NoUnderlyings) HasUnderlyingEndPrice() bool
- func (m NoUnderlyings) HasUnderlyingEndValue() bool
- func (m NoUnderlyings) HasUnderlyingFactor() bool
- func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool
- func (m NoUnderlyings) HasUnderlyingIssueDate() bool
- func (m NoUnderlyings) HasUnderlyingIssuer() bool
- func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingMaturityDate() bool
- func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool
- func (m NoUnderlyings) HasUnderlyingOptAttribute() bool
- func (m NoUnderlyings) HasUnderlyingProduct() bool
- func (m NoUnderlyings) HasUnderlyingPx() bool
- func (m NoUnderlyings) HasUnderlyingQty() bool
- func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool
- func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool
- func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool
- func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool
- func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool
- func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool
- func (m NoUnderlyings) HasUnderlyingSecurityID() bool
- func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool
- func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool
- func (m NoUnderlyings) HasUnderlyingSecurityType() bool
- func (m NoUnderlyings) HasUnderlyingStartValue() bool
- func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool
- func (m NoUnderlyings) HasUnderlyingStrikePrice() bool
- func (m NoUnderlyings) HasUnderlyingSymbol() bool
- func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool
- func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)
- func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)
- func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)
- func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)
- func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)
- func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)
- func (m NoUnderlyings) SetUnderlyingCFICode(v string)
- func (m NoUnderlyings) SetUnderlyingCPProgram(v string)
- func (m NoUnderlyings) SetUnderlyingCPRegType(v string)
- func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)
- func (m NoUnderlyings) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCreditRating(v string)
- func (m NoUnderlyings) SetUnderlyingCurrency(v string)
- func (m NoUnderlyings) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingEndValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)
- func (m NoUnderlyings) SetUnderlyingIssueDate(v string)
- func (m NoUnderlyings) SetUnderlyingIssuer(v string)
- func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)
- func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)
- func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)
- func (m NoUnderlyings) SetUnderlyingProduct(v int)
- func (m NoUnderlyings) SetUnderlyingPx(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingQty(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)
- func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)
- func (m NoUnderlyings) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)
- func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityID(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)
- func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityType(v string)
- func (m NoUnderlyings) SetUnderlyingStartValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)
- func (m NoUnderlyings) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingSymbol(v string)
- func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)
- type NoUnderlyingsRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewOrderList ¶
NewOrderList is the fix44 NewOrderList type, MsgType = E.
func FromMessage ¶
func FromMessage(m *quickfix.Message) NewOrderList
FromMessage creates a NewOrderList from a quickfix.Message instance.
func New ¶
func New(listid field.ListIDField, bidtype field.BidTypeField, totnoorders field.TotNoOrdersField) (m NewOrderList)
New returns a NewOrderList initialized with the required fields for NewOrderList.
func (NewOrderList) GetAllowableOneSidednessCurr ¶
func (m NewOrderList) GetAllowableOneSidednessCurr() (v string, err quickfix.MessageRejectError)
GetAllowableOneSidednessCurr gets AllowableOneSidednessCurr, Tag 767.
func (NewOrderList) GetAllowableOneSidednessPct ¶
func (m NewOrderList) GetAllowableOneSidednessPct() (v decimal.Decimal, err quickfix.MessageRejectError)
GetAllowableOneSidednessPct gets AllowableOneSidednessPct, Tag 765.
func (NewOrderList) GetAllowableOneSidednessValue ¶
func (m NewOrderList) GetAllowableOneSidednessValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetAllowableOneSidednessValue gets AllowableOneSidednessValue, Tag 766.
func (NewOrderList) GetBidID ¶
func (m NewOrderList) GetBidID() (v string, err quickfix.MessageRejectError)
GetBidID gets BidID, Tag 390.
func (NewOrderList) GetBidType ¶
func (m NewOrderList) GetBidType() (v enum.BidType, err quickfix.MessageRejectError)
GetBidType gets BidType, Tag 394.
func (NewOrderList) GetCancellationRights ¶
func (m NewOrderList) GetCancellationRights() (v enum.CancellationRights, err quickfix.MessageRejectError)
GetCancellationRights gets CancellationRights, Tag 480.
func (NewOrderList) GetClientBidID ¶
func (m NewOrderList) GetClientBidID() (v string, err quickfix.MessageRejectError)
GetClientBidID gets ClientBidID, Tag 391.
func (NewOrderList) GetEncodedListExecInst ¶
func (m NewOrderList) GetEncodedListExecInst() (v string, err quickfix.MessageRejectError)
GetEncodedListExecInst gets EncodedListExecInst, Tag 353.
func (NewOrderList) GetEncodedListExecInstLen ¶
func (m NewOrderList) GetEncodedListExecInstLen() (v int, err quickfix.MessageRejectError)
GetEncodedListExecInstLen gets EncodedListExecInstLen, Tag 352.
func (NewOrderList) GetLastFragment ¶
func (m NewOrderList) GetLastFragment() (v bool, err quickfix.MessageRejectError)
GetLastFragment gets LastFragment, Tag 893.
func (NewOrderList) GetListExecInst ¶
func (m NewOrderList) GetListExecInst() (v string, err quickfix.MessageRejectError)
GetListExecInst gets ListExecInst, Tag 69.
func (NewOrderList) GetListExecInstType ¶
func (m NewOrderList) GetListExecInstType() (v enum.ListExecInstType, err quickfix.MessageRejectError)
GetListExecInstType gets ListExecInstType, Tag 433.
func (NewOrderList) GetListID ¶
func (m NewOrderList) GetListID() (v string, err quickfix.MessageRejectError)
GetListID gets ListID, Tag 66.
func (NewOrderList) GetMoneyLaunderingStatus ¶
func (m NewOrderList) GetMoneyLaunderingStatus() (v enum.MoneyLaunderingStatus, err quickfix.MessageRejectError)
GetMoneyLaunderingStatus gets MoneyLaunderingStatus, Tag 481.
func (NewOrderList) GetNoOrders ¶
func (m NewOrderList) GetNoOrders() (NoOrdersRepeatingGroup, quickfix.MessageRejectError)
GetNoOrders gets NoOrders, Tag 73.
func (NewOrderList) GetProgPeriodInterval ¶
func (m NewOrderList) GetProgPeriodInterval() (v int, err quickfix.MessageRejectError)
GetProgPeriodInterval gets ProgPeriodInterval, Tag 415.
func (NewOrderList) GetProgRptReqs ¶
func (m NewOrderList) GetProgRptReqs() (v enum.ProgRptReqs, err quickfix.MessageRejectError)
GetProgRptReqs gets ProgRptReqs, Tag 414.
func (NewOrderList) GetRegistID ¶
func (m NewOrderList) GetRegistID() (v string, err quickfix.MessageRejectError)
GetRegistID gets RegistID, Tag 513.
func (NewOrderList) GetTotNoOrders ¶
func (m NewOrderList) GetTotNoOrders() (v int, err quickfix.MessageRejectError)
GetTotNoOrders gets TotNoOrders, Tag 68.
func (NewOrderList) HasAllowableOneSidednessCurr ¶
func (m NewOrderList) HasAllowableOneSidednessCurr() bool
HasAllowableOneSidednessCurr returns true if AllowableOneSidednessCurr is present, Tag 767.
func (NewOrderList) HasAllowableOneSidednessPct ¶
func (m NewOrderList) HasAllowableOneSidednessPct() bool
HasAllowableOneSidednessPct returns true if AllowableOneSidednessPct is present, Tag 765.
func (NewOrderList) HasAllowableOneSidednessValue ¶
func (m NewOrderList) HasAllowableOneSidednessValue() bool
HasAllowableOneSidednessValue returns true if AllowableOneSidednessValue is present, Tag 766.
func (NewOrderList) HasBidID ¶
func (m NewOrderList) HasBidID() bool
HasBidID returns true if BidID is present, Tag 390.
func (NewOrderList) HasBidType ¶
func (m NewOrderList) HasBidType() bool
HasBidType returns true if BidType is present, Tag 394.
func (NewOrderList) HasCancellationRights ¶
func (m NewOrderList) HasCancellationRights() bool
HasCancellationRights returns true if CancellationRights is present, Tag 480.
func (NewOrderList) HasClientBidID ¶
func (m NewOrderList) HasClientBidID() bool
HasClientBidID returns true if ClientBidID is present, Tag 391.
func (NewOrderList) HasEncodedListExecInst ¶
func (m NewOrderList) HasEncodedListExecInst() bool
HasEncodedListExecInst returns true if EncodedListExecInst is present, Tag 353.
func (NewOrderList) HasEncodedListExecInstLen ¶
func (m NewOrderList) HasEncodedListExecInstLen() bool
HasEncodedListExecInstLen returns true if EncodedListExecInstLen is present, Tag 352.
func (NewOrderList) HasLastFragment ¶
func (m NewOrderList) HasLastFragment() bool
HasLastFragment returns true if LastFragment is present, Tag 893.
func (NewOrderList) HasListExecInst ¶
func (m NewOrderList) HasListExecInst() bool
HasListExecInst returns true if ListExecInst is present, Tag 69.
func (NewOrderList) HasListExecInstType ¶
func (m NewOrderList) HasListExecInstType() bool
HasListExecInstType returns true if ListExecInstType is present, Tag 433.
func (NewOrderList) HasListID ¶
func (m NewOrderList) HasListID() bool
HasListID returns true if ListID is present, Tag 66.
func (NewOrderList) HasMoneyLaunderingStatus ¶
func (m NewOrderList) HasMoneyLaunderingStatus() bool
HasMoneyLaunderingStatus returns true if MoneyLaunderingStatus is present, Tag 481.
func (NewOrderList) HasNoOrders ¶
func (m NewOrderList) HasNoOrders() bool
HasNoOrders returns true if NoOrders is present, Tag 73.
func (NewOrderList) HasProgPeriodInterval ¶
func (m NewOrderList) HasProgPeriodInterval() bool
HasProgPeriodInterval returns true if ProgPeriodInterval is present, Tag 415.
func (NewOrderList) HasProgRptReqs ¶
func (m NewOrderList) HasProgRptReqs() bool
HasProgRptReqs returns true if ProgRptReqs is present, Tag 414.
func (NewOrderList) HasRegistID ¶
func (m NewOrderList) HasRegistID() bool
HasRegistID returns true if RegistID is present, Tag 513.
func (NewOrderList) HasTotNoOrders ¶
func (m NewOrderList) HasTotNoOrders() bool
HasTotNoOrders returns true if TotNoOrders is present, Tag 68.
func (NewOrderList) SetAllowableOneSidednessCurr ¶
func (m NewOrderList) SetAllowableOneSidednessCurr(v string)
SetAllowableOneSidednessCurr sets AllowableOneSidednessCurr, Tag 767.
func (NewOrderList) SetAllowableOneSidednessPct ¶
func (m NewOrderList) SetAllowableOneSidednessPct(value decimal.Decimal, scale int32)
SetAllowableOneSidednessPct sets AllowableOneSidednessPct, Tag 765.
func (NewOrderList) SetAllowableOneSidednessValue ¶
func (m NewOrderList) SetAllowableOneSidednessValue(value decimal.Decimal, scale int32)
SetAllowableOneSidednessValue sets AllowableOneSidednessValue, Tag 766.
func (NewOrderList) SetBidID ¶
func (m NewOrderList) SetBidID(v string)
SetBidID sets BidID, Tag 390.
func (NewOrderList) SetBidType ¶
func (m NewOrderList) SetBidType(v enum.BidType)
SetBidType sets BidType, Tag 394.
func (NewOrderList) SetCancellationRights ¶
func (m NewOrderList) SetCancellationRights(v enum.CancellationRights)
SetCancellationRights sets CancellationRights, Tag 480.
func (NewOrderList) SetClientBidID ¶
func (m NewOrderList) SetClientBidID(v string)
SetClientBidID sets ClientBidID, Tag 391.
func (NewOrderList) SetEncodedListExecInst ¶
func (m NewOrderList) SetEncodedListExecInst(v string)
SetEncodedListExecInst sets EncodedListExecInst, Tag 353.
func (NewOrderList) SetEncodedListExecInstLen ¶
func (m NewOrderList) SetEncodedListExecInstLen(v int)
SetEncodedListExecInstLen sets EncodedListExecInstLen, Tag 352.
func (NewOrderList) SetLastFragment ¶
func (m NewOrderList) SetLastFragment(v bool)
SetLastFragment sets LastFragment, Tag 893.
func (NewOrderList) SetListExecInst ¶
func (m NewOrderList) SetListExecInst(v string)
SetListExecInst sets ListExecInst, Tag 69.
func (NewOrderList) SetListExecInstType ¶
func (m NewOrderList) SetListExecInstType(v enum.ListExecInstType)
SetListExecInstType sets ListExecInstType, Tag 433.
func (NewOrderList) SetListID ¶
func (m NewOrderList) SetListID(v string)
SetListID sets ListID, Tag 66.
func (NewOrderList) SetMoneyLaunderingStatus ¶
func (m NewOrderList) SetMoneyLaunderingStatus(v enum.MoneyLaunderingStatus)
SetMoneyLaunderingStatus sets MoneyLaunderingStatus, Tag 481.
func (NewOrderList) SetNoOrders ¶
func (m NewOrderList) SetNoOrders(f NoOrdersRepeatingGroup)
SetNoOrders sets NoOrders, Tag 73.
func (NewOrderList) SetProgPeriodInterval ¶
func (m NewOrderList) SetProgPeriodInterval(v int)
SetProgPeriodInterval sets ProgPeriodInterval, Tag 415.
func (NewOrderList) SetProgRptReqs ¶
func (m NewOrderList) SetProgRptReqs(v enum.ProgRptReqs)
SetProgRptReqs sets ProgRptReqs, Tag 414.
func (NewOrderList) SetRegistID ¶
func (m NewOrderList) SetRegistID(v string)
SetRegistID sets RegistID, Tag 513.
func (NewOrderList) SetTotNoOrders ¶
func (m NewOrderList) SetTotNoOrders(v int)
SetTotNoOrders sets TotNoOrders, Tag 68.
func (NewOrderList) ToMessage ¶
func (m NewOrderList) ToMessage() *quickfix.Message
ToMessage returns a quickfix.Message instance.
type NoAllocs ¶
NoAllocs is a repeating group element, Tag 78.
func (NoAllocs) GetAllocAccount ¶
func (m NoAllocs) GetAllocAccount() (v string, err quickfix.MessageRejectError)
GetAllocAccount gets AllocAccount, Tag 79.
func (NoAllocs) GetAllocAcctIDSource ¶
func (m NoAllocs) GetAllocAcctIDSource() (v int, err quickfix.MessageRejectError)
GetAllocAcctIDSource gets AllocAcctIDSource, Tag 661.
func (NoAllocs) GetAllocQty ¶
func (m NoAllocs) GetAllocQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetAllocQty gets AllocQty, Tag 80.
func (NoAllocs) GetAllocSettlCurrency ¶
func (m NoAllocs) GetAllocSettlCurrency() (v string, err quickfix.MessageRejectError)
GetAllocSettlCurrency gets AllocSettlCurrency, Tag 736.
func (NoAllocs) GetIndividualAllocID ¶
func (m NoAllocs) GetIndividualAllocID() (v string, err quickfix.MessageRejectError)
GetIndividualAllocID gets IndividualAllocID, Tag 467.
func (NoAllocs) GetNoNestedPartyIDs ¶
func (m NoAllocs) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoNestedPartyIDs gets NoNestedPartyIDs, Tag 539.
func (NoAllocs) HasAllocAccount ¶
HasAllocAccount returns true if AllocAccount is present, Tag 79.
func (NoAllocs) HasAllocAcctIDSource ¶
HasAllocAcctIDSource returns true if AllocAcctIDSource is present, Tag 661.
func (NoAllocs) HasAllocQty ¶
HasAllocQty returns true if AllocQty is present, Tag 80.
func (NoAllocs) HasAllocSettlCurrency ¶
HasAllocSettlCurrency returns true if AllocSettlCurrency is present, Tag 736.
func (NoAllocs) HasIndividualAllocID ¶
HasIndividualAllocID returns true if IndividualAllocID is present, Tag 467.
func (NoAllocs) HasNoNestedPartyIDs ¶
HasNoNestedPartyIDs returns true if NoNestedPartyIDs is present, Tag 539.
func (NoAllocs) SetAllocAccount ¶
SetAllocAccount sets AllocAccount, Tag 79.
func (NoAllocs) SetAllocAcctIDSource ¶
SetAllocAcctIDSource sets AllocAcctIDSource, Tag 661.
func (NoAllocs) SetAllocQty ¶
SetAllocQty sets AllocQty, Tag 80.
func (NoAllocs) SetAllocSettlCurrency ¶
SetAllocSettlCurrency sets AllocSettlCurrency, Tag 736.
func (NoAllocs) SetIndividualAllocID ¶
SetIndividualAllocID sets IndividualAllocID, Tag 467.
func (NoAllocs) SetNoNestedPartyIDs ¶
func (m NoAllocs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)
SetNoNestedPartyIDs sets NoNestedPartyIDs, Tag 539.
type NoAllocsRepeatingGroup ¶
type NoAllocsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoAllocsRepeatingGroup is a repeating group, Tag 78.
func NewNoAllocsRepeatingGroup ¶
func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup
NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup.
func (NoAllocsRepeatingGroup) Add ¶
func (m NoAllocsRepeatingGroup) Add() NoAllocs
Add create and append a new NoAllocs to this group.
func (NoAllocsRepeatingGroup) Get ¶
func (m NoAllocsRepeatingGroup) Get(i int) NoAllocs
Get returns the ith NoAllocs in the NoAllocsRepeatinGroup.
type NoEvents ¶
NoEvents is a repeating group element, Tag 864.
func (NoEvents) GetEventDate ¶
func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError)
GetEventDate gets EventDate, Tag 866.
func (NoEvents) GetEventPx ¶
func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetEventPx gets EventPx, Tag 867.
func (NoEvents) GetEventText ¶
func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError)
GetEventText gets EventText, Tag 868.
func (NoEvents) GetEventType ¶
func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError)
GetEventType gets EventType, Tag 865.
func (NoEvents) HasEventDate ¶
HasEventDate returns true if EventDate is present, Tag 866.
func (NoEvents) HasEventPx ¶
HasEventPx returns true if EventPx is present, Tag 867.
func (NoEvents) HasEventText ¶
HasEventText returns true if EventText is present, Tag 868.
func (NoEvents) HasEventType ¶
HasEventType returns true if EventType is present, Tag 865.
func (NoEvents) SetEventDate ¶
SetEventDate sets EventDate, Tag 866.
func (NoEvents) SetEventPx ¶
SetEventPx sets EventPx, Tag 867.
func (NoEvents) SetEventText ¶
SetEventText sets EventText, Tag 868.
func (NoEvents) SetEventType ¶
SetEventType sets EventType, Tag 865.
type NoEventsRepeatingGroup ¶
type NoEventsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoEventsRepeatingGroup is a repeating group, Tag 864.
func NewNoEventsRepeatingGroup ¶
func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup
NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup.
func (NoEventsRepeatingGroup) Add ¶
func (m NoEventsRepeatingGroup) Add() NoEvents
Add create and append a new NoEvents to this group.
func (NoEventsRepeatingGroup) Get ¶
func (m NoEventsRepeatingGroup) Get(i int) NoEvents
Get returns the ith NoEvents in the NoEventsRepeatinGroup.
type NoNestedPartyIDs ¶
NoNestedPartyIDs is a repeating group element, Tag 539.
func (NoNestedPartyIDs) GetNestedPartyID ¶
func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError)
GetNestedPartyID gets NestedPartyID, Tag 524.
func (NoNestedPartyIDs) GetNestedPartyIDSource ¶
func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError)
GetNestedPartyIDSource gets NestedPartyIDSource, Tag 525.
func (NoNestedPartyIDs) GetNestedPartyRole ¶
func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError)
GetNestedPartyRole gets NestedPartyRole, Tag 538.
func (NoNestedPartyIDs) GetNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoNestedPartySubIDs gets NoNestedPartySubIDs, Tag 804.
func (NoNestedPartyIDs) HasNestedPartyID ¶
func (m NoNestedPartyIDs) HasNestedPartyID() bool
HasNestedPartyID returns true if NestedPartyID is present, Tag 524.
func (NoNestedPartyIDs) HasNestedPartyIDSource ¶
func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool
HasNestedPartyIDSource returns true if NestedPartyIDSource is present, Tag 525.
func (NoNestedPartyIDs) HasNestedPartyRole ¶
func (m NoNestedPartyIDs) HasNestedPartyRole() bool
HasNestedPartyRole returns true if NestedPartyRole is present, Tag 538.
func (NoNestedPartyIDs) HasNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool
HasNoNestedPartySubIDs returns true if NoNestedPartySubIDs is present, Tag 804.
func (NoNestedPartyIDs) SetNestedPartyID ¶
func (m NoNestedPartyIDs) SetNestedPartyID(v string)
SetNestedPartyID sets NestedPartyID, Tag 524.
func (NoNestedPartyIDs) SetNestedPartyIDSource ¶
func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)
SetNestedPartyIDSource sets NestedPartyIDSource, Tag 525.
func (NoNestedPartyIDs) SetNestedPartyRole ¶
func (m NoNestedPartyIDs) SetNestedPartyRole(v int)
SetNestedPartyRole sets NestedPartyRole, Tag 538.
func (NoNestedPartyIDs) SetNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)
SetNoNestedPartySubIDs sets NoNestedPartySubIDs, Tag 804.
type NoNestedPartyIDsRepeatingGroup ¶
type NoNestedPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoNestedPartyIDsRepeatingGroup is a repeating group, Tag 539.
func NewNoNestedPartyIDsRepeatingGroup ¶
func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup
NewNoNestedPartyIDsRepeatingGroup returns an initialized, NoNestedPartyIDsRepeatingGroup.
func (NoNestedPartyIDsRepeatingGroup) Add ¶
func (m NoNestedPartyIDsRepeatingGroup) Add() NoNestedPartyIDs
Add create and append a new NoNestedPartyIDs to this group.
func (NoNestedPartyIDsRepeatingGroup) Get ¶
func (m NoNestedPartyIDsRepeatingGroup) Get(i int) NoNestedPartyIDs
Get returns the ith NoNestedPartyIDs in the NoNestedPartyIDsRepeatinGroup.
type NoNestedPartySubIDs ¶
NoNestedPartySubIDs is a repeating group element, Tag 804.
func (NoNestedPartySubIDs) GetNestedPartySubID ¶
func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError)
GetNestedPartySubID gets NestedPartySubID, Tag 545.
func (NoNestedPartySubIDs) GetNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError)
GetNestedPartySubIDType gets NestedPartySubIDType, Tag 805.
func (NoNestedPartySubIDs) HasNestedPartySubID ¶
func (m NoNestedPartySubIDs) HasNestedPartySubID() bool
HasNestedPartySubID returns true if NestedPartySubID is present, Tag 545.
func (NoNestedPartySubIDs) HasNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool
HasNestedPartySubIDType returns true if NestedPartySubIDType is present, Tag 805.
func (NoNestedPartySubIDs) SetNestedPartySubID ¶
func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)
SetNestedPartySubID sets NestedPartySubID, Tag 545.
func (NoNestedPartySubIDs) SetNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)
SetNestedPartySubIDType sets NestedPartySubIDType, Tag 805.
type NoNestedPartySubIDsRepeatingGroup ¶
type NoNestedPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoNestedPartySubIDsRepeatingGroup is a repeating group, Tag 804.
func NewNoNestedPartySubIDsRepeatingGroup ¶
func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup
NewNoNestedPartySubIDsRepeatingGroup returns an initialized, NoNestedPartySubIDsRepeatingGroup.
func (NoNestedPartySubIDsRepeatingGroup) Add ¶
func (m NoNestedPartySubIDsRepeatingGroup) Add() NoNestedPartySubIDs
Add create and append a new NoNestedPartySubIDs to this group.
func (NoNestedPartySubIDsRepeatingGroup) Get ¶
func (m NoNestedPartySubIDsRepeatingGroup) Get(i int) NoNestedPartySubIDs
Get returns the ith NoNestedPartySubIDs in the NoNestedPartySubIDsRepeatinGroup.
type NoOrders ¶
NoOrders is a repeating group element, Tag 73.
func (NoOrders) GetAccount ¶
func (m NoOrders) GetAccount() (v string, err quickfix.MessageRejectError)
GetAccount gets Account, Tag 1.
func (NoOrders) GetAccountType ¶
func (m NoOrders) GetAccountType() (v enum.AccountType, err quickfix.MessageRejectError)
GetAccountType gets AccountType, Tag 581.
func (NoOrders) GetAcctIDSource ¶
func (m NoOrders) GetAcctIDSource() (v enum.AcctIDSource, err quickfix.MessageRejectError)
GetAcctIDSource gets AcctIDSource, Tag 660.
func (NoOrders) GetAllocID ¶
func (m NoOrders) GetAllocID() (v string, err quickfix.MessageRejectError)
GetAllocID gets AllocID, Tag 70.
func (NoOrders) GetBenchmarkCurveCurrency ¶
func (m NoOrders) GetBenchmarkCurveCurrency() (v string, err quickfix.MessageRejectError)
GetBenchmarkCurveCurrency gets BenchmarkCurveCurrency, Tag 220.
func (NoOrders) GetBenchmarkCurveName ¶
func (m NoOrders) GetBenchmarkCurveName() (v enum.BenchmarkCurveName, err quickfix.MessageRejectError)
GetBenchmarkCurveName gets BenchmarkCurveName, Tag 221.
func (NoOrders) GetBenchmarkCurvePoint ¶
func (m NoOrders) GetBenchmarkCurvePoint() (v string, err quickfix.MessageRejectError)
GetBenchmarkCurvePoint gets BenchmarkCurvePoint, Tag 222.
func (NoOrders) GetBenchmarkPrice ¶
func (m NoOrders) GetBenchmarkPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetBenchmarkPrice gets BenchmarkPrice, Tag 662.
func (NoOrders) GetBenchmarkPriceType ¶
func (m NoOrders) GetBenchmarkPriceType() (v int, err quickfix.MessageRejectError)
GetBenchmarkPriceType gets BenchmarkPriceType, Tag 663.
func (NoOrders) GetBenchmarkSecurityID ¶
func (m NoOrders) GetBenchmarkSecurityID() (v string, err quickfix.MessageRejectError)
GetBenchmarkSecurityID gets BenchmarkSecurityID, Tag 699.
func (NoOrders) GetBenchmarkSecurityIDSource ¶
func (m NoOrders) GetBenchmarkSecurityIDSource() (v string, err quickfix.MessageRejectError)
GetBenchmarkSecurityIDSource gets BenchmarkSecurityIDSource, Tag 761.
func (NoOrders) GetBookingType ¶
func (m NoOrders) GetBookingType() (v enum.BookingType, err quickfix.MessageRejectError)
GetBookingType gets BookingType, Tag 775.
func (NoOrders) GetBookingUnit ¶
func (m NoOrders) GetBookingUnit() (v enum.BookingUnit, err quickfix.MessageRejectError)
GetBookingUnit gets BookingUnit, Tag 590.
func (NoOrders) GetCFICode ¶
func (m NoOrders) GetCFICode() (v string, err quickfix.MessageRejectError)
GetCFICode gets CFICode, Tag 461.
func (NoOrders) GetCPProgram ¶
func (m NoOrders) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
GetCPProgram gets CPProgram, Tag 875.
func (NoOrders) GetCPRegType ¶
func (m NoOrders) GetCPRegType() (v string, err quickfix.MessageRejectError)
GetCPRegType gets CPRegType, Tag 876.
func (NoOrders) GetCashMargin ¶
func (m NoOrders) GetCashMargin() (v enum.CashMargin, err quickfix.MessageRejectError)
GetCashMargin gets CashMargin, Tag 544.
func (NoOrders) GetCashOrderQty ¶
func (m NoOrders) GetCashOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCashOrderQty gets CashOrderQty, Tag 152.
func (NoOrders) GetClOrdID ¶
func (m NoOrders) GetClOrdID() (v string, err quickfix.MessageRejectError)
GetClOrdID gets ClOrdID, Tag 11.
func (NoOrders) GetClOrdLinkID ¶
func (m NoOrders) GetClOrdLinkID() (v string, err quickfix.MessageRejectError)
GetClOrdLinkID gets ClOrdLinkID, Tag 583.
func (NoOrders) GetClearingFeeIndicator ¶
func (m NoOrders) GetClearingFeeIndicator() (v enum.ClearingFeeIndicator, err quickfix.MessageRejectError)
GetClearingFeeIndicator gets ClearingFeeIndicator, Tag 635.
func (NoOrders) GetCommCurrency ¶
func (m NoOrders) GetCommCurrency() (v string, err quickfix.MessageRejectError)
GetCommCurrency gets CommCurrency, Tag 479.
func (NoOrders) GetCommType ¶
func (m NoOrders) GetCommType() (v enum.CommType, err quickfix.MessageRejectError)
GetCommType gets CommType, Tag 13.
func (NoOrders) GetCommission ¶
func (m NoOrders) GetCommission() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCommission gets Commission, Tag 12.
func (NoOrders) GetComplianceID ¶
func (m NoOrders) GetComplianceID() (v string, err quickfix.MessageRejectError)
GetComplianceID gets ComplianceID, Tag 376.
func (NoOrders) GetContractMultiplier ¶
func (m NoOrders) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231.
func (NoOrders) GetContractSettlMonth ¶
func (m NoOrders) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
GetContractSettlMonth gets ContractSettlMonth, Tag 667.
func (NoOrders) GetCountryOfIssue ¶
func (m NoOrders) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetCountryOfIssue gets CountryOfIssue, Tag 470.
func (NoOrders) GetCouponPaymentDate ¶
func (m NoOrders) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetCouponPaymentDate gets CouponPaymentDate, Tag 224.
func (NoOrders) GetCouponRate ¶
func (m NoOrders) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223.
func (NoOrders) GetCoveredOrUncovered ¶
func (m NoOrders) GetCoveredOrUncovered() (v enum.CoveredOrUncovered, err quickfix.MessageRejectError)
GetCoveredOrUncovered gets CoveredOrUncovered, Tag 203.
func (NoOrders) GetCreditRating ¶
func (m NoOrders) GetCreditRating() (v string, err quickfix.MessageRejectError)
GetCreditRating gets CreditRating, Tag 255.
func (NoOrders) GetCurrency ¶
func (m NoOrders) GetCurrency() (v string, err quickfix.MessageRejectError)
GetCurrency gets Currency, Tag 15.
func (NoOrders) GetCustOrderCapacity ¶
func (m NoOrders) GetCustOrderCapacity() (v enum.CustOrderCapacity, err quickfix.MessageRejectError)
GetCustOrderCapacity gets CustOrderCapacity, Tag 582.
func (NoOrders) GetDatedDate ¶
func (m NoOrders) GetDatedDate() (v string, err quickfix.MessageRejectError)
GetDatedDate gets DatedDate, Tag 873.
func (NoOrders) GetDayBookingInst ¶
func (m NoOrders) GetDayBookingInst() (v enum.DayBookingInst, err quickfix.MessageRejectError)
GetDayBookingInst gets DayBookingInst, Tag 589.
func (NoOrders) GetDesignation ¶
func (m NoOrders) GetDesignation() (v string, err quickfix.MessageRejectError)
GetDesignation gets Designation, Tag 494.
func (NoOrders) GetDiscretionInst ¶
func (m NoOrders) GetDiscretionInst() (v enum.DiscretionInst, err quickfix.MessageRejectError)
GetDiscretionInst gets DiscretionInst, Tag 388.
func (NoOrders) GetDiscretionLimitType ¶
func (m NoOrders) GetDiscretionLimitType() (v enum.DiscretionLimitType, err quickfix.MessageRejectError)
GetDiscretionLimitType gets DiscretionLimitType, Tag 843.
func (NoOrders) GetDiscretionMoveType ¶
func (m NoOrders) GetDiscretionMoveType() (v enum.DiscretionMoveType, err quickfix.MessageRejectError)
GetDiscretionMoveType gets DiscretionMoveType, Tag 841.
func (NoOrders) GetDiscretionOffsetType ¶
func (m NoOrders) GetDiscretionOffsetType() (v enum.DiscretionOffsetType, err quickfix.MessageRejectError)
GetDiscretionOffsetType gets DiscretionOffsetType, Tag 842.
func (NoOrders) GetDiscretionOffsetValue ¶
func (m NoOrders) GetDiscretionOffsetValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetDiscretionOffsetValue gets DiscretionOffsetValue, Tag 389.
func (NoOrders) GetDiscretionRoundDirection ¶
func (m NoOrders) GetDiscretionRoundDirection() (v enum.DiscretionRoundDirection, err quickfix.MessageRejectError)
GetDiscretionRoundDirection gets DiscretionRoundDirection, Tag 844.
func (NoOrders) GetDiscretionScope ¶
func (m NoOrders) GetDiscretionScope() (v enum.DiscretionScope, err quickfix.MessageRejectError)
GetDiscretionScope gets DiscretionScope, Tag 846.
func (NoOrders) GetEffectiveTime ¶
func (m NoOrders) GetEffectiveTime() (v time.Time, err quickfix.MessageRejectError)
GetEffectiveTime gets EffectiveTime, Tag 168.
func (NoOrders) GetEncodedIssuer ¶
func (m NoOrders) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedIssuer gets EncodedIssuer, Tag 349.
func (NoOrders) GetEncodedIssuerLen ¶
func (m NoOrders) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.
func (NoOrders) GetEncodedSecurityDesc ¶
func (m NoOrders) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.
func (NoOrders) GetEncodedSecurityDescLen ¶
func (m NoOrders) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.
func (NoOrders) GetEncodedText ¶
func (m NoOrders) GetEncodedText() (v string, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355.
func (NoOrders) GetEncodedTextLen ¶
func (m NoOrders) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354.
func (NoOrders) GetExDestination ¶
func (m NoOrders) GetExDestination() (v enum.ExDestination, err quickfix.MessageRejectError)
GetExDestination gets ExDestination, Tag 100.
func (NoOrders) GetExecInst ¶
func (m NoOrders) GetExecInst() (v enum.ExecInst, err quickfix.MessageRejectError)
GetExecInst gets ExecInst, Tag 18.
func (NoOrders) GetExpireDate ¶
func (m NoOrders) GetExpireDate() (v string, err quickfix.MessageRejectError)
GetExpireDate gets ExpireDate, Tag 432.
func (NoOrders) GetExpireTime ¶
func (m NoOrders) GetExpireTime() (v time.Time, err quickfix.MessageRejectError)
GetExpireTime gets ExpireTime, Tag 126.
func (NoOrders) GetFactor ¶
func (m NoOrders) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFactor gets Factor, Tag 228.
func (NoOrders) GetForexReq ¶
func (m NoOrders) GetForexReq() (v bool, err quickfix.MessageRejectError)
GetForexReq gets ForexReq, Tag 121.
func (NoOrders) GetFundRenewWaiv ¶
func (m NoOrders) GetFundRenewWaiv() (v enum.FundRenewWaiv, err quickfix.MessageRejectError)
GetFundRenewWaiv gets FundRenewWaiv, Tag 497.
func (NoOrders) GetGTBookingInst ¶
func (m NoOrders) GetGTBookingInst() (v enum.GTBookingInst, err quickfix.MessageRejectError)
GetGTBookingInst gets GTBookingInst, Tag 427.
func (NoOrders) GetHandlInst ¶
func (m NoOrders) GetHandlInst() (v enum.HandlInst, err quickfix.MessageRejectError)
GetHandlInst gets HandlInst, Tag 21.
func (NoOrders) GetIOIID ¶
func (m NoOrders) GetIOIID() (v string, err quickfix.MessageRejectError)
GetIOIID gets IOIID, Tag 23.
func (NoOrders) GetInstrRegistry ¶
func (m NoOrders) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
GetInstrRegistry gets InstrRegistry, Tag 543.
func (NoOrders) GetInterestAccrualDate ¶
func (m NoOrders) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
GetInterestAccrualDate gets InterestAccrualDate, Tag 874.
func (NoOrders) GetIssueDate ¶
func (m NoOrders) GetIssueDate() (v string, err quickfix.MessageRejectError)
GetIssueDate gets IssueDate, Tag 225.
func (NoOrders) GetIssuer ¶
func (m NoOrders) GetIssuer() (v string, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106.
func (NoOrders) GetListSeqNo ¶
func (m NoOrders) GetListSeqNo() (v int, err quickfix.MessageRejectError)
GetListSeqNo gets ListSeqNo, Tag 67.
func (NoOrders) GetLocaleOfIssue ¶
func (m NoOrders) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetLocaleOfIssue gets LocaleOfIssue, Tag 472.
func (NoOrders) GetLocateReqd ¶
func (m NoOrders) GetLocateReqd() (v bool, err quickfix.MessageRejectError)
GetLocateReqd gets LocateReqd, Tag 114.
func (NoOrders) GetMaturityDate ¶
func (m NoOrders) GetMaturityDate() (v string, err quickfix.MessageRejectError)
GetMaturityDate gets MaturityDate, Tag 541.
func (NoOrders) GetMaturityMonthYear ¶
func (m NoOrders) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
func (NoOrders) GetMaxFloor ¶
func (m NoOrders) GetMaxFloor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMaxFloor gets MaxFloor, Tag 111.
func (NoOrders) GetMaxShow ¶
func (m NoOrders) GetMaxShow() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMaxShow gets MaxShow, Tag 210.
func (NoOrders) GetMinQty ¶
func (m NoOrders) GetMinQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMinQty gets MinQty, Tag 110.
func (NoOrders) GetNoAllocs ¶
func (m NoOrders) GetNoAllocs() (NoAllocsRepeatingGroup, quickfix.MessageRejectError)
GetNoAllocs gets NoAllocs, Tag 78.
func (NoOrders) GetNoEvents ¶
func (m NoOrders) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
GetNoEvents gets NoEvents, Tag 864.
func (NoOrders) GetNoPartyIDs ¶
func (m NoOrders) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartyIDs gets NoPartyIDs, Tag 453.
func (NoOrders) GetNoSecurityAltID ¶
func (m NoOrders) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoSecurityAltID gets NoSecurityAltID, Tag 454.
func (NoOrders) GetNoStipulations ¶
func (m NoOrders) GetNoStipulations() (NoStipulationsRepeatingGroup, quickfix.MessageRejectError)
GetNoStipulations gets NoStipulations, Tag 232.
func (NoOrders) GetNoTradingSessions ¶
func (m NoOrders) GetNoTradingSessions() (NoTradingSessionsRepeatingGroup, quickfix.MessageRejectError)
GetNoTradingSessions gets NoTradingSessions, Tag 386.
func (NoOrders) GetNoUnderlyings ¶
func (m NoOrders) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyings gets NoUnderlyings, Tag 711.
func (NoOrders) GetOptAttribute ¶
func (m NoOrders) GetOptAttribute() (v string, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206.
func (NoOrders) GetOrdType ¶
func (m NoOrders) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError)
GetOrdType gets OrdType, Tag 40.
func (NoOrders) GetOrderCapacity ¶
func (m NoOrders) GetOrderCapacity() (v enum.OrderCapacity, err quickfix.MessageRejectError)
GetOrderCapacity gets OrderCapacity, Tag 528.
func (NoOrders) GetOrderPercent ¶
func (m NoOrders) GetOrderPercent() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOrderPercent gets OrderPercent, Tag 516.
func (NoOrders) GetOrderQty ¶
func (m NoOrders) GetOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOrderQty gets OrderQty, Tag 38.
func (NoOrders) GetOrderQty2 ¶
func (m NoOrders) GetOrderQty2() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOrderQty2 gets OrderQty2, Tag 192.
func (NoOrders) GetOrderRestrictions ¶
func (m NoOrders) GetOrderRestrictions() (v enum.OrderRestrictions, err quickfix.MessageRejectError)
GetOrderRestrictions gets OrderRestrictions, Tag 529.
func (NoOrders) GetParticipationRate ¶
func (m NoOrders) GetParticipationRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetParticipationRate gets ParticipationRate, Tag 849.
func (NoOrders) GetPegLimitType ¶
func (m NoOrders) GetPegLimitType() (v enum.PegLimitType, err quickfix.MessageRejectError)
GetPegLimitType gets PegLimitType, Tag 837.
func (NoOrders) GetPegMoveType ¶
func (m NoOrders) GetPegMoveType() (v enum.PegMoveType, err quickfix.MessageRejectError)
GetPegMoveType gets PegMoveType, Tag 835.
func (NoOrders) GetPegOffsetType ¶
func (m NoOrders) GetPegOffsetType() (v enum.PegOffsetType, err quickfix.MessageRejectError)
GetPegOffsetType gets PegOffsetType, Tag 836.
func (NoOrders) GetPegOffsetValue ¶
func (m NoOrders) GetPegOffsetValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPegOffsetValue gets PegOffsetValue, Tag 211.
func (NoOrders) GetPegRoundDirection ¶
func (m NoOrders) GetPegRoundDirection() (v enum.PegRoundDirection, err quickfix.MessageRejectError)
GetPegRoundDirection gets PegRoundDirection, Tag 838.
func (NoOrders) GetPegScope ¶
func (m NoOrders) GetPegScope() (v enum.PegScope, err quickfix.MessageRejectError)
GetPegScope gets PegScope, Tag 840.
func (NoOrders) GetPool ¶
func (m NoOrders) GetPool() (v string, err quickfix.MessageRejectError)
GetPool gets Pool, Tag 691.
func (NoOrders) GetPositionEffect ¶
func (m NoOrders) GetPositionEffect() (v enum.PositionEffect, err quickfix.MessageRejectError)
GetPositionEffect gets PositionEffect, Tag 77.
func (NoOrders) GetPreallocMethod ¶
func (m NoOrders) GetPreallocMethod() (v enum.PreallocMethod, err quickfix.MessageRejectError)
GetPreallocMethod gets PreallocMethod, Tag 591.
func (NoOrders) GetPrevClosePx ¶
func (m NoOrders) GetPrevClosePx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPrevClosePx gets PrevClosePx, Tag 140.
func (NoOrders) GetPrice ¶
func (m NoOrders) GetPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPrice gets Price, Tag 44.
func (NoOrders) GetPrice2 ¶
func (m NoOrders) GetPrice2() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPrice2 gets Price2, Tag 640.
func (NoOrders) GetPriceType ¶
func (m NoOrders) GetPriceType() (v enum.PriceType, err quickfix.MessageRejectError)
GetPriceType gets PriceType, Tag 423.
func (NoOrders) GetProcessCode ¶
func (m NoOrders) GetProcessCode() (v enum.ProcessCode, err quickfix.MessageRejectError)
GetProcessCode gets ProcessCode, Tag 81.
func (NoOrders) GetProduct ¶
func (m NoOrders) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
GetProduct gets Product, Tag 460.
func (NoOrders) GetQtyType ¶
func (m NoOrders) GetQtyType() (v enum.QtyType, err quickfix.MessageRejectError)
GetQtyType gets QtyType, Tag 854.
func (NoOrders) GetQuoteID ¶
func (m NoOrders) GetQuoteID() (v string, err quickfix.MessageRejectError)
GetQuoteID gets QuoteID, Tag 117.
func (NoOrders) GetRedemptionDate ¶
func (m NoOrders) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
GetRedemptionDate gets RedemptionDate, Tag 240.
func (NoOrders) GetRepoCollateralSecurityType ¶
func (m NoOrders) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.
func (NoOrders) GetRepurchaseRate ¶
func (m NoOrders) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetRepurchaseRate gets RepurchaseRate, Tag 227.
func (NoOrders) GetRepurchaseTerm ¶
func (m NoOrders) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetRepurchaseTerm gets RepurchaseTerm, Tag 226.
func (NoOrders) GetRoundingDirection ¶
func (m NoOrders) GetRoundingDirection() (v enum.RoundingDirection, err quickfix.MessageRejectError)
GetRoundingDirection gets RoundingDirection, Tag 468.
func (NoOrders) GetRoundingModulus ¶
func (m NoOrders) GetRoundingModulus() (v decimal.Decimal, err quickfix.MessageRejectError)
GetRoundingModulus gets RoundingModulus, Tag 469.
func (NoOrders) GetSecondaryClOrdID ¶
func (m NoOrders) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError)
GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526.
func (NoOrders) GetSecurityDesc ¶
func (m NoOrders) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107.
func (NoOrders) GetSecurityExchange ¶
func (m NoOrders) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
GetSecurityExchange gets SecurityExchange, Tag 207.
func (NoOrders) GetSecurityID ¶
func (m NoOrders) GetSecurityID() (v string, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48.
func (NoOrders) GetSecurityIDSource ¶
func (m NoOrders) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
GetSecurityIDSource gets SecurityIDSource, Tag 22.
func (NoOrders) GetSecuritySubType ¶
func (m NoOrders) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
GetSecuritySubType gets SecuritySubType, Tag 762.
func (NoOrders) GetSecurityType ¶
func (m NoOrders) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167.
func (NoOrders) GetSettlCurrency ¶
func (m NoOrders) GetSettlCurrency() (v string, err quickfix.MessageRejectError)
GetSettlCurrency gets SettlCurrency, Tag 120.
func (NoOrders) GetSettlDate ¶
func (m NoOrders) GetSettlDate() (v string, err quickfix.MessageRejectError)
GetSettlDate gets SettlDate, Tag 64.
func (NoOrders) GetSettlDate2 ¶
func (m NoOrders) GetSettlDate2() (v string, err quickfix.MessageRejectError)
GetSettlDate2 gets SettlDate2, Tag 193.
func (NoOrders) GetSettlInstMode ¶
func (m NoOrders) GetSettlInstMode() (v enum.SettlInstMode, err quickfix.MessageRejectError)
GetSettlInstMode gets SettlInstMode, Tag 160.
func (NoOrders) GetSettlType ¶
func (m NoOrders) GetSettlType() (v enum.SettlType, err quickfix.MessageRejectError)
GetSettlType gets SettlType, Tag 63.
func (NoOrders) GetSide ¶
func (m NoOrders) GetSide() (v enum.Side, err quickfix.MessageRejectError)
GetSide gets Side, Tag 54.
func (NoOrders) GetSideValueInd ¶
func (m NoOrders) GetSideValueInd() (v enum.SideValueInd, err quickfix.MessageRejectError)
GetSideValueInd gets SideValueInd, Tag 401.
func (NoOrders) GetSolicitedFlag ¶
func (m NoOrders) GetSolicitedFlag() (v bool, err quickfix.MessageRejectError)
GetSolicitedFlag gets SolicitedFlag, Tag 377.
func (NoOrders) GetSpread ¶
func (m NoOrders) GetSpread() (v decimal.Decimal, err quickfix.MessageRejectError)
GetSpread gets Spread, Tag 218.
func (NoOrders) GetStateOrProvinceOfIssue ¶
func (m NoOrders) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.
func (NoOrders) GetStopPx ¶
func (m NoOrders) GetStopPx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStopPx gets StopPx, Tag 99.
func (NoOrders) GetStrikeCurrency ¶
func (m NoOrders) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
GetStrikeCurrency gets StrikeCurrency, Tag 947.
func (NoOrders) GetStrikePrice ¶
func (m NoOrders) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202.
func (NoOrders) GetSymbol ¶
func (m NoOrders) GetSymbol() (v string, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55.
func (NoOrders) GetSymbolSfx ¶
func (m NoOrders) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65.
func (NoOrders) GetTargetStrategy ¶
func (m NoOrders) GetTargetStrategy() (v enum.TargetStrategy, err quickfix.MessageRejectError)
GetTargetStrategy gets TargetStrategy, Tag 847.
func (NoOrders) GetTargetStrategyParameters ¶
func (m NoOrders) GetTargetStrategyParameters() (v string, err quickfix.MessageRejectError)
GetTargetStrategyParameters gets TargetStrategyParameters, Tag 848.
func (NoOrders) GetText ¶
func (m NoOrders) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58.
func (NoOrders) GetTimeInForce ¶
func (m NoOrders) GetTimeInForce() (v enum.TimeInForce, err quickfix.MessageRejectError)
GetTimeInForce gets TimeInForce, Tag 59.
func (NoOrders) GetTradeDate ¶
func (m NoOrders) GetTradeDate() (v string, err quickfix.MessageRejectError)
GetTradeDate gets TradeDate, Tag 75.
func (NoOrders) GetTradeOriginationDate ¶
func (m NoOrders) GetTradeOriginationDate() (v string, err quickfix.MessageRejectError)
GetTradeOriginationDate gets TradeOriginationDate, Tag 229.
func (NoOrders) GetTransactTime ¶
func (m NoOrders) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)
GetTransactTime gets TransactTime, Tag 60.
func (NoOrders) GetYield ¶
func (m NoOrders) GetYield() (v decimal.Decimal, err quickfix.MessageRejectError)
GetYield gets Yield, Tag 236.
func (NoOrders) GetYieldCalcDate ¶
func (m NoOrders) GetYieldCalcDate() (v string, err quickfix.MessageRejectError)
GetYieldCalcDate gets YieldCalcDate, Tag 701.
func (NoOrders) GetYieldRedemptionDate ¶
func (m NoOrders) GetYieldRedemptionDate() (v string, err quickfix.MessageRejectError)
GetYieldRedemptionDate gets YieldRedemptionDate, Tag 696.
func (NoOrders) GetYieldRedemptionPrice ¶
func (m NoOrders) GetYieldRedemptionPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetYieldRedemptionPrice gets YieldRedemptionPrice, Tag 697.
func (NoOrders) GetYieldRedemptionPriceType ¶
func (m NoOrders) GetYieldRedemptionPriceType() (v int, err quickfix.MessageRejectError)
GetYieldRedemptionPriceType gets YieldRedemptionPriceType, Tag 698.
func (NoOrders) GetYieldType ¶
func (m NoOrders) GetYieldType() (v enum.YieldType, err quickfix.MessageRejectError)
GetYieldType gets YieldType, Tag 235.
func (NoOrders) HasAccount ¶
HasAccount returns true if Account is present, Tag 1.
func (NoOrders) HasAccountType ¶
HasAccountType returns true if AccountType is present, Tag 581.
func (NoOrders) HasAcctIDSource ¶
HasAcctIDSource returns true if AcctIDSource is present, Tag 660.
func (NoOrders) HasAllocID ¶
HasAllocID returns true if AllocID is present, Tag 70.
func (NoOrders) HasBenchmarkCurveCurrency ¶
HasBenchmarkCurveCurrency returns true if BenchmarkCurveCurrency is present, Tag 220.
func (NoOrders) HasBenchmarkCurveName ¶
HasBenchmarkCurveName returns true if BenchmarkCurveName is present, Tag 221.
func (NoOrders) HasBenchmarkCurvePoint ¶
HasBenchmarkCurvePoint returns true if BenchmarkCurvePoint is present, Tag 222.
func (NoOrders) HasBenchmarkPrice ¶
HasBenchmarkPrice returns true if BenchmarkPrice is present, Tag 662.
func (NoOrders) HasBenchmarkPriceType ¶
HasBenchmarkPriceType returns true if BenchmarkPriceType is present, Tag 663.
func (NoOrders) HasBenchmarkSecurityID ¶
HasBenchmarkSecurityID returns true if BenchmarkSecurityID is present, Tag 699.
func (NoOrders) HasBenchmarkSecurityIDSource ¶
HasBenchmarkSecurityIDSource returns true if BenchmarkSecurityIDSource is present, Tag 761.
func (NoOrders) HasBookingType ¶
HasBookingType returns true if BookingType is present, Tag 775.
func (NoOrders) HasBookingUnit ¶
HasBookingUnit returns true if BookingUnit is present, Tag 590.
func (NoOrders) HasCFICode ¶
HasCFICode returns true if CFICode is present, Tag 461.
func (NoOrders) HasCPProgram ¶
HasCPProgram returns true if CPProgram is present, Tag 875.
func (NoOrders) HasCPRegType ¶
HasCPRegType returns true if CPRegType is present, Tag 876.
func (NoOrders) HasCashMargin ¶
HasCashMargin returns true if CashMargin is present, Tag 544.
func (NoOrders) HasCashOrderQty ¶
HasCashOrderQty returns true if CashOrderQty is present, Tag 152.
func (NoOrders) HasClOrdID ¶
HasClOrdID returns true if ClOrdID is present, Tag 11.
func (NoOrders) HasClOrdLinkID ¶
HasClOrdLinkID returns true if ClOrdLinkID is present, Tag 583.
func (NoOrders) HasClearingFeeIndicator ¶
HasClearingFeeIndicator returns true if ClearingFeeIndicator is present, Tag 635.
func (NoOrders) HasCommCurrency ¶
HasCommCurrency returns true if CommCurrency is present, Tag 479.
func (NoOrders) HasCommType ¶
HasCommType returns true if CommType is present, Tag 13.
func (NoOrders) HasCommission ¶
HasCommission returns true if Commission is present, Tag 12.
func (NoOrders) HasComplianceID ¶
HasComplianceID returns true if ComplianceID is present, Tag 376.
func (NoOrders) HasContractMultiplier ¶
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
func (NoOrders) HasContractSettlMonth ¶
HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667.
func (NoOrders) HasCountryOfIssue ¶
HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.
func (NoOrders) HasCouponPaymentDate ¶
HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.
func (NoOrders) HasCouponRate ¶
HasCouponRate returns true if CouponRate is present, Tag 223.
func (NoOrders) HasCoveredOrUncovered ¶
HasCoveredOrUncovered returns true if CoveredOrUncovered is present, Tag 203.
func (NoOrders) HasCreditRating ¶
HasCreditRating returns true if CreditRating is present, Tag 255.
func (NoOrders) HasCurrency ¶
HasCurrency returns true if Currency is present, Tag 15.
func (NoOrders) HasCustOrderCapacity ¶
HasCustOrderCapacity returns true if CustOrderCapacity is present, Tag 582.
func (NoOrders) HasDatedDate ¶
HasDatedDate returns true if DatedDate is present, Tag 873.
func (NoOrders) HasDayBookingInst ¶
HasDayBookingInst returns true if DayBookingInst is present, Tag 589.
func (NoOrders) HasDesignation ¶
HasDesignation returns true if Designation is present, Tag 494.
func (NoOrders) HasDiscretionInst ¶
HasDiscretionInst returns true if DiscretionInst is present, Tag 388.
func (NoOrders) HasDiscretionLimitType ¶
HasDiscretionLimitType returns true if DiscretionLimitType is present, Tag 843.
func (NoOrders) HasDiscretionMoveType ¶
HasDiscretionMoveType returns true if DiscretionMoveType is present, Tag 841.
func (NoOrders) HasDiscretionOffsetType ¶
HasDiscretionOffsetType returns true if DiscretionOffsetType is present, Tag 842.
func (NoOrders) HasDiscretionOffsetValue ¶
HasDiscretionOffsetValue returns true if DiscretionOffsetValue is present, Tag 389.
func (NoOrders) HasDiscretionRoundDirection ¶
HasDiscretionRoundDirection returns true if DiscretionRoundDirection is present, Tag 844.
func (NoOrders) HasDiscretionScope ¶
HasDiscretionScope returns true if DiscretionScope is present, Tag 846.
func (NoOrders) HasEffectiveTime ¶
HasEffectiveTime returns true if EffectiveTime is present, Tag 168.
func (NoOrders) HasEncodedIssuer ¶
HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.
func (NoOrders) HasEncodedIssuerLen ¶
HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.
func (NoOrders) HasEncodedSecurityDesc ¶
HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.
func (NoOrders) HasEncodedSecurityDescLen ¶
HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.
func (NoOrders) HasEncodedText ¶
HasEncodedText returns true if EncodedText is present, Tag 355.
func (NoOrders) HasEncodedTextLen ¶
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
func (NoOrders) HasExDestination ¶
HasExDestination returns true if ExDestination is present, Tag 100.
func (NoOrders) HasExecInst ¶
HasExecInst returns true if ExecInst is present, Tag 18.
func (NoOrders) HasExpireDate ¶
HasExpireDate returns true if ExpireDate is present, Tag 432.
func (NoOrders) HasExpireTime ¶
HasExpireTime returns true if ExpireTime is present, Tag 126.
func (NoOrders) HasForexReq ¶
HasForexReq returns true if ForexReq is present, Tag 121.
func (NoOrders) HasFundRenewWaiv ¶
HasFundRenewWaiv returns true if FundRenewWaiv is present, Tag 497.
func (NoOrders) HasGTBookingInst ¶
HasGTBookingInst returns true if GTBookingInst is present, Tag 427.
func (NoOrders) HasHandlInst ¶
HasHandlInst returns true if HandlInst is present, Tag 21.
func (NoOrders) HasInstrRegistry ¶
HasInstrRegistry returns true if InstrRegistry is present, Tag 543.
func (NoOrders) HasInterestAccrualDate ¶
HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874.
func (NoOrders) HasIssueDate ¶
HasIssueDate returns true if IssueDate is present, Tag 225.
func (NoOrders) HasListSeqNo ¶
HasListSeqNo returns true if ListSeqNo is present, Tag 67.
func (NoOrders) HasLocaleOfIssue ¶
HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.
func (NoOrders) HasLocateReqd ¶
HasLocateReqd returns true if LocateReqd is present, Tag 114.
func (NoOrders) HasMaturityDate ¶
HasMaturityDate returns true if MaturityDate is present, Tag 541.
func (NoOrders) HasMaturityMonthYear ¶
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
func (NoOrders) HasMaxFloor ¶
HasMaxFloor returns true if MaxFloor is present, Tag 111.
func (NoOrders) HasMaxShow ¶
HasMaxShow returns true if MaxShow is present, Tag 210.
func (NoOrders) HasNoAllocs ¶
HasNoAllocs returns true if NoAllocs is present, Tag 78.
func (NoOrders) HasNoEvents ¶
HasNoEvents returns true if NoEvents is present, Tag 864.
func (NoOrders) HasNoPartyIDs ¶
HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.
func (NoOrders) HasNoSecurityAltID ¶
HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.
func (NoOrders) HasNoStipulations ¶
HasNoStipulations returns true if NoStipulations is present, Tag 232.
func (NoOrders) HasNoTradingSessions ¶
HasNoTradingSessions returns true if NoTradingSessions is present, Tag 386.
func (NoOrders) HasNoUnderlyings ¶
HasNoUnderlyings returns true if NoUnderlyings is present, Tag 711.
func (NoOrders) HasOptAttribute ¶
HasOptAttribute returns true if OptAttribute is present, Tag 206.
func (NoOrders) HasOrdType ¶
HasOrdType returns true if OrdType is present, Tag 40.
func (NoOrders) HasOrderCapacity ¶
HasOrderCapacity returns true if OrderCapacity is present, Tag 528.
func (NoOrders) HasOrderPercent ¶
HasOrderPercent returns true if OrderPercent is present, Tag 516.
func (NoOrders) HasOrderQty ¶
HasOrderQty returns true if OrderQty is present, Tag 38.
func (NoOrders) HasOrderQty2 ¶
HasOrderQty2 returns true if OrderQty2 is present, Tag 192.
func (NoOrders) HasOrderRestrictions ¶
HasOrderRestrictions returns true if OrderRestrictions is present, Tag 529.
func (NoOrders) HasParticipationRate ¶
HasParticipationRate returns true if ParticipationRate is present, Tag 849.
func (NoOrders) HasPegLimitType ¶
HasPegLimitType returns true if PegLimitType is present, Tag 837.
func (NoOrders) HasPegMoveType ¶
HasPegMoveType returns true if PegMoveType is present, Tag 835.
func (NoOrders) HasPegOffsetType ¶
HasPegOffsetType returns true if PegOffsetType is present, Tag 836.
func (NoOrders) HasPegOffsetValue ¶
HasPegOffsetValue returns true if PegOffsetValue is present, Tag 211.
func (NoOrders) HasPegRoundDirection ¶
HasPegRoundDirection returns true if PegRoundDirection is present, Tag 838.
func (NoOrders) HasPegScope ¶
HasPegScope returns true if PegScope is present, Tag 840.
func (NoOrders) HasPositionEffect ¶
HasPositionEffect returns true if PositionEffect is present, Tag 77.
func (NoOrders) HasPreallocMethod ¶
HasPreallocMethod returns true if PreallocMethod is present, Tag 591.
func (NoOrders) HasPrevClosePx ¶
HasPrevClosePx returns true if PrevClosePx is present, Tag 140.
func (NoOrders) HasPriceType ¶
HasPriceType returns true if PriceType is present, Tag 423.
func (NoOrders) HasProcessCode ¶
HasProcessCode returns true if ProcessCode is present, Tag 81.
func (NoOrders) HasProduct ¶
HasProduct returns true if Product is present, Tag 460.
func (NoOrders) HasQtyType ¶
HasQtyType returns true if QtyType is present, Tag 854.
func (NoOrders) HasQuoteID ¶
HasQuoteID returns true if QuoteID is present, Tag 117.
func (NoOrders) HasRedemptionDate ¶
HasRedemptionDate returns true if RedemptionDate is present, Tag 240.
func (NoOrders) HasRepoCollateralSecurityType ¶
HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.
func (NoOrders) HasRepurchaseRate ¶
HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.
func (NoOrders) HasRepurchaseTerm ¶
HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.
func (NoOrders) HasRoundingDirection ¶
HasRoundingDirection returns true if RoundingDirection is present, Tag 468.
func (NoOrders) HasRoundingModulus ¶
HasRoundingModulus returns true if RoundingModulus is present, Tag 469.
func (NoOrders) HasSecondaryClOrdID ¶
HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526.
func (NoOrders) HasSecurityDesc ¶
HasSecurityDesc returns true if SecurityDesc is present, Tag 107.
func (NoOrders) HasSecurityExchange ¶
HasSecurityExchange returns true if SecurityExchange is present, Tag 207.
func (NoOrders) HasSecurityID ¶
HasSecurityID returns true if SecurityID is present, Tag 48.
func (NoOrders) HasSecurityIDSource ¶
HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.
func (NoOrders) HasSecuritySubType ¶
HasSecuritySubType returns true if SecuritySubType is present, Tag 762.
func (NoOrders) HasSecurityType ¶
HasSecurityType returns true if SecurityType is present, Tag 167.
func (NoOrders) HasSettlCurrency ¶
HasSettlCurrency returns true if SettlCurrency is present, Tag 120.
func (NoOrders) HasSettlDate ¶
HasSettlDate returns true if SettlDate is present, Tag 64.
func (NoOrders) HasSettlDate2 ¶
HasSettlDate2 returns true if SettlDate2 is present, Tag 193.
func (NoOrders) HasSettlInstMode ¶
HasSettlInstMode returns true if SettlInstMode is present, Tag 160.
func (NoOrders) HasSettlType ¶
HasSettlType returns true if SettlType is present, Tag 63.
func (NoOrders) HasSideValueInd ¶
HasSideValueInd returns true if SideValueInd is present, Tag 401.
func (NoOrders) HasSolicitedFlag ¶
HasSolicitedFlag returns true if SolicitedFlag is present, Tag 377.
func (NoOrders) HasStateOrProvinceOfIssue ¶
HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.
func (NoOrders) HasStrikeCurrency ¶
HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947.
func (NoOrders) HasStrikePrice ¶
HasStrikePrice returns true if StrikePrice is present, Tag 202.
func (NoOrders) HasSymbolSfx ¶
HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
func (NoOrders) HasTargetStrategy ¶
HasTargetStrategy returns true if TargetStrategy is present, Tag 847.
func (NoOrders) HasTargetStrategyParameters ¶
HasTargetStrategyParameters returns true if TargetStrategyParameters is present, Tag 848.
func (NoOrders) HasTimeInForce ¶
HasTimeInForce returns true if TimeInForce is present, Tag 59.
func (NoOrders) HasTradeDate ¶
HasTradeDate returns true if TradeDate is present, Tag 75.
func (NoOrders) HasTradeOriginationDate ¶
HasTradeOriginationDate returns true if TradeOriginationDate is present, Tag 229.
func (NoOrders) HasTransactTime ¶
HasTransactTime returns true if TransactTime is present, Tag 60.
func (NoOrders) HasYieldCalcDate ¶
HasYieldCalcDate returns true if YieldCalcDate is present, Tag 701.
func (NoOrders) HasYieldRedemptionDate ¶
HasYieldRedemptionDate returns true if YieldRedemptionDate is present, Tag 696.
func (NoOrders) HasYieldRedemptionPrice ¶
HasYieldRedemptionPrice returns true if YieldRedemptionPrice is present, Tag 697.
func (NoOrders) HasYieldRedemptionPriceType ¶
HasYieldRedemptionPriceType returns true if YieldRedemptionPriceType is present, Tag 698.
func (NoOrders) HasYieldType ¶
HasYieldType returns true if YieldType is present, Tag 235.
func (NoOrders) SetAccountType ¶
func (m NoOrders) SetAccountType(v enum.AccountType)
SetAccountType sets AccountType, Tag 581.
func (NoOrders) SetAcctIDSource ¶
func (m NoOrders) SetAcctIDSource(v enum.AcctIDSource)
SetAcctIDSource sets AcctIDSource, Tag 660.
func (NoOrders) SetAllocID ¶
SetAllocID sets AllocID, Tag 70.
func (NoOrders) SetBenchmarkCurveCurrency ¶
SetBenchmarkCurveCurrency sets BenchmarkCurveCurrency, Tag 220.
func (NoOrders) SetBenchmarkCurveName ¶
func (m NoOrders) SetBenchmarkCurveName(v enum.BenchmarkCurveName)
SetBenchmarkCurveName sets BenchmarkCurveName, Tag 221.
func (NoOrders) SetBenchmarkCurvePoint ¶
SetBenchmarkCurvePoint sets BenchmarkCurvePoint, Tag 222.
func (NoOrders) SetBenchmarkPrice ¶
SetBenchmarkPrice sets BenchmarkPrice, Tag 662.
func (NoOrders) SetBenchmarkPriceType ¶
SetBenchmarkPriceType sets BenchmarkPriceType, Tag 663.
func (NoOrders) SetBenchmarkSecurityID ¶
SetBenchmarkSecurityID sets BenchmarkSecurityID, Tag 699.
func (NoOrders) SetBenchmarkSecurityIDSource ¶
SetBenchmarkSecurityIDSource sets BenchmarkSecurityIDSource, Tag 761.
func (NoOrders) SetBookingType ¶
func (m NoOrders) SetBookingType(v enum.BookingType)
SetBookingType sets BookingType, Tag 775.
func (NoOrders) SetBookingUnit ¶
func (m NoOrders) SetBookingUnit(v enum.BookingUnit)
SetBookingUnit sets BookingUnit, Tag 590.
func (NoOrders) SetCFICode ¶
SetCFICode sets CFICode, Tag 461.
func (NoOrders) SetCPProgram ¶
SetCPProgram sets CPProgram, Tag 875.
func (NoOrders) SetCPRegType ¶
SetCPRegType sets CPRegType, Tag 876.
func (NoOrders) SetCashMargin ¶
func (m NoOrders) SetCashMargin(v enum.CashMargin)
SetCashMargin sets CashMargin, Tag 544.
func (NoOrders) SetCashOrderQty ¶
SetCashOrderQty sets CashOrderQty, Tag 152.
func (NoOrders) SetClOrdID ¶
SetClOrdID sets ClOrdID, Tag 11.
func (NoOrders) SetClOrdLinkID ¶
SetClOrdLinkID sets ClOrdLinkID, Tag 583.
func (NoOrders) SetClearingFeeIndicator ¶
func (m NoOrders) SetClearingFeeIndicator(v enum.ClearingFeeIndicator)
SetClearingFeeIndicator sets ClearingFeeIndicator, Tag 635.
func (NoOrders) SetCommCurrency ¶
SetCommCurrency sets CommCurrency, Tag 479.
func (NoOrders) SetCommType ¶
SetCommType sets CommType, Tag 13.
func (NoOrders) SetCommission ¶
SetCommission sets Commission, Tag 12.
func (NoOrders) SetComplianceID ¶
SetComplianceID sets ComplianceID, Tag 376.
func (NoOrders) SetContractMultiplier ¶
SetContractMultiplier sets ContractMultiplier, Tag 231.
func (NoOrders) SetContractSettlMonth ¶
SetContractSettlMonth sets ContractSettlMonth, Tag 667.
func (NoOrders) SetCountryOfIssue ¶
SetCountryOfIssue sets CountryOfIssue, Tag 470.
func (NoOrders) SetCouponPaymentDate ¶
SetCouponPaymentDate sets CouponPaymentDate, Tag 224.
func (NoOrders) SetCouponRate ¶
SetCouponRate sets CouponRate, Tag 223.
func (NoOrders) SetCoveredOrUncovered ¶
func (m NoOrders) SetCoveredOrUncovered(v enum.CoveredOrUncovered)
SetCoveredOrUncovered sets CoveredOrUncovered, Tag 203.
func (NoOrders) SetCreditRating ¶
SetCreditRating sets CreditRating, Tag 255.
func (NoOrders) SetCurrency ¶
SetCurrency sets Currency, Tag 15.
func (NoOrders) SetCustOrderCapacity ¶
func (m NoOrders) SetCustOrderCapacity(v enum.CustOrderCapacity)
SetCustOrderCapacity sets CustOrderCapacity, Tag 582.
func (NoOrders) SetDatedDate ¶
SetDatedDate sets DatedDate, Tag 873.
func (NoOrders) SetDayBookingInst ¶
func (m NoOrders) SetDayBookingInst(v enum.DayBookingInst)
SetDayBookingInst sets DayBookingInst, Tag 589.
func (NoOrders) SetDesignation ¶
SetDesignation sets Designation, Tag 494.
func (NoOrders) SetDiscretionInst ¶
func (m NoOrders) SetDiscretionInst(v enum.DiscretionInst)
SetDiscretionInst sets DiscretionInst, Tag 388.
func (NoOrders) SetDiscretionLimitType ¶
func (m NoOrders) SetDiscretionLimitType(v enum.DiscretionLimitType)
SetDiscretionLimitType sets DiscretionLimitType, Tag 843.
func (NoOrders) SetDiscretionMoveType ¶
func (m NoOrders) SetDiscretionMoveType(v enum.DiscretionMoveType)
SetDiscretionMoveType sets DiscretionMoveType, Tag 841.
func (NoOrders) SetDiscretionOffsetType ¶
func (m NoOrders) SetDiscretionOffsetType(v enum.DiscretionOffsetType)
SetDiscretionOffsetType sets DiscretionOffsetType, Tag 842.
func (NoOrders) SetDiscretionOffsetValue ¶
SetDiscretionOffsetValue sets DiscretionOffsetValue, Tag 389.
func (NoOrders) SetDiscretionRoundDirection ¶
func (m NoOrders) SetDiscretionRoundDirection(v enum.DiscretionRoundDirection)
SetDiscretionRoundDirection sets DiscretionRoundDirection, Tag 844.
func (NoOrders) SetDiscretionScope ¶
func (m NoOrders) SetDiscretionScope(v enum.DiscretionScope)
SetDiscretionScope sets DiscretionScope, Tag 846.
func (NoOrders) SetEffectiveTime ¶
SetEffectiveTime sets EffectiveTime, Tag 168.
func (NoOrders) SetEncodedIssuer ¶
SetEncodedIssuer sets EncodedIssuer, Tag 349.
func (NoOrders) SetEncodedIssuerLen ¶
SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.
func (NoOrders) SetEncodedSecurityDesc ¶
SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.
func (NoOrders) SetEncodedSecurityDescLen ¶
SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.
func (NoOrders) SetEncodedText ¶
SetEncodedText sets EncodedText, Tag 355.
func (NoOrders) SetEncodedTextLen ¶
SetEncodedTextLen sets EncodedTextLen, Tag 354.
func (NoOrders) SetExDestination ¶
func (m NoOrders) SetExDestination(v enum.ExDestination)
SetExDestination sets ExDestination, Tag 100.
func (NoOrders) SetExecInst ¶
SetExecInst sets ExecInst, Tag 18.
func (NoOrders) SetExpireDate ¶
SetExpireDate sets ExpireDate, Tag 432.
func (NoOrders) SetExpireTime ¶
SetExpireTime sets ExpireTime, Tag 126.
func (NoOrders) SetForexReq ¶
SetForexReq sets ForexReq, Tag 121.
func (NoOrders) SetFundRenewWaiv ¶
func (m NoOrders) SetFundRenewWaiv(v enum.FundRenewWaiv)
SetFundRenewWaiv sets FundRenewWaiv, Tag 497.
func (NoOrders) SetGTBookingInst ¶
func (m NoOrders) SetGTBookingInst(v enum.GTBookingInst)
SetGTBookingInst sets GTBookingInst, Tag 427.
func (NoOrders) SetHandlInst ¶
SetHandlInst sets HandlInst, Tag 21.
func (NoOrders) SetInstrRegistry ¶
func (m NoOrders) SetInstrRegistry(v enum.InstrRegistry)
SetInstrRegistry sets InstrRegistry, Tag 543.
func (NoOrders) SetInterestAccrualDate ¶
SetInterestAccrualDate sets InterestAccrualDate, Tag 874.
func (NoOrders) SetIssueDate ¶
SetIssueDate sets IssueDate, Tag 225.
func (NoOrders) SetListSeqNo ¶
SetListSeqNo sets ListSeqNo, Tag 67.
func (NoOrders) SetLocaleOfIssue ¶
SetLocaleOfIssue sets LocaleOfIssue, Tag 472.
func (NoOrders) SetLocateReqd ¶
SetLocateReqd sets LocateReqd, Tag 114.
func (NoOrders) SetMaturityDate ¶
SetMaturityDate sets MaturityDate, Tag 541.
func (NoOrders) SetMaturityMonthYear ¶
SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
func (NoOrders) SetMaxFloor ¶
SetMaxFloor sets MaxFloor, Tag 111.
func (NoOrders) SetMaxShow ¶
SetMaxShow sets MaxShow, Tag 210.
func (NoOrders) SetNoAllocs ¶
func (m NoOrders) SetNoAllocs(f NoAllocsRepeatingGroup)
SetNoAllocs sets NoAllocs, Tag 78.
func (NoOrders) SetNoEvents ¶
func (m NoOrders) SetNoEvents(f NoEventsRepeatingGroup)
SetNoEvents sets NoEvents, Tag 864.
func (NoOrders) SetNoPartyIDs ¶
func (m NoOrders) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
SetNoPartyIDs sets NoPartyIDs, Tag 453.
func (NoOrders) SetNoSecurityAltID ¶
func (m NoOrders) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
SetNoSecurityAltID sets NoSecurityAltID, Tag 454.
func (NoOrders) SetNoStipulations ¶
func (m NoOrders) SetNoStipulations(f NoStipulationsRepeatingGroup)
SetNoStipulations sets NoStipulations, Tag 232.
func (NoOrders) SetNoTradingSessions ¶
func (m NoOrders) SetNoTradingSessions(f NoTradingSessionsRepeatingGroup)
SetNoTradingSessions sets NoTradingSessions, Tag 386.
func (NoOrders) SetNoUnderlyings ¶
func (m NoOrders) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)
SetNoUnderlyings sets NoUnderlyings, Tag 711.
func (NoOrders) SetOptAttribute ¶
SetOptAttribute sets OptAttribute, Tag 206.
func (NoOrders) SetOrdType ¶
SetOrdType sets OrdType, Tag 40.
func (NoOrders) SetOrderCapacity ¶
func (m NoOrders) SetOrderCapacity(v enum.OrderCapacity)
SetOrderCapacity sets OrderCapacity, Tag 528.
func (NoOrders) SetOrderPercent ¶
SetOrderPercent sets OrderPercent, Tag 516.
func (NoOrders) SetOrderQty ¶
SetOrderQty sets OrderQty, Tag 38.
func (NoOrders) SetOrderQty2 ¶
SetOrderQty2 sets OrderQty2, Tag 192.
func (NoOrders) SetOrderRestrictions ¶
func (m NoOrders) SetOrderRestrictions(v enum.OrderRestrictions)
SetOrderRestrictions sets OrderRestrictions, Tag 529.
func (NoOrders) SetParticipationRate ¶
SetParticipationRate sets ParticipationRate, Tag 849.
func (NoOrders) SetPegLimitType ¶
func (m NoOrders) SetPegLimitType(v enum.PegLimitType)
SetPegLimitType sets PegLimitType, Tag 837.
func (NoOrders) SetPegMoveType ¶
func (m NoOrders) SetPegMoveType(v enum.PegMoveType)
SetPegMoveType sets PegMoveType, Tag 835.
func (NoOrders) SetPegOffsetType ¶
func (m NoOrders) SetPegOffsetType(v enum.PegOffsetType)
SetPegOffsetType sets PegOffsetType, Tag 836.
func (NoOrders) SetPegOffsetValue ¶
SetPegOffsetValue sets PegOffsetValue, Tag 211.
func (NoOrders) SetPegRoundDirection ¶
func (m NoOrders) SetPegRoundDirection(v enum.PegRoundDirection)
SetPegRoundDirection sets PegRoundDirection, Tag 838.
func (NoOrders) SetPegScope ¶
SetPegScope sets PegScope, Tag 840.
func (NoOrders) SetPositionEffect ¶
func (m NoOrders) SetPositionEffect(v enum.PositionEffect)
SetPositionEffect sets PositionEffect, Tag 77.
func (NoOrders) SetPreallocMethod ¶
func (m NoOrders) SetPreallocMethod(v enum.PreallocMethod)
SetPreallocMethod sets PreallocMethod, Tag 591.
func (NoOrders) SetPrevClosePx ¶
SetPrevClosePx sets PrevClosePx, Tag 140.
func (NoOrders) SetPriceType ¶
SetPriceType sets PriceType, Tag 423.
func (NoOrders) SetProcessCode ¶
func (m NoOrders) SetProcessCode(v enum.ProcessCode)
SetProcessCode sets ProcessCode, Tag 81.
func (NoOrders) SetProduct ¶
SetProduct sets Product, Tag 460.
func (NoOrders) SetQtyType ¶
SetQtyType sets QtyType, Tag 854.
func (NoOrders) SetQuoteID ¶
SetQuoteID sets QuoteID, Tag 117.
func (NoOrders) SetRedemptionDate ¶
SetRedemptionDate sets RedemptionDate, Tag 240.
func (NoOrders) SetRepoCollateralSecurityType ¶
SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.
func (NoOrders) SetRepurchaseRate ¶
SetRepurchaseRate sets RepurchaseRate, Tag 227.
func (NoOrders) SetRepurchaseTerm ¶
SetRepurchaseTerm sets RepurchaseTerm, Tag 226.
func (NoOrders) SetRoundingDirection ¶
func (m NoOrders) SetRoundingDirection(v enum.RoundingDirection)
SetRoundingDirection sets RoundingDirection, Tag 468.
func (NoOrders) SetRoundingModulus ¶
SetRoundingModulus sets RoundingModulus, Tag 469.
func (NoOrders) SetSecondaryClOrdID ¶
SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526.
func (NoOrders) SetSecurityDesc ¶
SetSecurityDesc sets SecurityDesc, Tag 107.
func (NoOrders) SetSecurityExchange ¶
SetSecurityExchange sets SecurityExchange, Tag 207.
func (NoOrders) SetSecurityID ¶
SetSecurityID sets SecurityID, Tag 48.
func (NoOrders) SetSecurityIDSource ¶
func (m NoOrders) SetSecurityIDSource(v enum.SecurityIDSource)
SetSecurityIDSource sets SecurityIDSource, Tag 22.
func (NoOrders) SetSecuritySubType ¶
SetSecuritySubType sets SecuritySubType, Tag 762.
func (NoOrders) SetSecurityType ¶
func (m NoOrders) SetSecurityType(v enum.SecurityType)
SetSecurityType sets SecurityType, Tag 167.
func (NoOrders) SetSettlCurrency ¶
SetSettlCurrency sets SettlCurrency, Tag 120.
func (NoOrders) SetSettlDate ¶
SetSettlDate sets SettlDate, Tag 64.
func (NoOrders) SetSettlDate2 ¶
SetSettlDate2 sets SettlDate2, Tag 193.
func (NoOrders) SetSettlInstMode ¶
func (m NoOrders) SetSettlInstMode(v enum.SettlInstMode)
SetSettlInstMode sets SettlInstMode, Tag 160.
func (NoOrders) SetSettlType ¶
SetSettlType sets SettlType, Tag 63.
func (NoOrders) SetSideValueInd ¶
func (m NoOrders) SetSideValueInd(v enum.SideValueInd)
SetSideValueInd sets SideValueInd, Tag 401.
func (NoOrders) SetSolicitedFlag ¶
SetSolicitedFlag sets SolicitedFlag, Tag 377.
func (NoOrders) SetStateOrProvinceOfIssue ¶
SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.
func (NoOrders) SetStrikeCurrency ¶
SetStrikeCurrency sets StrikeCurrency, Tag 947.
func (NoOrders) SetStrikePrice ¶
SetStrikePrice sets StrikePrice, Tag 202.
func (NoOrders) SetSymbolSfx ¶
SetSymbolSfx sets SymbolSfx, Tag 65.
func (NoOrders) SetTargetStrategy ¶
func (m NoOrders) SetTargetStrategy(v enum.TargetStrategy)
SetTargetStrategy sets TargetStrategy, Tag 847.
func (NoOrders) SetTargetStrategyParameters ¶
SetTargetStrategyParameters sets TargetStrategyParameters, Tag 848.
func (NoOrders) SetTimeInForce ¶
func (m NoOrders) SetTimeInForce(v enum.TimeInForce)
SetTimeInForce sets TimeInForce, Tag 59.
func (NoOrders) SetTradeDate ¶
SetTradeDate sets TradeDate, Tag 75.
func (NoOrders) SetTradeOriginationDate ¶
SetTradeOriginationDate sets TradeOriginationDate, Tag 229.
func (NoOrders) SetTransactTime ¶
SetTransactTime sets TransactTime, Tag 60.
func (NoOrders) SetYieldCalcDate ¶
SetYieldCalcDate sets YieldCalcDate, Tag 701.
func (NoOrders) SetYieldRedemptionDate ¶
SetYieldRedemptionDate sets YieldRedemptionDate, Tag 696.
func (NoOrders) SetYieldRedemptionPrice ¶
SetYieldRedemptionPrice sets YieldRedemptionPrice, Tag 697.
func (NoOrders) SetYieldRedemptionPriceType ¶
SetYieldRedemptionPriceType sets YieldRedemptionPriceType, Tag 698.
func (NoOrders) SetYieldType ¶
SetYieldType sets YieldType, Tag 235.
type NoOrdersRepeatingGroup ¶
type NoOrdersRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoOrdersRepeatingGroup is a repeating group, Tag 73.
func NewNoOrdersRepeatingGroup ¶
func NewNoOrdersRepeatingGroup() NoOrdersRepeatingGroup
NewNoOrdersRepeatingGroup returns an initialized, NoOrdersRepeatingGroup.
func (NoOrdersRepeatingGroup) Add ¶
func (m NoOrdersRepeatingGroup) Add() NoOrders
Add create and append a new NoOrders to this group.
func (NoOrdersRepeatingGroup) Get ¶
func (m NoOrdersRepeatingGroup) Get(i int) NoOrders
Get returns the ith NoOrders in the NoOrdersRepeatinGroup.
type NoPartyIDs ¶
NoPartyIDs is a repeating group element, Tag 453.
func (NoPartyIDs) GetNoPartySubIDs ¶
func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartySubIDs gets NoPartySubIDs, Tag 802.
func (NoPartyIDs) GetPartyID ¶
func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)
GetPartyID gets PartyID, Tag 448.
func (NoPartyIDs) GetPartyIDSource ¶
func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)
GetPartyIDSource gets PartyIDSource, Tag 447.
func (NoPartyIDs) GetPartyRole ¶
func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)
GetPartyRole gets PartyRole, Tag 452.
func (NoPartyIDs) HasNoPartySubIDs ¶
func (m NoPartyIDs) HasNoPartySubIDs() bool
HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.
func (NoPartyIDs) HasPartyID ¶
func (m NoPartyIDs) HasPartyID() bool
HasPartyID returns true if PartyID is present, Tag 448.
func (NoPartyIDs) HasPartyIDSource ¶
func (m NoPartyIDs) HasPartyIDSource() bool
HasPartyIDSource returns true if PartyIDSource is present, Tag 447.
func (NoPartyIDs) HasPartyRole ¶
func (m NoPartyIDs) HasPartyRole() bool
HasPartyRole returns true if PartyRole is present, Tag 452.
func (NoPartyIDs) SetNoPartySubIDs ¶
func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
SetNoPartySubIDs sets NoPartySubIDs, Tag 802.
func (NoPartyIDs) SetPartyID ¶
func (m NoPartyIDs) SetPartyID(v string)
SetPartyID sets PartyID, Tag 448.
func (NoPartyIDs) SetPartyIDSource ¶
func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
SetPartyIDSource sets PartyIDSource, Tag 447.
func (NoPartyIDs) SetPartyRole ¶
func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
SetPartyRole sets PartyRole, Tag 452.
type NoPartyIDsRepeatingGroup ¶
type NoPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartyIDsRepeatingGroup is a repeating group, Tag 453.
func NewNoPartyIDsRepeatingGroup ¶
func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup
NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.
func (NoPartyIDsRepeatingGroup) Add ¶
func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs
Add create and append a new NoPartyIDs to this group.
func (NoPartyIDsRepeatingGroup) Get ¶
func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs
Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.
type NoPartySubIDs ¶
NoPartySubIDs is a repeating group element, Tag 802.
func (NoPartySubIDs) GetPartySubID ¶
func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
GetPartySubID gets PartySubID, Tag 523.
func (NoPartySubIDs) GetPartySubIDType ¶
func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)
GetPartySubIDType gets PartySubIDType, Tag 803.
func (NoPartySubIDs) HasPartySubID ¶
func (m NoPartySubIDs) HasPartySubID() bool
HasPartySubID returns true if PartySubID is present, Tag 523.
func (NoPartySubIDs) HasPartySubIDType ¶
func (m NoPartySubIDs) HasPartySubIDType() bool
HasPartySubIDType returns true if PartySubIDType is present, Tag 803.
func (NoPartySubIDs) SetPartySubID ¶
func (m NoPartySubIDs) SetPartySubID(v string)
SetPartySubID sets PartySubID, Tag 523.
func (NoPartySubIDs) SetPartySubIDType ¶
func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)
SetPartySubIDType sets PartySubIDType, Tag 803.
type NoPartySubIDsRepeatingGroup ¶
type NoPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.
func NewNoPartySubIDsRepeatingGroup ¶
func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup
NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.
func (NoPartySubIDsRepeatingGroup) Add ¶
func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs
Add create and append a new NoPartySubIDs to this group.
func (NoPartySubIDsRepeatingGroup) Get ¶
func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs
Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.
type NoSecurityAltID ¶
NoSecurityAltID is a repeating group element, Tag 454.
func (NoSecurityAltID) GetSecurityAltID ¶
func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError)
GetSecurityAltID gets SecurityAltID, Tag 455.
func (NoSecurityAltID) GetSecurityAltIDSource ¶
func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.
func (NoSecurityAltID) HasSecurityAltID ¶
func (m NoSecurityAltID) HasSecurityAltID() bool
HasSecurityAltID returns true if SecurityAltID is present, Tag 455.
func (NoSecurityAltID) HasSecurityAltIDSource ¶
func (m NoSecurityAltID) HasSecurityAltIDSource() bool
HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.
func (NoSecurityAltID) SetSecurityAltID ¶
func (m NoSecurityAltID) SetSecurityAltID(v string)
SetSecurityAltID sets SecurityAltID, Tag 455.
func (NoSecurityAltID) SetSecurityAltIDSource ¶
func (m NoSecurityAltID) SetSecurityAltIDSource(v string)
SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.
type NoSecurityAltIDRepeatingGroup ¶
type NoSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
func NewNoSecurityAltIDRepeatingGroup ¶
func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup
NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
func (NoSecurityAltIDRepeatingGroup) Add ¶
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID
Add create and append a new NoSecurityAltID to this group.
func (NoSecurityAltIDRepeatingGroup) Get ¶
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID
Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.
type NoStipulations ¶
NoStipulations is a repeating group element, Tag 232.
func (NoStipulations) GetStipulationType ¶
func (m NoStipulations) GetStipulationType() (v enum.StipulationType, err quickfix.MessageRejectError)
GetStipulationType gets StipulationType, Tag 233.
func (NoStipulations) GetStipulationValue ¶
func (m NoStipulations) GetStipulationValue() (v string, err quickfix.MessageRejectError)
GetStipulationValue gets StipulationValue, Tag 234.
func (NoStipulations) HasStipulationType ¶
func (m NoStipulations) HasStipulationType() bool
HasStipulationType returns true if StipulationType is present, Tag 233.
func (NoStipulations) HasStipulationValue ¶
func (m NoStipulations) HasStipulationValue() bool
HasStipulationValue returns true if StipulationValue is present, Tag 234.
func (NoStipulations) SetStipulationType ¶
func (m NoStipulations) SetStipulationType(v enum.StipulationType)
SetStipulationType sets StipulationType, Tag 233.
func (NoStipulations) SetStipulationValue ¶
func (m NoStipulations) SetStipulationValue(v string)
SetStipulationValue sets StipulationValue, Tag 234.
type NoStipulationsRepeatingGroup ¶
type NoStipulationsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoStipulationsRepeatingGroup is a repeating group, Tag 232.
func NewNoStipulationsRepeatingGroup ¶
func NewNoStipulationsRepeatingGroup() NoStipulationsRepeatingGroup
NewNoStipulationsRepeatingGroup returns an initialized, NoStipulationsRepeatingGroup.
func (NoStipulationsRepeatingGroup) Add ¶
func (m NoStipulationsRepeatingGroup) Add() NoStipulations
Add create and append a new NoStipulations to this group.
func (NoStipulationsRepeatingGroup) Get ¶
func (m NoStipulationsRepeatingGroup) Get(i int) NoStipulations
Get returns the ith NoStipulations in the NoStipulationsRepeatinGroup.
type NoTradingSessions ¶
NoTradingSessions is a repeating group element, Tag 386.
func (NoTradingSessions) GetTradingSessionID ¶
func (m NoTradingSessions) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError)
GetTradingSessionID gets TradingSessionID, Tag 336.
func (NoTradingSessions) GetTradingSessionSubID ¶
func (m NoTradingSessions) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError)
GetTradingSessionSubID gets TradingSessionSubID, Tag 625.
func (NoTradingSessions) HasTradingSessionID ¶
func (m NoTradingSessions) HasTradingSessionID() bool
HasTradingSessionID returns true if TradingSessionID is present, Tag 336.
func (NoTradingSessions) HasTradingSessionSubID ¶
func (m NoTradingSessions) HasTradingSessionSubID() bool
HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625.
func (NoTradingSessions) SetTradingSessionID ¶
func (m NoTradingSessions) SetTradingSessionID(v enum.TradingSessionID)
SetTradingSessionID sets TradingSessionID, Tag 336.
func (NoTradingSessions) SetTradingSessionSubID ¶
func (m NoTradingSessions) SetTradingSessionSubID(v enum.TradingSessionSubID)
SetTradingSessionSubID sets TradingSessionSubID, Tag 625.
type NoTradingSessionsRepeatingGroup ¶
type NoTradingSessionsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoTradingSessionsRepeatingGroup is a repeating group, Tag 386.
func NewNoTradingSessionsRepeatingGroup ¶
func NewNoTradingSessionsRepeatingGroup() NoTradingSessionsRepeatingGroup
NewNoTradingSessionsRepeatingGroup returns an initialized, NoTradingSessionsRepeatingGroup.
func (NoTradingSessionsRepeatingGroup) Add ¶
func (m NoTradingSessionsRepeatingGroup) Add() NoTradingSessions
Add create and append a new NoTradingSessions to this group.
func (NoTradingSessionsRepeatingGroup) Get ¶
func (m NoTradingSessionsRepeatingGroup) Get(i int) NoTradingSessions
Get returns the ith NoTradingSessions in the NoTradingSessionsRepeatinGroup.
type NoUnderlyingSecurityAltID ¶
NoUnderlyingSecurityAltID is a repeating group element, Tag 457.
func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.
func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459.
func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool
HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458.
func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool
HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459.
func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)
SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458.
func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)
SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459.
type NoUnderlyingSecurityAltIDRepeatingGroup ¶
type NoUnderlyingSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457.
func NewNoUnderlyingSecurityAltIDRepeatingGroup ¶
func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup
NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup.
func (NoUnderlyingSecurityAltIDRepeatingGroup) Add ¶
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID
Add create and append a new NoUnderlyingSecurityAltID to this group.
func (NoUnderlyingSecurityAltIDRepeatingGroup) Get ¶
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID
Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup.
type NoUnderlyingStips ¶
NoUnderlyingStips is a repeating group element, Tag 887.
func (NoUnderlyingStips) GetUnderlyingStipType ¶
func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError)
GetUnderlyingStipType gets UnderlyingStipType, Tag 888.
func (NoUnderlyingStips) GetUnderlyingStipValue ¶
func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError)
GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889.
func (NoUnderlyingStips) HasUnderlyingStipType ¶
func (m NoUnderlyingStips) HasUnderlyingStipType() bool
HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888.
func (NoUnderlyingStips) HasUnderlyingStipValue ¶
func (m NoUnderlyingStips) HasUnderlyingStipValue() bool
HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889.
func (NoUnderlyingStips) SetUnderlyingStipType ¶
func (m NoUnderlyingStips) SetUnderlyingStipType(v string)
SetUnderlyingStipType sets UnderlyingStipType, Tag 888.
func (NoUnderlyingStips) SetUnderlyingStipValue ¶
func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)
SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889.
type NoUnderlyingStipsRepeatingGroup ¶
type NoUnderlyingStipsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887.
func NewNoUnderlyingStipsRepeatingGroup ¶
func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup
NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup.
func (NoUnderlyingStipsRepeatingGroup) Add ¶
func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips
Add create and append a new NoUnderlyingStips to this group.
func (NoUnderlyingStipsRepeatingGroup) Get ¶
func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips
Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup.
type NoUnderlyings ¶
NoUnderlyings is a repeating group element, Tag 711.
func (NoUnderlyings) GetEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.
func (NoUnderlyings) GetEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.
func (NoUnderlyings) GetEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.
func (NoUnderlyings) GetEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.
func (NoUnderlyings) GetNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.
func (NoUnderlyings) GetNoUnderlyingStips ¶
func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.
func (NoUnderlyings) GetUnderlyingCFICode ¶
func (m NoUnderlyings) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)
GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.
func (NoUnderlyings) GetUnderlyingCPProgram ¶
func (m NoUnderlyings) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)
GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.
func (NoUnderlyings) GetUnderlyingCPRegType ¶
func (m NoUnderlyings) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)
GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.
func (NoUnderlyings) GetUnderlyingContractMultiplier ¶
func (m NoUnderlyings) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.
func (NoUnderlyings) GetUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.
func (NoUnderlyings) GetUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.
func (NoUnderlyings) GetUnderlyingCouponRate ¶
func (m NoUnderlyings) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.
func (NoUnderlyings) GetUnderlyingCreditRating ¶
func (m NoUnderlyings) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)
GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.
func (NoUnderlyings) GetUnderlyingCurrency ¶
func (m NoUnderlyings) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)
GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.
func (NoUnderlyings) GetUnderlyingCurrentValue ¶
func (m NoUnderlyings) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.
func (NoUnderlyings) GetUnderlyingDirtyPrice ¶
func (m NoUnderlyings) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.
func (NoUnderlyings) GetUnderlyingEndPrice ¶
func (m NoUnderlyings) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.
func (NoUnderlyings) GetUnderlyingEndValue ¶
func (m NoUnderlyings) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.
func (NoUnderlyings) GetUnderlyingFactor ¶
func (m NoUnderlyings) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingFactor gets UnderlyingFactor, Tag 246.
func (NoUnderlyings) GetUnderlyingInstrRegistry ¶
func (m NoUnderlyings) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)
GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.
func (NoUnderlyings) GetUnderlyingIssueDate ¶
func (m NoUnderlyings) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.
func (NoUnderlyings) GetUnderlyingIssuer ¶
func (m NoUnderlyings) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.
func (NoUnderlyings) GetUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.
func (NoUnderlyings) GetUnderlyingMaturityDate ¶
func (m NoUnderlyings) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.
func (NoUnderlyings) GetUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.
func (NoUnderlyings) GetUnderlyingOptAttribute ¶
func (m NoUnderlyings) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)
GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.
func (NoUnderlyings) GetUnderlyingProduct ¶
func (m NoUnderlyings) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)
GetUnderlyingProduct gets UnderlyingProduct, Tag 462.
func (NoUnderlyings) GetUnderlyingPx ¶
func (m NoUnderlyings) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingPx gets UnderlyingPx, Tag 810.
func (NoUnderlyings) GetUnderlyingQty ¶
func (m NoUnderlyings) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingQty gets UnderlyingQty, Tag 879.
func (NoUnderlyings) GetUnderlyingRedemptionDate ¶
func (m NoUnderlyings) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.
func (NoUnderlyings) GetUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.
func (NoUnderlyings) GetUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.
func (NoUnderlyings) GetUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.
func (NoUnderlyings) GetUnderlyingSecurityDesc ¶
func (m NoUnderlyings) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.
func (NoUnderlyings) GetUnderlyingSecurityExchange ¶
func (m NoUnderlyings) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.
func (NoUnderlyings) GetUnderlyingSecurityID ¶
func (m NoUnderlyings) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.
func (NoUnderlyings) GetUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.
func (NoUnderlyings) GetUnderlyingSecuritySubType ¶
func (m NoUnderlyings) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.
func (NoUnderlyings) GetUnderlyingSecurityType ¶
func (m NoUnderlyings) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.
func (NoUnderlyings) GetUnderlyingStartValue ¶
func (m NoUnderlyings) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.
func (NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (NoUnderlyings) GetUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)
GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.
func (NoUnderlyings) GetUnderlyingStrikePrice ¶
func (m NoUnderlyings) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.
func (NoUnderlyings) GetUnderlyingSymbol ¶
func (m NoUnderlyings) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)
GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.
func (NoUnderlyings) GetUnderlyingSymbolSfx ¶
func (m NoUnderlyings) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)
GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.
func (NoUnderlyings) HasEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool
HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.
func (NoUnderlyings) HasEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool
HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.
func (NoUnderlyings) HasEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool
HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.
func (NoUnderlyings) HasEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool
HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.
func (NoUnderlyings) HasNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool
HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.
func (NoUnderlyings) HasNoUnderlyingStips ¶
func (m NoUnderlyings) HasNoUnderlyingStips() bool
HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.
func (NoUnderlyings) HasUnderlyingCFICode ¶
func (m NoUnderlyings) HasUnderlyingCFICode() bool
HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.
func (NoUnderlyings) HasUnderlyingCPProgram ¶
func (m NoUnderlyings) HasUnderlyingCPProgram() bool
HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.
func (NoUnderlyings) HasUnderlyingCPRegType ¶
func (m NoUnderlyings) HasUnderlyingCPRegType() bool
HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.
func (NoUnderlyings) HasUnderlyingContractMultiplier ¶
func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool
HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.
func (NoUnderlyings) HasUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool
HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.
func (NoUnderlyings) HasUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool
HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.
func (NoUnderlyings) HasUnderlyingCouponRate ¶
func (m NoUnderlyings) HasUnderlyingCouponRate() bool
HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.
func (NoUnderlyings) HasUnderlyingCreditRating ¶
func (m NoUnderlyings) HasUnderlyingCreditRating() bool
HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.
func (NoUnderlyings) HasUnderlyingCurrency ¶
func (m NoUnderlyings) HasUnderlyingCurrency() bool
HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.
func (NoUnderlyings) HasUnderlyingCurrentValue ¶
func (m NoUnderlyings) HasUnderlyingCurrentValue() bool
HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.
func (NoUnderlyings) HasUnderlyingDirtyPrice ¶
func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool
HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.
func (NoUnderlyings) HasUnderlyingEndPrice ¶
func (m NoUnderlyings) HasUnderlyingEndPrice() bool
HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.
func (NoUnderlyings) HasUnderlyingEndValue ¶
func (m NoUnderlyings) HasUnderlyingEndValue() bool
HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.
func (NoUnderlyings) HasUnderlyingFactor ¶
func (m NoUnderlyings) HasUnderlyingFactor() bool
HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.
func (NoUnderlyings) HasUnderlyingInstrRegistry ¶
func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool
HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.
func (NoUnderlyings) HasUnderlyingIssueDate ¶
func (m NoUnderlyings) HasUnderlyingIssueDate() bool
HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.
func (NoUnderlyings) HasUnderlyingIssuer ¶
func (m NoUnderlyings) HasUnderlyingIssuer() bool
HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.
func (NoUnderlyings) HasUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool
HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.
func (NoUnderlyings) HasUnderlyingMaturityDate ¶
func (m NoUnderlyings) HasUnderlyingMaturityDate() bool
HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.
func (NoUnderlyings) HasUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool
HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.
func (NoUnderlyings) HasUnderlyingOptAttribute ¶
func (m NoUnderlyings) HasUnderlyingOptAttribute() bool
HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.
func (NoUnderlyings) HasUnderlyingProduct ¶
func (m NoUnderlyings) HasUnderlyingProduct() bool
HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.
func (NoUnderlyings) HasUnderlyingPx ¶
func (m NoUnderlyings) HasUnderlyingPx() bool
HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.
func (NoUnderlyings) HasUnderlyingQty ¶
func (m NoUnderlyings) HasUnderlyingQty() bool
HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.
func (NoUnderlyings) HasUnderlyingRedemptionDate ¶
func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool
HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.
func (NoUnderlyings) HasUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool
HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.
func (NoUnderlyings) HasUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool
HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.
func (NoUnderlyings) HasUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool
HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.
func (NoUnderlyings) HasUnderlyingSecurityDesc ¶
func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool
HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.
func (NoUnderlyings) HasUnderlyingSecurityExchange ¶
func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool
HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.
func (NoUnderlyings) HasUnderlyingSecurityID ¶
func (m NoUnderlyings) HasUnderlyingSecurityID() bool
HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.
func (NoUnderlyings) HasUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool
HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.
func (NoUnderlyings) HasUnderlyingSecuritySubType ¶
func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool
HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.
func (NoUnderlyings) HasUnderlyingSecurityType ¶
func (m NoUnderlyings) HasUnderlyingSecurityType() bool
HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.
func (NoUnderlyings) HasUnderlyingStartValue ¶
func (m NoUnderlyings) HasUnderlyingStartValue() bool
HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.
func (NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool
HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.
func (NoUnderlyings) HasUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool
HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.
func (NoUnderlyings) HasUnderlyingStrikePrice ¶
func (m NoUnderlyings) HasUnderlyingStrikePrice() bool
HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.
func (NoUnderlyings) HasUnderlyingSymbol ¶
func (m NoUnderlyings) HasUnderlyingSymbol() bool
HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.
func (NoUnderlyings) HasUnderlyingSymbolSfx ¶
func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool
HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.
func (NoUnderlyings) SetEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)
SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.
func (NoUnderlyings) SetEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)
SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.
func (NoUnderlyings) SetEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)
SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.
func (NoUnderlyings) SetEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)
SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.
func (NoUnderlyings) SetNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)
SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.
func (NoUnderlyings) SetNoUnderlyingStips ¶
func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)
SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.
func (NoUnderlyings) SetUnderlyingCFICode ¶
func (m NoUnderlyings) SetUnderlyingCFICode(v string)
SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.
func (NoUnderlyings) SetUnderlyingCPProgram ¶
func (m NoUnderlyings) SetUnderlyingCPProgram(v string)
SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.
func (NoUnderlyings) SetUnderlyingCPRegType ¶
func (m NoUnderlyings) SetUnderlyingCPRegType(v string)
SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.
func (NoUnderlyings) SetUnderlyingContractMultiplier ¶
func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)
SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.
func (NoUnderlyings) SetUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)
SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.
func (NoUnderlyings) SetUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)
SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.
func (NoUnderlyings) SetUnderlyingCouponRate ¶
func (m NoUnderlyings) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)
SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.
func (NoUnderlyings) SetUnderlyingCreditRating ¶
func (m NoUnderlyings) SetUnderlyingCreditRating(v string)
SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.
func (NoUnderlyings) SetUnderlyingCurrency ¶
func (m NoUnderlyings) SetUnderlyingCurrency(v string)
SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.
func (NoUnderlyings) SetUnderlyingCurrentValue ¶
func (m NoUnderlyings) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)
SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.
func (NoUnderlyings) SetUnderlyingDirtyPrice ¶
func (m NoUnderlyings) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)
SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.
func (NoUnderlyings) SetUnderlyingEndPrice ¶
func (m NoUnderlyings) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)
SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.
func (NoUnderlyings) SetUnderlyingEndValue ¶
func (m NoUnderlyings) SetUnderlyingEndValue(value decimal.Decimal, scale int32)
SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.
func (NoUnderlyings) SetUnderlyingFactor ¶
func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32)
SetUnderlyingFactor sets UnderlyingFactor, Tag 246.
func (NoUnderlyings) SetUnderlyingInstrRegistry ¶
func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)
SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.
func (NoUnderlyings) SetUnderlyingIssueDate ¶
func (m NoUnderlyings) SetUnderlyingIssueDate(v string)
SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.
func (NoUnderlyings) SetUnderlyingIssuer ¶
func (m NoUnderlyings) SetUnderlyingIssuer(v string)
SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.
func (NoUnderlyings) SetUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)
SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.
func (NoUnderlyings) SetUnderlyingMaturityDate ¶
func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)
SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.
func (NoUnderlyings) SetUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)
SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.
func (NoUnderlyings) SetUnderlyingOptAttribute ¶
func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)
SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.
func (NoUnderlyings) SetUnderlyingProduct ¶
func (m NoUnderlyings) SetUnderlyingProduct(v int)
SetUnderlyingProduct sets UnderlyingProduct, Tag 462.
func (NoUnderlyings) SetUnderlyingPx ¶
func (m NoUnderlyings) SetUnderlyingPx(value decimal.Decimal, scale int32)
SetUnderlyingPx sets UnderlyingPx, Tag 810.
func (NoUnderlyings) SetUnderlyingQty ¶
func (m NoUnderlyings) SetUnderlyingQty(value decimal.Decimal, scale int32)
SetUnderlyingQty sets UnderlyingQty, Tag 879.
func (NoUnderlyings) SetUnderlyingRedemptionDate ¶
func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)
SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.
func (NoUnderlyings) SetUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)
SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.
func (NoUnderlyings) SetUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)
SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.
func (NoUnderlyings) SetUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)
SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.
func (NoUnderlyings) SetUnderlyingSecurityDesc ¶
func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)
SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.
func (NoUnderlyings) SetUnderlyingSecurityExchange ¶
func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)
SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.
func (NoUnderlyings) SetUnderlyingSecurityID ¶
func (m NoUnderlyings) SetUnderlyingSecurityID(v string)
SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.
func (NoUnderlyings) SetUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)
SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.
func (NoUnderlyings) SetUnderlyingSecuritySubType ¶
func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)
SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.
func (NoUnderlyings) SetUnderlyingSecurityType ¶
func (m NoUnderlyings) SetUnderlyingSecurityType(v string)
SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.
func (NoUnderlyings) SetUnderlyingStartValue ¶
func (m NoUnderlyings) SetUnderlyingStartValue(value decimal.Decimal, scale int32)
SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.
func (NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)
SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (NoUnderlyings) SetUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)
SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.
func (NoUnderlyings) SetUnderlyingStrikePrice ¶
func (m NoUnderlyings) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)
SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.
func (NoUnderlyings) SetUnderlyingSymbol ¶
func (m NoUnderlyings) SetUnderlyingSymbol(v string)
SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.
func (NoUnderlyings) SetUnderlyingSymbolSfx ¶
func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)
SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.
type NoUnderlyingsRepeatingGroup ¶
type NoUnderlyingsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingsRepeatingGroup is a repeating group, Tag 711.
func NewNoUnderlyingsRepeatingGroup ¶
func NewNoUnderlyingsRepeatingGroup() NoUnderlyingsRepeatingGroup
NewNoUnderlyingsRepeatingGroup returns an initialized, NoUnderlyingsRepeatingGroup.
func (NoUnderlyingsRepeatingGroup) Add ¶
func (m NoUnderlyingsRepeatingGroup) Add() NoUnderlyings
Add create and append a new NoUnderlyings to this group.
func (NoUnderlyingsRepeatingGroup) Get ¶
func (m NoUnderlyingsRepeatingGroup) Get(i int) NoUnderlyings
Get returns the ith NoUnderlyings in the NoUnderlyingsRepeatinGroup.
type RouteOut ¶
type RouteOut func(msg NewOrderList, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message.