Files
qfixpt/quickfix/gen/fix50sp2/ordermasscancelrequest/OrderMassCancelRequest.generated.go
2026-03-12 12:14:13 -03:00

4690 lines
153 KiB
Go

// Code generated by quickfix. DO NOT EDIT.
package ordermasscancelrequest
import (
"time"
"github.com/shopspring/decimal"
"quantex.com/qfixpt/quickfix"
"quantex.com/qfixpt/quickfix/gen/enum"
"quantex.com/qfixpt/quickfix/gen/field"
"quantex.com/qfixpt/quickfix/gen/fixt11"
"quantex.com/qfixpt/quickfix/gen/tag"
)
// OrderMassCancelRequest is the fix50sp2 OrderMassCancelRequest type, MsgType = q.
type OrderMassCancelRequest struct {
fixt11.Header
*quickfix.Body
fixt11.Trailer
Message *quickfix.Message
}
// FromMessage creates a OrderMassCancelRequest from a quickfix.Message instance.
func FromMessage(m *quickfix.Message) OrderMassCancelRequest {
return OrderMassCancelRequest{
Header: fixt11.Header{Header: &m.Header},
Body: &m.Body,
Trailer: fixt11.Trailer{Trailer: &m.Trailer},
Message: m,
}
}
// ToMessage returns a quickfix.Message instance.
func (m OrderMassCancelRequest) ToMessage() *quickfix.Message {
return m.Message
}
// New returns a OrderMassCancelRequest initialized with the required fields for OrderMassCancelRequest.
func New(clordid field.ClOrdIDField, masscancelrequesttype field.MassCancelRequestTypeField, transacttime field.TransactTimeField) (m OrderMassCancelRequest) {
m.Message = quickfix.NewMessage()
m.Header = fixt11.NewHeader(&m.Message.Header)
m.Body = &m.Message.Body
m.Trailer.Trailer = &m.Message.Trailer
m.Header.Set(field.NewMsgType("q"))
m.Set(clordid)
m.Set(masscancelrequesttype)
m.Set(transacttime)
return
}
// A RouteOut is the callback type that should be implemented for routing Message.
type RouteOut func(msg OrderMassCancelRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError
// Route returns the beginstring, message type, and MessageRoute for this Message type.
func Route(router RouteOut) (string, string, quickfix.MessageRoute) {
r := func(msg *quickfix.Message, sessionID quickfix.SessionID) quickfix.MessageRejectError {
return router(FromMessage(msg), sessionID)
}
return "9", "q", r
}
// SetClOrdID sets ClOrdID, Tag 11.
func (m OrderMassCancelRequest) SetClOrdID(v string) {
m.Set(field.NewClOrdID(v))
}
// SetSecurityIDSource sets SecurityIDSource, Tag 22.
func (m OrderMassCancelRequest) SetSecurityIDSource(v enum.SecurityIDSource) {
m.Set(field.NewSecurityIDSource(v))
}
// SetSecurityID sets SecurityID, Tag 48.
func (m OrderMassCancelRequest) SetSecurityID(v string) {
m.Set(field.NewSecurityID(v))
}
// SetSide sets Side, Tag 54.
func (m OrderMassCancelRequest) SetSide(v enum.Side) {
m.Set(field.NewSide(v))
}
// SetSymbol sets Symbol, Tag 55.
func (m OrderMassCancelRequest) SetSymbol(v string) {
m.Set(field.NewSymbol(v))
}
// SetText sets Text, Tag 58.
func (m OrderMassCancelRequest) SetText(v string) {
m.Set(field.NewText(v))
}
// SetTransactTime sets TransactTime, Tag 60.
func (m OrderMassCancelRequest) SetTransactTime(v time.Time) {
m.Set(field.NewTransactTime(v))
}
// SetSymbolSfx sets SymbolSfx, Tag 65.
func (m OrderMassCancelRequest) SetSymbolSfx(v enum.SymbolSfx) {
m.Set(field.NewSymbolSfx(v))
}
// SetIssuer sets Issuer, Tag 106.
func (m OrderMassCancelRequest) SetIssuer(v string) {
m.Set(field.NewIssuer(v))
}
// SetSecurityDesc sets SecurityDesc, Tag 107.
func (m OrderMassCancelRequest) SetSecurityDesc(v string) {
m.Set(field.NewSecurityDesc(v))
}
// SetSecurityType sets SecurityType, Tag 167.
func (m OrderMassCancelRequest) SetSecurityType(v enum.SecurityType) {
m.Set(field.NewSecurityType(v))
}
// SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
func (m OrderMassCancelRequest) SetMaturityMonthYear(v string) {
m.Set(field.NewMaturityMonthYear(v))
}
// SetPutOrCall sets PutOrCall, Tag 201.
func (m OrderMassCancelRequest) SetPutOrCall(v enum.PutOrCall) {
m.Set(field.NewPutOrCall(v))
}
// SetStrikePrice sets StrikePrice, Tag 202.
func (m OrderMassCancelRequest) SetStrikePrice(value decimal.Decimal, scale int32) {
m.Set(field.NewStrikePrice(value, scale))
}
// SetOptAttribute sets OptAttribute, Tag 206.
func (m OrderMassCancelRequest) SetOptAttribute(v string) {
m.Set(field.NewOptAttribute(v))
}
// SetSecurityExchange sets SecurityExchange, Tag 207.
func (m OrderMassCancelRequest) SetSecurityExchange(v string) {
m.Set(field.NewSecurityExchange(v))
}
// SetCouponRate sets CouponRate, Tag 223.
func (m OrderMassCancelRequest) SetCouponRate(value decimal.Decimal, scale int32) {
m.Set(field.NewCouponRate(value, scale))
}
// SetCouponPaymentDate sets CouponPaymentDate, Tag 224.
func (m OrderMassCancelRequest) SetCouponPaymentDate(v string) {
m.Set(field.NewCouponPaymentDate(v))
}
// SetIssueDate sets IssueDate, Tag 225.
func (m OrderMassCancelRequest) SetIssueDate(v string) {
m.Set(field.NewIssueDate(v))
}
// SetRepurchaseTerm sets RepurchaseTerm, Tag 226.
func (m OrderMassCancelRequest) SetRepurchaseTerm(v int) {
m.Set(field.NewRepurchaseTerm(v))
}
// SetRepurchaseRate sets RepurchaseRate, Tag 227.
func (m OrderMassCancelRequest) SetRepurchaseRate(value decimal.Decimal, scale int32) {
m.Set(field.NewRepurchaseRate(value, scale))
}
// SetFactor sets Factor, Tag 228.
func (m OrderMassCancelRequest) SetFactor(value decimal.Decimal, scale int32) {
m.Set(field.NewFactor(value, scale))
}
// SetContractMultiplier sets ContractMultiplier, Tag 231.
func (m OrderMassCancelRequest) SetContractMultiplier(value decimal.Decimal, scale int32) {
m.Set(field.NewContractMultiplier(value, scale))
}
// SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.
func (m OrderMassCancelRequest) SetRepoCollateralSecurityType(v int) {
m.Set(field.NewRepoCollateralSecurityType(v))
}
// SetRedemptionDate sets RedemptionDate, Tag 240.
func (m OrderMassCancelRequest) SetRedemptionDate(v string) {
m.Set(field.NewRedemptionDate(v))
}
// SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.
func (m OrderMassCancelRequest) SetUnderlyingCouponPaymentDate(v string) {
m.Set(field.NewUnderlyingCouponPaymentDate(v))
}
// SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.
func (m OrderMassCancelRequest) SetUnderlyingIssueDate(v string) {
m.Set(field.NewUnderlyingIssueDate(v))
}
// SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.
func (m OrderMassCancelRequest) SetUnderlyingRepoCollateralSecurityType(v int) {
m.Set(field.NewUnderlyingRepoCollateralSecurityType(v))
}
// SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.
func (m OrderMassCancelRequest) SetUnderlyingRepurchaseTerm(v int) {
m.Set(field.NewUnderlyingRepurchaseTerm(v))
}
// SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.
func (m OrderMassCancelRequest) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingRepurchaseRate(value, scale))
}
// SetUnderlyingFactor sets UnderlyingFactor, Tag 246.
func (m OrderMassCancelRequest) SetUnderlyingFactor(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingFactor(value, scale))
}
// SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.
func (m OrderMassCancelRequest) SetUnderlyingRedemptionDate(v string) {
m.Set(field.NewUnderlyingRedemptionDate(v))
}
// SetCreditRating sets CreditRating, Tag 255.
func (m OrderMassCancelRequest) SetCreditRating(v string) {
m.Set(field.NewCreditRating(v))
}
// SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.
func (m OrderMassCancelRequest) SetUnderlyingCreditRating(v string) {
m.Set(field.NewUnderlyingCreditRating(v))
}
// SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.
func (m OrderMassCancelRequest) SetUnderlyingSecurityIDSource(v string) {
m.Set(field.NewUnderlyingSecurityIDSource(v))
}
// SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.
func (m OrderMassCancelRequest) SetUnderlyingIssuer(v string) {
m.Set(field.NewUnderlyingIssuer(v))
}
// SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.
func (m OrderMassCancelRequest) SetUnderlyingSecurityDesc(v string) {
m.Set(field.NewUnderlyingSecurityDesc(v))
}
// SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.
func (m OrderMassCancelRequest) SetUnderlyingSecurityExchange(v string) {
m.Set(field.NewUnderlyingSecurityExchange(v))
}
// SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.
func (m OrderMassCancelRequest) SetUnderlyingSecurityID(v string) {
m.Set(field.NewUnderlyingSecurityID(v))
}
// SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.
func (m OrderMassCancelRequest) SetUnderlyingSecurityType(v string) {
m.Set(field.NewUnderlyingSecurityType(v))
}
// SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.
func (m OrderMassCancelRequest) SetUnderlyingSymbol(v string) {
m.Set(field.NewUnderlyingSymbol(v))
}
// SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.
func (m OrderMassCancelRequest) SetUnderlyingSymbolSfx(v string) {
m.Set(field.NewUnderlyingSymbolSfx(v))
}
// SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.
func (m OrderMassCancelRequest) SetUnderlyingMaturityMonthYear(v string) {
m.Set(field.NewUnderlyingMaturityMonthYear(v))
}
// SetUnderlyingPutOrCall sets UnderlyingPutOrCall, Tag 315.
func (m OrderMassCancelRequest) SetUnderlyingPutOrCall(v int) {
m.Set(field.NewUnderlyingPutOrCall(v))
}
// SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.
func (m OrderMassCancelRequest) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingStrikePrice(value, scale))
}
// SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.
func (m OrderMassCancelRequest) SetUnderlyingOptAttribute(v string) {
m.Set(field.NewUnderlyingOptAttribute(v))
}
// SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.
func (m OrderMassCancelRequest) SetUnderlyingCurrency(v string) {
m.Set(field.NewUnderlyingCurrency(v))
}
// SetTradingSessionID sets TradingSessionID, Tag 336.
func (m OrderMassCancelRequest) SetTradingSessionID(v enum.TradingSessionID) {
m.Set(field.NewTradingSessionID(v))
}
// SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.
func (m OrderMassCancelRequest) SetEncodedIssuerLen(v int) {
m.Set(field.NewEncodedIssuerLen(v))
}
// SetEncodedIssuer sets EncodedIssuer, Tag 349.
func (m OrderMassCancelRequest) SetEncodedIssuer(v string) {
m.Set(field.NewEncodedIssuer(v))
}
// SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.
func (m OrderMassCancelRequest) SetEncodedSecurityDescLen(v int) {
m.Set(field.NewEncodedSecurityDescLen(v))
}
// SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.
func (m OrderMassCancelRequest) SetEncodedSecurityDesc(v string) {
m.Set(field.NewEncodedSecurityDesc(v))
}
// SetEncodedTextLen sets EncodedTextLen, Tag 354.
func (m OrderMassCancelRequest) SetEncodedTextLen(v int) {
m.Set(field.NewEncodedTextLen(v))
}
// SetEncodedText sets EncodedText, Tag 355.
func (m OrderMassCancelRequest) SetEncodedText(v string) {
m.Set(field.NewEncodedText(v))
}
// SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.
func (m OrderMassCancelRequest) SetEncodedUnderlyingIssuerLen(v int) {
m.Set(field.NewEncodedUnderlyingIssuerLen(v))
}
// SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.
func (m OrderMassCancelRequest) SetEncodedUnderlyingIssuer(v string) {
m.Set(field.NewEncodedUnderlyingIssuer(v))
}
// SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.
func (m OrderMassCancelRequest) SetEncodedUnderlyingSecurityDescLen(v int) {
m.Set(field.NewEncodedUnderlyingSecurityDescLen(v))
}
// SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.
func (m OrderMassCancelRequest) SetEncodedUnderlyingSecurityDesc(v string) {
m.Set(field.NewEncodedUnderlyingSecurityDesc(v))
}
// SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.
func (m OrderMassCancelRequest) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingCouponRate(value, scale))
}
// SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.
func (m OrderMassCancelRequest) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingContractMultiplier(value, scale))
}
// SetNoPartyIDs sets NoPartyIDs, Tag 453.
func (m OrderMassCancelRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) {
m.SetGroup(f)
}
// SetNoSecurityAltID sets NoSecurityAltID, Tag 454.
func (m OrderMassCancelRequest) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) {
m.SetGroup(f)
}
// SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.
func (m OrderMassCancelRequest) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) {
m.SetGroup(f)
}
// SetProduct sets Product, Tag 460.
func (m OrderMassCancelRequest) SetProduct(v enum.Product) {
m.Set(field.NewProduct(v))
}
// SetCFICode sets CFICode, Tag 461.
func (m OrderMassCancelRequest) SetCFICode(v string) {
m.Set(field.NewCFICode(v))
}
// SetUnderlyingProduct sets UnderlyingProduct, Tag 462.
func (m OrderMassCancelRequest) SetUnderlyingProduct(v int) {
m.Set(field.NewUnderlyingProduct(v))
}
// SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.
func (m OrderMassCancelRequest) SetUnderlyingCFICode(v string) {
m.Set(field.NewUnderlyingCFICode(v))
}
// SetCountryOfIssue sets CountryOfIssue, Tag 470.
func (m OrderMassCancelRequest) SetCountryOfIssue(v string) {
m.Set(field.NewCountryOfIssue(v))
}
// SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.
func (m OrderMassCancelRequest) SetStateOrProvinceOfIssue(v string) {
m.Set(field.NewStateOrProvinceOfIssue(v))
}
// SetLocaleOfIssue sets LocaleOfIssue, Tag 472.
func (m OrderMassCancelRequest) SetLocaleOfIssue(v string) {
m.Set(field.NewLocaleOfIssue(v))
}
// SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526.
func (m OrderMassCancelRequest) SetSecondaryClOrdID(v string) {
m.Set(field.NewSecondaryClOrdID(v))
}
// SetMassCancelRequestType sets MassCancelRequestType, Tag 530.
func (m OrderMassCancelRequest) SetMassCancelRequestType(v enum.MassCancelRequestType) {
m.Set(field.NewMassCancelRequestType(v))
}
// SetMaturityDate sets MaturityDate, Tag 541.
func (m OrderMassCancelRequest) SetMaturityDate(v string) {
m.Set(field.NewMaturityDate(v))
}
// SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.
func (m OrderMassCancelRequest) SetUnderlyingMaturityDate(v string) {
m.Set(field.NewUnderlyingMaturityDate(v))
}
// SetInstrRegistry sets InstrRegistry, Tag 543.
func (m OrderMassCancelRequest) SetInstrRegistry(v enum.InstrRegistry) {
m.Set(field.NewInstrRegistry(v))
}
// SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.
func (m OrderMassCancelRequest) SetUnderlyingCountryOfIssue(v string) {
m.Set(field.NewUnderlyingCountryOfIssue(v))
}
// SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (m OrderMassCancelRequest) SetUnderlyingStateOrProvinceOfIssue(v string) {
m.Set(field.NewUnderlyingStateOrProvinceOfIssue(v))
}
// SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.
func (m OrderMassCancelRequest) SetUnderlyingLocaleOfIssue(v string) {
m.Set(field.NewUnderlyingLocaleOfIssue(v))
}
// SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.
func (m OrderMassCancelRequest) SetUnderlyingInstrRegistry(v string) {
m.Set(field.NewUnderlyingInstrRegistry(v))
}
// SetTradingSessionSubID sets TradingSessionSubID, Tag 625.
func (m OrderMassCancelRequest) SetTradingSessionSubID(v enum.TradingSessionSubID) {
m.Set(field.NewTradingSessionSubID(v))
}
// SetContractSettlMonth sets ContractSettlMonth, Tag 667.
func (m OrderMassCancelRequest) SetContractSettlMonth(v string) {
m.Set(field.NewContractSettlMonth(v))
}
// SetPool sets Pool, Tag 691.
func (m OrderMassCancelRequest) SetPool(v string) {
m.Set(field.NewPool(v))
}
// SetSecuritySubType sets SecuritySubType, Tag 762.
func (m OrderMassCancelRequest) SetSecuritySubType(v string) {
m.Set(field.NewSecuritySubType(v))
}
// SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.
func (m OrderMassCancelRequest) SetUnderlyingSecuritySubType(v string) {
m.Set(field.NewUnderlyingSecuritySubType(v))
}
// SetUnderlyingPx sets UnderlyingPx, Tag 810.
func (m OrderMassCancelRequest) SetUnderlyingPx(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingPx(value, scale))
}
// SetNoEvents sets NoEvents, Tag 864.
func (m OrderMassCancelRequest) SetNoEvents(f NoEventsRepeatingGroup) {
m.SetGroup(f)
}
// SetDatedDate sets DatedDate, Tag 873.
func (m OrderMassCancelRequest) SetDatedDate(v string) {
m.Set(field.NewDatedDate(v))
}
// SetInterestAccrualDate sets InterestAccrualDate, Tag 874.
func (m OrderMassCancelRequest) SetInterestAccrualDate(v string) {
m.Set(field.NewInterestAccrualDate(v))
}
// SetCPProgram sets CPProgram, Tag 875.
func (m OrderMassCancelRequest) SetCPProgram(v enum.CPProgram) {
m.Set(field.NewCPProgram(v))
}
// SetCPRegType sets CPRegType, Tag 876.
func (m OrderMassCancelRequest) SetCPRegType(v string) {
m.Set(field.NewCPRegType(v))
}
// SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.
func (m OrderMassCancelRequest) SetUnderlyingCPProgram(v string) {
m.Set(field.NewUnderlyingCPProgram(v))
}
// SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.
func (m OrderMassCancelRequest) SetUnderlyingCPRegType(v string) {
m.Set(field.NewUnderlyingCPRegType(v))
}
// SetUnderlyingQty sets UnderlyingQty, Tag 879.
func (m OrderMassCancelRequest) SetUnderlyingQty(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingQty(value, scale))
}
// SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.
func (m OrderMassCancelRequest) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingDirtyPrice(value, scale))
}
// SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.
func (m OrderMassCancelRequest) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingEndPrice(value, scale))
}
// SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.
func (m OrderMassCancelRequest) SetUnderlyingStartValue(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingStartValue(value, scale))
}
// SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.
func (m OrderMassCancelRequest) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingCurrentValue(value, scale))
}
// SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.
func (m OrderMassCancelRequest) SetUnderlyingEndValue(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingEndValue(value, scale))
}
// SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.
func (m OrderMassCancelRequest) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) {
m.SetGroup(f)
}
// SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.
func (m OrderMassCancelRequest) SetUnderlyingStrikeCurrency(v string) {
m.Set(field.NewUnderlyingStrikeCurrency(v))
}
// SetStrikeCurrency sets StrikeCurrency, Tag 947.
func (m OrderMassCancelRequest) SetStrikeCurrency(v string) {
m.Set(field.NewStrikeCurrency(v))
}
// SetSecurityStatus sets SecurityStatus, Tag 965.
func (m OrderMassCancelRequest) SetSecurityStatus(v enum.SecurityStatus) {
m.Set(field.NewSecurityStatus(v))
}
// SetSettleOnOpenFlag sets SettleOnOpenFlag, Tag 966.
func (m OrderMassCancelRequest) SetSettleOnOpenFlag(v string) {
m.Set(field.NewSettleOnOpenFlag(v))
}
// SetStrikeMultiplier sets StrikeMultiplier, Tag 967.
func (m OrderMassCancelRequest) SetStrikeMultiplier(value decimal.Decimal, scale int32) {
m.Set(field.NewStrikeMultiplier(value, scale))
}
// SetStrikeValue sets StrikeValue, Tag 968.
func (m OrderMassCancelRequest) SetStrikeValue(value decimal.Decimal, scale int32) {
m.Set(field.NewStrikeValue(value, scale))
}
// SetMinPriceIncrement sets MinPriceIncrement, Tag 969.
func (m OrderMassCancelRequest) SetMinPriceIncrement(value decimal.Decimal, scale int32) {
m.Set(field.NewMinPriceIncrement(value, scale))
}
// SetPositionLimit sets PositionLimit, Tag 970.
func (m OrderMassCancelRequest) SetPositionLimit(v int) {
m.Set(field.NewPositionLimit(v))
}
// SetNTPositionLimit sets NTPositionLimit, Tag 971.
func (m OrderMassCancelRequest) SetNTPositionLimit(v int) {
m.Set(field.NewNTPositionLimit(v))
}
// SetUnderlyingAllocationPercent sets UnderlyingAllocationPercent, Tag 972.
func (m OrderMassCancelRequest) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingAllocationPercent(value, scale))
}
// SetUnderlyingCashAmount sets UnderlyingCashAmount, Tag 973.
func (m OrderMassCancelRequest) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingCashAmount(value, scale))
}
// SetUnderlyingCashType sets UnderlyingCashType, Tag 974.
func (m OrderMassCancelRequest) SetUnderlyingCashType(v enum.UnderlyingCashType) {
m.Set(field.NewUnderlyingCashType(v))
}
// SetUnderlyingSettlementType sets UnderlyingSettlementType, Tag 975.
func (m OrderMassCancelRequest) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType) {
m.Set(field.NewUnderlyingSettlementType(v))
}
// SetUnitOfMeasure sets UnitOfMeasure, Tag 996.
func (m OrderMassCancelRequest) SetUnitOfMeasure(v enum.UnitOfMeasure) {
m.Set(field.NewUnitOfMeasure(v))
}
// SetTimeUnit sets TimeUnit, Tag 997.
func (m OrderMassCancelRequest) SetTimeUnit(v enum.TimeUnit) {
m.Set(field.NewTimeUnit(v))
}
// SetUnderlyingUnitOfMeasure sets UnderlyingUnitOfMeasure, Tag 998.
func (m OrderMassCancelRequest) SetUnderlyingUnitOfMeasure(v string) {
m.Set(field.NewUnderlyingUnitOfMeasure(v))
}
// SetUnderlyingTimeUnit sets UnderlyingTimeUnit, Tag 1000.
func (m OrderMassCancelRequest) SetUnderlyingTimeUnit(v string) {
m.Set(field.NewUnderlyingTimeUnit(v))
}
// SetNoInstrumentParties sets NoInstrumentParties, Tag 1018.
func (m OrderMassCancelRequest) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) {
m.SetGroup(f)
}
// SetUnderlyingCapValue sets UnderlyingCapValue, Tag 1038.
func (m OrderMassCancelRequest) SetUnderlyingCapValue(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingCapValue(value, scale))
}
// SetUnderlyingSettlMethod sets UnderlyingSettlMethod, Tag 1039.
func (m OrderMassCancelRequest) SetUnderlyingSettlMethod(v string) {
m.Set(field.NewUnderlyingSettlMethod(v))
}
// SetUnderlyingAdjustedQuantity sets UnderlyingAdjustedQuantity, Tag 1044.
func (m OrderMassCancelRequest) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingAdjustedQuantity(value, scale))
}
// SetUnderlyingFXRate sets UnderlyingFXRate, Tag 1045.
func (m OrderMassCancelRequest) SetUnderlyingFXRate(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingFXRate(value, scale))
}
// SetUnderlyingFXRateCalc sets UnderlyingFXRateCalc, Tag 1046.
func (m OrderMassCancelRequest) SetUnderlyingFXRateCalc(v enum.UnderlyingFXRateCalc) {
m.Set(field.NewUnderlyingFXRateCalc(v))
}
// SetInstrmtAssignmentMethod sets InstrmtAssignmentMethod, Tag 1049.
func (m OrderMassCancelRequest) SetInstrmtAssignmentMethod(v string) {
m.Set(field.NewInstrmtAssignmentMethod(v))
}
// SetNoUndlyInstrumentParties sets NoUndlyInstrumentParties, Tag 1058.
func (m OrderMassCancelRequest) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) {
m.SetGroup(f)
}
// SetMaturityTime sets MaturityTime, Tag 1079.
func (m OrderMassCancelRequest) SetMaturityTime(v string) {
m.Set(field.NewMaturityTime(v))
}
// SetMinPriceIncrementAmount sets MinPriceIncrementAmount, Tag 1146.
func (m OrderMassCancelRequest) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) {
m.Set(field.NewMinPriceIncrementAmount(value, scale))
}
// SetUnitOfMeasureQty sets UnitOfMeasureQty, Tag 1147.
func (m OrderMassCancelRequest) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) {
m.Set(field.NewUnitOfMeasureQty(value, scale))
}
// SetSecurityGroup sets SecurityGroup, Tag 1151.
func (m OrderMassCancelRequest) SetSecurityGroup(v string) {
m.Set(field.NewSecurityGroup(v))
}
// SetSecurityXMLLen sets SecurityXMLLen, Tag 1184.
func (m OrderMassCancelRequest) SetSecurityXMLLen(v int) {
m.Set(field.NewSecurityXMLLen(v))
}
// SetSecurityXML sets SecurityXML, Tag 1185.
func (m OrderMassCancelRequest) SetSecurityXML(v string) {
m.Set(field.NewSecurityXML(v))
}
// SetSecurityXMLSchema sets SecurityXMLSchema, Tag 1186.
func (m OrderMassCancelRequest) SetSecurityXMLSchema(v string) {
m.Set(field.NewSecurityXMLSchema(v))
}
// SetPriceUnitOfMeasure sets PriceUnitOfMeasure, Tag 1191.
func (m OrderMassCancelRequest) SetPriceUnitOfMeasure(v string) {
m.Set(field.NewPriceUnitOfMeasure(v))
}
// SetPriceUnitOfMeasureQty sets PriceUnitOfMeasureQty, Tag 1192.
func (m OrderMassCancelRequest) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) {
m.Set(field.NewPriceUnitOfMeasureQty(value, scale))
}
// SetSettlMethod sets SettlMethod, Tag 1193.
func (m OrderMassCancelRequest) SetSettlMethod(v enum.SettlMethod) {
m.Set(field.NewSettlMethod(v))
}
// SetExerciseStyle sets ExerciseStyle, Tag 1194.
func (m OrderMassCancelRequest) SetExerciseStyle(v enum.ExerciseStyle) {
m.Set(field.NewExerciseStyle(v))
}
// SetOptPayoutAmount sets OptPayoutAmount, Tag 1195.
func (m OrderMassCancelRequest) SetOptPayoutAmount(value decimal.Decimal, scale int32) {
m.Set(field.NewOptPayoutAmount(value, scale))
}
// SetPriceQuoteMethod sets PriceQuoteMethod, Tag 1196.
func (m OrderMassCancelRequest) SetPriceQuoteMethod(v enum.PriceQuoteMethod) {
m.Set(field.NewPriceQuoteMethod(v))
}
// SetValuationMethod sets ValuationMethod, Tag 1197.
func (m OrderMassCancelRequest) SetValuationMethod(v enum.ValuationMethod) {
m.Set(field.NewValuationMethod(v))
}
// SetListMethod sets ListMethod, Tag 1198.
func (m OrderMassCancelRequest) SetListMethod(v enum.ListMethod) {
m.Set(field.NewListMethod(v))
}
// SetCapPrice sets CapPrice, Tag 1199.
func (m OrderMassCancelRequest) SetCapPrice(value decimal.Decimal, scale int32) {
m.Set(field.NewCapPrice(value, scale))
}
// SetFloorPrice sets FloorPrice, Tag 1200.
func (m OrderMassCancelRequest) SetFloorPrice(value decimal.Decimal, scale int32) {
m.Set(field.NewFloorPrice(value, scale))
}
// SetUnderlyingMaturityTime sets UnderlyingMaturityTime, Tag 1213.
func (m OrderMassCancelRequest) SetUnderlyingMaturityTime(v string) {
m.Set(field.NewUnderlyingMaturityTime(v))
}
// SetProductComplex sets ProductComplex, Tag 1227.
func (m OrderMassCancelRequest) SetProductComplex(v string) {
m.Set(field.NewProductComplex(v))
}
// SetFlexProductEligibilityIndicator sets FlexProductEligibilityIndicator, Tag 1242.
func (m OrderMassCancelRequest) SetFlexProductEligibilityIndicator(v bool) {
m.Set(field.NewFlexProductEligibilityIndicator(v))
}
// SetFlexibleIndicator sets FlexibleIndicator, Tag 1244.
func (m OrderMassCancelRequest) SetFlexibleIndicator(v bool) {
m.Set(field.NewFlexibleIndicator(v))
}
// SetMarketSegmentID sets MarketSegmentID, Tag 1300.
func (m OrderMassCancelRequest) SetMarketSegmentID(v string) {
m.Set(field.NewMarketSegmentID(v))
}
// SetMarketID sets MarketID, Tag 1301.
func (m OrderMassCancelRequest) SetMarketID(v string) {
m.Set(field.NewMarketID(v))
}
// SetUnderlyingExerciseStyle sets UnderlyingExerciseStyle, Tag 1419.
func (m OrderMassCancelRequest) SetUnderlyingExerciseStyle(v int) {
m.Set(field.NewUnderlyingExerciseStyle(v))
}
// SetUnderlyingUnitOfMeasureQty sets UnderlyingUnitOfMeasureQty, Tag 1423.
func (m OrderMassCancelRequest) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingUnitOfMeasureQty(value, scale))
}
// SetUnderlyingPriceUnitOfMeasure sets UnderlyingPriceUnitOfMeasure, Tag 1424.
func (m OrderMassCancelRequest) SetUnderlyingPriceUnitOfMeasure(v string) {
m.Set(field.NewUnderlyingPriceUnitOfMeasure(v))
}
// SetUnderlyingPriceUnitOfMeasureQty sets UnderlyingPriceUnitOfMeasureQty, Tag 1425.
func (m OrderMassCancelRequest) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingPriceUnitOfMeasureQty(value, scale))
}
// SetContractMultiplierUnit sets ContractMultiplierUnit, Tag 1435.
func (m OrderMassCancelRequest) SetContractMultiplierUnit(v enum.ContractMultiplierUnit) {
m.Set(field.NewContractMultiplierUnit(v))
}
// SetUnderlyingContractMultiplierUnit sets UnderlyingContractMultiplierUnit, Tag 1437.
func (m OrderMassCancelRequest) SetUnderlyingContractMultiplierUnit(v int) {
m.Set(field.NewUnderlyingContractMultiplierUnit(v))
}
// SetFlowScheduleType sets FlowScheduleType, Tag 1439.
func (m OrderMassCancelRequest) SetFlowScheduleType(v enum.FlowScheduleType) {
m.Set(field.NewFlowScheduleType(v))
}
// SetUnderlyingFlowScheduleType sets UnderlyingFlowScheduleType, Tag 1441.
func (m OrderMassCancelRequest) SetUnderlyingFlowScheduleType(v int) {
m.Set(field.NewUnderlyingFlowScheduleType(v))
}
// SetRestructuringType sets RestructuringType, Tag 1449.
func (m OrderMassCancelRequest) SetRestructuringType(v enum.RestructuringType) {
m.Set(field.NewRestructuringType(v))
}
// SetSeniority sets Seniority, Tag 1450.
func (m OrderMassCancelRequest) SetSeniority(v enum.Seniority) {
m.Set(field.NewSeniority(v))
}
// SetNotionalPercentageOutstanding sets NotionalPercentageOutstanding, Tag 1451.
func (m OrderMassCancelRequest) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32) {
m.Set(field.NewNotionalPercentageOutstanding(value, scale))
}
// SetOriginalNotionalPercentageOutstanding sets OriginalNotionalPercentageOutstanding, Tag 1452.
func (m OrderMassCancelRequest) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) {
m.Set(field.NewOriginalNotionalPercentageOutstanding(value, scale))
}
// SetUnderlyingRestructuringType sets UnderlyingRestructuringType, Tag 1453.
func (m OrderMassCancelRequest) SetUnderlyingRestructuringType(v string) {
m.Set(field.NewUnderlyingRestructuringType(v))
}
// SetUnderlyingSeniority sets UnderlyingSeniority, Tag 1454.
func (m OrderMassCancelRequest) SetUnderlyingSeniority(v string) {
m.Set(field.NewUnderlyingSeniority(v))
}
// SetUnderlyingNotionalPercentageOutstanding sets UnderlyingNotionalPercentageOutstanding, Tag 1455.
func (m OrderMassCancelRequest) SetUnderlyingNotionalPercentageOutstanding(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingNotionalPercentageOutstanding(value, scale))
}
// SetUnderlyingOriginalNotionalPercentageOutstanding sets UnderlyingOriginalNotionalPercentageOutstanding, Tag 1456.
func (m OrderMassCancelRequest) SetUnderlyingOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingOriginalNotionalPercentageOutstanding(value, scale))
}
// SetAttachmentPoint sets AttachmentPoint, Tag 1457.
func (m OrderMassCancelRequest) SetAttachmentPoint(value decimal.Decimal, scale int32) {
m.Set(field.NewAttachmentPoint(value, scale))
}
// SetDetachmentPoint sets DetachmentPoint, Tag 1458.
func (m OrderMassCancelRequest) SetDetachmentPoint(value decimal.Decimal, scale int32) {
m.Set(field.NewDetachmentPoint(value, scale))
}
// SetUnderlyingAttachmentPoint sets UnderlyingAttachmentPoint, Tag 1459.
func (m OrderMassCancelRequest) SetUnderlyingAttachmentPoint(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingAttachmentPoint(value, scale))
}
// SetUnderlyingDetachmentPoint sets UnderlyingDetachmentPoint, Tag 1460.
func (m OrderMassCancelRequest) SetUnderlyingDetachmentPoint(value decimal.Decimal, scale int32) {
m.Set(field.NewUnderlyingDetachmentPoint(value, scale))
}
// SetNoTargetPartyIDs sets NoTargetPartyIDs, Tag 1461.
func (m OrderMassCancelRequest) SetNoTargetPartyIDs(f NoTargetPartyIDsRepeatingGroup) {
m.SetGroup(f)
}
// SetStrikePriceDeterminationMethod sets StrikePriceDeterminationMethod, Tag 1478.
func (m OrderMassCancelRequest) SetStrikePriceDeterminationMethod(v enum.StrikePriceDeterminationMethod) {
m.Set(field.NewStrikePriceDeterminationMethod(v))
}
// SetStrikePriceBoundaryMethod sets StrikePriceBoundaryMethod, Tag 1479.
func (m OrderMassCancelRequest) SetStrikePriceBoundaryMethod(v enum.StrikePriceBoundaryMethod) {
m.Set(field.NewStrikePriceBoundaryMethod(v))
}
// SetStrikePriceBoundaryPrecision sets StrikePriceBoundaryPrecision, Tag 1480.
func (m OrderMassCancelRequest) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32) {
m.Set(field.NewStrikePriceBoundaryPrecision(value, scale))
}
// SetUnderlyingPriceDeterminationMethod sets UnderlyingPriceDeterminationMethod, Tag 1481.
func (m OrderMassCancelRequest) SetUnderlyingPriceDeterminationMethod(v enum.UnderlyingPriceDeterminationMethod) {
m.Set(field.NewUnderlyingPriceDeterminationMethod(v))
}
// SetOptPayoutType sets OptPayoutType, Tag 1482.
func (m OrderMassCancelRequest) SetOptPayoutType(v enum.OptPayoutType) {
m.Set(field.NewOptPayoutType(v))
}
// SetNoComplexEvents sets NoComplexEvents, Tag 1483.
func (m OrderMassCancelRequest) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) {
m.SetGroup(f)
}
// GetClOrdID gets ClOrdID, Tag 11.
func (m OrderMassCancelRequest) GetClOrdID() (v string, err quickfix.MessageRejectError) {
var f field.ClOrdIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityIDSource gets SecurityIDSource, Tag 22.
func (m OrderMassCancelRequest) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) {
var f field.SecurityIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityID gets SecurityID, Tag 48.
func (m OrderMassCancelRequest) GetSecurityID() (v string, err quickfix.MessageRejectError) {
var f field.SecurityIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSide gets Side, Tag 54.
func (m OrderMassCancelRequest) GetSide() (v enum.Side, err quickfix.MessageRejectError) {
var f field.SideField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSymbol gets Symbol, Tag 55.
func (m OrderMassCancelRequest) GetSymbol() (v string, err quickfix.MessageRejectError) {
var f field.SymbolField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetText gets Text, Tag 58.
func (m OrderMassCancelRequest) GetText() (v string, err quickfix.MessageRejectError) {
var f field.TextField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTransactTime gets TransactTime, Tag 60.
func (m OrderMassCancelRequest) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) {
var f field.TransactTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSymbolSfx gets SymbolSfx, Tag 65.
func (m OrderMassCancelRequest) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) {
var f field.SymbolSfxField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetIssuer gets Issuer, Tag 106.
func (m OrderMassCancelRequest) GetIssuer() (v string, err quickfix.MessageRejectError) {
var f field.IssuerField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityDesc gets SecurityDesc, Tag 107.
func (m OrderMassCancelRequest) GetSecurityDesc() (v string, err quickfix.MessageRejectError) {
var f field.SecurityDescField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityType gets SecurityType, Tag 167.
func (m OrderMassCancelRequest) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) {
var f field.SecurityTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
func (m OrderMassCancelRequest) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) {
var f field.MaturityMonthYearField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPutOrCall gets PutOrCall, Tag 201.
func (m OrderMassCancelRequest) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) {
var f field.PutOrCallField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikePrice gets StrikePrice, Tag 202.
func (m OrderMassCancelRequest) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.StrikePriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetOptAttribute gets OptAttribute, Tag 206.
func (m OrderMassCancelRequest) GetOptAttribute() (v string, err quickfix.MessageRejectError) {
var f field.OptAttributeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityExchange gets SecurityExchange, Tag 207.
func (m OrderMassCancelRequest) GetSecurityExchange() (v string, err quickfix.MessageRejectError) {
var f field.SecurityExchangeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCouponRate gets CouponRate, Tag 223.
func (m OrderMassCancelRequest) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.CouponRateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCouponPaymentDate gets CouponPaymentDate, Tag 224.
func (m OrderMassCancelRequest) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) {
var f field.CouponPaymentDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetIssueDate gets IssueDate, Tag 225.
func (m OrderMassCancelRequest) GetIssueDate() (v string, err quickfix.MessageRejectError) {
var f field.IssueDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetRepurchaseTerm gets RepurchaseTerm, Tag 226.
func (m OrderMassCancelRequest) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) {
var f field.RepurchaseTermField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetRepurchaseRate gets RepurchaseRate, Tag 227.
func (m OrderMassCancelRequest) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.RepurchaseRateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetFactor gets Factor, Tag 228.
func (m OrderMassCancelRequest) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.FactorField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetContractMultiplier gets ContractMultiplier, Tag 231.
func (m OrderMassCancelRequest) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.ContractMultiplierField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.
func (m OrderMassCancelRequest) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) {
var f field.RepoCollateralSecurityTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetRedemptionDate gets RedemptionDate, Tag 240.
func (m OrderMassCancelRequest) GetRedemptionDate() (v string, err quickfix.MessageRejectError) {
var f field.RedemptionDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.
func (m OrderMassCancelRequest) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCouponPaymentDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.
func (m OrderMassCancelRequest) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingIssueDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.
func (m OrderMassCancelRequest) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingRepoCollateralSecurityTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.
func (m OrderMassCancelRequest) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingRepurchaseTermField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.
func (m OrderMassCancelRequest) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingRepurchaseRateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingFactor gets UnderlyingFactor, Tag 246.
func (m OrderMassCancelRequest) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingFactorField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.
func (m OrderMassCancelRequest) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingRedemptionDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCreditRating gets CreditRating, Tag 255.
func (m OrderMassCancelRequest) GetCreditRating() (v string, err quickfix.MessageRejectError) {
var f field.CreditRatingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.
func (m OrderMassCancelRequest) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCreditRatingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.
func (m OrderMassCancelRequest) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.
func (m OrderMassCancelRequest) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingIssuerField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.
func (m OrderMassCancelRequest) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityDescField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.
func (m OrderMassCancelRequest) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityExchangeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.
func (m OrderMassCancelRequest) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.
func (m OrderMassCancelRequest) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.
func (m OrderMassCancelRequest) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSymbolField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.
func (m OrderMassCancelRequest) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSymbolSfxField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.
func (m OrderMassCancelRequest) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingMaturityMonthYearField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingPutOrCall gets UnderlyingPutOrCall, Tag 315.
func (m OrderMassCancelRequest) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingPutOrCallField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.
func (m OrderMassCancelRequest) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingStrikePriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.
func (m OrderMassCancelRequest) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingOptAttributeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.
func (m OrderMassCancelRequest) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCurrencyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTradingSessionID gets TradingSessionID, Tag 336.
func (m OrderMassCancelRequest) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) {
var f field.TradingSessionIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.
func (m OrderMassCancelRequest) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) {
var f field.EncodedIssuerLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedIssuer gets EncodedIssuer, Tag 349.
func (m OrderMassCancelRequest) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) {
var f field.EncodedIssuerField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.
func (m OrderMassCancelRequest) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) {
var f field.EncodedSecurityDescLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.
func (m OrderMassCancelRequest) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) {
var f field.EncodedSecurityDescField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedTextLen gets EncodedTextLen, Tag 354.
func (m OrderMassCancelRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) {
var f field.EncodedTextLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedText gets EncodedText, Tag 355.
func (m OrderMassCancelRequest) GetEncodedText() (v string, err quickfix.MessageRejectError) {
var f field.EncodedTextField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.
func (m OrderMassCancelRequest) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) {
var f field.EncodedUnderlyingIssuerLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.
func (m OrderMassCancelRequest) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError) {
var f field.EncodedUnderlyingIssuerField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.
func (m OrderMassCancelRequest) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError) {
var f field.EncodedUnderlyingSecurityDescLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.
func (m OrderMassCancelRequest) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) {
var f field.EncodedUnderlyingSecurityDescField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.
func (m OrderMassCancelRequest) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingCouponRateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.
func (m OrderMassCancelRequest) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingContractMultiplierField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoPartyIDs gets NoPartyIDs, Tag 453.
func (m OrderMassCancelRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoPartyIDsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetNoSecurityAltID gets NoSecurityAltID, Tag 454.
func (m OrderMassCancelRequest) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoSecurityAltIDRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.
func (m OrderMassCancelRequest) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoUnderlyingSecurityAltIDRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetProduct gets Product, Tag 460.
func (m OrderMassCancelRequest) GetProduct() (v enum.Product, err quickfix.MessageRejectError) {
var f field.ProductField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCFICode gets CFICode, Tag 461.
func (m OrderMassCancelRequest) GetCFICode() (v string, err quickfix.MessageRejectError) {
var f field.CFICodeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingProduct gets UnderlyingProduct, Tag 462.
func (m OrderMassCancelRequest) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingProductField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.
func (m OrderMassCancelRequest) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCFICodeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCountryOfIssue gets CountryOfIssue, Tag 470.
func (m OrderMassCancelRequest) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.CountryOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.
func (m OrderMassCancelRequest) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.StateOrProvinceOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetLocaleOfIssue gets LocaleOfIssue, Tag 472.
func (m OrderMassCancelRequest) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.LocaleOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526.
func (m OrderMassCancelRequest) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError) {
var f field.SecondaryClOrdIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMassCancelRequestType gets MassCancelRequestType, Tag 530.
func (m OrderMassCancelRequest) GetMassCancelRequestType() (v enum.MassCancelRequestType, err quickfix.MessageRejectError) {
var f field.MassCancelRequestTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMaturityDate gets MaturityDate, Tag 541.
func (m OrderMassCancelRequest) GetMaturityDate() (v string, err quickfix.MessageRejectError) {
var f field.MaturityDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.
func (m OrderMassCancelRequest) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingMaturityDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInstrRegistry gets InstrRegistry, Tag 543.
func (m OrderMassCancelRequest) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) {
var f field.InstrRegistryField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.
func (m OrderMassCancelRequest) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCountryOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (m OrderMassCancelRequest) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingStateOrProvinceOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.
func (m OrderMassCancelRequest) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingLocaleOfIssueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.
func (m OrderMassCancelRequest) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrRegistryField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTradingSessionSubID gets TradingSessionSubID, Tag 625.
func (m OrderMassCancelRequest) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) {
var f field.TradingSessionSubIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetContractSettlMonth gets ContractSettlMonth, Tag 667.
func (m OrderMassCancelRequest) GetContractSettlMonth() (v string, err quickfix.MessageRejectError) {
var f field.ContractSettlMonthField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPool gets Pool, Tag 691.
func (m OrderMassCancelRequest) GetPool() (v string, err quickfix.MessageRejectError) {
var f field.PoolField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecuritySubType gets SecuritySubType, Tag 762.
func (m OrderMassCancelRequest) GetSecuritySubType() (v string, err quickfix.MessageRejectError) {
var f field.SecuritySubTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.
func (m OrderMassCancelRequest) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecuritySubTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingPx gets UnderlyingPx, Tag 810.
func (m OrderMassCancelRequest) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingPxField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoEvents gets NoEvents, Tag 864.
func (m OrderMassCancelRequest) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoEventsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetDatedDate gets DatedDate, Tag 873.
func (m OrderMassCancelRequest) GetDatedDate() (v string, err quickfix.MessageRejectError) {
var f field.DatedDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInterestAccrualDate gets InterestAccrualDate, Tag 874.
func (m OrderMassCancelRequest) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError) {
var f field.InterestAccrualDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCPProgram gets CPProgram, Tag 875.
func (m OrderMassCancelRequest) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError) {
var f field.CPProgramField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCPRegType gets CPRegType, Tag 876.
func (m OrderMassCancelRequest) GetCPRegType() (v string, err quickfix.MessageRejectError) {
var f field.CPRegTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.
func (m OrderMassCancelRequest) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCPProgramField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.
func (m OrderMassCancelRequest) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingCPRegTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingQty gets UnderlyingQty, Tag 879.
func (m OrderMassCancelRequest) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingQtyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.
func (m OrderMassCancelRequest) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingDirtyPriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.
func (m OrderMassCancelRequest) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingEndPriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.
func (m OrderMassCancelRequest) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingStartValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.
func (m OrderMassCancelRequest) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingCurrentValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.
func (m OrderMassCancelRequest) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingEndValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.
func (m OrderMassCancelRequest) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoUnderlyingStipsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.
func (m OrderMassCancelRequest) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingStrikeCurrencyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikeCurrency gets StrikeCurrency, Tag 947.
func (m OrderMassCancelRequest) GetStrikeCurrency() (v string, err quickfix.MessageRejectError) {
var f field.StrikeCurrencyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityStatus gets SecurityStatus, Tag 965.
func (m OrderMassCancelRequest) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError) {
var f field.SecurityStatusField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSettleOnOpenFlag gets SettleOnOpenFlag, Tag 966.
func (m OrderMassCancelRequest) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError) {
var f field.SettleOnOpenFlagField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikeMultiplier gets StrikeMultiplier, Tag 967.
func (m OrderMassCancelRequest) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.StrikeMultiplierField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikeValue gets StrikeValue, Tag 968.
func (m OrderMassCancelRequest) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.StrikeValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMinPriceIncrement gets MinPriceIncrement, Tag 969.
func (m OrderMassCancelRequest) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.MinPriceIncrementField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPositionLimit gets PositionLimit, Tag 970.
func (m OrderMassCancelRequest) GetPositionLimit() (v int, err quickfix.MessageRejectError) {
var f field.PositionLimitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNTPositionLimit gets NTPositionLimit, Tag 971.
func (m OrderMassCancelRequest) GetNTPositionLimit() (v int, err quickfix.MessageRejectError) {
var f field.NTPositionLimitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingAllocationPercent gets UnderlyingAllocationPercent, Tag 972.
func (m OrderMassCancelRequest) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingAllocationPercentField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCashAmount gets UnderlyingCashAmount, Tag 973.
func (m OrderMassCancelRequest) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingCashAmountField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingCashType gets UnderlyingCashType, Tag 974.
func (m OrderMassCancelRequest) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError) {
var f field.UnderlyingCashTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSettlementType gets UnderlyingSettlementType, Tag 975.
func (m OrderMassCancelRequest) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError) {
var f field.UnderlyingSettlementTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnitOfMeasure gets UnitOfMeasure, Tag 996.
func (m OrderMassCancelRequest) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError) {
var f field.UnitOfMeasureField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTimeUnit gets TimeUnit, Tag 997.
func (m OrderMassCancelRequest) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError) {
var f field.TimeUnitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingUnitOfMeasure gets UnderlyingUnitOfMeasure, Tag 998.
func (m OrderMassCancelRequest) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingUnitOfMeasureField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingTimeUnit gets UnderlyingTimeUnit, Tag 1000.
func (m OrderMassCancelRequest) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingTimeUnitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoInstrumentParties gets NoInstrumentParties, Tag 1018.
func (m OrderMassCancelRequest) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoInstrumentPartiesRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetUnderlyingCapValue gets UnderlyingCapValue, Tag 1038.
func (m OrderMassCancelRequest) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingCapValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSettlMethod gets UnderlyingSettlMethod, Tag 1039.
func (m OrderMassCancelRequest) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSettlMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingAdjustedQuantity gets UnderlyingAdjustedQuantity, Tag 1044.
func (m OrderMassCancelRequest) GetUnderlyingAdjustedQuantity() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingAdjustedQuantityField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingFXRate gets UnderlyingFXRate, Tag 1045.
func (m OrderMassCancelRequest) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingFXRateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingFXRateCalc gets UnderlyingFXRateCalc, Tag 1046.
func (m OrderMassCancelRequest) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError) {
var f field.UnderlyingFXRateCalcField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInstrmtAssignmentMethod gets InstrmtAssignmentMethod, Tag 1049.
func (m OrderMassCancelRequest) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError) {
var f field.InstrmtAssignmentMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoUndlyInstrumentParties gets NoUndlyInstrumentParties, Tag 1058.
func (m OrderMassCancelRequest) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoUndlyInstrumentPartiesRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetMaturityTime gets MaturityTime, Tag 1079.
func (m OrderMassCancelRequest) GetMaturityTime() (v string, err quickfix.MessageRejectError) {
var f field.MaturityTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMinPriceIncrementAmount gets MinPriceIncrementAmount, Tag 1146.
func (m OrderMassCancelRequest) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.MinPriceIncrementAmountField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnitOfMeasureQty gets UnitOfMeasureQty, Tag 1147.
func (m OrderMassCancelRequest) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnitOfMeasureQtyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityGroup gets SecurityGroup, Tag 1151.
func (m OrderMassCancelRequest) GetSecurityGroup() (v string, err quickfix.MessageRejectError) {
var f field.SecurityGroupField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityXMLLen gets SecurityXMLLen, Tag 1184.
func (m OrderMassCancelRequest) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError) {
var f field.SecurityXMLLenField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityXML gets SecurityXML, Tag 1185.
func (m OrderMassCancelRequest) GetSecurityXML() (v string, err quickfix.MessageRejectError) {
var f field.SecurityXMLField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityXMLSchema gets SecurityXMLSchema, Tag 1186.
func (m OrderMassCancelRequest) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError) {
var f field.SecurityXMLSchemaField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPriceUnitOfMeasure gets PriceUnitOfMeasure, Tag 1191.
func (m OrderMassCancelRequest) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) {
var f field.PriceUnitOfMeasureField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPriceUnitOfMeasureQty gets PriceUnitOfMeasureQty, Tag 1192.
func (m OrderMassCancelRequest) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.PriceUnitOfMeasureQtyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSettlMethod gets SettlMethod, Tag 1193.
func (m OrderMassCancelRequest) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError) {
var f field.SettlMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetExerciseStyle gets ExerciseStyle, Tag 1194.
func (m OrderMassCancelRequest) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError) {
var f field.ExerciseStyleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetOptPayoutAmount gets OptPayoutAmount, Tag 1195.
func (m OrderMassCancelRequest) GetOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.OptPayoutAmountField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPriceQuoteMethod gets PriceQuoteMethod, Tag 1196.
func (m OrderMassCancelRequest) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError) {
var f field.PriceQuoteMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetValuationMethod gets ValuationMethod, Tag 1197.
func (m OrderMassCancelRequest) GetValuationMethod() (v enum.ValuationMethod, err quickfix.MessageRejectError) {
var f field.ValuationMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetListMethod gets ListMethod, Tag 1198.
func (m OrderMassCancelRequest) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError) {
var f field.ListMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetCapPrice gets CapPrice, Tag 1199.
func (m OrderMassCancelRequest) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.CapPriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetFloorPrice gets FloorPrice, Tag 1200.
func (m OrderMassCancelRequest) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.FloorPriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingMaturityTime gets UnderlyingMaturityTime, Tag 1213.
func (m OrderMassCancelRequest) GetUnderlyingMaturityTime() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingMaturityTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetProductComplex gets ProductComplex, Tag 1227.
func (m OrderMassCancelRequest) GetProductComplex() (v string, err quickfix.MessageRejectError) {
var f field.ProductComplexField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetFlexProductEligibilityIndicator gets FlexProductEligibilityIndicator, Tag 1242.
func (m OrderMassCancelRequest) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError) {
var f field.FlexProductEligibilityIndicatorField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetFlexibleIndicator gets FlexibleIndicator, Tag 1244.
func (m OrderMassCancelRequest) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError) {
var f field.FlexibleIndicatorField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMarketSegmentID gets MarketSegmentID, Tag 1300.
func (m OrderMassCancelRequest) GetMarketSegmentID() (v string, err quickfix.MessageRejectError) {
var f field.MarketSegmentIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetMarketID gets MarketID, Tag 1301.
func (m OrderMassCancelRequest) GetMarketID() (v string, err quickfix.MessageRejectError) {
var f field.MarketIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingExerciseStyle gets UnderlyingExerciseStyle, Tag 1419.
func (m OrderMassCancelRequest) GetUnderlyingExerciseStyle() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingExerciseStyleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingUnitOfMeasureQty gets UnderlyingUnitOfMeasureQty, Tag 1423.
func (m OrderMassCancelRequest) GetUnderlyingUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingUnitOfMeasureQtyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingPriceUnitOfMeasure gets UnderlyingPriceUnitOfMeasure, Tag 1424.
func (m OrderMassCancelRequest) GetUnderlyingPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingPriceUnitOfMeasureField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingPriceUnitOfMeasureQty gets UnderlyingPriceUnitOfMeasureQty, Tag 1425.
func (m OrderMassCancelRequest) GetUnderlyingPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingPriceUnitOfMeasureQtyField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetContractMultiplierUnit gets ContractMultiplierUnit, Tag 1435.
func (m OrderMassCancelRequest) GetContractMultiplierUnit() (v enum.ContractMultiplierUnit, err quickfix.MessageRejectError) {
var f field.ContractMultiplierUnitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingContractMultiplierUnit gets UnderlyingContractMultiplierUnit, Tag 1437.
func (m OrderMassCancelRequest) GetUnderlyingContractMultiplierUnit() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingContractMultiplierUnitField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetFlowScheduleType gets FlowScheduleType, Tag 1439.
func (m OrderMassCancelRequest) GetFlowScheduleType() (v enum.FlowScheduleType, err quickfix.MessageRejectError) {
var f field.FlowScheduleTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingFlowScheduleType gets UnderlyingFlowScheduleType, Tag 1441.
func (m OrderMassCancelRequest) GetUnderlyingFlowScheduleType() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingFlowScheduleTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetRestructuringType gets RestructuringType, Tag 1449.
func (m OrderMassCancelRequest) GetRestructuringType() (v enum.RestructuringType, err quickfix.MessageRejectError) {
var f field.RestructuringTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSeniority gets Seniority, Tag 1450.
func (m OrderMassCancelRequest) GetSeniority() (v enum.Seniority, err quickfix.MessageRejectError) {
var f field.SeniorityField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNotionalPercentageOutstanding gets NotionalPercentageOutstanding, Tag 1451.
func (m OrderMassCancelRequest) GetNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.NotionalPercentageOutstandingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetOriginalNotionalPercentageOutstanding gets OriginalNotionalPercentageOutstanding, Tag 1452.
func (m OrderMassCancelRequest) GetOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.OriginalNotionalPercentageOutstandingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingRestructuringType gets UnderlyingRestructuringType, Tag 1453.
func (m OrderMassCancelRequest) GetUnderlyingRestructuringType() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingRestructuringTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSeniority gets UnderlyingSeniority, Tag 1454.
func (m OrderMassCancelRequest) GetUnderlyingSeniority() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSeniorityField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingNotionalPercentageOutstanding gets UnderlyingNotionalPercentageOutstanding, Tag 1455.
func (m OrderMassCancelRequest) GetUnderlyingNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingNotionalPercentageOutstandingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingOriginalNotionalPercentageOutstanding gets UnderlyingOriginalNotionalPercentageOutstanding, Tag 1456.
func (m OrderMassCancelRequest) GetUnderlyingOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingOriginalNotionalPercentageOutstandingField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetAttachmentPoint gets AttachmentPoint, Tag 1457.
func (m OrderMassCancelRequest) GetAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.AttachmentPointField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetDetachmentPoint gets DetachmentPoint, Tag 1458.
func (m OrderMassCancelRequest) GetDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.DetachmentPointField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingAttachmentPoint gets UnderlyingAttachmentPoint, Tag 1459.
func (m OrderMassCancelRequest) GetUnderlyingAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingAttachmentPointField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingDetachmentPoint gets UnderlyingDetachmentPoint, Tag 1460.
func (m OrderMassCancelRequest) GetUnderlyingDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.UnderlyingDetachmentPointField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoTargetPartyIDs gets NoTargetPartyIDs, Tag 1461.
func (m OrderMassCancelRequest) GetNoTargetPartyIDs() (NoTargetPartyIDsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoTargetPartyIDsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// GetStrikePriceDeterminationMethod gets StrikePriceDeterminationMethod, Tag 1478.
func (m OrderMassCancelRequest) GetStrikePriceDeterminationMethod() (v enum.StrikePriceDeterminationMethod, err quickfix.MessageRejectError) {
var f field.StrikePriceDeterminationMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikePriceBoundaryMethod gets StrikePriceBoundaryMethod, Tag 1479.
func (m OrderMassCancelRequest) GetStrikePriceBoundaryMethod() (v enum.StrikePriceBoundaryMethod, err quickfix.MessageRejectError) {
var f field.StrikePriceBoundaryMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetStrikePriceBoundaryPrecision gets StrikePriceBoundaryPrecision, Tag 1480.
func (m OrderMassCancelRequest) GetStrikePriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.StrikePriceBoundaryPrecisionField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingPriceDeterminationMethod gets UnderlyingPriceDeterminationMethod, Tag 1481.
func (m OrderMassCancelRequest) GetUnderlyingPriceDeterminationMethod() (v enum.UnderlyingPriceDeterminationMethod, err quickfix.MessageRejectError) {
var f field.UnderlyingPriceDeterminationMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetOptPayoutType gets OptPayoutType, Tag 1482.
func (m OrderMassCancelRequest) GetOptPayoutType() (v enum.OptPayoutType, err quickfix.MessageRejectError) {
var f field.OptPayoutTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoComplexEvents gets NoComplexEvents, Tag 1483.
func (m OrderMassCancelRequest) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoComplexEventsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasClOrdID returns true if ClOrdID is present, Tag 11.
func (m OrderMassCancelRequest) HasClOrdID() bool {
return m.Has(tag.ClOrdID)
}
// HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.
func (m OrderMassCancelRequest) HasSecurityIDSource() bool {
return m.Has(tag.SecurityIDSource)
}
// HasSecurityID returns true if SecurityID is present, Tag 48.
func (m OrderMassCancelRequest) HasSecurityID() bool {
return m.Has(tag.SecurityID)
}
// HasSide returns true if Side is present, Tag 54.
func (m OrderMassCancelRequest) HasSide() bool {
return m.Has(tag.Side)
}
// HasSymbol returns true if Symbol is present, Tag 55.
func (m OrderMassCancelRequest) HasSymbol() bool {
return m.Has(tag.Symbol)
}
// HasText returns true if Text is present, Tag 58.
func (m OrderMassCancelRequest) HasText() bool {
return m.Has(tag.Text)
}
// HasTransactTime returns true if TransactTime is present, Tag 60.
func (m OrderMassCancelRequest) HasTransactTime() bool {
return m.Has(tag.TransactTime)
}
// HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
func (m OrderMassCancelRequest) HasSymbolSfx() bool {
return m.Has(tag.SymbolSfx)
}
// HasIssuer returns true if Issuer is present, Tag 106.
func (m OrderMassCancelRequest) HasIssuer() bool {
return m.Has(tag.Issuer)
}
// HasSecurityDesc returns true if SecurityDesc is present, Tag 107.
func (m OrderMassCancelRequest) HasSecurityDesc() bool {
return m.Has(tag.SecurityDesc)
}
// HasSecurityType returns true if SecurityType is present, Tag 167.
func (m OrderMassCancelRequest) HasSecurityType() bool {
return m.Has(tag.SecurityType)
}
// HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
func (m OrderMassCancelRequest) HasMaturityMonthYear() bool {
return m.Has(tag.MaturityMonthYear)
}
// HasPutOrCall returns true if PutOrCall is present, Tag 201.
func (m OrderMassCancelRequest) HasPutOrCall() bool {
return m.Has(tag.PutOrCall)
}
// HasStrikePrice returns true if StrikePrice is present, Tag 202.
func (m OrderMassCancelRequest) HasStrikePrice() bool {
return m.Has(tag.StrikePrice)
}
// HasOptAttribute returns true if OptAttribute is present, Tag 206.
func (m OrderMassCancelRequest) HasOptAttribute() bool {
return m.Has(tag.OptAttribute)
}
// HasSecurityExchange returns true if SecurityExchange is present, Tag 207.
func (m OrderMassCancelRequest) HasSecurityExchange() bool {
return m.Has(tag.SecurityExchange)
}
// HasCouponRate returns true if CouponRate is present, Tag 223.
func (m OrderMassCancelRequest) HasCouponRate() bool {
return m.Has(tag.CouponRate)
}
// HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.
func (m OrderMassCancelRequest) HasCouponPaymentDate() bool {
return m.Has(tag.CouponPaymentDate)
}
// HasIssueDate returns true if IssueDate is present, Tag 225.
func (m OrderMassCancelRequest) HasIssueDate() bool {
return m.Has(tag.IssueDate)
}
// HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.
func (m OrderMassCancelRequest) HasRepurchaseTerm() bool {
return m.Has(tag.RepurchaseTerm)
}
// HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.
func (m OrderMassCancelRequest) HasRepurchaseRate() bool {
return m.Has(tag.RepurchaseRate)
}
// HasFactor returns true if Factor is present, Tag 228.
func (m OrderMassCancelRequest) HasFactor() bool {
return m.Has(tag.Factor)
}
// HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
func (m OrderMassCancelRequest) HasContractMultiplier() bool {
return m.Has(tag.ContractMultiplier)
}
// HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.
func (m OrderMassCancelRequest) HasRepoCollateralSecurityType() bool {
return m.Has(tag.RepoCollateralSecurityType)
}
// HasRedemptionDate returns true if RedemptionDate is present, Tag 240.
func (m OrderMassCancelRequest) HasRedemptionDate() bool {
return m.Has(tag.RedemptionDate)
}
// HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.
func (m OrderMassCancelRequest) HasUnderlyingCouponPaymentDate() bool {
return m.Has(tag.UnderlyingCouponPaymentDate)
}
// HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.
func (m OrderMassCancelRequest) HasUnderlyingIssueDate() bool {
return m.Has(tag.UnderlyingIssueDate)
}
// HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.
func (m OrderMassCancelRequest) HasUnderlyingRepoCollateralSecurityType() bool {
return m.Has(tag.UnderlyingRepoCollateralSecurityType)
}
// HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.
func (m OrderMassCancelRequest) HasUnderlyingRepurchaseTerm() bool {
return m.Has(tag.UnderlyingRepurchaseTerm)
}
// HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.
func (m OrderMassCancelRequest) HasUnderlyingRepurchaseRate() bool {
return m.Has(tag.UnderlyingRepurchaseRate)
}
// HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.
func (m OrderMassCancelRequest) HasUnderlyingFactor() bool {
return m.Has(tag.UnderlyingFactor)
}
// HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.
func (m OrderMassCancelRequest) HasUnderlyingRedemptionDate() bool {
return m.Has(tag.UnderlyingRedemptionDate)
}
// HasCreditRating returns true if CreditRating is present, Tag 255.
func (m OrderMassCancelRequest) HasCreditRating() bool {
return m.Has(tag.CreditRating)
}
// HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.
func (m OrderMassCancelRequest) HasUnderlyingCreditRating() bool {
return m.Has(tag.UnderlyingCreditRating)
}
// HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.
func (m OrderMassCancelRequest) HasUnderlyingSecurityIDSource() bool {
return m.Has(tag.UnderlyingSecurityIDSource)
}
// HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.
func (m OrderMassCancelRequest) HasUnderlyingIssuer() bool {
return m.Has(tag.UnderlyingIssuer)
}
// HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.
func (m OrderMassCancelRequest) HasUnderlyingSecurityDesc() bool {
return m.Has(tag.UnderlyingSecurityDesc)
}
// HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.
func (m OrderMassCancelRequest) HasUnderlyingSecurityExchange() bool {
return m.Has(tag.UnderlyingSecurityExchange)
}
// HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.
func (m OrderMassCancelRequest) HasUnderlyingSecurityID() bool {
return m.Has(tag.UnderlyingSecurityID)
}
// HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.
func (m OrderMassCancelRequest) HasUnderlyingSecurityType() bool {
return m.Has(tag.UnderlyingSecurityType)
}
// HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.
func (m OrderMassCancelRequest) HasUnderlyingSymbol() bool {
return m.Has(tag.UnderlyingSymbol)
}
// HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.
func (m OrderMassCancelRequest) HasUnderlyingSymbolSfx() bool {
return m.Has(tag.UnderlyingSymbolSfx)
}
// HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.
func (m OrderMassCancelRequest) HasUnderlyingMaturityMonthYear() bool {
return m.Has(tag.UnderlyingMaturityMonthYear)
}
// HasUnderlyingPutOrCall returns true if UnderlyingPutOrCall is present, Tag 315.
func (m OrderMassCancelRequest) HasUnderlyingPutOrCall() bool {
return m.Has(tag.UnderlyingPutOrCall)
}
// HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.
func (m OrderMassCancelRequest) HasUnderlyingStrikePrice() bool {
return m.Has(tag.UnderlyingStrikePrice)
}
// HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.
func (m OrderMassCancelRequest) HasUnderlyingOptAttribute() bool {
return m.Has(tag.UnderlyingOptAttribute)
}
// HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.
func (m OrderMassCancelRequest) HasUnderlyingCurrency() bool {
return m.Has(tag.UnderlyingCurrency)
}
// HasTradingSessionID returns true if TradingSessionID is present, Tag 336.
func (m OrderMassCancelRequest) HasTradingSessionID() bool {
return m.Has(tag.TradingSessionID)
}
// HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.
func (m OrderMassCancelRequest) HasEncodedIssuerLen() bool {
return m.Has(tag.EncodedIssuerLen)
}
// HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.
func (m OrderMassCancelRequest) HasEncodedIssuer() bool {
return m.Has(tag.EncodedIssuer)
}
// HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.
func (m OrderMassCancelRequest) HasEncodedSecurityDescLen() bool {
return m.Has(tag.EncodedSecurityDescLen)
}
// HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.
func (m OrderMassCancelRequest) HasEncodedSecurityDesc() bool {
return m.Has(tag.EncodedSecurityDesc)
}
// HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
func (m OrderMassCancelRequest) HasEncodedTextLen() bool {
return m.Has(tag.EncodedTextLen)
}
// HasEncodedText returns true if EncodedText is present, Tag 355.
func (m OrderMassCancelRequest) HasEncodedText() bool {
return m.Has(tag.EncodedText)
}
// HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.
func (m OrderMassCancelRequest) HasEncodedUnderlyingIssuerLen() bool {
return m.Has(tag.EncodedUnderlyingIssuerLen)
}
// HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.
func (m OrderMassCancelRequest) HasEncodedUnderlyingIssuer() bool {
return m.Has(tag.EncodedUnderlyingIssuer)
}
// HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.
func (m OrderMassCancelRequest) HasEncodedUnderlyingSecurityDescLen() bool {
return m.Has(tag.EncodedUnderlyingSecurityDescLen)
}
// HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.
func (m OrderMassCancelRequest) HasEncodedUnderlyingSecurityDesc() bool {
return m.Has(tag.EncodedUnderlyingSecurityDesc)
}
// HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.
func (m OrderMassCancelRequest) HasUnderlyingCouponRate() bool {
return m.Has(tag.UnderlyingCouponRate)
}
// HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.
func (m OrderMassCancelRequest) HasUnderlyingContractMultiplier() bool {
return m.Has(tag.UnderlyingContractMultiplier)
}
// HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.
func (m OrderMassCancelRequest) HasNoPartyIDs() bool {
return m.Has(tag.NoPartyIDs)
}
// HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.
func (m OrderMassCancelRequest) HasNoSecurityAltID() bool {
return m.Has(tag.NoSecurityAltID)
}
// HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.
func (m OrderMassCancelRequest) HasNoUnderlyingSecurityAltID() bool {
return m.Has(tag.NoUnderlyingSecurityAltID)
}
// HasProduct returns true if Product is present, Tag 460.
func (m OrderMassCancelRequest) HasProduct() bool {
return m.Has(tag.Product)
}
// HasCFICode returns true if CFICode is present, Tag 461.
func (m OrderMassCancelRequest) HasCFICode() bool {
return m.Has(tag.CFICode)
}
// HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.
func (m OrderMassCancelRequest) HasUnderlyingProduct() bool {
return m.Has(tag.UnderlyingProduct)
}
// HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.
func (m OrderMassCancelRequest) HasUnderlyingCFICode() bool {
return m.Has(tag.UnderlyingCFICode)
}
// HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.
func (m OrderMassCancelRequest) HasCountryOfIssue() bool {
return m.Has(tag.CountryOfIssue)
}
// HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.
func (m OrderMassCancelRequest) HasStateOrProvinceOfIssue() bool {
return m.Has(tag.StateOrProvinceOfIssue)
}
// HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.
func (m OrderMassCancelRequest) HasLocaleOfIssue() bool {
return m.Has(tag.LocaleOfIssue)
}
// HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526.
func (m OrderMassCancelRequest) HasSecondaryClOrdID() bool {
return m.Has(tag.SecondaryClOrdID)
}
// HasMassCancelRequestType returns true if MassCancelRequestType is present, Tag 530.
func (m OrderMassCancelRequest) HasMassCancelRequestType() bool {
return m.Has(tag.MassCancelRequestType)
}
// HasMaturityDate returns true if MaturityDate is present, Tag 541.
func (m OrderMassCancelRequest) HasMaturityDate() bool {
return m.Has(tag.MaturityDate)
}
// HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.
func (m OrderMassCancelRequest) HasUnderlyingMaturityDate() bool {
return m.Has(tag.UnderlyingMaturityDate)
}
// HasInstrRegistry returns true if InstrRegistry is present, Tag 543.
func (m OrderMassCancelRequest) HasInstrRegistry() bool {
return m.Has(tag.InstrRegistry)
}
// HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.
func (m OrderMassCancelRequest) HasUnderlyingCountryOfIssue() bool {
return m.Has(tag.UnderlyingCountryOfIssue)
}
// HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.
func (m OrderMassCancelRequest) HasUnderlyingStateOrProvinceOfIssue() bool {
return m.Has(tag.UnderlyingStateOrProvinceOfIssue)
}
// HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.
func (m OrderMassCancelRequest) HasUnderlyingLocaleOfIssue() bool {
return m.Has(tag.UnderlyingLocaleOfIssue)
}
// HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.
func (m OrderMassCancelRequest) HasUnderlyingInstrRegistry() bool {
return m.Has(tag.UnderlyingInstrRegistry)
}
// HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625.
func (m OrderMassCancelRequest) HasTradingSessionSubID() bool {
return m.Has(tag.TradingSessionSubID)
}
// HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667.
func (m OrderMassCancelRequest) HasContractSettlMonth() bool {
return m.Has(tag.ContractSettlMonth)
}
// HasPool returns true if Pool is present, Tag 691.
func (m OrderMassCancelRequest) HasPool() bool {
return m.Has(tag.Pool)
}
// HasSecuritySubType returns true if SecuritySubType is present, Tag 762.
func (m OrderMassCancelRequest) HasSecuritySubType() bool {
return m.Has(tag.SecuritySubType)
}
// HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.
func (m OrderMassCancelRequest) HasUnderlyingSecuritySubType() bool {
return m.Has(tag.UnderlyingSecuritySubType)
}
// HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.
func (m OrderMassCancelRequest) HasUnderlyingPx() bool {
return m.Has(tag.UnderlyingPx)
}
// HasNoEvents returns true if NoEvents is present, Tag 864.
func (m OrderMassCancelRequest) HasNoEvents() bool {
return m.Has(tag.NoEvents)
}
// HasDatedDate returns true if DatedDate is present, Tag 873.
func (m OrderMassCancelRequest) HasDatedDate() bool {
return m.Has(tag.DatedDate)
}
// HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874.
func (m OrderMassCancelRequest) HasInterestAccrualDate() bool {
return m.Has(tag.InterestAccrualDate)
}
// HasCPProgram returns true if CPProgram is present, Tag 875.
func (m OrderMassCancelRequest) HasCPProgram() bool {
return m.Has(tag.CPProgram)
}
// HasCPRegType returns true if CPRegType is present, Tag 876.
func (m OrderMassCancelRequest) HasCPRegType() bool {
return m.Has(tag.CPRegType)
}
// HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.
func (m OrderMassCancelRequest) HasUnderlyingCPProgram() bool {
return m.Has(tag.UnderlyingCPProgram)
}
// HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.
func (m OrderMassCancelRequest) HasUnderlyingCPRegType() bool {
return m.Has(tag.UnderlyingCPRegType)
}
// HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.
func (m OrderMassCancelRequest) HasUnderlyingQty() bool {
return m.Has(tag.UnderlyingQty)
}
// HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.
func (m OrderMassCancelRequest) HasUnderlyingDirtyPrice() bool {
return m.Has(tag.UnderlyingDirtyPrice)
}
// HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.
func (m OrderMassCancelRequest) HasUnderlyingEndPrice() bool {
return m.Has(tag.UnderlyingEndPrice)
}
// HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.
func (m OrderMassCancelRequest) HasUnderlyingStartValue() bool {
return m.Has(tag.UnderlyingStartValue)
}
// HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.
func (m OrderMassCancelRequest) HasUnderlyingCurrentValue() bool {
return m.Has(tag.UnderlyingCurrentValue)
}
// HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.
func (m OrderMassCancelRequest) HasUnderlyingEndValue() bool {
return m.Has(tag.UnderlyingEndValue)
}
// HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.
func (m OrderMassCancelRequest) HasNoUnderlyingStips() bool {
return m.Has(tag.NoUnderlyingStips)
}
// HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.
func (m OrderMassCancelRequest) HasUnderlyingStrikeCurrency() bool {
return m.Has(tag.UnderlyingStrikeCurrency)
}
// HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947.
func (m OrderMassCancelRequest) HasStrikeCurrency() bool {
return m.Has(tag.StrikeCurrency)
}
// HasSecurityStatus returns true if SecurityStatus is present, Tag 965.
func (m OrderMassCancelRequest) HasSecurityStatus() bool {
return m.Has(tag.SecurityStatus)
}
// HasSettleOnOpenFlag returns true if SettleOnOpenFlag is present, Tag 966.
func (m OrderMassCancelRequest) HasSettleOnOpenFlag() bool {
return m.Has(tag.SettleOnOpenFlag)
}
// HasStrikeMultiplier returns true if StrikeMultiplier is present, Tag 967.
func (m OrderMassCancelRequest) HasStrikeMultiplier() bool {
return m.Has(tag.StrikeMultiplier)
}
// HasStrikeValue returns true if StrikeValue is present, Tag 968.
func (m OrderMassCancelRequest) HasStrikeValue() bool {
return m.Has(tag.StrikeValue)
}
// HasMinPriceIncrement returns true if MinPriceIncrement is present, Tag 969.
func (m OrderMassCancelRequest) HasMinPriceIncrement() bool {
return m.Has(tag.MinPriceIncrement)
}
// HasPositionLimit returns true if PositionLimit is present, Tag 970.
func (m OrderMassCancelRequest) HasPositionLimit() bool {
return m.Has(tag.PositionLimit)
}
// HasNTPositionLimit returns true if NTPositionLimit is present, Tag 971.
func (m OrderMassCancelRequest) HasNTPositionLimit() bool {
return m.Has(tag.NTPositionLimit)
}
// HasUnderlyingAllocationPercent returns true if UnderlyingAllocationPercent is present, Tag 972.
func (m OrderMassCancelRequest) HasUnderlyingAllocationPercent() bool {
return m.Has(tag.UnderlyingAllocationPercent)
}
// HasUnderlyingCashAmount returns true if UnderlyingCashAmount is present, Tag 973.
func (m OrderMassCancelRequest) HasUnderlyingCashAmount() bool {
return m.Has(tag.UnderlyingCashAmount)
}
// HasUnderlyingCashType returns true if UnderlyingCashType is present, Tag 974.
func (m OrderMassCancelRequest) HasUnderlyingCashType() bool {
return m.Has(tag.UnderlyingCashType)
}
// HasUnderlyingSettlementType returns true if UnderlyingSettlementType is present, Tag 975.
func (m OrderMassCancelRequest) HasUnderlyingSettlementType() bool {
return m.Has(tag.UnderlyingSettlementType)
}
// HasUnitOfMeasure returns true if UnitOfMeasure is present, Tag 996.
func (m OrderMassCancelRequest) HasUnitOfMeasure() bool {
return m.Has(tag.UnitOfMeasure)
}
// HasTimeUnit returns true if TimeUnit is present, Tag 997.
func (m OrderMassCancelRequest) HasTimeUnit() bool {
return m.Has(tag.TimeUnit)
}
// HasUnderlyingUnitOfMeasure returns true if UnderlyingUnitOfMeasure is present, Tag 998.
func (m OrderMassCancelRequest) HasUnderlyingUnitOfMeasure() bool {
return m.Has(tag.UnderlyingUnitOfMeasure)
}
// HasUnderlyingTimeUnit returns true if UnderlyingTimeUnit is present, Tag 1000.
func (m OrderMassCancelRequest) HasUnderlyingTimeUnit() bool {
return m.Has(tag.UnderlyingTimeUnit)
}
// HasNoInstrumentParties returns true if NoInstrumentParties is present, Tag 1018.
func (m OrderMassCancelRequest) HasNoInstrumentParties() bool {
return m.Has(tag.NoInstrumentParties)
}
// HasUnderlyingCapValue returns true if UnderlyingCapValue is present, Tag 1038.
func (m OrderMassCancelRequest) HasUnderlyingCapValue() bool {
return m.Has(tag.UnderlyingCapValue)
}
// HasUnderlyingSettlMethod returns true if UnderlyingSettlMethod is present, Tag 1039.
func (m OrderMassCancelRequest) HasUnderlyingSettlMethod() bool {
return m.Has(tag.UnderlyingSettlMethod)
}
// HasUnderlyingAdjustedQuantity returns true if UnderlyingAdjustedQuantity is present, Tag 1044.
func (m OrderMassCancelRequest) HasUnderlyingAdjustedQuantity() bool {
return m.Has(tag.UnderlyingAdjustedQuantity)
}
// HasUnderlyingFXRate returns true if UnderlyingFXRate is present, Tag 1045.
func (m OrderMassCancelRequest) HasUnderlyingFXRate() bool {
return m.Has(tag.UnderlyingFXRate)
}
// HasUnderlyingFXRateCalc returns true if UnderlyingFXRateCalc is present, Tag 1046.
func (m OrderMassCancelRequest) HasUnderlyingFXRateCalc() bool {
return m.Has(tag.UnderlyingFXRateCalc)
}
// HasInstrmtAssignmentMethod returns true if InstrmtAssignmentMethod is present, Tag 1049.
func (m OrderMassCancelRequest) HasInstrmtAssignmentMethod() bool {
return m.Has(tag.InstrmtAssignmentMethod)
}
// HasNoUndlyInstrumentParties returns true if NoUndlyInstrumentParties is present, Tag 1058.
func (m OrderMassCancelRequest) HasNoUndlyInstrumentParties() bool {
return m.Has(tag.NoUndlyInstrumentParties)
}
// HasMaturityTime returns true if MaturityTime is present, Tag 1079.
func (m OrderMassCancelRequest) HasMaturityTime() bool {
return m.Has(tag.MaturityTime)
}
// HasMinPriceIncrementAmount returns true if MinPriceIncrementAmount is present, Tag 1146.
func (m OrderMassCancelRequest) HasMinPriceIncrementAmount() bool {
return m.Has(tag.MinPriceIncrementAmount)
}
// HasUnitOfMeasureQty returns true if UnitOfMeasureQty is present, Tag 1147.
func (m OrderMassCancelRequest) HasUnitOfMeasureQty() bool {
return m.Has(tag.UnitOfMeasureQty)
}
// HasSecurityGroup returns true if SecurityGroup is present, Tag 1151.
func (m OrderMassCancelRequest) HasSecurityGroup() bool {
return m.Has(tag.SecurityGroup)
}
// HasSecurityXMLLen returns true if SecurityXMLLen is present, Tag 1184.
func (m OrderMassCancelRequest) HasSecurityXMLLen() bool {
return m.Has(tag.SecurityXMLLen)
}
// HasSecurityXML returns true if SecurityXML is present, Tag 1185.
func (m OrderMassCancelRequest) HasSecurityXML() bool {
return m.Has(tag.SecurityXML)
}
// HasSecurityXMLSchema returns true if SecurityXMLSchema is present, Tag 1186.
func (m OrderMassCancelRequest) HasSecurityXMLSchema() bool {
return m.Has(tag.SecurityXMLSchema)
}
// HasPriceUnitOfMeasure returns true if PriceUnitOfMeasure is present, Tag 1191.
func (m OrderMassCancelRequest) HasPriceUnitOfMeasure() bool {
return m.Has(tag.PriceUnitOfMeasure)
}
// HasPriceUnitOfMeasureQty returns true if PriceUnitOfMeasureQty is present, Tag 1192.
func (m OrderMassCancelRequest) HasPriceUnitOfMeasureQty() bool {
return m.Has(tag.PriceUnitOfMeasureQty)
}
// HasSettlMethod returns true if SettlMethod is present, Tag 1193.
func (m OrderMassCancelRequest) HasSettlMethod() bool {
return m.Has(tag.SettlMethod)
}
// HasExerciseStyle returns true if ExerciseStyle is present, Tag 1194.
func (m OrderMassCancelRequest) HasExerciseStyle() bool {
return m.Has(tag.ExerciseStyle)
}
// HasOptPayoutAmount returns true if OptPayoutAmount is present, Tag 1195.
func (m OrderMassCancelRequest) HasOptPayoutAmount() bool {
return m.Has(tag.OptPayoutAmount)
}
// HasPriceQuoteMethod returns true if PriceQuoteMethod is present, Tag 1196.
func (m OrderMassCancelRequest) HasPriceQuoteMethod() bool {
return m.Has(tag.PriceQuoteMethod)
}
// HasValuationMethod returns true if ValuationMethod is present, Tag 1197.
func (m OrderMassCancelRequest) HasValuationMethod() bool {
return m.Has(tag.ValuationMethod)
}
// HasListMethod returns true if ListMethod is present, Tag 1198.
func (m OrderMassCancelRequest) HasListMethod() bool {
return m.Has(tag.ListMethod)
}
// HasCapPrice returns true if CapPrice is present, Tag 1199.
func (m OrderMassCancelRequest) HasCapPrice() bool {
return m.Has(tag.CapPrice)
}
// HasFloorPrice returns true if FloorPrice is present, Tag 1200.
func (m OrderMassCancelRequest) HasFloorPrice() bool {
return m.Has(tag.FloorPrice)
}
// HasUnderlyingMaturityTime returns true if UnderlyingMaturityTime is present, Tag 1213.
func (m OrderMassCancelRequest) HasUnderlyingMaturityTime() bool {
return m.Has(tag.UnderlyingMaturityTime)
}
// HasProductComplex returns true if ProductComplex is present, Tag 1227.
func (m OrderMassCancelRequest) HasProductComplex() bool {
return m.Has(tag.ProductComplex)
}
// HasFlexProductEligibilityIndicator returns true if FlexProductEligibilityIndicator is present, Tag 1242.
func (m OrderMassCancelRequest) HasFlexProductEligibilityIndicator() bool {
return m.Has(tag.FlexProductEligibilityIndicator)
}
// HasFlexibleIndicator returns true if FlexibleIndicator is present, Tag 1244.
func (m OrderMassCancelRequest) HasFlexibleIndicator() bool {
return m.Has(tag.FlexibleIndicator)
}
// HasMarketSegmentID returns true if MarketSegmentID is present, Tag 1300.
func (m OrderMassCancelRequest) HasMarketSegmentID() bool {
return m.Has(tag.MarketSegmentID)
}
// HasMarketID returns true if MarketID is present, Tag 1301.
func (m OrderMassCancelRequest) HasMarketID() bool {
return m.Has(tag.MarketID)
}
// HasUnderlyingExerciseStyle returns true if UnderlyingExerciseStyle is present, Tag 1419.
func (m OrderMassCancelRequest) HasUnderlyingExerciseStyle() bool {
return m.Has(tag.UnderlyingExerciseStyle)
}
// HasUnderlyingUnitOfMeasureQty returns true if UnderlyingUnitOfMeasureQty is present, Tag 1423.
func (m OrderMassCancelRequest) HasUnderlyingUnitOfMeasureQty() bool {
return m.Has(tag.UnderlyingUnitOfMeasureQty)
}
// HasUnderlyingPriceUnitOfMeasure returns true if UnderlyingPriceUnitOfMeasure is present, Tag 1424.
func (m OrderMassCancelRequest) HasUnderlyingPriceUnitOfMeasure() bool {
return m.Has(tag.UnderlyingPriceUnitOfMeasure)
}
// HasUnderlyingPriceUnitOfMeasureQty returns true if UnderlyingPriceUnitOfMeasureQty is present, Tag 1425.
func (m OrderMassCancelRequest) HasUnderlyingPriceUnitOfMeasureQty() bool {
return m.Has(tag.UnderlyingPriceUnitOfMeasureQty)
}
// HasContractMultiplierUnit returns true if ContractMultiplierUnit is present, Tag 1435.
func (m OrderMassCancelRequest) HasContractMultiplierUnit() bool {
return m.Has(tag.ContractMultiplierUnit)
}
// HasUnderlyingContractMultiplierUnit returns true if UnderlyingContractMultiplierUnit is present, Tag 1437.
func (m OrderMassCancelRequest) HasUnderlyingContractMultiplierUnit() bool {
return m.Has(tag.UnderlyingContractMultiplierUnit)
}
// HasFlowScheduleType returns true if FlowScheduleType is present, Tag 1439.
func (m OrderMassCancelRequest) HasFlowScheduleType() bool {
return m.Has(tag.FlowScheduleType)
}
// HasUnderlyingFlowScheduleType returns true if UnderlyingFlowScheduleType is present, Tag 1441.
func (m OrderMassCancelRequest) HasUnderlyingFlowScheduleType() bool {
return m.Has(tag.UnderlyingFlowScheduleType)
}
// HasRestructuringType returns true if RestructuringType is present, Tag 1449.
func (m OrderMassCancelRequest) HasRestructuringType() bool {
return m.Has(tag.RestructuringType)
}
// HasSeniority returns true if Seniority is present, Tag 1450.
func (m OrderMassCancelRequest) HasSeniority() bool {
return m.Has(tag.Seniority)
}
// HasNotionalPercentageOutstanding returns true if NotionalPercentageOutstanding is present, Tag 1451.
func (m OrderMassCancelRequest) HasNotionalPercentageOutstanding() bool {
return m.Has(tag.NotionalPercentageOutstanding)
}
// HasOriginalNotionalPercentageOutstanding returns true if OriginalNotionalPercentageOutstanding is present, Tag 1452.
func (m OrderMassCancelRequest) HasOriginalNotionalPercentageOutstanding() bool {
return m.Has(tag.OriginalNotionalPercentageOutstanding)
}
// HasUnderlyingRestructuringType returns true if UnderlyingRestructuringType is present, Tag 1453.
func (m OrderMassCancelRequest) HasUnderlyingRestructuringType() bool {
return m.Has(tag.UnderlyingRestructuringType)
}
// HasUnderlyingSeniority returns true if UnderlyingSeniority is present, Tag 1454.
func (m OrderMassCancelRequest) HasUnderlyingSeniority() bool {
return m.Has(tag.UnderlyingSeniority)
}
// HasUnderlyingNotionalPercentageOutstanding returns true if UnderlyingNotionalPercentageOutstanding is present, Tag 1455.
func (m OrderMassCancelRequest) HasUnderlyingNotionalPercentageOutstanding() bool {
return m.Has(tag.UnderlyingNotionalPercentageOutstanding)
}
// HasUnderlyingOriginalNotionalPercentageOutstanding returns true if UnderlyingOriginalNotionalPercentageOutstanding is present, Tag 1456.
func (m OrderMassCancelRequest) HasUnderlyingOriginalNotionalPercentageOutstanding() bool {
return m.Has(tag.UnderlyingOriginalNotionalPercentageOutstanding)
}
// HasAttachmentPoint returns true if AttachmentPoint is present, Tag 1457.
func (m OrderMassCancelRequest) HasAttachmentPoint() bool {
return m.Has(tag.AttachmentPoint)
}
// HasDetachmentPoint returns true if DetachmentPoint is present, Tag 1458.
func (m OrderMassCancelRequest) HasDetachmentPoint() bool {
return m.Has(tag.DetachmentPoint)
}
// HasUnderlyingAttachmentPoint returns true if UnderlyingAttachmentPoint is present, Tag 1459.
func (m OrderMassCancelRequest) HasUnderlyingAttachmentPoint() bool {
return m.Has(tag.UnderlyingAttachmentPoint)
}
// HasUnderlyingDetachmentPoint returns true if UnderlyingDetachmentPoint is present, Tag 1460.
func (m OrderMassCancelRequest) HasUnderlyingDetachmentPoint() bool {
return m.Has(tag.UnderlyingDetachmentPoint)
}
// HasNoTargetPartyIDs returns true if NoTargetPartyIDs is present, Tag 1461.
func (m OrderMassCancelRequest) HasNoTargetPartyIDs() bool {
return m.Has(tag.NoTargetPartyIDs)
}
// HasStrikePriceDeterminationMethod returns true if StrikePriceDeterminationMethod is present, Tag 1478.
func (m OrderMassCancelRequest) HasStrikePriceDeterminationMethod() bool {
return m.Has(tag.StrikePriceDeterminationMethod)
}
// HasStrikePriceBoundaryMethod returns true if StrikePriceBoundaryMethod is present, Tag 1479.
func (m OrderMassCancelRequest) HasStrikePriceBoundaryMethod() bool {
return m.Has(tag.StrikePriceBoundaryMethod)
}
// HasStrikePriceBoundaryPrecision returns true if StrikePriceBoundaryPrecision is present, Tag 1480.
func (m OrderMassCancelRequest) HasStrikePriceBoundaryPrecision() bool {
return m.Has(tag.StrikePriceBoundaryPrecision)
}
// HasUnderlyingPriceDeterminationMethod returns true if UnderlyingPriceDeterminationMethod is present, Tag 1481.
func (m OrderMassCancelRequest) HasUnderlyingPriceDeterminationMethod() bool {
return m.Has(tag.UnderlyingPriceDeterminationMethod)
}
// HasOptPayoutType returns true if OptPayoutType is present, Tag 1482.
func (m OrderMassCancelRequest) HasOptPayoutType() bool {
return m.Has(tag.OptPayoutType)
}
// HasNoComplexEvents returns true if NoComplexEvents is present, Tag 1483.
func (m OrderMassCancelRequest) HasNoComplexEvents() bool {
return m.Has(tag.NoComplexEvents)
}
// NoPartyIDs is a repeating group element, Tag 453.
type NoPartyIDs struct {
*quickfix.Group
}
// SetPartyID sets PartyID, Tag 448.
func (m NoPartyIDs) SetPartyID(v string) {
m.Set(field.NewPartyID(v))
}
// SetPartyIDSource sets PartyIDSource, Tag 447.
func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) {
m.Set(field.NewPartyIDSource(v))
}
// SetPartyRole sets PartyRole, Tag 452.
func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) {
m.Set(field.NewPartyRole(v))
}
// SetNoPartySubIDs sets NoPartySubIDs, Tag 802.
func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup) {
m.SetGroup(f)
}
// GetPartyID gets PartyID, Tag 448.
func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError) {
var f field.PartyIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPartyIDSource gets PartyIDSource, Tag 447.
func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError) {
var f field.PartyIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPartyRole gets PartyRole, Tag 452.
func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError) {
var f field.PartyRoleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoPartySubIDs gets NoPartySubIDs, Tag 802.
func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoPartySubIDsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasPartyID returns true if PartyID is present, Tag 448.
func (m NoPartyIDs) HasPartyID() bool {
return m.Has(tag.PartyID)
}
// HasPartyIDSource returns true if PartyIDSource is present, Tag 447.
func (m NoPartyIDs) HasPartyIDSource() bool {
return m.Has(tag.PartyIDSource)
}
// HasPartyRole returns true if PartyRole is present, Tag 452.
func (m NoPartyIDs) HasPartyRole() bool {
return m.Has(tag.PartyRole)
}
// HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.
func (m NoPartyIDs) HasNoPartySubIDs() bool {
return m.Has(tag.NoPartySubIDs)
}
// NoPartySubIDs is a repeating group element, Tag 802.
type NoPartySubIDs struct {
*quickfix.Group
}
// SetPartySubID sets PartySubID, Tag 523.
func (m NoPartySubIDs) SetPartySubID(v string) {
m.Set(field.NewPartySubID(v))
}
// SetPartySubIDType sets PartySubIDType, Tag 803.
func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType) {
m.Set(field.NewPartySubIDType(v))
}
// GetPartySubID gets PartySubID, Tag 523.
func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError) {
var f field.PartySubIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetPartySubIDType gets PartySubIDType, Tag 803.
func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError) {
var f field.PartySubIDTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasPartySubID returns true if PartySubID is present, Tag 523.
func (m NoPartySubIDs) HasPartySubID() bool {
return m.Has(tag.PartySubID)
}
// HasPartySubIDType returns true if PartySubIDType is present, Tag 803.
func (m NoPartySubIDs) HasPartySubIDType() bool {
return m.Has(tag.PartySubIDType)
}
// NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.
type NoPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.
func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup {
return NoPartySubIDsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoPartySubIDs,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.PartySubID),
quickfix.GroupElement(tag.PartySubIDType),
},
),
}
}
// Add create and append a new NoPartySubIDs to this group.
func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs {
g := m.RepeatingGroup.Add()
return NoPartySubIDs{g}
}
// Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.
func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs {
return NoPartySubIDs{m.RepeatingGroup.Get(i)}
}
// NoPartyIDsRepeatingGroup is a repeating group, Tag 453.
type NoPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.
func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup {
return NoPartyIDsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoPartyIDs,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.PartyID),
quickfix.GroupElement(tag.PartyIDSource),
quickfix.GroupElement(tag.PartyRole),
NewNoPartySubIDsRepeatingGroup(),
},
),
}
}
// Add create and append a new NoPartyIDs to this group.
func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs {
g := m.RepeatingGroup.Add()
return NoPartyIDs{g}
}
// Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.
func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs {
return NoPartyIDs{m.RepeatingGroup.Get(i)}
}
// NoSecurityAltID is a repeating group element, Tag 454.
type NoSecurityAltID struct {
*quickfix.Group
}
// SetSecurityAltID sets SecurityAltID, Tag 455.
func (m NoSecurityAltID) SetSecurityAltID(v string) {
m.Set(field.NewSecurityAltID(v))
}
// SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.
func (m NoSecurityAltID) SetSecurityAltIDSource(v string) {
m.Set(field.NewSecurityAltIDSource(v))
}
// GetSecurityAltID gets SecurityAltID, Tag 455.
func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError) {
var f field.SecurityAltIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.
func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError) {
var f field.SecurityAltIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasSecurityAltID returns true if SecurityAltID is present, Tag 455.
func (m NoSecurityAltID) HasSecurityAltID() bool {
return m.Has(tag.SecurityAltID)
}
// HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.
func (m NoSecurityAltID) HasSecurityAltIDSource() bool {
return m.Has(tag.SecurityAltIDSource)
}
// NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
type NoSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup {
return NoSecurityAltIDRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoSecurityAltID,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.SecurityAltID),
quickfix.GroupElement(tag.SecurityAltIDSource),
},
),
}
}
// Add create and append a new NoSecurityAltID to this group.
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID {
g := m.RepeatingGroup.Add()
return NoSecurityAltID{g}
}
// Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID {
return NoSecurityAltID{m.RepeatingGroup.Get(i)}
}
// NoUnderlyingSecurityAltID is a repeating group element, Tag 457.
type NoUnderlyingSecurityAltID struct {
*quickfix.Group
}
// SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458.
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) {
m.Set(field.NewUnderlyingSecurityAltID(v))
}
// SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459.
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) {
m.Set(field.NewUnderlyingSecurityAltIDSource(v))
}
// GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityAltIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459.
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingSecurityAltIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458.
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool {
return m.Has(tag.UnderlyingSecurityAltID)
}
// HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459.
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool {
return m.Has(tag.UnderlyingSecurityAltIDSource)
}
// NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457.
type NoUnderlyingSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup.
func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup {
return NoUnderlyingSecurityAltIDRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoUnderlyingSecurityAltID,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.UnderlyingSecurityAltID),
quickfix.GroupElement(tag.UnderlyingSecurityAltIDSource),
},
),
}
}
// Add create and append a new NoUnderlyingSecurityAltID to this group.
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID {
g := m.RepeatingGroup.Add()
return NoUnderlyingSecurityAltID{g}
}
// Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup.
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID {
return NoUnderlyingSecurityAltID{m.RepeatingGroup.Get(i)}
}
// NoEvents is a repeating group element, Tag 864.
type NoEvents struct {
*quickfix.Group
}
// SetEventType sets EventType, Tag 865.
func (m NoEvents) SetEventType(v enum.EventType) {
m.Set(field.NewEventType(v))
}
// SetEventDate sets EventDate, Tag 866.
func (m NoEvents) SetEventDate(v string) {
m.Set(field.NewEventDate(v))
}
// SetEventPx sets EventPx, Tag 867.
func (m NoEvents) SetEventPx(value decimal.Decimal, scale int32) {
m.Set(field.NewEventPx(value, scale))
}
// SetEventText sets EventText, Tag 868.
func (m NoEvents) SetEventText(v string) {
m.Set(field.NewEventText(v))
}
// SetEventTime sets EventTime, Tag 1145.
func (m NoEvents) SetEventTime(v time.Time) {
m.Set(field.NewEventTime(v))
}
// GetEventType gets EventType, Tag 865.
func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError) {
var f field.EventTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEventDate gets EventDate, Tag 866.
func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError) {
var f field.EventDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEventPx gets EventPx, Tag 867.
func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.EventPxField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEventText gets EventText, Tag 868.
func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError) {
var f field.EventTextField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetEventTime gets EventTime, Tag 1145.
func (m NoEvents) GetEventTime() (v time.Time, err quickfix.MessageRejectError) {
var f field.EventTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasEventType returns true if EventType is present, Tag 865.
func (m NoEvents) HasEventType() bool {
return m.Has(tag.EventType)
}
// HasEventDate returns true if EventDate is present, Tag 866.
func (m NoEvents) HasEventDate() bool {
return m.Has(tag.EventDate)
}
// HasEventPx returns true if EventPx is present, Tag 867.
func (m NoEvents) HasEventPx() bool {
return m.Has(tag.EventPx)
}
// HasEventText returns true if EventText is present, Tag 868.
func (m NoEvents) HasEventText() bool {
return m.Has(tag.EventText)
}
// HasEventTime returns true if EventTime is present, Tag 1145.
func (m NoEvents) HasEventTime() bool {
return m.Has(tag.EventTime)
}
// NoEventsRepeatingGroup is a repeating group, Tag 864.
type NoEventsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup.
func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup {
return NoEventsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoEvents,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.EventType),
quickfix.GroupElement(tag.EventDate),
quickfix.GroupElement(tag.EventPx),
quickfix.GroupElement(tag.EventText),
quickfix.GroupElement(tag.EventTime),
},
),
}
}
// Add create and append a new NoEvents to this group.
func (m NoEventsRepeatingGroup) Add() NoEvents {
g := m.RepeatingGroup.Add()
return NoEvents{g}
}
// Get returns the ith NoEvents in the NoEventsRepeatinGroup.
func (m NoEventsRepeatingGroup) Get(i int) NoEvents {
return NoEvents{m.RepeatingGroup.Get(i)}
}
// NoUnderlyingStips is a repeating group element, Tag 887.
type NoUnderlyingStips struct {
*quickfix.Group
}
// SetUnderlyingStipType sets UnderlyingStipType, Tag 888.
func (m NoUnderlyingStips) SetUnderlyingStipType(v string) {
m.Set(field.NewUnderlyingStipType(v))
}
// SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889.
func (m NoUnderlyingStips) SetUnderlyingStipValue(v string) {
m.Set(field.NewUnderlyingStipValue(v))
}
// GetUnderlyingStipType gets UnderlyingStipType, Tag 888.
func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingStipTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889.
func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingStipValueField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888.
func (m NoUnderlyingStips) HasUnderlyingStipType() bool {
return m.Has(tag.UnderlyingStipType)
}
// HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889.
func (m NoUnderlyingStips) HasUnderlyingStipValue() bool {
return m.Has(tag.UnderlyingStipValue)
}
// NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887.
type NoUnderlyingStipsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup.
func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup {
return NoUnderlyingStipsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoUnderlyingStips,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.UnderlyingStipType),
quickfix.GroupElement(tag.UnderlyingStipValue),
},
),
}
}
// Add create and append a new NoUnderlyingStips to this group.
func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips {
g := m.RepeatingGroup.Add()
return NoUnderlyingStips{g}
}
// Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup.
func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips {
return NoUnderlyingStips{m.RepeatingGroup.Get(i)}
}
// NoInstrumentParties is a repeating group element, Tag 1018.
type NoInstrumentParties struct {
*quickfix.Group
}
// SetInstrumentPartyID sets InstrumentPartyID, Tag 1019.
func (m NoInstrumentParties) SetInstrumentPartyID(v string) {
m.Set(field.NewInstrumentPartyID(v))
}
// SetInstrumentPartyIDSource sets InstrumentPartyIDSource, Tag 1050.
func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string) {
m.Set(field.NewInstrumentPartyIDSource(v))
}
// SetInstrumentPartyRole sets InstrumentPartyRole, Tag 1051.
func (m NoInstrumentParties) SetInstrumentPartyRole(v int) {
m.Set(field.NewInstrumentPartyRole(v))
}
// SetNoInstrumentPartySubIDs sets NoInstrumentPartySubIDs, Tag 1052.
func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup) {
m.SetGroup(f)
}
// GetInstrumentPartyID gets InstrumentPartyID, Tag 1019.
func (m NoInstrumentParties) GetInstrumentPartyID() (v string, err quickfix.MessageRejectError) {
var f field.InstrumentPartyIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInstrumentPartyIDSource gets InstrumentPartyIDSource, Tag 1050.
func (m NoInstrumentParties) GetInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) {
var f field.InstrumentPartyIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInstrumentPartyRole gets InstrumentPartyRole, Tag 1051.
func (m NoInstrumentParties) GetInstrumentPartyRole() (v int, err quickfix.MessageRejectError) {
var f field.InstrumentPartyRoleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoInstrumentPartySubIDs gets NoInstrumentPartySubIDs, Tag 1052.
func (m NoInstrumentParties) GetNoInstrumentPartySubIDs() (NoInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoInstrumentPartySubIDsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasInstrumentPartyID returns true if InstrumentPartyID is present, Tag 1019.
func (m NoInstrumentParties) HasInstrumentPartyID() bool {
return m.Has(tag.InstrumentPartyID)
}
// HasInstrumentPartyIDSource returns true if InstrumentPartyIDSource is present, Tag 1050.
func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool {
return m.Has(tag.InstrumentPartyIDSource)
}
// HasInstrumentPartyRole returns true if InstrumentPartyRole is present, Tag 1051.
func (m NoInstrumentParties) HasInstrumentPartyRole() bool {
return m.Has(tag.InstrumentPartyRole)
}
// HasNoInstrumentPartySubIDs returns true if NoInstrumentPartySubIDs is present, Tag 1052.
func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool {
return m.Has(tag.NoInstrumentPartySubIDs)
}
// NoInstrumentPartySubIDs is a repeating group element, Tag 1052.
type NoInstrumentPartySubIDs struct {
*quickfix.Group
}
// SetInstrumentPartySubID sets InstrumentPartySubID, Tag 1053.
func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string) {
m.Set(field.NewInstrumentPartySubID(v))
}
// SetInstrumentPartySubIDType sets InstrumentPartySubIDType, Tag 1054.
func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int) {
m.Set(field.NewInstrumentPartySubIDType(v))
}
// GetInstrumentPartySubID gets InstrumentPartySubID, Tag 1053.
func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (v string, err quickfix.MessageRejectError) {
var f field.InstrumentPartySubIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetInstrumentPartySubIDType gets InstrumentPartySubIDType, Tag 1054.
func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError) {
var f field.InstrumentPartySubIDTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasInstrumentPartySubID returns true if InstrumentPartySubID is present, Tag 1053.
func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool {
return m.Has(tag.InstrumentPartySubID)
}
// HasInstrumentPartySubIDType returns true if InstrumentPartySubIDType is present, Tag 1054.
func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool {
return m.Has(tag.InstrumentPartySubIDType)
}
// NoInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1052.
type NoInstrumentPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoInstrumentPartySubIDsRepeatingGroup returns an initialized, NoInstrumentPartySubIDsRepeatingGroup.
func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup {
return NoInstrumentPartySubIDsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoInstrumentPartySubIDs,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.InstrumentPartySubID),
quickfix.GroupElement(tag.InstrumentPartySubIDType),
},
),
}
}
// Add create and append a new NoInstrumentPartySubIDs to this group.
func (m NoInstrumentPartySubIDsRepeatingGroup) Add() NoInstrumentPartySubIDs {
g := m.RepeatingGroup.Add()
return NoInstrumentPartySubIDs{g}
}
// Get returns the ith NoInstrumentPartySubIDs in the NoInstrumentPartySubIDsRepeatinGroup.
func (m NoInstrumentPartySubIDsRepeatingGroup) Get(i int) NoInstrumentPartySubIDs {
return NoInstrumentPartySubIDs{m.RepeatingGroup.Get(i)}
}
// NoInstrumentPartiesRepeatingGroup is a repeating group, Tag 1018.
type NoInstrumentPartiesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoInstrumentPartiesRepeatingGroup returns an initialized, NoInstrumentPartiesRepeatingGroup.
func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup {
return NoInstrumentPartiesRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoInstrumentParties,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.InstrumentPartyID),
quickfix.GroupElement(tag.InstrumentPartyIDSource),
quickfix.GroupElement(tag.InstrumentPartyRole),
NewNoInstrumentPartySubIDsRepeatingGroup(),
},
),
}
}
// Add create and append a new NoInstrumentParties to this group.
func (m NoInstrumentPartiesRepeatingGroup) Add() NoInstrumentParties {
g := m.RepeatingGroup.Add()
return NoInstrumentParties{g}
}
// Get returns the ith NoInstrumentParties in the NoInstrumentPartiesRepeatinGroup.
func (m NoInstrumentPartiesRepeatingGroup) Get(i int) NoInstrumentParties {
return NoInstrumentParties{m.RepeatingGroup.Get(i)}
}
// NoUndlyInstrumentParties is a repeating group element, Tag 1058.
type NoUndlyInstrumentParties struct {
*quickfix.Group
}
// SetUnderlyingInstrumentPartyID sets UnderlyingInstrumentPartyID, Tag 1059.
func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID(v string) {
m.Set(field.NewUnderlyingInstrumentPartyID(v))
}
// SetUnderlyingInstrumentPartyIDSource sets UnderlyingInstrumentPartyIDSource, Tag 1060.
func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource(v string) {
m.Set(field.NewUnderlyingInstrumentPartyIDSource(v))
}
// SetUnderlyingInstrumentPartyRole sets UnderlyingInstrumentPartyRole, Tag 1061.
func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole(v int) {
m.Set(field.NewUnderlyingInstrumentPartyRole(v))
}
// SetNoUndlyInstrumentPartySubIDs sets NoUndlyInstrumentPartySubIDs, Tag 1062.
func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup) {
m.SetGroup(f)
}
// GetUnderlyingInstrumentPartyID gets UnderlyingInstrumentPartyID, Tag 1059.
func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyID() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrumentPartyIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingInstrumentPartyIDSource gets UnderlyingInstrumentPartyIDSource, Tag 1060.
func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrumentPartyIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingInstrumentPartyRole gets UnderlyingInstrumentPartyRole, Tag 1061.
func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyRole() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrumentPartyRoleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoUndlyInstrumentPartySubIDs gets NoUndlyInstrumentPartySubIDs, Tag 1062.
func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoUndlyInstrumentPartySubIDsRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasUnderlyingInstrumentPartyID returns true if UnderlyingInstrumentPartyID is present, Tag 1059.
func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyID() bool {
return m.Has(tag.UnderlyingInstrumentPartyID)
}
// HasUnderlyingInstrumentPartyIDSource returns true if UnderlyingInstrumentPartyIDSource is present, Tag 1060.
func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyIDSource() bool {
return m.Has(tag.UnderlyingInstrumentPartyIDSource)
}
// HasUnderlyingInstrumentPartyRole returns true if UnderlyingInstrumentPartyRole is present, Tag 1061.
func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyRole() bool {
return m.Has(tag.UnderlyingInstrumentPartyRole)
}
// HasNoUndlyInstrumentPartySubIDs returns true if NoUndlyInstrumentPartySubIDs is present, Tag 1062.
func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool {
return m.Has(tag.NoUndlyInstrumentPartySubIDs)
}
// NoUndlyInstrumentPartySubIDs is a repeating group element, Tag 1062.
type NoUndlyInstrumentPartySubIDs struct {
*quickfix.Group
}
// SetUnderlyingInstrumentPartySubID sets UnderlyingInstrumentPartySubID, Tag 1063.
func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubID(v string) {
m.Set(field.NewUnderlyingInstrumentPartySubID(v))
}
// SetUnderlyingInstrumentPartySubIDType sets UnderlyingInstrumentPartySubIDType, Tag 1064.
func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubIDType(v int) {
m.Set(field.NewUnderlyingInstrumentPartySubIDType(v))
}
// GetUnderlyingInstrumentPartySubID gets UnderlyingInstrumentPartySubID, Tag 1063.
func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubID() (v string, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrumentPartySubIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetUnderlyingInstrumentPartySubIDType gets UnderlyingInstrumentPartySubIDType, Tag 1064.
func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError) {
var f field.UnderlyingInstrumentPartySubIDTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasUnderlyingInstrumentPartySubID returns true if UnderlyingInstrumentPartySubID is present, Tag 1063.
func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubID() bool {
return m.Has(tag.UnderlyingInstrumentPartySubID)
}
// HasUnderlyingInstrumentPartySubIDType returns true if UnderlyingInstrumentPartySubIDType is present, Tag 1064.
func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubIDType() bool {
return m.Has(tag.UnderlyingInstrumentPartySubIDType)
}
// NoUndlyInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1062.
type NoUndlyInstrumentPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoUndlyInstrumentPartySubIDsRepeatingGroup returns an initialized, NoUndlyInstrumentPartySubIDsRepeatingGroup.
func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup {
return NoUndlyInstrumentPartySubIDsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoUndlyInstrumentPartySubIDs,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.UnderlyingInstrumentPartySubID),
quickfix.GroupElement(tag.UnderlyingInstrumentPartySubIDType),
},
),
}
}
// Add create and append a new NoUndlyInstrumentPartySubIDs to this group.
func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Add() NoUndlyInstrumentPartySubIDs {
g := m.RepeatingGroup.Add()
return NoUndlyInstrumentPartySubIDs{g}
}
// Get returns the ith NoUndlyInstrumentPartySubIDs in the NoUndlyInstrumentPartySubIDsRepeatinGroup.
func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Get(i int) NoUndlyInstrumentPartySubIDs {
return NoUndlyInstrumentPartySubIDs{m.RepeatingGroup.Get(i)}
}
// NoUndlyInstrumentPartiesRepeatingGroup is a repeating group, Tag 1058.
type NoUndlyInstrumentPartiesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoUndlyInstrumentPartiesRepeatingGroup returns an initialized, NoUndlyInstrumentPartiesRepeatingGroup.
func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup {
return NoUndlyInstrumentPartiesRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoUndlyInstrumentParties,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.UnderlyingInstrumentPartyID),
quickfix.GroupElement(tag.UnderlyingInstrumentPartyIDSource),
quickfix.GroupElement(tag.UnderlyingInstrumentPartyRole),
NewNoUndlyInstrumentPartySubIDsRepeatingGroup(),
},
),
}
}
// Add create and append a new NoUndlyInstrumentParties to this group.
func (m NoUndlyInstrumentPartiesRepeatingGroup) Add() NoUndlyInstrumentParties {
g := m.RepeatingGroup.Add()
return NoUndlyInstrumentParties{g}
}
// Get returns the ith NoUndlyInstrumentParties in the NoUndlyInstrumentPartiesRepeatinGroup.
func (m NoUndlyInstrumentPartiesRepeatingGroup) Get(i int) NoUndlyInstrumentParties {
return NoUndlyInstrumentParties{m.RepeatingGroup.Get(i)}
}
// NoTargetPartyIDs is a repeating group element, Tag 1461.
type NoTargetPartyIDs struct {
*quickfix.Group
}
// SetTargetPartyID sets TargetPartyID, Tag 1462.
func (m NoTargetPartyIDs) SetTargetPartyID(v string) {
m.Set(field.NewTargetPartyID(v))
}
// SetTargetPartyIDSource sets TargetPartyIDSource, Tag 1463.
func (m NoTargetPartyIDs) SetTargetPartyIDSource(v string) {
m.Set(field.NewTargetPartyIDSource(v))
}
// SetTargetPartyRole sets TargetPartyRole, Tag 1464.
func (m NoTargetPartyIDs) SetTargetPartyRole(v int) {
m.Set(field.NewTargetPartyRole(v))
}
// GetTargetPartyID gets TargetPartyID, Tag 1462.
func (m NoTargetPartyIDs) GetTargetPartyID() (v string, err quickfix.MessageRejectError) {
var f field.TargetPartyIDField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTargetPartyIDSource gets TargetPartyIDSource, Tag 1463.
func (m NoTargetPartyIDs) GetTargetPartyIDSource() (v string, err quickfix.MessageRejectError) {
var f field.TargetPartyIDSourceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetTargetPartyRole gets TargetPartyRole, Tag 1464.
func (m NoTargetPartyIDs) GetTargetPartyRole() (v int, err quickfix.MessageRejectError) {
var f field.TargetPartyRoleField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasTargetPartyID returns true if TargetPartyID is present, Tag 1462.
func (m NoTargetPartyIDs) HasTargetPartyID() bool {
return m.Has(tag.TargetPartyID)
}
// HasTargetPartyIDSource returns true if TargetPartyIDSource is present, Tag 1463.
func (m NoTargetPartyIDs) HasTargetPartyIDSource() bool {
return m.Has(tag.TargetPartyIDSource)
}
// HasTargetPartyRole returns true if TargetPartyRole is present, Tag 1464.
func (m NoTargetPartyIDs) HasTargetPartyRole() bool {
return m.Has(tag.TargetPartyRole)
}
// NoTargetPartyIDsRepeatingGroup is a repeating group, Tag 1461.
type NoTargetPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoTargetPartyIDsRepeatingGroup returns an initialized, NoTargetPartyIDsRepeatingGroup.
func NewNoTargetPartyIDsRepeatingGroup() NoTargetPartyIDsRepeatingGroup {
return NoTargetPartyIDsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoTargetPartyIDs,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.TargetPartyID),
quickfix.GroupElement(tag.TargetPartyIDSource),
quickfix.GroupElement(tag.TargetPartyRole),
},
),
}
}
// Add create and append a new NoTargetPartyIDs to this group.
func (m NoTargetPartyIDsRepeatingGroup) Add() NoTargetPartyIDs {
g := m.RepeatingGroup.Add()
return NoTargetPartyIDs{g}
}
// Get returns the ith NoTargetPartyIDs in the NoTargetPartyIDsRepeatinGroup.
func (m NoTargetPartyIDsRepeatingGroup) Get(i int) NoTargetPartyIDs {
return NoTargetPartyIDs{m.RepeatingGroup.Get(i)}
}
// NoComplexEvents is a repeating group element, Tag 1483.
type NoComplexEvents struct {
*quickfix.Group
}
// SetComplexEventType sets ComplexEventType, Tag 1484.
func (m NoComplexEvents) SetComplexEventType(v enum.ComplexEventType) {
m.Set(field.NewComplexEventType(v))
}
// SetComplexOptPayoutAmount sets ComplexOptPayoutAmount, Tag 1485.
func (m NoComplexEvents) SetComplexOptPayoutAmount(value decimal.Decimal, scale int32) {
m.Set(field.NewComplexOptPayoutAmount(value, scale))
}
// SetComplexEventPrice sets ComplexEventPrice, Tag 1486.
func (m NoComplexEvents) SetComplexEventPrice(value decimal.Decimal, scale int32) {
m.Set(field.NewComplexEventPrice(value, scale))
}
// SetComplexEventPriceBoundaryMethod sets ComplexEventPriceBoundaryMethod, Tag 1487.
func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v enum.ComplexEventPriceBoundaryMethod) {
m.Set(field.NewComplexEventPriceBoundaryMethod(v))
}
// SetComplexEventPriceBoundaryPrecision sets ComplexEventPriceBoundaryPrecision, Tag 1488.
func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32) {
m.Set(field.NewComplexEventPriceBoundaryPrecision(value, scale))
}
// SetComplexEventPriceTimeType sets ComplexEventPriceTimeType, Tag 1489.
func (m NoComplexEvents) SetComplexEventPriceTimeType(v enum.ComplexEventPriceTimeType) {
m.Set(field.NewComplexEventPriceTimeType(v))
}
// SetComplexEventCondition sets ComplexEventCondition, Tag 1490.
func (m NoComplexEvents) SetComplexEventCondition(v enum.ComplexEventCondition) {
m.Set(field.NewComplexEventCondition(v))
}
// SetNoComplexEventDates sets NoComplexEventDates, Tag 1491.
func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup) {
m.SetGroup(f)
}
// GetComplexEventType gets ComplexEventType, Tag 1484.
func (m NoComplexEvents) GetComplexEventType() (v enum.ComplexEventType, err quickfix.MessageRejectError) {
var f field.ComplexEventTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexOptPayoutAmount gets ComplexOptPayoutAmount, Tag 1485.
func (m NoComplexEvents) GetComplexOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.ComplexOptPayoutAmountField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventPrice gets ComplexEventPrice, Tag 1486.
func (m NoComplexEvents) GetComplexEventPrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.ComplexEventPriceField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventPriceBoundaryMethod gets ComplexEventPriceBoundaryMethod, Tag 1487.
func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (v enum.ComplexEventPriceBoundaryMethod, err quickfix.MessageRejectError) {
var f field.ComplexEventPriceBoundaryMethodField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventPriceBoundaryPrecision gets ComplexEventPriceBoundaryPrecision, Tag 1488.
func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError) {
var f field.ComplexEventPriceBoundaryPrecisionField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventPriceTimeType gets ComplexEventPriceTimeType, Tag 1489.
func (m NoComplexEvents) GetComplexEventPriceTimeType() (v enum.ComplexEventPriceTimeType, err quickfix.MessageRejectError) {
var f field.ComplexEventPriceTimeTypeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventCondition gets ComplexEventCondition, Tag 1490.
func (m NoComplexEvents) GetComplexEventCondition() (v enum.ComplexEventCondition, err quickfix.MessageRejectError) {
var f field.ComplexEventConditionField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoComplexEventDates gets NoComplexEventDates, Tag 1491.
func (m NoComplexEvents) GetNoComplexEventDates() (NoComplexEventDatesRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoComplexEventDatesRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasComplexEventType returns true if ComplexEventType is present, Tag 1484.
func (m NoComplexEvents) HasComplexEventType() bool {
return m.Has(tag.ComplexEventType)
}
// HasComplexOptPayoutAmount returns true if ComplexOptPayoutAmount is present, Tag 1485.
func (m NoComplexEvents) HasComplexOptPayoutAmount() bool {
return m.Has(tag.ComplexOptPayoutAmount)
}
// HasComplexEventPrice returns true if ComplexEventPrice is present, Tag 1486.
func (m NoComplexEvents) HasComplexEventPrice() bool {
return m.Has(tag.ComplexEventPrice)
}
// HasComplexEventPriceBoundaryMethod returns true if ComplexEventPriceBoundaryMethod is present, Tag 1487.
func (m NoComplexEvents) HasComplexEventPriceBoundaryMethod() bool {
return m.Has(tag.ComplexEventPriceBoundaryMethod)
}
// HasComplexEventPriceBoundaryPrecision returns true if ComplexEventPriceBoundaryPrecision is present, Tag 1488.
func (m NoComplexEvents) HasComplexEventPriceBoundaryPrecision() bool {
return m.Has(tag.ComplexEventPriceBoundaryPrecision)
}
// HasComplexEventPriceTimeType returns true if ComplexEventPriceTimeType is present, Tag 1489.
func (m NoComplexEvents) HasComplexEventPriceTimeType() bool {
return m.Has(tag.ComplexEventPriceTimeType)
}
// HasComplexEventCondition returns true if ComplexEventCondition is present, Tag 1490.
func (m NoComplexEvents) HasComplexEventCondition() bool {
return m.Has(tag.ComplexEventCondition)
}
// HasNoComplexEventDates returns true if NoComplexEventDates is present, Tag 1491.
func (m NoComplexEvents) HasNoComplexEventDates() bool {
return m.Has(tag.NoComplexEventDates)
}
// NoComplexEventDates is a repeating group element, Tag 1491.
type NoComplexEventDates struct {
*quickfix.Group
}
// SetComplexEventStartDate sets ComplexEventStartDate, Tag 1492.
func (m NoComplexEventDates) SetComplexEventStartDate(v time.Time) {
m.Set(field.NewComplexEventStartDate(v))
}
// SetComplexEventEndDate sets ComplexEventEndDate, Tag 1493.
func (m NoComplexEventDates) SetComplexEventEndDate(v time.Time) {
m.Set(field.NewComplexEventEndDate(v))
}
// SetNoComplexEventTimes sets NoComplexEventTimes, Tag 1494.
func (m NoComplexEventDates) SetNoComplexEventTimes(f NoComplexEventTimesRepeatingGroup) {
m.SetGroup(f)
}
// GetComplexEventStartDate gets ComplexEventStartDate, Tag 1492.
func (m NoComplexEventDates) GetComplexEventStartDate() (v time.Time, err quickfix.MessageRejectError) {
var f field.ComplexEventStartDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventEndDate gets ComplexEventEndDate, Tag 1493.
func (m NoComplexEventDates) GetComplexEventEndDate() (v time.Time, err quickfix.MessageRejectError) {
var f field.ComplexEventEndDateField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetNoComplexEventTimes gets NoComplexEventTimes, Tag 1494.
func (m NoComplexEventDates) GetNoComplexEventTimes() (NoComplexEventTimesRepeatingGroup, quickfix.MessageRejectError) {
f := NewNoComplexEventTimesRepeatingGroup()
err := m.GetGroup(f)
return f, err
}
// HasComplexEventStartDate returns true if ComplexEventStartDate is present, Tag 1492.
func (m NoComplexEventDates) HasComplexEventStartDate() bool {
return m.Has(tag.ComplexEventStartDate)
}
// HasComplexEventEndDate returns true if ComplexEventEndDate is present, Tag 1493.
func (m NoComplexEventDates) HasComplexEventEndDate() bool {
return m.Has(tag.ComplexEventEndDate)
}
// HasNoComplexEventTimes returns true if NoComplexEventTimes is present, Tag 1494.
func (m NoComplexEventDates) HasNoComplexEventTimes() bool {
return m.Has(tag.NoComplexEventTimes)
}
// NoComplexEventTimes is a repeating group element, Tag 1494.
type NoComplexEventTimes struct {
*quickfix.Group
}
// SetComplexEventStartTime sets ComplexEventStartTime, Tag 1495.
func (m NoComplexEventTimes) SetComplexEventStartTime(v string) {
m.Set(field.NewComplexEventStartTime(v))
}
// SetComplexEventEndTime sets ComplexEventEndTime, Tag 1496.
func (m NoComplexEventTimes) SetComplexEventEndTime(v string) {
m.Set(field.NewComplexEventEndTime(v))
}
// GetComplexEventStartTime gets ComplexEventStartTime, Tag 1495.
func (m NoComplexEventTimes) GetComplexEventStartTime() (v string, err quickfix.MessageRejectError) {
var f field.ComplexEventStartTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// GetComplexEventEndTime gets ComplexEventEndTime, Tag 1496.
func (m NoComplexEventTimes) GetComplexEventEndTime() (v string, err quickfix.MessageRejectError) {
var f field.ComplexEventEndTimeField
if err = m.Get(&f); err == nil {
v = f.Value()
}
return
}
// HasComplexEventStartTime returns true if ComplexEventStartTime is present, Tag 1495.
func (m NoComplexEventTimes) HasComplexEventStartTime() bool {
return m.Has(tag.ComplexEventStartTime)
}
// HasComplexEventEndTime returns true if ComplexEventEndTime is present, Tag 1496.
func (m NoComplexEventTimes) HasComplexEventEndTime() bool {
return m.Has(tag.ComplexEventEndTime)
}
// NoComplexEventTimesRepeatingGroup is a repeating group, Tag 1494.
type NoComplexEventTimesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoComplexEventTimesRepeatingGroup returns an initialized, NoComplexEventTimesRepeatingGroup.
func NewNoComplexEventTimesRepeatingGroup() NoComplexEventTimesRepeatingGroup {
return NoComplexEventTimesRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoComplexEventTimes,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.ComplexEventStartTime),
quickfix.GroupElement(tag.ComplexEventEndTime),
},
),
}
}
// Add create and append a new NoComplexEventTimes to this group.
func (m NoComplexEventTimesRepeatingGroup) Add() NoComplexEventTimes {
g := m.RepeatingGroup.Add()
return NoComplexEventTimes{g}
}
// Get returns the ith NoComplexEventTimes in the NoComplexEventTimesRepeatinGroup.
func (m NoComplexEventTimesRepeatingGroup) Get(i int) NoComplexEventTimes {
return NoComplexEventTimes{m.RepeatingGroup.Get(i)}
}
// NoComplexEventDatesRepeatingGroup is a repeating group, Tag 1491.
type NoComplexEventDatesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoComplexEventDatesRepeatingGroup returns an initialized, NoComplexEventDatesRepeatingGroup.
func NewNoComplexEventDatesRepeatingGroup() NoComplexEventDatesRepeatingGroup {
return NoComplexEventDatesRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoComplexEventDates,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.ComplexEventStartDate),
quickfix.GroupElement(tag.ComplexEventEndDate),
NewNoComplexEventTimesRepeatingGroup(),
},
),
}
}
// Add create and append a new NoComplexEventDates to this group.
func (m NoComplexEventDatesRepeatingGroup) Add() NoComplexEventDates {
g := m.RepeatingGroup.Add()
return NoComplexEventDates{g}
}
// Get returns the ith NoComplexEventDates in the NoComplexEventDatesRepeatinGroup.
func (m NoComplexEventDatesRepeatingGroup) Get(i int) NoComplexEventDates {
return NoComplexEventDates{m.RepeatingGroup.Get(i)}
}
// NoComplexEventsRepeatingGroup is a repeating group, Tag 1483.
type NoComplexEventsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
// NewNoComplexEventsRepeatingGroup returns an initialized, NoComplexEventsRepeatingGroup.
func NewNoComplexEventsRepeatingGroup() NoComplexEventsRepeatingGroup {
return NoComplexEventsRepeatingGroup{
quickfix.NewRepeatingGroup(
tag.NoComplexEvents,
quickfix.GroupTemplate{
quickfix.GroupElement(tag.ComplexEventType),
quickfix.GroupElement(tag.ComplexOptPayoutAmount),
quickfix.GroupElement(tag.ComplexEventPrice),
quickfix.GroupElement(tag.ComplexEventPriceBoundaryMethod),
quickfix.GroupElement(tag.ComplexEventPriceBoundaryPrecision),
quickfix.GroupElement(tag.ComplexEventPriceTimeType),
quickfix.GroupElement(tag.ComplexEventCondition),
NewNoComplexEventDatesRepeatingGroup(),
},
),
}
}
// Add create and append a new NoComplexEvents to this group.
func (m NoComplexEventsRepeatingGroup) Add() NoComplexEvents {
g := m.RepeatingGroup.Add()
return NoComplexEvents{g}
}
// Get returns the ith NoComplexEvents in the NoComplexEventsRepeatinGroup.
func (m NoComplexEventsRepeatingGroup) Get(i int) NoComplexEvents {
return NoComplexEvents{m.RepeatingGroup.Get(i)}
}