Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Email
- func (m Email) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError)
- func (m Email) GetEmailThreadID() (f field.EmailThreadIDField, err quickfix.MessageRejectError)
- func (m Email) GetEmailType() (f field.EmailTypeField, err quickfix.MessageRejectError)
- func (m Email) GetEncodedSubject() (f field.EncodedSubjectField, err quickfix.MessageRejectError)
- func (m Email) GetEncodedSubjectLen() (f field.EncodedSubjectLenField, err quickfix.MessageRejectError)
- func (m Email) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError)
- func (m Email) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
- func (m Email) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m Email) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError)
- func (m Email) GetOrigTime() (f field.OrigTimeField, err quickfix.MessageRejectError)
- func (m Email) GetRawData() (f field.RawDataField, err quickfix.MessageRejectError)
- func (m Email) GetRawDataLength() (f field.RawDataLengthField, err quickfix.MessageRejectError)
- func (m Email) GetSubject() (f field.SubjectField, err quickfix.MessageRejectError)
- func (m Email) HasClOrdID() bool
- func (m Email) HasEmailThreadID() bool
- func (m Email) HasEmailType() bool
- func (m Email) HasEncodedSubject() bool
- func (m Email) HasEncodedSubjectLen() bool
- func (m Email) HasLinesOfText() bool
- func (m Email) HasNoRelatedSym() bool
- func (m Email) HasNoRoutingIDs() bool
- func (m Email) HasOrderID() bool
- func (m Email) HasOrigTime() bool
- func (m Email) HasRawData() bool
- func (m Email) HasRawDataLength() bool
- func (m Email) HasSubject() bool
- func (m Email) SetClOrdID(v string)
- func (m Email) SetEmailThreadID(v string)
- func (m Email) SetEmailType(v string)
- func (m Email) SetEncodedSubject(v string)
- func (m Email) SetEncodedSubjectLen(v int)
- func (m Email) SetLinesOfText(f LinesOfTextRepeatingGroup)
- func (m Email) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
- func (m Email) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup)
- func (m Email) SetOrderID(v string)
- func (m Email) SetOrigTime(v time.Time)
- func (m Email) SetRawData(v string)
- func (m Email) SetRawDataLength(v int)
- func (m Email) SetSubject(v string)
- func (m Email) ToMessage() quickfix.Message
- type LinesOfText
- func (m LinesOfText) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
- func (m LinesOfText) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
- func (m LinesOfText) GetText() (f field.TextField, 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 NoRelatedSym
- func (m NoRelatedSym) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFactor() (f field.FactorField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetProduct() (f field.ProductField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbolSfx() (f field.SymbolSfxField, 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 string)
- 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 int)
- 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 string)
- func (m NoRelatedSym) SetSecurityType(v string)
- 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 string)
- type NoRelatedSymRepeatingGroup
- type NoRoutingIDs
- func (m NoRoutingIDs) GetRoutingID() (f field.RoutingIDField, err quickfix.MessageRejectError)
- func (m NoRoutingIDs) GetRoutingType() (f field.RoutingTypeField, err quickfix.MessageRejectError)
- func (m NoRoutingIDs) HasRoutingID() bool
- func (m NoRoutingIDs) HasRoutingType() bool
- func (m NoRoutingIDs) SetRoutingID(v string)
- func (m NoRoutingIDs) SetRoutingType(v int)
- type NoRoutingIDsRepeatingGroup
- type NoSecurityAltID
- func (m NoSecurityAltID) GetSecurityAltID() (f field.SecurityAltIDField, err quickfix.MessageRejectError)
- func (m NoSecurityAltID) GetSecurityAltIDSource() (f field.SecurityAltIDSourceField, 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 Email ¶ added in v0.4.0
type Email struct { fix43.Header quickfix.Body fix43.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
Email is the fix43 Email type, MsgType = C
func FromMessage ¶ added in v0.4.0
FromMessage creates a Email from a quickfix.Message instance
func New ¶ added in v0.2.0
func New(emailthreadid field.EmailThreadIDField, emailtype field.EmailTypeField, subject field.SubjectField) (m Email)
New returns a Email initialized with the required fields for Email
func (Email) GetClOrdID ¶ added in v0.4.0
func (m Email) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError)
GetClOrdID gets ClOrdID, Tag 11
func (Email) GetEmailThreadID ¶ added in v0.4.0
func (m Email) GetEmailThreadID() (f field.EmailThreadIDField, err quickfix.MessageRejectError)
GetEmailThreadID gets EmailThreadID, Tag 164
func (Email) GetEmailType ¶ added in v0.4.0
func (m Email) GetEmailType() (f field.EmailTypeField, err quickfix.MessageRejectError)
GetEmailType gets EmailType, Tag 94
func (Email) GetEncodedSubject ¶ added in v0.4.0
func (m Email) GetEncodedSubject() (f field.EncodedSubjectField, err quickfix.MessageRejectError)
GetEncodedSubject gets EncodedSubject, Tag 357
func (Email) GetEncodedSubjectLen ¶ added in v0.4.0
func (m Email) GetEncodedSubjectLen() (f field.EncodedSubjectLenField, err quickfix.MessageRejectError)
GetEncodedSubjectLen gets EncodedSubjectLen, Tag 356
func (Email) GetLinesOfText ¶ added in v0.4.0
func (m Email) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError)
GetLinesOfText gets LinesOfText, Tag 33
func (Email) GetNoRelatedSym ¶ added in v0.4.0
func (m Email) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
GetNoRelatedSym gets NoRelatedSym, Tag 146
func (Email) GetNoRoutingIDs ¶ added in v0.4.0
func (m Email) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoRoutingIDs gets NoRoutingIDs, Tag 215
func (Email) GetOrderID ¶ added in v0.4.0
func (m Email) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError)
GetOrderID gets OrderID, Tag 37
func (Email) GetOrigTime ¶ added in v0.4.0
func (m Email) GetOrigTime() (f field.OrigTimeField, err quickfix.MessageRejectError)
GetOrigTime gets OrigTime, Tag 42
func (Email) GetRawData ¶ added in v0.4.0
func (m Email) GetRawData() (f field.RawDataField, err quickfix.MessageRejectError)
GetRawData gets RawData, Tag 96
func (Email) GetRawDataLength ¶ added in v0.4.0
func (m Email) GetRawDataLength() (f field.RawDataLengthField, err quickfix.MessageRejectError)
GetRawDataLength gets RawDataLength, Tag 95
func (Email) GetSubject ¶ added in v0.4.0
func (m Email) GetSubject() (f field.SubjectField, err quickfix.MessageRejectError)
GetSubject gets Subject, Tag 147
func (Email) HasClOrdID ¶ added in v0.4.0
HasClOrdID returns true if ClOrdID is present, Tag 11
func (Email) HasEmailThreadID ¶ added in v0.4.0
HasEmailThreadID returns true if EmailThreadID is present, Tag 164
func (Email) HasEmailType ¶ added in v0.4.0
HasEmailType returns true if EmailType is present, Tag 94
func (Email) HasEncodedSubject ¶ added in v0.4.0
HasEncodedSubject returns true if EncodedSubject is present, Tag 357
func (Email) HasEncodedSubjectLen ¶ added in v0.4.0
HasEncodedSubjectLen returns true if EncodedSubjectLen is present, Tag 356
func (Email) HasLinesOfText ¶ added in v0.4.0
HasLinesOfText returns true if LinesOfText is present, Tag 33
func (Email) HasNoRelatedSym ¶ added in v0.4.0
HasNoRelatedSym returns true if NoRelatedSym is present, Tag 146
func (Email) HasNoRoutingIDs ¶ added in v0.4.0
HasNoRoutingIDs returns true if NoRoutingIDs is present, Tag 215
func (Email) HasOrderID ¶ added in v0.4.0
HasOrderID returns true if OrderID is present, Tag 37
func (Email) HasOrigTime ¶ added in v0.4.0
HasOrigTime returns true if OrigTime is present, Tag 42
func (Email) HasRawData ¶ added in v0.4.0
HasRawData returns true if RawData is present, Tag 96
func (Email) HasRawDataLength ¶ added in v0.4.0
HasRawDataLength returns true if RawDataLength is present, Tag 95
func (Email) HasSubject ¶ added in v0.4.0
HasSubject returns true if Subject is present, Tag 147
func (Email) SetClOrdID ¶ added in v0.4.0
SetClOrdID sets ClOrdID, Tag 11
func (Email) SetEmailThreadID ¶ added in v0.4.0
SetEmailThreadID sets EmailThreadID, Tag 164
func (Email) SetEmailType ¶ added in v0.4.0
SetEmailType sets EmailType, Tag 94
func (Email) SetEncodedSubject ¶ added in v0.4.0
SetEncodedSubject sets EncodedSubject, Tag 357
func (Email) SetEncodedSubjectLen ¶ added in v0.4.0
SetEncodedSubjectLen sets EncodedSubjectLen, Tag 356
func (Email) SetLinesOfText ¶ added in v0.4.0
func (m Email) SetLinesOfText(f LinesOfTextRepeatingGroup)
SetLinesOfText sets LinesOfText, Tag 33
func (Email) SetNoRelatedSym ¶ added in v0.4.0
func (m Email) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
SetNoRelatedSym sets NoRelatedSym, Tag 146
func (Email) SetNoRoutingIDs ¶ added in v0.4.0
func (m Email) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup)
SetNoRoutingIDs sets NoRoutingIDs, Tag 215
func (Email) SetOrderID ¶ added in v0.4.0
SetOrderID sets OrderID, Tag 37
func (Email) SetOrigTime ¶ added in v0.4.0
SetOrigTime sets OrigTime, Tag 42
func (Email) SetRawData ¶ added in v0.4.0
SetRawData sets RawData, Tag 96
func (Email) SetRawDataLength ¶ added in v0.4.0
SetRawDataLength sets RawDataLength, Tag 95
func (Email) SetSubject ¶ added in v0.4.0
SetSubject sets Subject, Tag 147
type LinesOfText ¶
LinesOfText is a repeating group element, Tag 33
func (LinesOfText) GetEncodedText ¶ added in v0.4.0
func (m LinesOfText) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355
func (LinesOfText) GetEncodedTextLen ¶ added in v0.4.0
func (m LinesOfText) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354
func (LinesOfText) GetText ¶ added in v0.4.0
func (m LinesOfText) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (LinesOfText) HasEncodedText ¶ added in v0.4.0
func (m LinesOfText) HasEncodedText() bool
HasEncodedText returns true if EncodedText is present, Tag 355
func (LinesOfText) HasEncodedTextLen ¶ added in v0.4.0
func (m LinesOfText) HasEncodedTextLen() bool
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354
func (LinesOfText) HasText ¶ added in v0.4.0
func (m LinesOfText) HasText() bool
HasText returns true if Text is present, Tag 58
func (LinesOfText) SetEncodedText ¶ added in v0.2.0
func (m LinesOfText) SetEncodedText(v string)
SetEncodedText sets EncodedText, Tag 355
func (LinesOfText) SetEncodedTextLen ¶ added in v0.2.0
func (m LinesOfText) SetEncodedTextLen(v int)
SetEncodedTextLen sets EncodedTextLen, Tag 354
func (LinesOfText) SetText ¶ added in v0.2.0
func (m LinesOfText) SetText(v string)
SetText sets Text, Tag 58
type LinesOfTextRepeatingGroup ¶ added in v0.4.0
type LinesOfTextRepeatingGroup struct {
*quickfix.RepeatingGroup
}
LinesOfTextRepeatingGroup is a repeating group, Tag 33
func NewLinesOfTextRepeatingGroup ¶ added in v0.4.0
func NewLinesOfTextRepeatingGroup() LinesOfTextRepeatingGroup
NewLinesOfTextRepeatingGroup returns an initialized, LinesOfTextRepeatingGroup
func (LinesOfTextRepeatingGroup) Add ¶ added in v0.4.0
func (m LinesOfTextRepeatingGroup) Add() LinesOfText
Add create and append a new LinesOfText to this group
func (LinesOfTextRepeatingGroup) Get ¶ added in v0.4.0
func (m LinesOfTextRepeatingGroup) Get(i int) LinesOfText
Get returns the ith LinesOfText in the LinesOfTextRepeatinGroup
type NoRelatedSym ¶
NoRelatedSym is a repeating group element, Tag 146
func (NoRelatedSym) GetCFICode ¶ added in v0.4.0
func (m NoRelatedSym) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError)
GetCFICode gets CFICode, Tag 461
func (NoRelatedSym) GetContractMultiplier ¶ added in v0.4.0
func (m NoRelatedSym) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231
func (NoRelatedSym) GetCountryOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError)
GetCountryOfIssue gets CountryOfIssue, Tag 470
func (NoRelatedSym) GetCouponPaymentDate ¶ added in v0.4.0
func (m NoRelatedSym) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError)
GetCouponPaymentDate gets CouponPaymentDate, Tag 224
func (NoRelatedSym) GetCouponRate ¶ added in v0.4.0
func (m NoRelatedSym) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223
func (NoRelatedSym) GetCreditRating ¶ added in v0.4.0
func (m NoRelatedSym) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError)
GetCreditRating gets CreditRating, Tag 255
func (NoRelatedSym) GetEncodedIssuer ¶ added in v0.4.0
func (m NoRelatedSym) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError)
GetEncodedIssuer gets EncodedIssuer, Tag 349
func (NoRelatedSym) GetEncodedIssuerLen ¶ added in v0.4.0
func (m NoRelatedSym) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError)
GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348
func (NoRelatedSym) GetEncodedSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError)
GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351
func (NoRelatedSym) GetEncodedSecurityDescLen ¶ added in v0.4.0
func (m NoRelatedSym) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError)
GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350
func (NoRelatedSym) GetFactor ¶ added in v0.4.0
func (m NoRelatedSym) GetFactor() (f field.FactorField, err quickfix.MessageRejectError)
GetFactor gets Factor, Tag 228
func (NoRelatedSym) GetInstrRegistry ¶ added in v0.4.0
func (m NoRelatedSym) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError)
GetInstrRegistry gets InstrRegistry, Tag 543
func (NoRelatedSym) GetIssueDate ¶ added in v0.4.0
func (m NoRelatedSym) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError)
GetIssueDate gets IssueDate, Tag 225
func (NoRelatedSym) GetIssuer ¶ added in v0.4.0
func (m NoRelatedSym) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106
func (NoRelatedSym) GetLocaleOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError)
GetLocaleOfIssue gets LocaleOfIssue, Tag 472
func (NoRelatedSym) GetMaturityDate ¶ added in v0.4.0
func (m NoRelatedSym) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError)
GetMaturityDate gets MaturityDate, Tag 541
func (NoRelatedSym) GetMaturityMonthYear ¶ added in v0.4.0
func (m NoRelatedSym) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200
func (NoRelatedSym) GetNoSecurityAltID ¶ added in v0.4.0
func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoSecurityAltID gets NoSecurityAltID, Tag 454
func (NoRelatedSym) GetOptAttribute ¶ added in v0.4.0
func (m NoRelatedSym) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206
func (NoRelatedSym) GetProduct ¶ added in v0.4.0
func (m NoRelatedSym) GetProduct() (f field.ProductField, err quickfix.MessageRejectError)
GetProduct gets Product, Tag 460
func (NoRelatedSym) GetRedemptionDate ¶ added in v0.4.0
func (m NoRelatedSym) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError)
GetRedemptionDate gets RedemptionDate, Tag 240
func (NoRelatedSym) GetRepoCollateralSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError)
GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239
func (NoRelatedSym) GetRepurchaseRate ¶ added in v0.4.0
func (m NoRelatedSym) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError)
GetRepurchaseRate gets RepurchaseRate, Tag 227
func (NoRelatedSym) GetRepurchaseTerm ¶ added in v0.4.0
func (m NoRelatedSym) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError)
GetRepurchaseTerm gets RepurchaseTerm, Tag 226
func (NoRelatedSym) GetSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107
func (NoRelatedSym) GetSecurityExchange ¶ added in v0.4.0
func (m NoRelatedSym) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError)
GetSecurityExchange gets SecurityExchange, Tag 207
func (NoRelatedSym) GetSecurityID ¶ added in v0.4.0
func (m NoRelatedSym) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48
func (NoRelatedSym) GetSecurityIDSource ¶ added in v0.4.0
func (m NoRelatedSym) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError)
GetSecurityIDSource gets SecurityIDSource, Tag 22
func (NoRelatedSym) GetSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167
func (NoRelatedSym) GetStateOrProvinceOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError)
GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471
func (NoRelatedSym) GetStrikePrice ¶ added in v0.4.0
func (m NoRelatedSym) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202
func (NoRelatedSym) GetSymbol ¶ added in v0.4.0
func (m NoRelatedSym) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55
func (NoRelatedSym) GetSymbolSfx ¶ added in v0.4.0
func (m NoRelatedSym) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65
func (NoRelatedSym) HasCFICode ¶ added in v0.4.0
func (m NoRelatedSym) HasCFICode() bool
HasCFICode returns true if CFICode is present, Tag 461
func (NoRelatedSym) HasContractMultiplier ¶ added in v0.4.0
func (m NoRelatedSym) HasContractMultiplier() bool
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231
func (NoRelatedSym) HasCountryOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) HasCountryOfIssue() bool
HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470
func (NoRelatedSym) HasCouponPaymentDate ¶ added in v0.4.0
func (m NoRelatedSym) HasCouponPaymentDate() bool
HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224
func (NoRelatedSym) HasCouponRate ¶ added in v0.4.0
func (m NoRelatedSym) HasCouponRate() bool
HasCouponRate returns true if CouponRate is present, Tag 223
func (NoRelatedSym) HasCreditRating ¶ added in v0.4.0
func (m NoRelatedSym) HasCreditRating() bool
HasCreditRating returns true if CreditRating is present, Tag 255
func (NoRelatedSym) HasEncodedIssuer ¶ added in v0.4.0
func (m NoRelatedSym) HasEncodedIssuer() bool
HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349
func (NoRelatedSym) HasEncodedIssuerLen ¶ added in v0.4.0
func (m NoRelatedSym) HasEncodedIssuerLen() bool
HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348
func (NoRelatedSym) HasEncodedSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) HasEncodedSecurityDesc() bool
HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351
func (NoRelatedSym) HasEncodedSecurityDescLen ¶ added in v0.4.0
func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350
func (NoRelatedSym) HasFactor ¶ added in v0.4.0
func (m NoRelatedSym) HasFactor() bool
HasFactor returns true if Factor is present, Tag 228
func (NoRelatedSym) HasInstrRegistry ¶ added in v0.4.0
func (m NoRelatedSym) HasInstrRegistry() bool
HasInstrRegistry returns true if InstrRegistry is present, Tag 543
func (NoRelatedSym) HasIssueDate ¶ added in v0.4.0
func (m NoRelatedSym) HasIssueDate() bool
HasIssueDate returns true if IssueDate is present, Tag 225
func (NoRelatedSym) HasIssuer ¶ added in v0.4.0
func (m NoRelatedSym) HasIssuer() bool
HasIssuer returns true if Issuer is present, Tag 106
func (NoRelatedSym) HasLocaleOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) HasLocaleOfIssue() bool
HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472
func (NoRelatedSym) HasMaturityDate ¶ added in v0.4.0
func (m NoRelatedSym) HasMaturityDate() bool
HasMaturityDate returns true if MaturityDate is present, Tag 541
func (NoRelatedSym) HasMaturityMonthYear ¶ added in v0.4.0
func (m NoRelatedSym) HasMaturityMonthYear() bool
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200
func (NoRelatedSym) HasNoSecurityAltID ¶ added in v0.4.0
func (m NoRelatedSym) HasNoSecurityAltID() bool
HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454
func (NoRelatedSym) HasOptAttribute ¶ added in v0.4.0
func (m NoRelatedSym) HasOptAttribute() bool
HasOptAttribute returns true if OptAttribute is present, Tag 206
func (NoRelatedSym) HasProduct ¶ added in v0.4.0
func (m NoRelatedSym) HasProduct() bool
HasProduct returns true if Product is present, Tag 460
func (NoRelatedSym) HasRedemptionDate ¶ added in v0.4.0
func (m NoRelatedSym) HasRedemptionDate() bool
HasRedemptionDate returns true if RedemptionDate is present, Tag 240
func (NoRelatedSym) HasRepoCollateralSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) HasRepoCollateralSecurityType() bool
HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239
func (NoRelatedSym) HasRepurchaseRate ¶ added in v0.4.0
func (m NoRelatedSym) HasRepurchaseRate() bool
HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227
func (NoRelatedSym) HasRepurchaseTerm ¶ added in v0.4.0
func (m NoRelatedSym) HasRepurchaseTerm() bool
HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226
func (NoRelatedSym) HasSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) HasSecurityDesc() bool
HasSecurityDesc returns true if SecurityDesc is present, Tag 107
func (NoRelatedSym) HasSecurityExchange ¶ added in v0.4.0
func (m NoRelatedSym) HasSecurityExchange() bool
HasSecurityExchange returns true if SecurityExchange is present, Tag 207
func (NoRelatedSym) HasSecurityID ¶ added in v0.4.0
func (m NoRelatedSym) HasSecurityID() bool
HasSecurityID returns true if SecurityID is present, Tag 48
func (NoRelatedSym) HasSecurityIDSource ¶ added in v0.4.0
func (m NoRelatedSym) HasSecurityIDSource() bool
HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22
func (NoRelatedSym) HasSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) HasSecurityType() bool
HasSecurityType returns true if SecurityType is present, Tag 167
func (NoRelatedSym) HasStateOrProvinceOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool
HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471
func (NoRelatedSym) HasStrikePrice ¶ added in v0.4.0
func (m NoRelatedSym) HasStrikePrice() bool
HasStrikePrice returns true if StrikePrice is present, Tag 202
func (NoRelatedSym) HasSymbol ¶ added in v0.4.0
func (m NoRelatedSym) HasSymbol() bool
HasSymbol returns true if Symbol is present, Tag 55
func (NoRelatedSym) HasSymbolSfx ¶ added in v0.4.0
func (m NoRelatedSym) HasSymbolSfx() bool
HasSymbolSfx returns true if SymbolSfx is present, Tag 65
func (NoRelatedSym) SetCFICode ¶ added in v0.4.0
func (m NoRelatedSym) SetCFICode(v string)
SetCFICode sets CFICode, Tag 461
func (NoRelatedSym) SetContractMultiplier ¶ added in v0.4.0
func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
SetContractMultiplier sets ContractMultiplier, Tag 231
func (NoRelatedSym) SetCountryOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) SetCountryOfIssue(v string)
SetCountryOfIssue sets CountryOfIssue, Tag 470
func (NoRelatedSym) SetCouponPaymentDate ¶ added in v0.4.0
func (m NoRelatedSym) SetCouponPaymentDate(v string)
SetCouponPaymentDate sets CouponPaymentDate, Tag 224
func (NoRelatedSym) SetCouponRate ¶ added in v0.4.0
func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
SetCouponRate sets CouponRate, Tag 223
func (NoRelatedSym) SetCreditRating ¶ added in v0.4.0
func (m NoRelatedSym) SetCreditRating(v string)
SetCreditRating sets CreditRating, Tag 255
func (NoRelatedSym) SetEncodedIssuer ¶ added in v0.4.0
func (m NoRelatedSym) SetEncodedIssuer(v string)
SetEncodedIssuer sets EncodedIssuer, Tag 349
func (NoRelatedSym) SetEncodedIssuerLen ¶ added in v0.4.0
func (m NoRelatedSym) SetEncodedIssuerLen(v int)
SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348
func (NoRelatedSym) SetEncodedSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) SetEncodedSecurityDesc(v string)
SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351
func (NoRelatedSym) SetEncodedSecurityDescLen ¶ added in v0.4.0
func (m NoRelatedSym) SetEncodedSecurityDescLen(v int)
SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350
func (NoRelatedSym) SetFactor ¶ added in v0.4.0
func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32)
SetFactor sets Factor, Tag 228
func (NoRelatedSym) SetInstrRegistry ¶ added in v0.4.0
func (m NoRelatedSym) SetInstrRegistry(v string)
SetInstrRegistry sets InstrRegistry, Tag 543
func (NoRelatedSym) SetIssueDate ¶ added in v0.4.0
func (m NoRelatedSym) SetIssueDate(v string)
SetIssueDate sets IssueDate, Tag 225
func (NoRelatedSym) SetIssuer ¶ added in v0.4.0
func (m NoRelatedSym) SetIssuer(v string)
SetIssuer sets Issuer, Tag 106
func (NoRelatedSym) SetLocaleOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) SetLocaleOfIssue(v string)
SetLocaleOfIssue sets LocaleOfIssue, Tag 472
func (NoRelatedSym) SetMaturityDate ¶ added in v0.4.0
func (m NoRelatedSym) SetMaturityDate(v string)
SetMaturityDate sets MaturityDate, Tag 541
func (NoRelatedSym) SetMaturityMonthYear ¶ added in v0.4.0
func (m NoRelatedSym) SetMaturityMonthYear(v string)
SetMaturityMonthYear sets MaturityMonthYear, Tag 200
func (NoRelatedSym) SetNoSecurityAltID ¶ added in v0.4.0
func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
SetNoSecurityAltID sets NoSecurityAltID, Tag 454
func (NoRelatedSym) SetOptAttribute ¶ added in v0.4.0
func (m NoRelatedSym) SetOptAttribute(v string)
SetOptAttribute sets OptAttribute, Tag 206
func (NoRelatedSym) SetProduct ¶ added in v0.4.0
func (m NoRelatedSym) SetProduct(v int)
SetProduct sets Product, Tag 460
func (NoRelatedSym) SetRedemptionDate ¶ added in v0.4.0
func (m NoRelatedSym) SetRedemptionDate(v string)
SetRedemptionDate sets RedemptionDate, Tag 240
func (NoRelatedSym) SetRepoCollateralSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) SetRepoCollateralSecurityType(v int)
SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239
func (NoRelatedSym) SetRepurchaseRate ¶ added in v0.4.0
func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32)
SetRepurchaseRate sets RepurchaseRate, Tag 227
func (NoRelatedSym) SetRepurchaseTerm ¶ added in v0.4.0
func (m NoRelatedSym) SetRepurchaseTerm(v int)
SetRepurchaseTerm sets RepurchaseTerm, Tag 226
func (NoRelatedSym) SetSecurityDesc ¶ added in v0.4.0
func (m NoRelatedSym) SetSecurityDesc(v string)
SetSecurityDesc sets SecurityDesc, Tag 107
func (NoRelatedSym) SetSecurityExchange ¶ added in v0.4.0
func (m NoRelatedSym) SetSecurityExchange(v string)
SetSecurityExchange sets SecurityExchange, Tag 207
func (NoRelatedSym) SetSecurityID ¶ added in v0.4.0
func (m NoRelatedSym) SetSecurityID(v string)
SetSecurityID sets SecurityID, Tag 48
func (NoRelatedSym) SetSecurityIDSource ¶ added in v0.4.0
func (m NoRelatedSym) SetSecurityIDSource(v string)
SetSecurityIDSource sets SecurityIDSource, Tag 22
func (NoRelatedSym) SetSecurityType ¶ added in v0.4.0
func (m NoRelatedSym) SetSecurityType(v string)
SetSecurityType sets SecurityType, Tag 167
func (NoRelatedSym) SetStateOrProvinceOfIssue ¶ added in v0.4.0
func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string)
SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471
func (NoRelatedSym) SetStrikePrice ¶ added in v0.4.0
func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
SetStrikePrice sets StrikePrice, Tag 202
func (NoRelatedSym) SetSymbol ¶ added in v0.4.0
func (m NoRelatedSym) SetSymbol(v string)
SetSymbol sets Symbol, Tag 55
func (NoRelatedSym) SetSymbolSfx ¶ added in v0.4.0
func (m NoRelatedSym) SetSymbolSfx(v string)
SetSymbolSfx sets SymbolSfx, Tag 65
type NoRelatedSymRepeatingGroup ¶ added in v0.4.0
type NoRelatedSymRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoRelatedSymRepeatingGroup is a repeating group, Tag 146
func NewNoRelatedSymRepeatingGroup ¶ added in v0.4.0
func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup
NewNoRelatedSymRepeatingGroup returns an initialized, NoRelatedSymRepeatingGroup
func (NoRelatedSymRepeatingGroup) Add ¶ added in v0.4.0
func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym
Add create and append a new NoRelatedSym to this group
func (NoRelatedSymRepeatingGroup) Get ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (m NoRoutingIDs) GetRoutingID() (f field.RoutingIDField, err quickfix.MessageRejectError)
GetRoutingID gets RoutingID, Tag 217
func (NoRoutingIDs) GetRoutingType ¶ added in v0.4.0
func (m NoRoutingIDs) GetRoutingType() (f field.RoutingTypeField, err quickfix.MessageRejectError)
GetRoutingType gets RoutingType, Tag 216
func (NoRoutingIDs) HasRoutingID ¶ added in v0.4.0
func (m NoRoutingIDs) HasRoutingID() bool
HasRoutingID returns true if RoutingID is present, Tag 217
func (NoRoutingIDs) HasRoutingType ¶ added in v0.4.0
func (m NoRoutingIDs) HasRoutingType() bool
HasRoutingType returns true if RoutingType is present, Tag 216
func (NoRoutingIDs) SetRoutingID ¶ added in v0.2.0
func (m NoRoutingIDs) SetRoutingID(v string)
SetRoutingID sets RoutingID, Tag 217
func (NoRoutingIDs) SetRoutingType ¶ added in v0.2.0
func (m NoRoutingIDs) SetRoutingType(v int)
SetRoutingType sets RoutingType, Tag 216
type NoRoutingIDsRepeatingGroup ¶ added in v0.4.0
type NoRoutingIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoRoutingIDsRepeatingGroup is a repeating group, Tag 215
func NewNoRoutingIDsRepeatingGroup ¶ added in v0.4.0
func NewNoRoutingIDsRepeatingGroup() NoRoutingIDsRepeatingGroup
NewNoRoutingIDsRepeatingGroup returns an initialized, NoRoutingIDsRepeatingGroup
func (NoRoutingIDsRepeatingGroup) Add ¶ added in v0.4.0
func (m NoRoutingIDsRepeatingGroup) Add() NoRoutingIDs
Add create and append a new NoRoutingIDs to this group
func (NoRoutingIDsRepeatingGroup) Get ¶ added in v0.4.0
func (m NoRoutingIDsRepeatingGroup) Get(i int) NoRoutingIDs
Get returns the ith NoRoutingIDs in the NoRoutingIDsRepeatinGroup
type NoSecurityAltID ¶ added in v0.4.0
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
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID
Add create and append a new NoSecurityAltID to this group
func (NoSecurityAltIDRepeatingGroup) Get ¶ added in v0.4.0
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID
Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup