ordermasscancelreport

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

func Route ¶

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type

Types ¶

type NoAffectedOrders ¶

type NoAffectedOrders struct {
	quickfix.Group
}

NoAffectedOrders is a repeating group element, Tag 534

func (NoAffectedOrders) GetAffectedOrderID ¶ added in v0.4.0

func (m NoAffectedOrders) GetAffectedOrderID() (f field.AffectedOrderIDField, err quickfix.MessageRejectError)

GetAffectedOrderID gets AffectedOrderID, Tag 535

func (NoAffectedOrders) GetAffectedSecondaryOrderID ¶ added in v0.4.0

func (m NoAffectedOrders) GetAffectedSecondaryOrderID() (f field.AffectedSecondaryOrderIDField, err quickfix.MessageRejectError)

GetAffectedSecondaryOrderID gets AffectedSecondaryOrderID, Tag 536

func (NoAffectedOrders) GetOrigClOrdID ¶ added in v0.4.0

GetOrigClOrdID gets OrigClOrdID, Tag 41

func (NoAffectedOrders) HasAffectedOrderID ¶ added in v0.4.0

func (m NoAffectedOrders) HasAffectedOrderID() bool

HasAffectedOrderID returns true if AffectedOrderID is present, Tag 535

func (NoAffectedOrders) HasAffectedSecondaryOrderID ¶ added in v0.4.0

func (m NoAffectedOrders) HasAffectedSecondaryOrderID() bool

HasAffectedSecondaryOrderID returns true if AffectedSecondaryOrderID is present, Tag 536

func (NoAffectedOrders) HasOrigClOrdID ¶ added in v0.4.0

func (m NoAffectedOrders) HasOrigClOrdID() bool

HasOrigClOrdID returns true if OrigClOrdID is present, Tag 41

func (NoAffectedOrders) SetAffectedOrderID ¶ added in v0.2.0

func (m NoAffectedOrders) SetAffectedOrderID(v string)

SetAffectedOrderID sets AffectedOrderID, Tag 535

func (NoAffectedOrders) SetAffectedSecondaryOrderID ¶ added in v0.2.0

func (m NoAffectedOrders) SetAffectedSecondaryOrderID(v string)

SetAffectedSecondaryOrderID sets AffectedSecondaryOrderID, Tag 536

func (NoAffectedOrders) SetOrigClOrdID ¶ added in v0.2.0

func (m NoAffectedOrders) SetOrigClOrdID(v string)

SetOrigClOrdID sets OrigClOrdID, Tag 41

type NoAffectedOrdersRepeatingGroup ¶ added in v0.4.0

type NoAffectedOrdersRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAffectedOrdersRepeatingGroup is a repeating group, Tag 534

func NewNoAffectedOrdersRepeatingGroup ¶ added in v0.4.0

func NewNoAffectedOrdersRepeatingGroup() NoAffectedOrdersRepeatingGroup

NewNoAffectedOrdersRepeatingGroup returns an initialized, NoAffectedOrdersRepeatingGroup

func (NoAffectedOrdersRepeatingGroup) Add ¶ added in v0.4.0

Add create and append a new NoAffectedOrders to this group

func (NoAffectedOrdersRepeatingGroup) Get ¶ added in v0.4.0

Get returns the ith NoAffectedOrders in the NoAffectedOrdersRepeatinGroup

type NoEvents ¶ added in v0.4.0

type NoEvents struct {
	quickfix.Group
}

NoEvents is a repeating group element, Tag 864

func (NoEvents) GetEventDate ¶ added in v0.4.0

func (m NoEvents) GetEventDate() (f field.EventDateField, err quickfix.MessageRejectError)

GetEventDate gets EventDate, Tag 866

func (NoEvents) GetEventPx ¶ added in v0.4.0

func (m NoEvents) GetEventPx() (f field.EventPxField, err quickfix.MessageRejectError)

GetEventPx gets EventPx, Tag 867

func (NoEvents) GetEventText ¶ added in v0.4.0

func (m NoEvents) GetEventText() (f field.EventTextField, err quickfix.MessageRejectError)

GetEventText gets EventText, Tag 868

func (NoEvents) GetEventType ¶ added in v0.4.0

func (m NoEvents) GetEventType() (f field.EventTypeField, err quickfix.MessageRejectError)

GetEventType gets EventType, Tag 865

func (NoEvents) HasEventDate ¶ added in v0.4.0

func (m NoEvents) HasEventDate() bool

HasEventDate returns true if EventDate is present, Tag 866

func (NoEvents) HasEventPx ¶ added in v0.4.0

func (m NoEvents) HasEventPx() bool

HasEventPx returns true if EventPx is present, Tag 867

func (NoEvents) HasEventText ¶ added in v0.4.0

func (m NoEvents) HasEventText() bool

HasEventText returns true if EventText is present, Tag 868

func (NoEvents) HasEventType ¶ added in v0.4.0

func (m NoEvents) HasEventType() bool

HasEventType returns true if EventType is present, Tag 865

func (NoEvents) SetEventDate ¶ added in v0.4.0

func (m NoEvents) SetEventDate(v string)

SetEventDate sets EventDate, Tag 866

func (NoEvents) SetEventPx ¶ added in v0.4.0

func (m NoEvents) SetEventPx(value decimal.Decimal, scale int32)

SetEventPx sets EventPx, Tag 867

func (NoEvents) SetEventText ¶ added in v0.4.0

func (m NoEvents) SetEventText(v string)

SetEventText sets EventText, Tag 868

func (NoEvents) SetEventType ¶ added in v0.4.0

func (m NoEvents) SetEventType(v int)

SetEventType sets EventType, Tag 865

type NoEventsRepeatingGroup ¶ added in v0.4.0

type NoEventsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoEventsRepeatingGroup is a repeating group, Tag 864

func NewNoEventsRepeatingGroup ¶ added in v0.4.0

func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup

NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup

func (NoEventsRepeatingGroup) Add ¶ added in v0.4.0

Add create and append a new NoEvents to this group

func (NoEventsRepeatingGroup) Get ¶ added in v0.4.0

Get returns the ith NoEvents in the NoEventsRepeatinGroup

type NoSecurityAltID ¶ added in v0.4.0

type NoSecurityAltID struct {
	quickfix.Group
}

NoSecurityAltID is a repeating group element, Tag 454

func (NoSecurityAltID) GetSecurityAltID ¶ added in v0.4.0

func (m NoSecurityAltID) GetSecurityAltID() (f field.SecurityAltIDField, err quickfix.MessageRejectError)

GetSecurityAltID gets SecurityAltID, Tag 455

func (NoSecurityAltID) GetSecurityAltIDSource ¶ added in v0.4.0

func (m NoSecurityAltID) GetSecurityAltIDSource() (f field.SecurityAltIDSourceField, err quickfix.MessageRejectError)

GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456

func (NoSecurityAltID) HasSecurityAltID ¶ added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltID() bool

HasSecurityAltID returns true if SecurityAltID is present, Tag 455

func (NoSecurityAltID) HasSecurityAltIDSource ¶ added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltIDSource() bool

HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456

func (NoSecurityAltID) SetSecurityAltID ¶ added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltID(v string)

SetSecurityAltID sets SecurityAltID, Tag 455

func (NoSecurityAltID) SetSecurityAltIDSource ¶ added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltIDSource(v string)

SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456

type NoSecurityAltIDRepeatingGroup ¶ added in v0.4.0

type NoSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454

func NewNoSecurityAltIDRepeatingGroup ¶ added in v0.4.0

func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup

NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup

func (NoSecurityAltIDRepeatingGroup) Add ¶ added in v0.4.0

Add create and append a new NoSecurityAltID to this group

func (NoSecurityAltIDRepeatingGroup) Get ¶ added in v0.4.0

Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup

type NoUnderlyingSecurityAltID ¶ added in v0.4.0

type NoUnderlyingSecurityAltID struct {
	quickfix.Group
}

NoUnderlyingSecurityAltID is a repeating group element, Tag 457

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID ¶ added in v0.4.0

GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource ¶ added in v0.4.0

GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID ¶ added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool

HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource ¶ added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool

HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID ¶ added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)

SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource ¶ added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)

SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459

type NoUnderlyingSecurityAltIDRepeatingGroup ¶ added in v0.4.0

type NoUnderlyingSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457

func NewNoUnderlyingSecurityAltIDRepeatingGroup ¶ added in v0.4.0

func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup

NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup

func (NoUnderlyingSecurityAltIDRepeatingGroup) Add ¶ added in v0.4.0

Add create and append a new NoUnderlyingSecurityAltID to this group

func (NoUnderlyingSecurityAltIDRepeatingGroup) Get ¶ added in v0.4.0

Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup

type NoUnderlyingStips ¶ added in v0.4.0

type NoUnderlyingStips struct {
	quickfix.Group
}

NoUnderlyingStips is a repeating group element, Tag 887

func (NoUnderlyingStips) GetUnderlyingStipType ¶ added in v0.4.0

func (m NoUnderlyingStips) GetUnderlyingStipType() (f field.UnderlyingStipTypeField, err quickfix.MessageRejectError)

GetUnderlyingStipType gets UnderlyingStipType, Tag 888

func (NoUnderlyingStips) GetUnderlyingStipValue ¶ added in v0.4.0

func (m NoUnderlyingStips) GetUnderlyingStipValue() (f field.UnderlyingStipValueField, err quickfix.MessageRejectError)

GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889

func (NoUnderlyingStips) HasUnderlyingStipType ¶ added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipType() bool

HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888

func (NoUnderlyingStips) HasUnderlyingStipValue ¶ added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipValue() bool

HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889

func (NoUnderlyingStips) SetUnderlyingStipType ¶ added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipType(v string)

SetUnderlyingStipType sets UnderlyingStipType, Tag 888

func (NoUnderlyingStips) SetUnderlyingStipValue ¶ added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)

SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889

type NoUnderlyingStipsRepeatingGroup ¶ added in v0.4.0

type NoUnderlyingStipsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887

func NewNoUnderlyingStipsRepeatingGroup ¶ added in v0.4.0

func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup

NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup

func (NoUnderlyingStipsRepeatingGroup) Add ¶ added in v0.4.0

Add create and append a new NoUnderlyingStips to this group

func (NoUnderlyingStipsRepeatingGroup) Get ¶ added in v0.4.0

Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup

type OrderMassCancelReport ¶ added in v0.4.0

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

OrderMassCancelReport is the fix44 OrderMassCancelReport type, MsgType = r

func FromMessage ¶ added in v0.4.0

func FromMessage(m quickfix.Message) OrderMassCancelReport

FromMessage creates a OrderMassCancelReport from a quickfix.Message instance

func New ¶ added in v0.2.0

func New(orderid field.OrderIDField, masscancelrequesttype field.MassCancelRequestTypeField, masscancelresponse field.MassCancelResponseField) (m OrderMassCancelReport)

New returns a OrderMassCancelReport initialized with the required fields for OrderMassCancelReport

func (OrderMassCancelReport) GetCFICode ¶ added in v0.4.0

GetCFICode gets CFICode, Tag 461

func (OrderMassCancelReport) GetCPProgram ¶ added in v0.4.0

GetCPProgram gets CPProgram, Tag 875

func (OrderMassCancelReport) GetCPRegType ¶ added in v0.4.0

GetCPRegType gets CPRegType, Tag 876

func (OrderMassCancelReport) GetClOrdID ¶ added in v0.4.0

GetClOrdID gets ClOrdID, Tag 11

func (OrderMassCancelReport) GetContractMultiplier ¶ added in v0.4.0

GetContractMultiplier gets ContractMultiplier, Tag 231

func (OrderMassCancelReport) GetContractSettlMonth ¶ added in v0.4.0

GetContractSettlMonth gets ContractSettlMonth, Tag 667

func (OrderMassCancelReport) GetCountryOfIssue ¶ added in v0.4.0

GetCountryOfIssue gets CountryOfIssue, Tag 470

func (OrderMassCancelReport) GetCouponPaymentDate ¶ added in v0.4.0

GetCouponPaymentDate gets CouponPaymentDate, Tag 224

func (OrderMassCancelReport) GetCouponRate ¶ added in v0.4.0

GetCouponRate gets CouponRate, Tag 223

func (OrderMassCancelReport) GetCreditRating ¶ added in v0.4.0

GetCreditRating gets CreditRating, Tag 255

func (OrderMassCancelReport) GetDatedDate ¶ added in v0.4.0

GetDatedDate gets DatedDate, Tag 873

func (OrderMassCancelReport) GetEncodedIssuer ¶ added in v0.4.0

GetEncodedIssuer gets EncodedIssuer, Tag 349

func (OrderMassCancelReport) GetEncodedIssuerLen ¶ added in v0.4.0

GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348

func (OrderMassCancelReport) GetEncodedSecurityDesc ¶ added in v0.4.0

GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351

func (OrderMassCancelReport) GetEncodedSecurityDescLen ¶ added in v0.4.0

GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350

func (OrderMassCancelReport) GetEncodedText ¶ added in v0.4.0

GetEncodedText gets EncodedText, Tag 355

func (OrderMassCancelReport) GetEncodedTextLen ¶ added in v0.4.0

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (OrderMassCancelReport) GetEncodedUnderlyingIssuer ¶ added in v0.4.0

GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363

func (OrderMassCancelReport) GetEncodedUnderlyingIssuerLen ¶ added in v0.4.0

func (m OrderMassCancelReport) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362

func (OrderMassCancelReport) GetEncodedUnderlyingSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365

func (OrderMassCancelReport) GetEncodedUnderlyingSecurityDescLen ¶ added in v0.4.0

func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364

func (OrderMassCancelReport) GetFactor ¶ added in v0.4.0

GetFactor gets Factor, Tag 228

func (OrderMassCancelReport) GetInstrRegistry ¶ added in v0.4.0

GetInstrRegistry gets InstrRegistry, Tag 543

func (OrderMassCancelReport) GetInterestAccrualDate ¶ added in v0.4.0

GetInterestAccrualDate gets InterestAccrualDate, Tag 874

func (OrderMassCancelReport) GetIssueDate ¶ added in v0.4.0

GetIssueDate gets IssueDate, Tag 225

func (OrderMassCancelReport) GetIssuer ¶ added in v0.4.0

GetIssuer gets Issuer, Tag 106

func (OrderMassCancelReport) GetLocaleOfIssue ¶ added in v0.4.0

GetLocaleOfIssue gets LocaleOfIssue, Tag 472

func (OrderMassCancelReport) GetMassCancelRejectReason ¶ added in v0.4.0

GetMassCancelRejectReason gets MassCancelRejectReason, Tag 532

func (OrderMassCancelReport) GetMassCancelRequestType ¶ added in v0.4.0

GetMassCancelRequestType gets MassCancelRequestType, Tag 530

func (OrderMassCancelReport) GetMassCancelResponse ¶ added in v0.4.0

GetMassCancelResponse gets MassCancelResponse, Tag 531

func (OrderMassCancelReport) GetMaturityDate ¶ added in v0.4.0

GetMaturityDate gets MaturityDate, Tag 541

func (OrderMassCancelReport) GetMaturityMonthYear ¶ added in v0.4.0

GetMaturityMonthYear gets MaturityMonthYear, Tag 200

func (OrderMassCancelReport) GetNoAffectedOrders ¶ added in v0.4.0

GetNoAffectedOrders gets NoAffectedOrders, Tag 534

func (OrderMassCancelReport) GetNoEvents ¶ added in v0.4.0

GetNoEvents gets NoEvents, Tag 864

func (OrderMassCancelReport) GetNoSecurityAltID ¶ added in v0.4.0

GetNoSecurityAltID gets NoSecurityAltID, Tag 454

func (OrderMassCancelReport) GetNoUnderlyingSecurityAltID ¶ added in v0.4.0

GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457

func (OrderMassCancelReport) GetNoUnderlyingStips ¶ added in v0.4.0

GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887

func (OrderMassCancelReport) GetOptAttribute ¶ added in v0.4.0

GetOptAttribute gets OptAttribute, Tag 206

func (OrderMassCancelReport) GetOrderID ¶ added in v0.4.0

GetOrderID gets OrderID, Tag 37

func (OrderMassCancelReport) GetPool ¶ added in v0.4.0

GetPool gets Pool, Tag 691

func (OrderMassCancelReport) GetProduct ¶ added in v0.4.0

GetProduct gets Product, Tag 460

func (OrderMassCancelReport) GetRedemptionDate ¶ added in v0.4.0

GetRedemptionDate gets RedemptionDate, Tag 240

func (OrderMassCancelReport) GetRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError)

GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239

func (OrderMassCancelReport) GetRepurchaseRate ¶ added in v0.4.0

GetRepurchaseRate gets RepurchaseRate, Tag 227

func (OrderMassCancelReport) GetRepurchaseTerm ¶ added in v0.4.0

GetRepurchaseTerm gets RepurchaseTerm, Tag 226

func (OrderMassCancelReport) GetSecondaryClOrdID ¶ added in v0.4.0

GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526

func (OrderMassCancelReport) GetSecondaryOrderID ¶ added in v0.4.0

GetSecondaryOrderID gets SecondaryOrderID, Tag 198

func (OrderMassCancelReport) GetSecurityDesc ¶ added in v0.4.0

GetSecurityDesc gets SecurityDesc, Tag 107

func (OrderMassCancelReport) GetSecurityExchange ¶ added in v0.4.0

GetSecurityExchange gets SecurityExchange, Tag 207

func (OrderMassCancelReport) GetSecurityID ¶ added in v0.4.0

GetSecurityID gets SecurityID, Tag 48

func (OrderMassCancelReport) GetSecurityIDSource ¶ added in v0.4.0

GetSecurityIDSource gets SecurityIDSource, Tag 22

func (OrderMassCancelReport) GetSecuritySubType ¶ added in v0.4.0

GetSecuritySubType gets SecuritySubType, Tag 762

func (OrderMassCancelReport) GetSecurityType ¶ added in v0.4.0

GetSecurityType gets SecurityType, Tag 167

func (OrderMassCancelReport) GetSide ¶ added in v0.4.0

GetSide gets Side, Tag 54

func (OrderMassCancelReport) GetStateOrProvinceOfIssue ¶ added in v0.4.0

GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471

func (OrderMassCancelReport) GetStrikeCurrency ¶ added in v0.4.0

GetStrikeCurrency gets StrikeCurrency, Tag 947

func (OrderMassCancelReport) GetStrikePrice ¶ added in v0.4.0

GetStrikePrice gets StrikePrice, Tag 202

func (OrderMassCancelReport) GetSymbol ¶ added in v0.4.0

GetSymbol gets Symbol, Tag 55

func (OrderMassCancelReport) GetSymbolSfx ¶ added in v0.4.0

GetSymbolSfx gets SymbolSfx, Tag 65

func (OrderMassCancelReport) GetText ¶ added in v0.4.0

GetText gets Text, Tag 58

func (OrderMassCancelReport) GetTotalAffectedOrders ¶ added in v0.4.0

GetTotalAffectedOrders gets TotalAffectedOrders, Tag 533

func (OrderMassCancelReport) GetTradingSessionID ¶ added in v0.4.0

GetTradingSessionID gets TradingSessionID, Tag 336

func (OrderMassCancelReport) GetTradingSessionSubID ¶ added in v0.4.0

GetTradingSessionSubID gets TradingSessionSubID, Tag 625

func (OrderMassCancelReport) GetTransactTime ¶ added in v0.4.0

GetTransactTime gets TransactTime, Tag 60

func (OrderMassCancelReport) GetUnderlyingCFICode ¶ added in v0.4.0

GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463

func (OrderMassCancelReport) GetUnderlyingCPProgram ¶ added in v0.4.0

GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877

func (OrderMassCancelReport) GetUnderlyingCPRegType ¶ added in v0.4.0

GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878

func (OrderMassCancelReport) GetUnderlyingContractMultiplier ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError)

GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436

func (OrderMassCancelReport) GetUnderlyingCountryOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError)

GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592

func (OrderMassCancelReport) GetUnderlyingCouponPaymentDate ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError)

GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241

func (OrderMassCancelReport) GetUnderlyingCouponRate ¶ added in v0.4.0

GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435

func (OrderMassCancelReport) GetUnderlyingCreditRating ¶ added in v0.4.0

GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256

func (OrderMassCancelReport) GetUnderlyingCurrency ¶ added in v0.4.0

GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318

func (OrderMassCancelReport) GetUnderlyingCurrentValue ¶ added in v0.4.0

GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885

func (OrderMassCancelReport) GetUnderlyingDirtyPrice ¶ added in v0.4.0

GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882

func (OrderMassCancelReport) GetUnderlyingEndPrice ¶ added in v0.4.0

GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883

func (OrderMassCancelReport) GetUnderlyingEndValue ¶ added in v0.4.0

GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886

func (OrderMassCancelReport) GetUnderlyingFactor ¶ added in v0.4.0

GetUnderlyingFactor gets UnderlyingFactor, Tag 246

func (OrderMassCancelReport) GetUnderlyingInstrRegistry ¶ added in v0.4.0

GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595

func (OrderMassCancelReport) GetUnderlyingIssueDate ¶ added in v0.4.0

GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242

func (OrderMassCancelReport) GetUnderlyingIssuer ¶ added in v0.4.0

GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306

func (OrderMassCancelReport) GetUnderlyingLocaleOfIssue ¶ added in v0.4.0

GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594

func (OrderMassCancelReport) GetUnderlyingMaturityDate ¶ added in v0.4.0

GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542

func (OrderMassCancelReport) GetUnderlyingMaturityMonthYear ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError)

GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313

func (OrderMassCancelReport) GetUnderlyingOptAttribute ¶ added in v0.4.0

GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317

func (OrderMassCancelReport) GetUnderlyingProduct ¶ added in v0.4.0

GetUnderlyingProduct gets UnderlyingProduct, Tag 462

func (OrderMassCancelReport) GetUnderlyingPx ¶ added in v0.4.0

GetUnderlyingPx gets UnderlyingPx, Tag 810

func (OrderMassCancelReport) GetUnderlyingQty ¶ added in v0.4.0

GetUnderlyingQty gets UnderlyingQty, Tag 879

func (OrderMassCancelReport) GetUnderlyingRedemptionDate ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError)

GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247

func (OrderMassCancelReport) GetUnderlyingRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, err quickfix.MessageRejectError)

GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243

func (OrderMassCancelReport) GetUnderlyingRepurchaseRate ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245

func (OrderMassCancelReport) GetUnderlyingRepurchaseTerm ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244

func (OrderMassCancelReport) GetUnderlyingSecurityDesc ¶ added in v0.4.0

GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307

func (OrderMassCancelReport) GetUnderlyingSecurityExchange ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError)

GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308

func (OrderMassCancelReport) GetUnderlyingSecurityID ¶ added in v0.4.0

GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309

func (OrderMassCancelReport) GetUnderlyingSecurityIDSource ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError)

GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305

func (OrderMassCancelReport) GetUnderlyingSecuritySubType ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError)

GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763

func (OrderMassCancelReport) GetUnderlyingSecurityType ¶ added in v0.4.0

GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310

func (OrderMassCancelReport) GetUnderlyingStartValue ¶ added in v0.4.0

GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884

func (OrderMassCancelReport) GetUnderlyingStateOrProvinceOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError)

GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593

func (OrderMassCancelReport) GetUnderlyingStrikeCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError)

GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941

func (OrderMassCancelReport) GetUnderlyingStrikePrice ¶ added in v0.4.0

GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316

func (OrderMassCancelReport) GetUnderlyingSymbol ¶ added in v0.4.0

GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311

func (OrderMassCancelReport) GetUnderlyingSymbolSfx ¶ added in v0.4.0

GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312

func (OrderMassCancelReport) HasCFICode ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCFICode() bool

HasCFICode returns true if CFICode is present, Tag 461

func (OrderMassCancelReport) HasCPProgram ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCPProgram() bool

HasCPProgram returns true if CPProgram is present, Tag 875

func (OrderMassCancelReport) HasCPRegType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCPRegType() bool

HasCPRegType returns true if CPRegType is present, Tag 876

func (OrderMassCancelReport) HasClOrdID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11

func (OrderMassCancelReport) HasContractMultiplier ¶ added in v0.4.0

func (m OrderMassCancelReport) HasContractMultiplier() bool

HasContractMultiplier returns true if ContractMultiplier is present, Tag 231

func (OrderMassCancelReport) HasContractSettlMonth ¶ added in v0.4.0

func (m OrderMassCancelReport) HasContractSettlMonth() bool

HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667

func (OrderMassCancelReport) HasCountryOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCountryOfIssue() bool

HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470

func (OrderMassCancelReport) HasCouponPaymentDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCouponPaymentDate() bool

HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224

func (OrderMassCancelReport) HasCouponRate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCouponRate() bool

HasCouponRate returns true if CouponRate is present, Tag 223

func (OrderMassCancelReport) HasCreditRating ¶ added in v0.4.0

func (m OrderMassCancelReport) HasCreditRating() bool

HasCreditRating returns true if CreditRating is present, Tag 255

func (OrderMassCancelReport) HasDatedDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasDatedDate() bool

HasDatedDate returns true if DatedDate is present, Tag 873

func (OrderMassCancelReport) HasEncodedIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedIssuer() bool

HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349

func (OrderMassCancelReport) HasEncodedIssuerLen ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedIssuerLen() bool

HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348

func (OrderMassCancelReport) HasEncodedSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedSecurityDesc() bool

HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351

func (OrderMassCancelReport) HasEncodedSecurityDescLen ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedSecurityDescLen() bool

HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350

func (OrderMassCancelReport) HasEncodedText ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355

func (OrderMassCancelReport) HasEncodedTextLen ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354

func (OrderMassCancelReport) HasEncodedUnderlyingIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedUnderlyingIssuer() bool

HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363

func (OrderMassCancelReport) HasEncodedUnderlyingIssuerLen ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedUnderlyingIssuerLen() bool

HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362

func (OrderMassCancelReport) HasEncodedUnderlyingSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDesc() bool

HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365

func (OrderMassCancelReport) HasEncodedUnderlyingSecurityDescLen ¶ added in v0.4.0

func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDescLen() bool

HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364

func (OrderMassCancelReport) HasFactor ¶ added in v0.4.0

func (m OrderMassCancelReport) HasFactor() bool

HasFactor returns true if Factor is present, Tag 228

func (OrderMassCancelReport) HasInstrRegistry ¶ added in v0.4.0

func (m OrderMassCancelReport) HasInstrRegistry() bool

HasInstrRegistry returns true if InstrRegistry is present, Tag 543

func (OrderMassCancelReport) HasInterestAccrualDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasInterestAccrualDate() bool

HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874

func (OrderMassCancelReport) HasIssueDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasIssueDate() bool

HasIssueDate returns true if IssueDate is present, Tag 225

func (OrderMassCancelReport) HasIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106

func (OrderMassCancelReport) HasLocaleOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasLocaleOfIssue() bool

HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472

func (OrderMassCancelReport) HasMassCancelRejectReason ¶ added in v0.4.0

func (m OrderMassCancelReport) HasMassCancelRejectReason() bool

HasMassCancelRejectReason returns true if MassCancelRejectReason is present, Tag 532

func (OrderMassCancelReport) HasMassCancelRequestType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasMassCancelRequestType() bool

HasMassCancelRequestType returns true if MassCancelRequestType is present, Tag 530

func (OrderMassCancelReport) HasMassCancelResponse ¶ added in v0.4.0

func (m OrderMassCancelReport) HasMassCancelResponse() bool

HasMassCancelResponse returns true if MassCancelResponse is present, Tag 531

func (OrderMassCancelReport) HasMaturityDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasMaturityDate() bool

HasMaturityDate returns true if MaturityDate is present, Tag 541

func (OrderMassCancelReport) HasMaturityMonthYear ¶ added in v0.4.0

func (m OrderMassCancelReport) HasMaturityMonthYear() bool

HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200

func (OrderMassCancelReport) HasNoAffectedOrders ¶ added in v0.4.0

func (m OrderMassCancelReport) HasNoAffectedOrders() bool

HasNoAffectedOrders returns true if NoAffectedOrders is present, Tag 534

func (OrderMassCancelReport) HasNoEvents ¶ added in v0.4.0

func (m OrderMassCancelReport) HasNoEvents() bool

HasNoEvents returns true if NoEvents is present, Tag 864

func (OrderMassCancelReport) HasNoSecurityAltID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasNoSecurityAltID() bool

HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454

func (OrderMassCancelReport) HasNoUnderlyingSecurityAltID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasNoUnderlyingSecurityAltID() bool

HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457

func (OrderMassCancelReport) HasNoUnderlyingStips ¶ added in v0.4.0

func (m OrderMassCancelReport) HasNoUnderlyingStips() bool

HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887

func (OrderMassCancelReport) HasOptAttribute ¶ added in v0.4.0

func (m OrderMassCancelReport) HasOptAttribute() bool

HasOptAttribute returns true if OptAttribute is present, Tag 206

func (OrderMassCancelReport) HasOrderID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37

func (OrderMassCancelReport) HasPool ¶ added in v0.4.0

func (m OrderMassCancelReport) HasPool() bool

HasPool returns true if Pool is present, Tag 691

func (OrderMassCancelReport) HasProduct ¶ added in v0.4.0

func (m OrderMassCancelReport) HasProduct() bool

HasProduct returns true if Product is present, Tag 460

func (OrderMassCancelReport) HasRedemptionDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasRedemptionDate() bool

HasRedemptionDate returns true if RedemptionDate is present, Tag 240

func (OrderMassCancelReport) HasRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasRepoCollateralSecurityType() bool

HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239

func (OrderMassCancelReport) HasRepurchaseRate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasRepurchaseRate() bool

HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227

func (OrderMassCancelReport) HasRepurchaseTerm ¶ added in v0.4.0

func (m OrderMassCancelReport) HasRepurchaseTerm() bool

HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226

func (OrderMassCancelReport) HasSecondaryClOrdID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecondaryClOrdID() bool

HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526

func (OrderMassCancelReport) HasSecondaryOrderID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecondaryOrderID() bool

HasSecondaryOrderID returns true if SecondaryOrderID is present, Tag 198

func (OrderMassCancelReport) HasSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107

func (OrderMassCancelReport) HasSecurityExchange ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecurityExchange() bool

HasSecurityExchange returns true if SecurityExchange is present, Tag 207

func (OrderMassCancelReport) HasSecurityID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48

func (OrderMassCancelReport) HasSecurityIDSource ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecurityIDSource() bool

HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22

func (OrderMassCancelReport) HasSecuritySubType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecuritySubType() bool

HasSecuritySubType returns true if SecuritySubType is present, Tag 762

func (OrderMassCancelReport) HasSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167

func (OrderMassCancelReport) HasSide ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSide() bool

HasSide returns true if Side is present, Tag 54

func (OrderMassCancelReport) HasStateOrProvinceOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasStateOrProvinceOfIssue() bool

HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471

func (OrderMassCancelReport) HasStrikeCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) HasStrikeCurrency() bool

HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947

func (OrderMassCancelReport) HasStrikePrice ¶ added in v0.4.0

func (m OrderMassCancelReport) HasStrikePrice() bool

HasStrikePrice returns true if StrikePrice is present, Tag 202

func (OrderMassCancelReport) HasSymbol ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55

func (OrderMassCancelReport) HasSymbolSfx ¶ added in v0.4.0

func (m OrderMassCancelReport) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65

func (OrderMassCancelReport) HasText ¶ added in v0.4.0

func (m OrderMassCancelReport) HasText() bool

HasText returns true if Text is present, Tag 58

func (OrderMassCancelReport) HasTotalAffectedOrders ¶ added in v0.4.0

