Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Email
- func (m Email) GetClOrdID() (v string, err quickfix.MessageRejectError)
- func (m Email) GetEmailThreadID() (v string, err quickfix.MessageRejectError)
- func (m Email) GetEmailType() (v enum.EmailType, err quickfix.MessageRejectError)
- func (m Email) GetEncodedSubject() (v string, err quickfix.MessageRejectError)
- func (m Email) GetEncodedSubjectLen() (v int, 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() (v string, err quickfix.MessageRejectError)
- func (m Email) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
- func (m Email) GetRawData() (v string, err quickfix.MessageRejectError)
- func (m Email) GetRawDataLength() (v int, err quickfix.MessageRejectError)
- func (m Email) GetSubject() (v string, 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 enum.EmailType)
- 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() (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 NoRelatedSym
- func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, 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) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityDay() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRelatdSym() (v string, 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) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
- func (m NoRelatedSym) HasContractMultiplier() bool
- func (m NoRelatedSym) HasCouponRate() bool
- func (m NoRelatedSym) HasEncodedIssuer() bool
- func (m NoRelatedSym) HasEncodedIssuerLen() bool
- func (m NoRelatedSym) HasEncodedSecurityDesc() bool
- func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
- func (m NoRelatedSym) HasIDSource() bool
- func (m NoRelatedSym) HasIssuer() bool
- func (m NoRelatedSym) HasMaturityDay() bool
- func (m NoRelatedSym) HasMaturityMonthYear() bool
- func (m NoRelatedSym) HasOptAttribute() bool
- func (m NoRelatedSym) HasPutOrCall() bool
- func (m NoRelatedSym) HasRelatdSym() bool
- func (m NoRelatedSym) HasSecurityDesc() bool
- func (m NoRelatedSym) HasSecurityExchange() bool
- func (m NoRelatedSym) HasSecurityID() bool
- func (m NoRelatedSym) HasSecurityType() bool
- func (m NoRelatedSym) HasStrikePrice() bool
- func (m NoRelatedSym) HasSymbolSfx() bool
- func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
- 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) SetIDSource(v enum.IDSource)
- func (m NoRelatedSym) SetIssuer(v string)
- func (m NoRelatedSym) SetMaturityDay(v int)
- func (m NoRelatedSym) SetMaturityMonthYear(v string)
- func (m NoRelatedSym) SetOptAttribute(v string)
- func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall)
- func (m NoRelatedSym) SetRelatdSym(v string)
- func (m NoRelatedSym) SetSecurityDesc(v string)
- func (m NoRelatedSym) SetSecurityExchange(v string)
- func (m NoRelatedSym) SetSecurityID(v string)
- func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
- func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
- 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 RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Email ¶
Email is the fix42 Email type, MsgType = C.
func FromMessage ¶
FromMessage creates a Email from a quickfix.Message instance.
func New ¶
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 ¶
func (m Email) GetClOrdID() (v string, err quickfix.MessageRejectError)
GetClOrdID gets ClOrdID, Tag 11.
func (Email) GetEmailThreadID ¶
func (m Email) GetEmailThreadID() (v string, err quickfix.MessageRejectError)
GetEmailThreadID gets EmailThreadID, Tag 164.
func (Email) GetEmailType ¶
func (m Email) GetEmailType() (v enum.EmailType, err quickfix.MessageRejectError)
GetEmailType gets EmailType, Tag 94.
func (Email) GetEncodedSubject ¶
func (m Email) GetEncodedSubject() (v string, err quickfix.MessageRejectError)
GetEncodedSubject gets EncodedSubject, Tag 357.
func (Email) GetEncodedSubjectLen ¶
func (m Email) GetEncodedSubjectLen() (v int, err quickfix.MessageRejectError)
GetEncodedSubjectLen gets EncodedSubjectLen, Tag 356.
func (Email) GetLinesOfText ¶
func (m Email) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError)
GetLinesOfText gets LinesOfText, Tag 33.
func (Email) GetNoRelatedSym ¶
func (m Email) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
GetNoRelatedSym gets NoRelatedSym, Tag 146.
func (Email) GetNoRoutingIDs ¶
func (m Email) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoRoutingIDs gets NoRoutingIDs, Tag 215.
func (Email) GetOrderID ¶
func (m Email) GetOrderID() (v string, err quickfix.MessageRejectError)
GetOrderID gets OrderID, Tag 37.
func (Email) GetOrigTime ¶
func (m Email) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
GetOrigTime gets OrigTime, Tag 42.
func (Email) GetRawData ¶
func (m Email) GetRawData() (v string, err quickfix.MessageRejectError)
GetRawData gets RawData, Tag 96.
func (Email) GetRawDataLength ¶
func (m Email) GetRawDataLength() (v int, err quickfix.MessageRejectError)
GetRawDataLength gets RawDataLength, Tag 95.
func (Email) GetSubject ¶
func (m Email) GetSubject() (v string, err quickfix.MessageRejectError)
GetSubject gets Subject, Tag 147.
func (Email) HasClOrdID ¶
HasClOrdID returns true if ClOrdID is present, Tag 11.
func (Email) HasEmailThreadID ¶
HasEmailThreadID returns true if EmailThreadID is present, Tag 164.
func (Email) HasEmailType ¶
HasEmailType returns true if EmailType is present, Tag 94.
func (Email) HasEncodedSubject ¶
HasEncodedSubject returns true if EncodedSubject is present, Tag 357.
func (Email) HasEncodedSubjectLen ¶
HasEncodedSubjectLen returns true if EncodedSubjectLen is present, Tag 356.
func (Email) HasLinesOfText ¶
HasLinesOfText returns true if LinesOfText is present, Tag 33.
func (Email) HasNoRelatedSym ¶
HasNoRelatedSym returns true if NoRelatedSym is present, Tag 146.
func (Email) HasNoRoutingIDs ¶
HasNoRoutingIDs returns true if NoRoutingIDs is present, Tag 215.
func (Email) HasOrderID ¶
HasOrderID returns true if OrderID is present, Tag 37.
func (Email) HasOrigTime ¶
HasOrigTime returns true if OrigTime is present, Tag 42.
func (Email) HasRawData ¶
HasRawData returns true if RawData is present, Tag 96.
func (Email) HasRawDataLength ¶
HasRawDataLength returns true if RawDataLength is present, Tag 95.
func (Email) HasSubject ¶
HasSubject returns true if Subject is present, Tag 147.
func (Email) SetEmailThreadID ¶
SetEmailThreadID sets EmailThreadID, Tag 164.
func (Email) SetEmailType ¶
SetEmailType sets EmailType, Tag 94.
func (Email) SetEncodedSubject ¶
SetEncodedSubject sets EncodedSubject, Tag 357.
func (Email) SetEncodedSubjectLen ¶
SetEncodedSubjectLen sets EncodedSubjectLen, Tag 356.
func (Email) SetLinesOfText ¶
func (m Email) SetLinesOfText(f LinesOfTextRepeatingGroup)
SetLinesOfText sets LinesOfText, Tag 33.
func (Email) SetNoRelatedSym ¶
func (m Email) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
SetNoRelatedSym sets NoRelatedSym, Tag 146.
func (Email) SetNoRoutingIDs ¶
func (m Email) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup)
SetNoRoutingIDs sets NoRoutingIDs, Tag 215.
func (Email) SetOrigTime ¶
SetOrigTime sets OrigTime, Tag 42.
func (Email) SetRawDataLength ¶
SetRawDataLength sets RawDataLength, Tag 95.
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 NoRelatedSym ¶
NoRelatedSym is a repeating group element, Tag 146.
func (NoRelatedSym) GetContractMultiplier ¶
func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231.
func (NoRelatedSym) GetCouponRate ¶
func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223.
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) GetIDSource ¶
func (m NoRelatedSym) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError)
GetIDSource gets IDSource, Tag 22.
func (NoRelatedSym) GetIssuer ¶
func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106.
func (NoRelatedSym) GetMaturityDay ¶
func (m NoRelatedSym) GetMaturityDay() (v int, err quickfix.MessageRejectError)
GetMaturityDay gets MaturityDay, Tag 205.
func (NoRelatedSym) GetMaturityMonthYear ¶
func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
func (NoRelatedSym) GetOptAttribute ¶
func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206.
func (NoRelatedSym) GetPutOrCall ¶
func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
GetPutOrCall gets PutOrCall, Tag 201.
func (NoRelatedSym) GetRelatdSym ¶
func (m NoRelatedSym) GetRelatdSym() (v string, err quickfix.MessageRejectError)
GetRelatdSym gets RelatdSym, Tag 46.
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) GetSecurityType ¶
func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167.
func (NoRelatedSym) GetStrikePrice ¶
func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202.
func (NoRelatedSym) GetSymbolSfx ¶
func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65.
func (NoRelatedSym) HasContractMultiplier ¶
func (m NoRelatedSym) HasContractMultiplier() bool
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
func (NoRelatedSym) HasCouponRate ¶
func (m NoRelatedSym) HasCouponRate() bool
HasCouponRate returns true if CouponRate is present, Tag 223.
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) HasIDSource ¶
func (m NoRelatedSym) HasIDSource() bool
HasIDSource returns true if IDSource is present, Tag 22.
func (NoRelatedSym) HasIssuer ¶
func (m NoRelatedSym) HasIssuer() bool
HasIssuer returns true if Issuer is present, Tag 106.
func (NoRelatedSym) HasMaturityDay ¶
func (m NoRelatedSym) HasMaturityDay() bool
HasMaturityDay returns true if MaturityDay is present, Tag 205.
func (NoRelatedSym) HasMaturityMonthYear ¶
func (m NoRelatedSym) HasMaturityMonthYear() bool
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
func (NoRelatedSym) HasOptAttribute ¶
func (m NoRelatedSym) HasOptAttribute() bool
HasOptAttribute returns true if OptAttribute is present, Tag 206.
func (NoRelatedSym) HasPutOrCall ¶
func (m NoRelatedSym) HasPutOrCall() bool
HasPutOrCall returns true if PutOrCall is present, Tag 201.
func (NoRelatedSym) HasRelatdSym ¶
func (m NoRelatedSym) HasRelatdSym() bool
HasRelatdSym returns true if RelatdSym is present, Tag 46.
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) HasSecurityType ¶
func (m NoRelatedSym) HasSecurityType() bool
HasSecurityType returns true if SecurityType is present, Tag 167.
func (NoRelatedSym) HasStrikePrice ¶
func (m NoRelatedSym) HasStrikePrice() bool
HasStrikePrice returns true if StrikePrice is present, Tag 202.
func (NoRelatedSym) HasSymbolSfx ¶
func (m NoRelatedSym) HasSymbolSfx() bool
HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
func (NoRelatedSym) SetContractMultiplier ¶
func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
SetContractMultiplier sets ContractMultiplier, Tag 231.
func (NoRelatedSym) SetCouponRate ¶
func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
SetCouponRate sets CouponRate, Tag 223.
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) SetIDSource ¶
func (m NoRelatedSym) SetIDSource(v enum.IDSource)
SetIDSource sets IDSource, Tag 22.
func (NoRelatedSym) SetIssuer ¶
func (m NoRelatedSym) SetIssuer(v string)
SetIssuer sets Issuer, Tag 106.
func (NoRelatedSym) SetMaturityDay ¶
func (m NoRelatedSym) SetMaturityDay(v int)
SetMaturityDay sets MaturityDay, Tag 205.
func (NoRelatedSym) SetMaturityMonthYear ¶
func (m NoRelatedSym) SetMaturityMonthYear(v string)
SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
func (NoRelatedSym) SetOptAttribute ¶
func (m NoRelatedSym) SetOptAttribute(v string)
SetOptAttribute sets OptAttribute, Tag 206.
func (NoRelatedSym) SetPutOrCall ¶
func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall)
SetPutOrCall sets PutOrCall, Tag 201.
func (NoRelatedSym) SetRelatdSym ¶
func (m NoRelatedSym) SetRelatdSym(v string)
SetRelatdSym sets RelatdSym, Tag 46.
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) SetSecurityType ¶
func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
SetSecurityType sets SecurityType, Tag 167.
func (NoRelatedSym) SetStrikePrice ¶
func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
SetStrikePrice sets StrikePrice, Tag 202.
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.