derivativesecuritylistrequest

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 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 DerivativeSecurityListRequest added in v0.4.0

type DerivativeSecurityListRequest struct {
	fix44.Header
	*quickfix.Body
	fix44.Trailer
	Message *quickfix.Message
}

DerivativeSecurityListRequest is the fix44 DerivativeSecurityListRequest type, MsgType = z.

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) DerivativeSecurityListRequest

FromMessage creates a DerivativeSecurityListRequest from a quickfix.Message instance.

func New added in v0.2.0

func New(securityreqid field.SecurityReqIDField, securitylistrequesttype field.SecurityListRequestTypeField) (m DerivativeSecurityListRequest)

New returns a DerivativeSecurityListRequest initialized with the required fields for DerivativeSecurityListRequest.

func (DerivativeSecurityListRequest) GetCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) GetCurrency() (v string, err quickfix.MessageRejectError)

GetCurrency gets Currency, Tag 15.

func (DerivativeSecurityListRequest) GetEncodedText added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedText() (v string, err quickfix.MessageRejectError)

GetEncodedText gets EncodedText, Tag 355.

func (DerivativeSecurityListRequest) GetEncodedTextLen added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (DerivativeSecurityListRequest) GetEncodedUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.

func (DerivativeSecurityListRequest) GetEncodedUnderlyingIssuerLen added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.

func (DerivativeSecurityListRequest) GetEncodedUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.

func (DerivativeSecurityListRequest) GetEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m DerivativeSecurityListRequest) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.

func (DerivativeSecurityListRequest) GetNoUnderlyingSecurityAltID added in v0.4.0

func (m DerivativeSecurityListRequest) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)

GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.

func (DerivativeSecurityListRequest) GetNoUnderlyingStips added in v0.4.0

func (m DerivativeSecurityListRequest) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)

GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.

func (DerivativeSecurityListRequest) GetSecurityListRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) GetSecurityListRequestType() (v enum.SecurityListRequestType, err quickfix.MessageRejectError)

GetSecurityListRequestType gets SecurityListRequestType, Tag 559.

func (DerivativeSecurityListRequest) GetSecurityReqID added in v0.4.0

func (m DerivativeSecurityListRequest) GetSecurityReqID() (v string, err quickfix.MessageRejectError)

GetSecurityReqID gets SecurityReqID, Tag 320.

func (DerivativeSecurityListRequest) GetSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) GetSecuritySubType() (v string, err quickfix.MessageRejectError)

GetSecuritySubType gets SecuritySubType, Tag 762.

func (DerivativeSecurityListRequest) GetSubscriptionRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) GetSubscriptionRequestType() (v enum.SubscriptionRequestType, err quickfix.MessageRejectError)

GetSubscriptionRequestType gets SubscriptionRequestType, Tag 263.

func (DerivativeSecurityListRequest) GetText added in v0.4.0

func (m DerivativeSecurityListRequest) GetText() (v string, err quickfix.MessageRejectError)

GetText gets Text, Tag 58.

func (DerivativeSecurityListRequest) GetTradingSessionID added in v0.4.0

func (m DerivativeSecurityListRequest) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError)

GetTradingSessionID gets TradingSessionID, Tag 336.

func (DerivativeSecurityListRequest) GetTradingSessionSubID added in v0.4.0

func (m DerivativeSecurityListRequest) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError)

GetTradingSessionSubID gets TradingSessionSubID, Tag 625.

func (DerivativeSecurityListRequest) GetUnderlyingCFICode added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)

GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.

func (DerivativeSecurityListRequest) GetUnderlyingCPProgram added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)

GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.

func (DerivativeSecurityListRequest) GetUnderlyingCPRegType added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)

GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.

func (DerivativeSecurityListRequest) GetUnderlyingContractMultiplier added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.

func (DerivativeSecurityListRequest) GetUnderlyingCountryOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.

func (DerivativeSecurityListRequest) GetUnderlyingCouponPaymentDate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.

func (DerivativeSecurityListRequest) GetUnderlyingCouponRate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.

func (DerivativeSecurityListRequest) GetUnderlyingCreditRating added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)

GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.

func (DerivativeSecurityListRequest) GetUnderlyingCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)

GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.

func (DerivativeSecurityListRequest) GetUnderlyingCurrentValue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.

func (DerivativeSecurityListRequest) GetUnderlyingDirtyPrice added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.

func (DerivativeSecurityListRequest) GetUnderlyingEndPrice added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.