func (m OrderMassCancelReport) HasTotalAffectedOrders() bool

HasTotalAffectedOrders returns true if TotalAffectedOrders is present, Tag 533

func (OrderMassCancelReport) HasTradingSessionID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasTradingSessionID() bool

HasTradingSessionID returns true if TradingSessionID is present, Tag 336

func (OrderMassCancelReport) HasTradingSessionSubID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasTradingSessionSubID() bool

HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625

func (OrderMassCancelReport) HasTransactTime ¶ added in v0.4.0

func (m OrderMassCancelReport) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60

func (OrderMassCancelReport) HasUnderlyingCFICode ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCFICode() bool

HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463

func (OrderMassCancelReport) HasUnderlyingCPProgram ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCPProgram() bool

HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877

func (OrderMassCancelReport) HasUnderlyingCPRegType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCPRegType() bool

HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878

func (OrderMassCancelReport) HasUnderlyingContractMultiplier ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingContractMultiplier() bool

HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436

func (OrderMassCancelReport) HasUnderlyingCountryOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCountryOfIssue() bool

HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592

func (OrderMassCancelReport) HasUnderlyingCouponPaymentDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCouponPaymentDate() bool

HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241

func (OrderMassCancelReport) HasUnderlyingCouponRate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCouponRate() bool

HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435

func (OrderMassCancelReport) HasUnderlyingCreditRating ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCreditRating() bool

HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256

func (OrderMassCancelReport) HasUnderlyingCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCurrency() bool

HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318

func (OrderMassCancelReport) HasUnderlyingCurrentValue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingCurrentValue() bool

HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885

func (OrderMassCancelReport) HasUnderlyingDirtyPrice ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingDirtyPrice() bool

HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882

func (OrderMassCancelReport) HasUnderlyingEndPrice ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingEndPrice() bool

HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883

func (OrderMassCancelReport) HasUnderlyingEndValue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingEndValue() bool

HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886

func (OrderMassCancelReport) HasUnderlyingFactor ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingFactor() bool

HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246

func (OrderMassCancelReport) HasUnderlyingInstrRegistry ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingInstrRegistry() bool

HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595

func (OrderMassCancelReport) HasUnderlyingIssueDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingIssueDate() bool

HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242

func (OrderMassCancelReport) HasUnderlyingIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingIssuer() bool

HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306

func (OrderMassCancelReport) HasUnderlyingLocaleOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingLocaleOfIssue() bool

HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594

func (OrderMassCancelReport) HasUnderlyingMaturityDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingMaturityDate() bool

HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542

func (OrderMassCancelReport) HasUnderlyingMaturityMonthYear ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingMaturityMonthYear() bool

HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313

func (OrderMassCancelReport) HasUnderlyingOptAttribute ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingOptAttribute() bool

HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317

func (OrderMassCancelReport) HasUnderlyingProduct ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingProduct() bool

HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462

func (OrderMassCancelReport) HasUnderlyingPx ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingPx() bool

HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810

func (OrderMassCancelReport) HasUnderlyingQty ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingQty() bool

HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879

func (OrderMassCancelReport) HasUnderlyingRedemptionDate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingRedemptionDate() bool

HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247

func (OrderMassCancelReport) HasUnderlyingRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingRepoCollateralSecurityType() bool

HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243

func (OrderMassCancelReport) HasUnderlyingRepurchaseRate ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingRepurchaseRate() bool

HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245

func (OrderMassCancelReport) HasUnderlyingRepurchaseTerm ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingRepurchaseTerm() bool

HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244

func (OrderMassCancelReport) HasUnderlyingSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecurityDesc() bool

HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307

func (OrderMassCancelReport) HasUnderlyingSecurityExchange ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecurityExchange() bool

HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308

func (OrderMassCancelReport) HasUnderlyingSecurityID ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecurityID() bool

HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309

func (OrderMassCancelReport) HasUnderlyingSecurityIDSource ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecurityIDSource() bool

HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305

func (OrderMassCancelReport) HasUnderlyingSecuritySubType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecuritySubType() bool

HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763

func (OrderMassCancelReport) HasUnderlyingSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSecurityType() bool

HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310

func (OrderMassCancelReport) HasUnderlyingStartValue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingStartValue() bool

HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884

func (OrderMassCancelReport) HasUnderlyingStateOrProvinceOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingStateOrProvinceOfIssue() bool

HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593

func (OrderMassCancelReport) HasUnderlyingStrikeCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingStrikeCurrency() bool

HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941

func (OrderMassCancelReport) HasUnderlyingStrikePrice ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingStrikePrice() bool

HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316

func (OrderMassCancelReport) HasUnderlyingSymbol ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSymbol() bool

HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311

func (OrderMassCancelReport) HasUnderlyingSymbolSfx ¶ added in v0.4.0

func (m OrderMassCancelReport) HasUnderlyingSymbolSfx() bool

HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312

func (OrderMassCancelReport) SetCFICode ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCFICode(v string)

SetCFICode sets CFICode, Tag 461

func (OrderMassCancelReport) SetCPProgram ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCPProgram(v int)

SetCPProgram sets CPProgram, Tag 875

func (OrderMassCancelReport) SetCPRegType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCPRegType(v string)

SetCPRegType sets CPRegType, Tag 876

func (OrderMassCancelReport) SetClOrdID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11

func (OrderMassCancelReport) SetContractMultiplier ¶ added in v0.4.0

func (m OrderMassCancelReport) SetContractMultiplier(value decimal.Decimal, scale int32)

SetContractMultiplier sets ContractMultiplier, Tag 231

func (OrderMassCancelReport) SetContractSettlMonth ¶ added in v0.4.0

func (m OrderMassCancelReport) SetContractSettlMonth(v string)

SetContractSettlMonth sets ContractSettlMonth, Tag 667

func (OrderMassCancelReport) SetCountryOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCountryOfIssue(v string)

SetCountryOfIssue sets CountryOfIssue, Tag 470

func (OrderMassCancelReport) SetCouponPaymentDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCouponPaymentDate(v string)

SetCouponPaymentDate sets CouponPaymentDate, Tag 224

func (OrderMassCancelReport) SetCouponRate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCouponRate(value decimal.Decimal, scale int32)

SetCouponRate sets CouponRate, Tag 223

func (OrderMassCancelReport) SetCreditRating ¶ added in v0.4.0

func (m OrderMassCancelReport) SetCreditRating(v string)

