Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type LinesOfText
- func (m LinesOfText) GetEncodedText() (v string, err quickfix.MessageRejectError)
- func (m LinesOfText) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
- func (m LinesOfText) GetText() (v string, err quickfix.MessageRejectError)
- func (m LinesOfText) HasEncodedText() bool
- func (m LinesOfText) HasEncodedTextLen() bool
- func (m LinesOfText) HasText() bool
- func (m LinesOfText) SetEncodedText(v string)
- func (m LinesOfText) SetEncodedTextLen(v int)
- func (m LinesOfText) SetText(v string)
- type LinesOfTextRepeatingGroup
- type News
- func (m News) GetEncodedHeadline() (v string, err quickfix.MessageRejectError)
- func (m News) GetEncodedHeadlineLen() (v int, err quickfix.MessageRejectError)
- func (m News) GetHeadline() (v string, err quickfix.MessageRejectError)
- func (m News) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError)
- func (m News) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
- func (m News) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m News) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
- func (m News) GetRawData() (v string, err quickfix.MessageRejectError)
- func (m News) GetRawDataLength() (v int, err quickfix.MessageRejectError)
- func (m News) GetURLLink() (v string, err quickfix.MessageRejectError)
- func (m News) GetUrgency() (v enum.Urgency, err quickfix.MessageRejectError)
- func (m News) HasEncodedHeadline() bool
- func (m News) HasEncodedHeadlineLen() bool
- func (m News) HasHeadline() bool
- func (m News) HasLinesOfText() bool
- func (m News) HasNoRelatedSym() bool
- func (m News) HasNoRoutingIDs() bool
- func (m News) HasOrigTime() bool
- func (m News) HasRawData() bool
- func (m News) HasRawDataLength() bool
- func (m News) HasURLLink() bool
- func (m News) HasUrgency() bool
- func (m News) SetEncodedHeadline(v string)
- func (m News) SetEncodedHeadlineLen(v int)
- func (m News) SetHeadline(v string)
- func (m News) SetLinesOfText(f LinesOfTextRepeatingGroup)
- func (m News) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
- func (m News) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup)
- func (m News) SetOrigTime(v time.Time)
- func (m News) SetRawData(v string)
- func (m News) SetRawDataLength(v int)
- func (m News) SetURLLink(v string)
- func (m News) SetUrgency(v enum.Urgency)
- func (m News) ToMessage() *quickfix.Message
- type NoRelatedSym
- func (m NoRelatedSym) GetCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
- func (m NoRelatedSym) HasCFICode() bool
- func (m NoRelatedSym) HasContractMultiplier() bool
- func (m NoRelatedSym) HasCountryOfIssue() bool
- func (m NoRelatedSym) HasCouponPaymentDate() bool
- func (m NoRelatedSym) HasCouponRate() bool
- func (m NoRelatedSym) HasCreditRating() bool
- func (m NoRelatedSym) HasEncodedIssuer() bool
- func (m NoRelatedSym) HasEncodedIssuerLen() bool
- func (m NoRelatedSym) HasEncodedSecurityDesc() bool
- func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
- func (m NoRelatedSym) HasFactor() bool
- func (m NoRelatedSym) HasInstrRegistry() bool
- func (m NoRelatedSym) HasIssueDate() bool
- func (m NoRelatedSym) HasIssuer() bool
- func (m NoRelatedSym) HasLocaleOfIssue() bool
- func (m NoRelatedSym) HasMaturityDate() bool
- func (m NoRelatedSym) HasMaturityMonthYear() bool
- func (m NoRelatedSym) HasNoSecurityAltID() bool
- func (m NoRelatedSym) HasOptAttribute() bool
- func (m NoRelatedSym) HasProduct() bool
- func (m NoRelatedSym) HasRedemptionDate() bool
- func (m NoRelatedSym) HasRepoCollateralSecurityType() bool
- func (m NoRelatedSym) HasRepurchaseRate() bool
- func (m NoRelatedSym) HasRepurchaseTerm() bool
- func (m NoRelatedSym) HasSecurityDesc() bool
- func (m NoRelatedSym) HasSecurityExchange() bool
- func (m NoRelatedSym) HasSecurityID() bool
- func (m NoRelatedSym) HasSecurityIDSource() bool
- func (m NoRelatedSym) HasSecurityType() bool
- func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool
- func (m NoRelatedSym) HasStrikePrice() bool
- func (m NoRelatedSym) HasSymbol() bool
- func (m NoRelatedSym) HasSymbolSfx() bool
- func (m NoRelatedSym) SetCFICode(v string)
- func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetCountryOfIssue(v string)
- func (m NoRelatedSym) SetCouponPaymentDate(v string)
- func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetCreditRating(v string)
- func (m NoRelatedSym) SetEncodedIssuer(v string)
- func (m NoRelatedSym) SetEncodedIssuerLen(v int)
- func (m NoRelatedSym) SetEncodedSecurityDesc(v string)
- func (m NoRelatedSym) SetEncodedSecurityDescLen(v int)
- func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetInstrRegistry(v enum.InstrRegistry)
- func (m NoRelatedSym) SetIssueDate(v string)
- func (m NoRelatedSym) SetIssuer(v string)
- func (m NoRelatedSym) SetLocaleOfIssue(v string)
- func (m NoRelatedSym) SetMaturityDate(v string)
- func (m NoRelatedSym) SetMaturityMonthYear(v string)
- func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
- func (m NoRelatedSym) SetOptAttribute(v string)
- func (m NoRelatedSym) SetProduct(v enum.Product)
- func (m NoRelatedSym) SetRedemptionDate(v string)
- func (m NoRelatedSym) SetRepoCollateralSecurityType(v int)
- func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetRepurchaseTerm(v int)
- func (m NoRelatedSym) SetSecurityDesc(v string)
- func (m NoRelatedSym) SetSecurityExchange(v string)
- func (m NoRelatedSym) SetSecurityID(v string)
- func (m NoRelatedSym) SetSecurityIDSource(v enum.SecurityIDSource)
- func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
- func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string)
- func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetSymbol(v string)
- func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx)
- type NoRelatedSymRepeatingGroup
- type NoRoutingIDs
- func (m NoRoutingIDs) GetRoutingID() (v string, err quickfix.MessageRejectError)
- func (m NoRoutingIDs) GetRoutingType() (v enum.RoutingType, err quickfix.MessageRejectError)
- func (m NoRoutingIDs) HasRoutingID() bool
- func (m NoRoutingIDs) HasRoutingType() bool
- func (m NoRoutingIDs) SetRoutingID(v string)
- func (m NoRoutingIDs) SetRoutingType(v enum.RoutingType)
- type NoRoutingIDsRepeatingGroup
- type NoSecurityAltID
- func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError)
- func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoSecurityAltID) HasSecurityAltID() bool
- func (m NoSecurityAltID) HasSecurityAltIDSource() bool
- func (m NoSecurityAltID) SetSecurityAltID(v string)
- func (m NoSecurityAltID) SetSecurityAltIDSource(v string)
- type NoSecurityAltIDRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinesOfText ¶
LinesOfText is a repeating group element, Tag 33.
func (LinesOfText) GetEncodedText ¶
func (m LinesOfText) GetEncodedText() (v string, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355.
func (LinesOfText) GetEncodedTextLen ¶
func (m LinesOfText) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354.
func (LinesOfText) GetText ¶
func (m LinesOfText) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58.
func (LinesOfText) HasEncodedText ¶
func (m LinesOfText) HasEncodedText() bool
HasEncodedText returns true if EncodedText is present, Tag 355.
func (LinesOfText) HasEncodedTextLen ¶
func (m LinesOfText) HasEncodedTextLen() bool
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
func (LinesOfText) HasText ¶
func (m LinesOfText) HasText() bool
HasText returns true if Text is present, Tag 58.
func (LinesOfText) SetEncodedText ¶
func (m LinesOfText) SetEncodedText(v string)
SetEncodedText sets EncodedText, Tag 355.
func (LinesOfText) SetEncodedTextLen ¶
func (m LinesOfText) SetEncodedTextLen(v int)
SetEncodedTextLen sets EncodedTextLen, Tag 354.
type LinesOfTextRepeatingGroup ¶
type LinesOfTextRepeatingGroup struct {
*quickfix.RepeatingGroup
}
LinesOfTextRepeatingGroup is a repeating group, Tag 33.
func NewLinesOfTextRepeatingGroup ¶
func NewLinesOfTextRepeatingGroup() LinesOfTextRepeatingGroup
NewLinesOfTextRepeatingGroup returns an initialized, LinesOfTextRepeatingGroup.
func (LinesOfTextRepeatingGroup) Add ¶
func (m LinesOfTextRepeatingGroup) Add() LinesOfText
Add create and append a new LinesOfText to this group.
func (LinesOfTextRepeatingGroup) Get ¶
func (m LinesOfTextRepeatingGroup) Get(i int) LinesOfText
Get returns the ith LinesOfText in the LinesOfTextRepeatinGroup.
type News ¶
News is the fix43 News type, MsgType = B.
func FromMessage ¶
FromMessage creates a News from a quickfix.Message instance.
func New ¶
func New(headline field.HeadlineField) (m News)
New returns a News initialized with the required fields for News.
func (News) GetEncodedHeadline ¶
func (m News) GetEncodedHeadline() (v string, err quickfix.MessageRejectError)
GetEncodedHeadline gets EncodedHeadline, Tag 359.
func (News) GetEncodedHeadlineLen ¶
func (m News) GetEncodedHeadlineLen() (v int, err quickfix.MessageRejectError)
GetEncodedHeadlineLen gets EncodedHeadlineLen, Tag 358.
func (News) GetHeadline ¶
func (m News) GetHeadline() (v string, err quickfix.MessageRejectError)
GetHeadline gets Headline, Tag 148.
func (News) GetLinesOfText ¶
func (m News) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError)
GetLinesOfText gets LinesOfText, Tag 33.
func (News) GetNoRelatedSym ¶
func (m News) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
GetNoRelatedSym gets NoRelatedSym, Tag 146.
func (News) GetNoRoutingIDs ¶
func (m News) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoRoutingIDs gets NoRoutingIDs, Tag 215.
func (News) GetOrigTime ¶
func (m News) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
GetOrigTime gets OrigTime, Tag 42.
func (News) GetRawData ¶
func (m News) GetRawData() (v string, err quickfix.MessageRejectError)
GetRawData gets RawData, Tag 96.
func (News) GetRawDataLength ¶
func (m News) GetRawDataLength() (v int, err quickfix.MessageRejectError)
GetRawDataLength gets RawDataLength, Tag 95.
func (News) GetURLLink ¶
func (m News) GetURLLink() (v string, err quickfix.MessageRejectError)
GetURLLink gets URLLink, Tag 149.
func (News) GetUrgency ¶
func (m News) GetUrgency() (v enum.Urgency, err quickfix.MessageRejectError)
GetUrgency gets Urgency, Tag 61.
func (News) HasEncodedHeadline ¶
HasEncodedHeadline returns true if EncodedHeadline is present, Tag 359.
func (News) HasEncodedHeadlineLen ¶
HasEncodedHeadlineLen returns true if EncodedHeadlineLen is present, Tag 358.
func (News) HasHeadline ¶
HasHeadline returns true if Headline is present, Tag 148.
func (News) HasLinesOfText ¶
HasLinesOfText returns true if LinesOfText is present, Tag 33.
func (News) HasNoRelatedSym ¶
HasNoRelatedSym returns true if NoRelatedSym is present, Tag 146.
func (News) HasNoRoutingIDs ¶
HasNoRoutingIDs returns true if NoRoutingIDs is present, Tag 215.
func (News) HasOrigTime ¶
HasOrigTime returns true if OrigTime is present, Tag 42.
func (News) HasRawData ¶
HasRawData returns true if RawData is present, Tag 96.
func (News) HasRawDataLength ¶
HasRawDataLength returns true if RawDataLength is present, Tag 95.
func (News) HasURLLink ¶
HasURLLink returns true if URLLink is present, Tag 149.
func (News) HasUrgency ¶
HasUrgency returns true if Urgency is present, Tag 61.
func (News) SetEncodedHeadline ¶
SetEncodedHeadline sets EncodedHeadline, Tag 359.
func (News) SetEncodedHeadlineLen ¶
SetEncodedHeadlineLen sets EncodedHeadlineLen, Tag 358.
func (News) SetLinesOfText ¶
func (m News) SetLinesOfText(f LinesOfTextRepeatingGroup)
SetLinesOfText sets LinesOfText, Tag 33.
func (News) SetNoRelatedSym ¶
func (m News) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
SetNoRelatedSym sets NoRelatedSym, Tag 146.
func (News) SetNoRoutingIDs ¶
func (m News) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup)
SetNoRoutingIDs sets NoRoutingIDs, Tag 215.
func (News) SetRawDataLength ¶
SetRawDataLength sets RawDataLength, Tag 95.
type NoRelatedSym ¶
NoRelatedSym is a repeating group element, Tag 146.
func (NoRelatedSym) GetCFICode ¶
func (m NoRelatedSym) GetCFICode() (v string, err quickfix.MessageRejectError)
GetCFICode gets CFICode, Tag 461.
func (NoRelatedSym) GetContractMultiplier ¶
func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231.
func (NoRelatedSym) GetCountryOfIssue ¶
func (m NoRelatedSym) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetCountryOfIssue gets CountryOfIssue, Tag 470.
func (NoRelatedSym) GetCouponPaymentDate ¶
func (m NoRelatedSym) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetCouponPaymentDate gets CouponPaymentDate, Tag 224.
func (NoRelatedSym) GetCouponRate ¶
func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223.
func (NoRelatedSym) GetCreditRating ¶
func (m NoRelatedSym) GetCreditRating() (v string, err quickfix.MessageRejectError)
GetCreditRating gets CreditRating, Tag 255.
func (NoRelatedSym) GetEncodedIssuer ¶
func (m NoRelatedSym) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedIssuer gets EncodedIssuer, Tag 349.
func (NoRelatedSym) GetEncodedIssuerLen ¶
func (m NoRelatedSym) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.
func (NoRelatedSym) GetEncodedSecurityDesc ¶
func (m NoRelatedSym) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.
func (NoRelatedSym) GetEncodedSecurityDescLen ¶
func (m NoRelatedSym) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.
func (NoRelatedSym) GetFactor ¶
func (m NoRelatedSym) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFactor gets Factor, Tag 228.
func (NoRelatedSym) GetInstrRegistry ¶
func (m NoRelatedSym) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
GetInstrRegistry gets InstrRegistry, Tag 543.
func (NoRelatedSym) GetIssueDate ¶
func (m NoRelatedSym) GetIssueDate() (v string, err quickfix.MessageRejectError)
GetIssueDate gets IssueDate, Tag 225.
func (NoRelatedSym) GetIssuer ¶
func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106.
func (NoRelatedSym) GetLocaleOfIssue ¶
func (m NoRelatedSym) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetLocaleOfIssue gets LocaleOfIssue, Tag 472.
func (NoRelatedSym) GetMaturityDate ¶
func (m NoRelatedSym) GetMaturityDate() (v string, err quickfix.MessageRejectError)
GetMaturityDate gets MaturityDate, Tag 541.
func (NoRelatedSym) GetMaturityMonthYear ¶
func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
func (NoRelatedSym) GetNoSecurityAltID ¶
func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoSecurityAltID gets NoSecurityAltID, Tag 454.
func (NoRelatedSym) GetOptAttribute ¶
func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206.
func (NoRelatedSym) GetProduct ¶
func (m NoRelatedSym) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
GetProduct gets Product, Tag 460.
func (NoRelatedSym) GetRedemptionDate ¶
func (m NoRelatedSym) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
GetRedemptionDate gets RedemptionDate, Tag 240.
func (NoRelatedSym) GetRepoCollateralSecurityType ¶
func (m NoRelatedSym) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.
func (NoRelatedSym) GetRepurchaseRate ¶
func (m NoRelatedSym) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetRepurchaseRate gets RepurchaseRate, Tag 227.
func (NoRelatedSym) GetRepurchaseTerm ¶
func (m NoRelatedSym) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetRepurchaseTerm gets RepurchaseTerm, Tag 226.
func (NoRelatedSym) GetSecurityDesc ¶
func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107.
func (NoRelatedSym) GetSecurityExchange ¶
func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
GetSecurityExchange gets SecurityExchange, Tag 207.
func (NoRelatedSym) GetSecurityID ¶
func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48.
func (NoRelatedSym) GetSecurityIDSource ¶
func (m NoRelatedSym) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
GetSecurityIDSource gets SecurityIDSource, Tag 22.
func (NoRelatedSym) GetSecurityType ¶
func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167.
func (NoRelatedSym) GetStateOrProvinceOfIssue ¶
func (m NoRelatedSym) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.
func (NoRelatedSym) GetStrikePrice ¶
func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202.
func (NoRelatedSym) GetSymbol ¶
func (m NoRelatedSym) GetSymbol() (v string, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55.
func (NoRelatedSym) GetSymbolSfx ¶
func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65.
func (NoRelatedSym) HasCFICode ¶
func (m NoRelatedSym) HasCFICode() bool
HasCFICode returns true if CFICode is present, Tag 461.
func (NoRelatedSym) HasContractMultiplier ¶
func (m NoRelatedSym) HasContractMultiplier() bool
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
func (NoRelatedSym) HasCountryOfIssue ¶
func (m NoRelatedSym) HasCountryOfIssue() bool
HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.
func (NoRelatedSym) HasCouponPaymentDate ¶
func (m NoRelatedSym) HasCouponPaymentDate() bool
HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.
func (NoRelatedSym) HasCouponRate ¶
func (m NoRelatedSym) HasCouponRate() bool
HasCouponRate returns true if CouponRate is present, Tag 223.
func (NoRelatedSym) HasCreditRating ¶
func (m NoRelatedSym) HasCreditRating() bool
HasCreditRating returns true if CreditRating is present, Tag 255.
func (NoRelatedSym) HasEncodedIssuer ¶
func (m NoRelatedSym) HasEncodedIssuer() bool
HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.
func (NoRelatedSym) HasEncodedIssuerLen ¶
func (m NoRelatedSym) HasEncodedIssuerLen() bool
HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.
func (NoRelatedSym) HasEncodedSecurityDesc ¶
func (m NoRelatedSym) HasEncodedSecurityDesc() bool
HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.
func (NoRelatedSym) HasEncodedSecurityDescLen ¶
func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.
func (NoRelatedSym) HasFactor ¶
func (m NoRelatedSym) HasFactor() bool
HasFactor returns true if Factor is present, Tag 228.
func (NoRelatedSym) HasInstrRegistry ¶
func (m NoRelatedSym) HasInstrRegistry() bool
HasInstrRegistry returns true if InstrRegistry is present, Tag 543.
func (NoRelatedSym) HasIssueDate ¶
func (m NoRelatedSym) HasIssueDate() bool
HasIssueDate returns true if IssueDate is present, Tag 225.
func (NoRelatedSym) HasIssuer ¶
func (m NoRelatedSym) HasIssuer() bool
HasIssuer returns true if Issuer is present, Tag 106.
func (NoRelatedSym) HasLocaleOfIssue ¶
func (m NoRelatedSym) HasLocaleOfIssue() bool
HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.
func (NoRelatedSym) HasMaturityDate ¶
func (m NoRelatedSym) HasMaturityDate() bool
HasMaturityDate returns true if MaturityDate is present, Tag 541.
func (NoRelatedSym) HasMaturityMonthYear ¶
func (m NoRelatedSym) HasMaturityMonthYear() bool
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
func (NoRelatedSym) HasNoSecurityAltID ¶
func (m NoRelatedSym) HasNoSecurityAltID() bool
HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.
func (NoRelatedSym) HasOptAttribute ¶
func (m NoRelatedSym) HasOptAttribute() bool
HasOptAttribute returns true if OptAttribute is present, Tag 206.
func (NoRelatedSym) HasProduct ¶
func (m NoRelatedSym) HasProduct() bool
HasProduct returns true if Product is present, Tag 460.
func (NoRelatedSym) HasRedemptionDate ¶
func (m NoRelatedSym) HasRedemptionDate() bool
HasRedemptionDate returns true if RedemptionDate is present, Tag 240.
func (NoRelatedSym) HasRepoCollateralSecurityType ¶
func (m NoRelatedSym) HasRepoCollateralSecurityType() bool
HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.
func (NoRelatedSym) HasRepurchaseRate ¶
func (m NoRelatedSym) HasRepurchaseRate() bool
HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.
func (NoRelatedSym) HasRepurchaseTerm ¶
func (m NoRelatedSym) HasRepurchaseTerm() bool
HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.
func (NoRelatedSym) HasSecurityDesc ¶
func (m NoRelatedSym) HasSecurityDesc() bool
HasSecurityDesc returns true if SecurityDesc is present, Tag 107.
func (NoRelatedSym) HasSecurityExchange ¶
func (m NoRelatedSym) HasSecurityExchange() bool
HasSecurityExchange returns true if SecurityExchange is present, Tag 207.
func (NoRelatedSym) HasSecurityID ¶
func (m NoRelatedSym) HasSecurityID() bool
HasSecurityID returns true if SecurityID is present, Tag 48.
func (NoRelatedSym) HasSecurityIDSource ¶
func (m NoRelatedSym) HasSecurityIDSource() bool
HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.
func (NoRelatedSym) HasSecurityType ¶
func (m NoRelatedSym) HasSecurityType() bool
HasSecurityType returns true if SecurityType is present, Tag 167.
func (NoRelatedSym) HasStateOrProvinceOfIssue ¶
func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool
HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.
func (NoRelatedSym) HasStrikePrice ¶
func (m NoRelatedSym) HasStrikePrice() bool
HasStrikePrice returns true if StrikePrice is present, Tag 202.
func (NoRelatedSym) HasSymbol ¶
func (m NoRelatedSym) HasSymbol() bool
HasSymbol returns true if Symbol is present, Tag 55.
func (NoRelatedSym) HasSymbolSfx ¶
func (m NoRelatedSym) HasSymbolSfx() bool
HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
func (NoRelatedSym) SetCFICode ¶
func (m NoRelatedSym) SetCFICode(v string)
SetCFICode sets CFICode, Tag 461.
func (NoRelatedSym) SetContractMultiplier ¶
func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
SetContractMultiplier sets ContractMultiplier, Tag 231.
func (NoRelatedSym) SetCountryOfIssue ¶
func (m NoRelatedSym) SetCountryOfIssue(v string)
SetCountryOfIssue sets CountryOfIssue, Tag 470.
func (NoRelatedSym) SetCouponPaymentDate ¶
func (m NoRelatedSym) SetCouponPaymentDate(v string)
SetCouponPaymentDate sets CouponPaymentDate, Tag 224.
func (NoRelatedSym) SetCouponRate ¶
func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
SetCouponRate sets CouponRate, Tag 223.
func (NoRelatedSym) SetCreditRating ¶
func (m NoRelatedSym) SetCreditRating(v string)
SetCreditRating sets CreditRating, Tag 255.
func (NoRelatedSym) SetEncodedIssuer ¶
func (m NoRelatedSym) SetEncodedIssuer(v string)
SetEncodedIssuer sets EncodedIssuer, Tag 349.
func (NoRelatedSym) SetEncodedIssuerLen ¶
func (m NoRelatedSym) SetEncodedIssuerLen(v int)
SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.
func (NoRelatedSym) SetEncodedSecurityDesc ¶
func (m NoRelatedSym) SetEncodedSecurityDesc(v string)
SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.
func (NoRelatedSym) SetEncodedSecurityDescLen ¶
func (m NoRelatedSym) SetEncodedSecurityDescLen(v int)
SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.
func (NoRelatedSym) SetFactor ¶
func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32)
SetFactor sets Factor, Tag 228.
func (NoRelatedSym) SetInstrRegistry ¶
func (m NoRelatedSym) SetInstrRegistry(v enum.InstrRegistry)
SetInstrRegistry sets InstrRegistry, Tag 543.
func (NoRelatedSym) SetIssueDate ¶
func (m NoRelatedSym) SetIssueDate(v string)
SetIssueDate sets IssueDate, Tag 225.
func (NoRelatedSym) SetIssuer ¶
func (m NoRelatedSym) SetIssuer(v string)
SetIssuer sets Issuer, Tag 106.
func (NoRelatedSym) SetLocaleOfIssue ¶
func (m NoRelatedSym) SetLocaleOfIssue(v string)
SetLocaleOfIssue sets LocaleOfIssue, Tag 472.
func (NoRelatedSym) SetMaturityDate ¶
func (m NoRelatedSym) SetMaturityDate(v string)
SetMaturityDate sets MaturityDate, Tag 541.
func (NoRelatedSym) SetMaturityMonthYear ¶
func (m NoRelatedSym) SetMaturityMonthYear(v string)
SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
func (NoRelatedSym) SetNoSecurityAltID ¶
func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
SetNoSecurityAltID sets NoSecurityAltID, Tag 454.
func (NoRelatedSym) SetOptAttribute ¶
func (m NoRelatedSym) SetOptAttribute(v string)
SetOptAttribute sets OptAttribute, Tag 206.
func (NoRelatedSym) SetProduct ¶
func (m NoRelatedSym) SetProduct(v enum.Product)
SetProduct sets Product, Tag 460.
func (NoRelatedSym) SetRedemptionDate ¶
func (m NoRelatedSym) SetRedemptionDate(v string)
SetRedemptionDate sets RedemptionDate, Tag 240.
func (NoRelatedSym) SetRepoCollateralSecurityType ¶
func (m NoRelatedSym) SetRepoCollateralSecurityType(v int)
SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.
func (NoRelatedSym) SetRepurchaseRate ¶
func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32)
SetRepurchaseRate sets RepurchaseRate, Tag 227.
func (NoRelatedSym) SetRepurchaseTerm ¶
func (m NoRelatedSym) SetRepurchaseTerm(v int)
SetRepurchaseTerm sets RepurchaseTerm, Tag 226.
func (NoRelatedSym) SetSecurityDesc ¶
func (m NoRelatedSym) SetSecurityDesc(v string)
SetSecurityDesc sets SecurityDesc, Tag 107.
func (NoRelatedSym) SetSecurityExchange ¶
func (m NoRelatedSym) SetSecurityExchange(v string)
SetSecurityExchange sets SecurityExchange, Tag 207.
func (NoRelatedSym) SetSecurityID ¶
func (m NoRelatedSym) SetSecurityID(v string)
SetSecurityID sets SecurityID, Tag 48.
func (NoRelatedSym) SetSecurityIDSource ¶
func (m NoRelatedSym) SetSecurityIDSource(v enum.SecurityIDSource)
SetSecurityIDSource sets SecurityIDSource, Tag 22.
func (NoRelatedSym) SetSecurityType ¶
func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
SetSecurityType sets SecurityType, Tag 167.
func (NoRelatedSym) SetStateOrProvinceOfIssue ¶
func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string)
SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.
func (NoRelatedSym) SetStrikePrice ¶
func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
SetStrikePrice sets StrikePrice, Tag 202.
func (NoRelatedSym) SetSymbol ¶
func (m NoRelatedSym) SetSymbol(v string)
SetSymbol sets Symbol, Tag 55.
func (NoRelatedSym) SetSymbolSfx ¶
func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx)
SetSymbolSfx sets SymbolSfx, Tag 65.
type NoRelatedSymRepeatingGroup ¶
type NoRelatedSymRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoRelatedSymRepeatingGroup is a repeating group, Tag 146.
func NewNoRelatedSymRepeatingGroup ¶
func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup
NewNoRelatedSymRepeatingGroup returns an initialized, NoRelatedSymRepeatingGroup.
func (NoRelatedSymRepeatingGroup) Add ¶
func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym
Add create and append a new NoRelatedSym to this group.
func (NoRelatedSymRepeatingGroup) Get ¶
func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym
Get returns the ith NoRelatedSym in the NoRelatedSymRepeatinGroup.
type NoRoutingIDs ¶
NoRoutingIDs is a repeating group element, Tag 215.
func (NoRoutingIDs) GetRoutingID ¶
func (m NoRoutingIDs) GetRoutingID() (v string, err quickfix.MessageRejectError)
GetRoutingID gets RoutingID, Tag 217.
func (NoRoutingIDs) GetRoutingType ¶
func (m NoRoutingIDs) GetRoutingType() (v enum.RoutingType, err quickfix.MessageRejectError)
GetRoutingType gets RoutingType, Tag 216.
func (NoRoutingIDs) HasRoutingID ¶
func (m NoRoutingIDs) HasRoutingID() bool
HasRoutingID returns true if RoutingID is present, Tag 217.
func (NoRoutingIDs) HasRoutingType ¶
func (m NoRoutingIDs) HasRoutingType() bool
HasRoutingType returns true if RoutingType is present, Tag 216.
func (NoRoutingIDs) SetRoutingID ¶
func (m NoRoutingIDs) SetRoutingID(v string)
SetRoutingID sets RoutingID, Tag 217.
func (NoRoutingIDs) SetRoutingType ¶
func (m NoRoutingIDs) SetRoutingType(v enum.RoutingType)
SetRoutingType sets RoutingType, Tag 216.
type NoRoutingIDsRepeatingGroup ¶
type NoRoutingIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoRoutingIDsRepeatingGroup is a repeating group, Tag 215.
func NewNoRoutingIDsRepeatingGroup ¶
func NewNoRoutingIDsRepeatingGroup() NoRoutingIDsRepeatingGroup
NewNoRoutingIDsRepeatingGroup returns an initialized, NoRoutingIDsRepeatingGroup.
func (NoRoutingIDsRepeatingGroup) Add ¶
func (m NoRoutingIDsRepeatingGroup) Add() NoRoutingIDs
Add create and append a new NoRoutingIDs to this group.
func (NoRoutingIDsRepeatingGroup) Get ¶
func (m NoRoutingIDsRepeatingGroup) Get(i int) NoRoutingIDs
Get returns the ith NoRoutingIDs in the NoRoutingIDsRepeatinGroup.
type NoSecurityAltID ¶
NoSecurityAltID is a repeating group element, Tag 454.
func (NoSecurityAltID) GetSecurityAltID ¶
func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError)
GetSecurityAltID gets SecurityAltID, Tag 455.
func (NoSecurityAltID) GetSecurityAltIDSource ¶
func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.
func (NoSecurityAltID) HasSecurityAltID ¶
func (m NoSecurityAltID) HasSecurityAltID() bool
HasSecurityAltID returns true if SecurityAltID is present, Tag 455.
func (NoSecurityAltID) HasSecurityAltIDSource ¶
func (m NoSecurityAltID) HasSecurityAltIDSource() bool
HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.
func (NoSecurityAltID) SetSecurityAltID ¶
func (m NoSecurityAltID) SetSecurityAltID(v string)
SetSecurityAltID sets SecurityAltID, Tag 455.
func (NoSecurityAltID) SetSecurityAltIDSource ¶
func (m NoSecurityAltID) SetSecurityAltIDSource(v string)
SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.
type NoSecurityAltIDRepeatingGroup ¶
type NoSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
func NewNoSecurityAltIDRepeatingGroup ¶
func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup
NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
func (NoSecurityAltIDRepeatingGroup) Add ¶
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID
Add create and append a new NoSecurityAltID to this group.
func (NoSecurityAltIDRepeatingGroup) Get ¶
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID
Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.