func (DerivativeSecurityListRequest) GetUnderlyingEndValue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.

func (DerivativeSecurityListRequest) GetUnderlyingFactor added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingFactor gets UnderlyingFactor, Tag 246.

func (DerivativeSecurityListRequest) GetUnderlyingInstrRegistry added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)

GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.

func (DerivativeSecurityListRequest) GetUnderlyingIssueDate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.

func (DerivativeSecurityListRequest) GetUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)

GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.

func (DerivativeSecurityListRequest) GetUnderlyingLocaleOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.

func (DerivativeSecurityListRequest) GetUnderlyingMaturityDate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.

func (DerivativeSecurityListRequest) GetUnderlyingMaturityMonthYear added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)

GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.

func (DerivativeSecurityListRequest) GetUnderlyingOptAttribute added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)

GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.

func (DerivativeSecurityListRequest) GetUnderlyingProduct added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)

GetUnderlyingProduct gets UnderlyingProduct, Tag 462.

func (DerivativeSecurityListRequest) GetUnderlyingPx added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingPx gets UnderlyingPx, Tag 810.

func (DerivativeSecurityListRequest) GetUnderlyingQty added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingQty gets UnderlyingQty, Tag 879.

func (DerivativeSecurityListRequest) GetUnderlyingRedemptionDate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.

func (DerivativeSecurityListRequest) GetUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)

GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.

func (DerivativeSecurityListRequest) GetUnderlyingRepurchaseRate added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.

func (DerivativeSecurityListRequest) GetUnderlyingRepurchaseTerm added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.

func (DerivativeSecurityListRequest) GetUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.

func (DerivativeSecurityListRequest) GetUnderlyingSecurityExchange added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.

func (DerivativeSecurityListRequest) GetUnderlyingSecurityID added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.

func (DerivativeSecurityListRequest) GetUnderlyingSecurityIDSource added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.

func (DerivativeSecurityListRequest) GetUnderlyingSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.

func (DerivativeSecurityListRequest) GetUnderlyingSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.

func (DerivativeSecurityListRequest) GetUnderlyingStartValue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.

func (DerivativeSecurityListRequest) GetUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (DerivativeSecurityListRequest) GetUnderlyingStrikeCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)

GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.

func (DerivativeSecurityListRequest) GetUnderlyingStrikePrice added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.

func (DerivativeSecurityListRequest) GetUnderlyingSymbol added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)

GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.

func (DerivativeSecurityListRequest) GetUnderlyingSymbolSfx added in v0.4.0

func (m DerivativeSecurityListRequest) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)

GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.

func (DerivativeSecurityListRequest) HasCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) HasCurrency() bool

HasCurrency returns true if Currency is present, Tag 15.

func (DerivativeSecurityListRequest) HasEncodedText added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (DerivativeSecurityListRequest) HasEncodedTextLen added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (DerivativeSecurityListRequest) HasEncodedUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedUnderlyingIssuer() bool

HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.

func (DerivativeSecurityListRequest) HasEncodedUnderlyingIssuerLen added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedUnderlyingIssuerLen() bool

HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.

func (DerivativeSecurityListRequest) HasEncodedUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedUnderlyingSecurityDesc() bool

HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.

func (DerivativeSecurityListRequest) HasEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m DerivativeSecurityListRequest) HasEncodedUnderlyingSecurityDescLen() bool

HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.

func (DerivativeSecurityListRequest) HasNoUnderlyingSecurityAltID added in v0.4.0

func (m DerivativeSecurityListRequest) HasNoUnderlyingSecurityAltID() bool

HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.

func (DerivativeSecurityListRequest) HasNoUnderlyingStips added in v0.4.0

func (m DerivativeSecurityListRequest) HasNoUnderlyingStips() bool

HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.

func (DerivativeSecurityListRequest) HasSecurityListRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) HasSecurityListRequestType() bool

HasSecurityListRequestType returns true if SecurityListRequestType is present, Tag 559.

func (DerivativeSecurityListRequest) HasSecurityReqID added in v0.4.0

func (m DerivativeSecurityListRequest) HasSecurityReqID() bool

HasSecurityReqID returns true if SecurityReqID is present, Tag 320.

func (DerivativeSecurityListRequest) HasSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) HasSecuritySubType() bool

HasSecuritySubType returns true if SecuritySubType is present, Tag 762.

func (DerivativeSecurityListRequest) HasSubscriptionRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) HasSubscriptionRequestType() bool