SetCreditRating sets CreditRating, Tag 255

func (OrderMassCancelReport) SetDatedDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetDatedDate(v string)

SetDatedDate sets DatedDate, Tag 873

func (OrderMassCancelReport) SetEncodedIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedIssuer(v string)

SetEncodedIssuer sets EncodedIssuer, Tag 349

func (OrderMassCancelReport) SetEncodedIssuerLen ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedIssuerLen(v int)

SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348

func (OrderMassCancelReport) SetEncodedSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedSecurityDesc(v string)

SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351

func (OrderMassCancelReport) SetEncodedSecurityDescLen ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedSecurityDescLen(v int)

SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350

func (OrderMassCancelReport) SetEncodedText ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355

func (OrderMassCancelReport) SetEncodedTextLen ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354

func (OrderMassCancelReport) SetEncodedUnderlyingIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedUnderlyingIssuer(v string)

SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363

func (OrderMassCancelReport) SetEncodedUnderlyingIssuerLen ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedUnderlyingIssuerLen(v int)

SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362

func (OrderMassCancelReport) SetEncodedUnderlyingSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDesc(v string)

SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365

func (OrderMassCancelReport) SetEncodedUnderlyingSecurityDescLen ¶ added in v0.4.0

func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDescLen(v int)

SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364

func (OrderMassCancelReport) SetFactor ¶ added in v0.4.0

func (m OrderMassCancelReport) SetFactor(value decimal.Decimal, scale int32)

SetFactor sets Factor, Tag 228

func (OrderMassCancelReport) SetInstrRegistry ¶ added in v0.4.0

func (m OrderMassCancelReport) SetInstrRegistry(v string)

SetInstrRegistry sets InstrRegistry, Tag 543

func (OrderMassCancelReport) SetInterestAccrualDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetInterestAccrualDate(v string)

SetInterestAccrualDate sets InterestAccrualDate, Tag 874

func (OrderMassCancelReport) SetIssueDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetIssueDate(v string)

SetIssueDate sets IssueDate, Tag 225

func (OrderMassCancelReport) SetIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106

func (OrderMassCancelReport) SetLocaleOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetLocaleOfIssue(v string)

SetLocaleOfIssue sets LocaleOfIssue, Tag 472

func (OrderMassCancelReport) SetMassCancelRejectReason ¶ added in v0.4.0

func (m OrderMassCancelReport) SetMassCancelRejectReason(v int)

SetMassCancelRejectReason sets MassCancelRejectReason, Tag 532

func (OrderMassCancelReport) SetMassCancelRequestType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetMassCancelRequestType(v string)

SetMassCancelRequestType sets MassCancelRequestType, Tag 530

func (OrderMassCancelReport) SetMassCancelResponse ¶ added in v0.4.0

func (m OrderMassCancelReport) SetMassCancelResponse(v string)

SetMassCancelResponse sets MassCancelResponse, Tag 531

func (OrderMassCancelReport) SetMaturityDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetMaturityDate(v string)

SetMaturityDate sets MaturityDate, Tag 541

func (OrderMassCancelReport) SetMaturityMonthYear ¶ added in v0.4.0

func (m OrderMassCancelReport) SetMaturityMonthYear(v string)

SetMaturityMonthYear sets MaturityMonthYear, Tag 200

func (OrderMassCancelReport) SetNoAffectedOrders ¶ added in v0.4.0

func (m OrderMassCancelReport) SetNoAffectedOrders(f NoAffectedOrdersRepeatingGroup)

SetNoAffectedOrders sets NoAffectedOrders, Tag 534

func (OrderMassCancelReport) SetNoEvents ¶ added in v0.4.0

SetNoEvents sets NoEvents, Tag 864

func (OrderMassCancelReport) SetNoSecurityAltID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)

SetNoSecurityAltID sets NoSecurityAltID, Tag 454

func (OrderMassCancelReport) SetNoUnderlyingSecurityAltID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)

SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457

func (OrderMassCancelReport) SetNoUnderlyingStips ¶ added in v0.4.0

func (m OrderMassCancelReport) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)

SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887

func (OrderMassCancelReport) SetOptAttribute ¶ added in v0.4.0

func (m OrderMassCancelReport) SetOptAttribute(v string)

SetOptAttribute sets OptAttribute, Tag 206

func (OrderMassCancelReport) SetOrderID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37

func (OrderMassCancelReport) SetPool ¶ added in v0.4.0

func (m OrderMassCancelReport) SetPool(v string)

SetPool sets Pool, Tag 691

func (OrderMassCancelReport) SetProduct ¶ added in v0.4.0

func (m OrderMassCancelReport) SetProduct(v int)

SetProduct sets Product, Tag 460

func (OrderMassCancelReport) SetRedemptionDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetRedemptionDate(v string)

SetRedemptionDate sets RedemptionDate, Tag 240

func (OrderMassCancelReport) SetRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetRepoCollateralSecurityType(v int)

SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239

func (OrderMassCancelReport) SetRepurchaseRate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetRepurchaseRate(value decimal.Decimal, scale int32)

SetRepurchaseRate sets RepurchaseRate, Tag 227

func (OrderMassCancelReport) SetRepurchaseTerm ¶ added in v0.4.0

func (m OrderMassCancelReport) SetRepurchaseTerm(v int)

SetRepurchaseTerm sets RepurchaseTerm, Tag 226

func (OrderMassCancelReport) SetSecondaryClOrdID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecondaryClOrdID(v string)

SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526

func (OrderMassCancelReport) SetSecondaryOrderID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecondaryOrderID(v string)

SetSecondaryOrderID sets SecondaryOrderID, Tag 198

func (OrderMassCancelReport) SetSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107

func (OrderMassCancelReport) SetSecurityExchange ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecurityExchange(v string)

SetSecurityExchange sets SecurityExchange, Tag 207

func (OrderMassCancelReport) SetSecurityID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48

func (OrderMassCancelReport) SetSecurityIDSource ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecurityIDSource(v string)

SetSecurityIDSource sets SecurityIDSource, Tag 22

func (OrderMassCancelReport) SetSecuritySubType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecuritySubType(v string)

SetSecuritySubType sets SecuritySubType, Tag 762

func (OrderMassCancelReport) SetSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSecurityType(v string)

SetSecurityType sets SecurityType, Tag 167

func (OrderMassCancelReport) SetSide ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSide(v string)

SetSide sets Side, Tag 54

func (OrderMassCancelReport) SetStateOrProvinceOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetStateOrProvinceOfIssue(v string)

SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471