HasSubscriptionRequestType returns true if SubscriptionRequestType is present, Tag 263.

func (DerivativeSecurityListRequest) HasText added in v0.4.0

func (m DerivativeSecurityListRequest) HasText() bool

HasText returns true if Text is present, Tag 58.

func (DerivativeSecurityListRequest) HasTradingSessionID added in v0.4.0

func (m DerivativeSecurityListRequest) HasTradingSessionID() bool

HasTradingSessionID returns true if TradingSessionID is present, Tag 336.

func (DerivativeSecurityListRequest) HasTradingSessionSubID added in v0.4.0

func (m DerivativeSecurityListRequest) HasTradingSessionSubID() bool

HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625.

func (DerivativeSecurityListRequest) HasUnderlyingCFICode added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCFICode() bool

HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.

func (DerivativeSecurityListRequest) HasUnderlyingCPProgram added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCPProgram() bool

HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.

func (DerivativeSecurityListRequest) HasUnderlyingCPRegType added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCPRegType() bool

HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.

func (DerivativeSecurityListRequest) HasUnderlyingContractMultiplier added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingContractMultiplier() bool

HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.

func (DerivativeSecurityListRequest) HasUnderlyingCountryOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCountryOfIssue() bool

HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.

func (DerivativeSecurityListRequest) HasUnderlyingCouponPaymentDate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCouponPaymentDate() bool

HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.

func (DerivativeSecurityListRequest) HasUnderlyingCouponRate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCouponRate() bool

HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.

func (DerivativeSecurityListRequest) HasUnderlyingCreditRating added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCreditRating() bool

HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.

func (DerivativeSecurityListRequest) HasUnderlyingCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCurrency() bool

HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.

func (DerivativeSecurityListRequest) HasUnderlyingCurrentValue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingCurrentValue() bool

HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.

func (DerivativeSecurityListRequest) HasUnderlyingDirtyPrice added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingDirtyPrice() bool

HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.

func (DerivativeSecurityListRequest) HasUnderlyingEndPrice added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingEndPrice() bool

HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.

func (DerivativeSecurityListRequest) HasUnderlyingEndValue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingEndValue() bool

HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.

func (DerivativeSecurityListRequest) HasUnderlyingFactor added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingFactor() bool

HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.

func (DerivativeSecurityListRequest) HasUnderlyingInstrRegistry added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingInstrRegistry() bool

HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.

func (DerivativeSecurityListRequest) HasUnderlyingIssueDate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingIssueDate() bool

HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.

func (DerivativeSecurityListRequest) HasUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingIssuer() bool

HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.

func (DerivativeSecurityListRequest) HasUnderlyingLocaleOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingLocaleOfIssue() bool

HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.

func (DerivativeSecurityListRequest) HasUnderlyingMaturityDate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingMaturityDate() bool

HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.

func (DerivativeSecurityListRequest) HasUnderlyingMaturityMonthYear added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingMaturityMonthYear() bool

HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.

func (DerivativeSecurityListRequest) HasUnderlyingOptAttribute added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingOptAttribute() bool

HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.

func (DerivativeSecurityListRequest) HasUnderlyingProduct added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingProduct() bool

HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.

func (DerivativeSecurityListRequest) HasUnderlyingPx added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingPx() bool

HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.

func (DerivativeSecurityListRequest) HasUnderlyingQty added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingQty() bool

HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.

func (DerivativeSecurityListRequest) HasUnderlyingRedemptionDate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingRedemptionDate() bool

HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.

func (DerivativeSecurityListRequest) HasUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingRepoCollateralSecurityType() bool

HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.

func (DerivativeSecurityListRequest) HasUnderlyingRepurchaseRate added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingRepurchaseRate() bool

HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.

func (DerivativeSecurityListRequest) HasUnderlyingRepurchaseTerm added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingRepurchaseTerm() bool

HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.

func (DerivativeSecurityListRequest) HasUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecurityDesc() bool

HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.

func (DerivativeSecurityListRequest) HasUnderlyingSecurityExchange added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecurityExchange() bool

HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.

func (DerivativeSecurityListRequest) HasUnderlyingSecurityID added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecurityID() bool

HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.

func (DerivativeSecurityListRequest) HasUnderlyingSecurityIDSource added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecurityIDSource() bool

HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.

func (DerivativeSecurityListRequest) HasUnderlyingSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecuritySubType() bool

HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.

func (DerivativeSecurityListRequest) HasUnderlyingSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSecurityType() bool

HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.

func (DerivativeSecurityListRequest) HasUnderlyingStartValue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingStartValue() bool

HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.

func (DerivativeSecurityListRequest) HasUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingStateOrProvinceOfIssue() bool

HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.

func (DerivativeSecurityListRequest) HasUnderlyingStrikeCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingStrikeCurrency() bool

HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.

func (DerivativeSecurityListRequest) HasUnderlyingStrikePrice added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingStrikePrice() bool

HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.

func (DerivativeSecurityListRequest) HasUnderlyingSymbol added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSymbol() bool

HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.

func (DerivativeSecurityListRequest) HasUnderlyingSymbolSfx added in v0.4.0

func (m DerivativeSecurityListRequest) HasUnderlyingSymbolSfx() bool

HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.

func (DerivativeSecurityListRequest) SetCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) SetCurrency(v string)

SetCurrency sets Currency, Tag 15.

func (DerivativeSecurityListRequest) SetEncodedText added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (DerivativeSecurityListRequest) SetEncodedTextLen added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (DerivativeSecurityListRequest) SetEncodedUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedUnderlyingIssuer(v string)

SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.

func (DerivativeSecurityListRequest) SetEncodedUnderlyingIssuerLen added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedUnderlyingIssuerLen(v int)

SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.

func (DerivativeSecurityListRequest) SetEncodedUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedUnderlyingSecurityDesc(v string)

SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.

func (DerivativeSecurityListRequest) SetEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m DerivativeSecurityListRequest) SetEncodedUnderlyingSecurityDescLen(v int)

SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.

func (DerivativeSecurityListRequest) SetNoUnderlyingSecurityAltID added in v0.4.0

SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.

func (DerivativeSecurityListRequest) SetNoUnderlyingStips added in v0.4.0

SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.

func (DerivativeSecurityListRequest) SetSecurityListRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) SetSecurityListRequestType(v enum.SecurityListRequestType)

SetSecurityListRequestType sets SecurityListRequestType, Tag 559.

func (DerivativeSecurityListRequest) SetSecurityReqID added in v0.4.0

func (m DerivativeSecurityListRequest) SetSecurityReqID(v string)

SetSecurityReqID sets SecurityReqID, Tag 320.

func (DerivativeSecurityListRequest) SetSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) SetSecuritySubType(v string)

SetSecuritySubType sets SecuritySubType, Tag 762.

func (DerivativeSecurityListRequest) SetSubscriptionRequestType added in v0.4.0

func (m DerivativeSecurityListRequest) SetSubscriptionRequestType(v enum.SubscriptionRequestType)

SetSubscriptionRequestType sets SubscriptionRequestType, Tag 263.

func (DerivativeSecurityListRequest) SetText added in v0.4.0

SetText sets Text, Tag 58.

func (DerivativeSecurityListRequest) SetTradingSessionID added in v0.4.0

func (m DerivativeSecurityListRequest) SetTradingSessionID(v enum.TradingSessionID)

SetTradingSessionID sets TradingSessionID, Tag 336.

func (DerivativeSecurityListRequest) SetTradingSessionSubID added in v0.4.0

func (m DerivativeSecurityListRequest) SetTradingSessionSubID(v enum.TradingSessionSubID)

SetTradingSessionSubID sets TradingSessionSubID, Tag 625.

func (DerivativeSecurityListRequest) SetUnderlyingCFICode added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCFICode(v string)

SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.

func (DerivativeSecurityListRequest) SetUnderlyingCPProgram added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCPProgram(v string)

SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.

func (DerivativeSecurityListRequest) SetUnderlyingCPRegType added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCPRegType(v string)

SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.

func (DerivativeSecurityListRequest) SetUnderlyingContractMultiplier added in v0.4.0

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

SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.

func (DerivativeSecurityListRequest) SetUnderlyingCountryOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCountryOfIssue(v string)

SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.

func (DerivativeSecurityListRequest) SetUnderlyingCouponPaymentDate added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCouponPaymentDate(v string)

SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.

func (DerivativeSecurityListRequest) SetUnderlyingCouponRate added in v0.4.0

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

SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.

func (DerivativeSecurityListRequest) SetUnderlyingCreditRating added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCreditRating(v string)

SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.

func (DerivativeSecurityListRequest) SetUnderlyingCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingCurrency(v string)

SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.

func (DerivativeSecurityListRequest) SetUnderlyingCurrentValue added in v0.4.0

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

SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.

func (DerivativeSecurityListRequest) SetUnderlyingDirtyPrice added in v0.4.0

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

SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.

func (DerivativeSecurityListRequest) SetUnderlyingEndPrice added in v0.4.0

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

SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.

func (DerivativeSecurityListRequest) SetUnderlyingEndValue added in v0.4.0

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

SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.

func (DerivativeSecurityListRequest) SetUnderlyingFactor added in v0.4.0

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

SetUnderlyingFactor sets UnderlyingFactor, Tag 246.

func (DerivativeSecurityListRequest) SetUnderlyingInstrRegistry added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingInstrRegistry(v string)

SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.

func (DerivativeSecurityListRequest) SetUnderlyingIssueDate added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingIssueDate(v string)

SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.

func (DerivativeSecurityListRequest) SetUnderlyingIssuer added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingIssuer(v string)

SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.

func (DerivativeSecurityListRequest) SetUnderlyingLocaleOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingLocaleOfIssue(v string)

SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.

func (DerivativeSecurityListRequest) SetUnderlyingMaturityDate added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingMaturityDate(v string)

SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.

func (DerivativeSecurityListRequest) SetUnderlyingMaturityMonthYear added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingMaturityMonthYear(v string)

SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.

func (DerivativeSecurityListRequest) SetUnderlyingOptAttribute added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingOptAttribute(v string)

SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.

func (DerivativeSecurityListRequest) SetUnderlyingProduct added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingProduct(v int)

SetUnderlyingProduct sets UnderlyingProduct, Tag 462.

func (DerivativeSecurityListRequest) SetUnderlyingPx added in v0.4.0

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

SetUnderlyingPx sets UnderlyingPx, Tag 810.

func (DerivativeSecurityListRequest) SetUnderlyingQty added in v0.4.0

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

SetUnderlyingQty sets UnderlyingQty, Tag 879.

func (DerivativeSecurityListRequest) SetUnderlyingRedemptionDate added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingRedemptionDate(v string)

SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.

func (DerivativeSecurityListRequest) SetUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingRepoCollateralSecurityType(v int)

SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.

func (DerivativeSecurityListRequest) SetUnderlyingRepurchaseRate added in v0.4.0

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

SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.

func (DerivativeSecurityListRequest) SetUnderlyingRepurchaseTerm added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingRepurchaseTerm(v int)

SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.

func (DerivativeSecurityListRequest) SetUnderlyingSecurityDesc added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecurityDesc(v string)

SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.

func (DerivativeSecurityListRequest) SetUnderlyingSecurityExchange added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecurityExchange(v string)

SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.

func (DerivativeSecurityListRequest) SetUnderlyingSecurityID added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecurityID(v string)

SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.

func (DerivativeSecurityListRequest) SetUnderlyingSecurityIDSource added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecurityIDSource(v string)

SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.

func (DerivativeSecurityListRequest) SetUnderlyingSecuritySubType added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecuritySubType(v string)

SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.

func (DerivativeSecurityListRequest) SetUnderlyingSecurityType added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSecurityType(v string)

SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.

func (DerivativeSecurityListRequest) SetUnderlyingStartValue added in v0.4.0

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

SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.

func (DerivativeSecurityListRequest) SetUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingStateOrProvinceOfIssue(v string)

SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (DerivativeSecurityListRequest) SetUnderlyingStrikeCurrency added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingStrikeCurrency(v string)

SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.

func (DerivativeSecurityListRequest) SetUnderlyingStrikePrice added in v0.4.0

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

SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.

func (DerivativeSecurityListRequest) SetUnderlyingSymbol added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSymbol(v string)

SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.

func (DerivativeSecurityListRequest) SetUnderlyingSymbolSfx added in v0.4.0

func (m DerivativeSecurityListRequest) SetUnderlyingSymbolSfx(v string)

SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.

func (DerivativeSecurityListRequest) ToMessage added in v0.4.0

func (m DerivativeSecurityListRequest) ToMessage() *quickfix.Message

ToMessage returns a quickfix.Message instance.

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

func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource added in v0.4.0

func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError)

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() (v string, err quickfix.MessageRejectError)

GetUnderlyingStipType gets UnderlyingStipType, Tag 888.

func (NoUnderlyingStips) GetUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, 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 RouteOut

type RouteOut func(msg DerivativeSecurityListRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError

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