func (OrderMassCancelReport) SetStrikeCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) SetStrikeCurrency(v string)

SetStrikeCurrency sets StrikeCurrency, Tag 947

func (OrderMassCancelReport) SetStrikePrice ¶ added in v0.4.0

func (m OrderMassCancelReport) SetStrikePrice(value decimal.Decimal, scale int32)

SetStrikePrice sets StrikePrice, Tag 202

func (OrderMassCancelReport) SetSymbol ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55

func (OrderMassCancelReport) SetSymbolSfx ¶ added in v0.4.0

func (m OrderMassCancelReport) SetSymbolSfx(v string)

SetSymbolSfx sets SymbolSfx, Tag 65

func (OrderMassCancelReport) SetText ¶ added in v0.4.0

func (m OrderMassCancelReport) SetText(v string)

SetText sets Text, Tag 58

func (OrderMassCancelReport) SetTotalAffectedOrders ¶ added in v0.4.0

func (m OrderMassCancelReport) SetTotalAffectedOrders(v int)

SetTotalAffectedOrders sets TotalAffectedOrders, Tag 533

func (OrderMassCancelReport) SetTradingSessionID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetTradingSessionID(v string)

SetTradingSessionID sets TradingSessionID, Tag 336

func (OrderMassCancelReport) SetTradingSessionSubID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetTradingSessionSubID(v string)

SetTradingSessionSubID sets TradingSessionSubID, Tag 625

func (OrderMassCancelReport) SetTransactTime ¶ added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60

func (OrderMassCancelReport) SetUnderlyingCFICode ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCFICode(v string)

SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463

func (OrderMassCancelReport) SetUnderlyingCPProgram ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCPProgram(v string)

SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877

func (OrderMassCancelReport) SetUnderlyingCPRegType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCPRegType(v string)

SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878

func (OrderMassCancelReport) SetUnderlyingContractMultiplier ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)

SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436

func (OrderMassCancelReport) SetUnderlyingCountryOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCountryOfIssue(v string)

SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592

func (OrderMassCancelReport) SetUnderlyingCouponPaymentDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCouponPaymentDate(v string)

SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241

func (OrderMassCancelReport) SetUnderlyingCouponRate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)

SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435

func (OrderMassCancelReport) SetUnderlyingCreditRating ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCreditRating(v string)

SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256

func (OrderMassCancelReport) SetUnderlyingCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCurrency(v string)

SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318

func (OrderMassCancelReport) SetUnderlyingCurrentValue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)

SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885

func (OrderMassCancelReport) SetUnderlyingDirtyPrice ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)

SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882

func (OrderMassCancelReport) SetUnderlyingEndPrice ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)

SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883

func (OrderMassCancelReport) SetUnderlyingEndValue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingEndValue(value decimal.Decimal, scale int32)

SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886

func (OrderMassCancelReport) SetUnderlyingFactor ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingFactor(value decimal.Decimal, scale int32)

SetUnderlyingFactor sets UnderlyingFactor, Tag 246

func (OrderMassCancelReport) SetUnderlyingInstrRegistry ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingInstrRegistry(v string)

SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595

func (OrderMassCancelReport) SetUnderlyingIssueDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingIssueDate(v string)

SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242

func (OrderMassCancelReport) SetUnderlyingIssuer ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingIssuer(v string)

SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306

func (OrderMassCancelReport) SetUnderlyingLocaleOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingLocaleOfIssue(v string)

SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594

func (OrderMassCancelReport) SetUnderlyingMaturityDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingMaturityDate(v string)

SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542

func (OrderMassCancelReport) SetUnderlyingMaturityMonthYear ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingMaturityMonthYear(v string)

SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313

func (OrderMassCancelReport) SetUnderlyingOptAttribute ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingOptAttribute(v string)

SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317

func (OrderMassCancelReport) SetUnderlyingProduct ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingProduct(v int)

SetUnderlyingProduct sets UnderlyingProduct, Tag 462

func (OrderMassCancelReport) SetUnderlyingPx ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingPx(value decimal.Decimal, scale int32)

SetUnderlyingPx sets UnderlyingPx, Tag 810

func (OrderMassCancelReport) SetUnderlyingQty ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingQty(value decimal.Decimal, scale int32)

SetUnderlyingQty sets UnderlyingQty, Tag 879

func (OrderMassCancelReport) SetUnderlyingRedemptionDate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingRedemptionDate(v string)

SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247

func (OrderMassCancelReport) SetUnderlyingRepoCollateralSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingRepoCollateralSecurityType(v int)

SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243

func (OrderMassCancelReport) SetUnderlyingRepurchaseRate ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)

SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245

func (OrderMassCancelReport) SetUnderlyingRepurchaseTerm ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingRepurchaseTerm(v int)

SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244

func (OrderMassCancelReport) SetUnderlyingSecurityDesc ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecurityDesc(v string)

SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307

func (OrderMassCancelReport) SetUnderlyingSecurityExchange ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecurityExchange(v string)

SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308

func (OrderMassCancelReport) SetUnderlyingSecurityID ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecurityID(v string)

SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309

func (OrderMassCancelReport) SetUnderlyingSecurityIDSource ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecurityIDSource(v string)

SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305

func (OrderMassCancelReport) SetUnderlyingSecuritySubType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecuritySubType(v string)

SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763

func (OrderMassCancelReport) SetUnderlyingSecurityType ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSecurityType(v string)

SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310

func (OrderMassCancelReport) SetUnderlyingStartValue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingStartValue(value decimal.Decimal, scale int32)

SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884

func (OrderMassCancelReport) SetUnderlyingStateOrProvinceOfIssue ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingStateOrProvinceOfIssue(v string)

SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593

func (OrderMassCancelReport) SetUnderlyingStrikeCurrency ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingStrikeCurrency(v string)

SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941

func (OrderMassCancelReport) SetUnderlyingStrikePrice ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)

SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316

func (OrderMassCancelReport) SetUnderlyingSymbol ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSymbol(v string)

SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311

func (OrderMassCancelReport) SetUnderlyingSymbolSfx ¶ added in v0.4.0

func (m OrderMassCancelReport) SetUnderlyingSymbolSfx(v string)

SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312

func (OrderMassCancelReport) ToMessage ¶ added in v0.4.0

func (m OrderMassCancelReport) ToMessage() quickfix.Message

ToMessage returns a quickfix.Message instance

type RouteOut ¶

A RouteOut is the callback type that should be implemented for routing Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL