adding quickfix library
This commit is contained in:
@ -0,0 +1,928 @@
|
||||
// Code generated by quickfix. DO NOT EDIT.
|
||||
package securitylistrequest
|
||||
|
||||
import (
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"github.com/quickfixgo/quickfix/gen/fix43"
|
||||
"github.com/quickfixgo/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// SecurityListRequest is the fix43 SecurityListRequest type, MsgType = x.
|
||||
type SecurityListRequest struct {
|
||||
fix43.Header
|
||||
*quickfix.Body
|
||||
fix43.Trailer
|
||||
Message *quickfix.Message
|
||||
}
|
||||
|
||||
// FromMessage creates a SecurityListRequest from a quickfix.Message instance.
|
||||
func FromMessage(m *quickfix.Message) SecurityListRequest {
|
||||
return SecurityListRequest{
|
||||
Header: fix43.Header{Header: &m.Header},
|
||||
Body: &m.Body,
|
||||
Trailer: fix43.Trailer{Trailer: &m.Trailer},
|
||||
Message: m,
|
||||
}
|
||||
}
|
||||
|
||||
// ToMessage returns a quickfix.Message instance.
|
||||
func (m SecurityListRequest) ToMessage() *quickfix.Message {
|
||||
return m.Message
|
||||
}
|
||||
|
||||
// New returns a SecurityListRequest initialized with the required fields for SecurityListRequest.
|
||||
func New(securityreqid field.SecurityReqIDField, securitylistrequesttype field.SecurityListRequestTypeField) (m SecurityListRequest) {
|
||||
m.Message = quickfix.NewMessage()
|
||||
m.Header = fix43.NewHeader(&m.Message.Header)
|
||||
m.Body = &m.Message.Body
|
||||
m.Trailer.Trailer = &m.Message.Trailer
|
||||
|
||||
m.Header.Set(field.NewMsgType("x"))
|
||||
m.Set(securityreqid)
|
||||
m.Set(securitylistrequesttype)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
// A RouteOut is the callback type that should be implemented for routing Message.
|
||||
type RouteOut func(msg SecurityListRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError
|
||||
|
||||
// Route returns the beginstring, message type, and MessageRoute for this Message type.
|
||||
func Route(router RouteOut) (string, string, quickfix.MessageRoute) {
|
||||
r := func(msg *quickfix.Message, sessionID quickfix.SessionID) quickfix.MessageRejectError {
|
||||
return router(FromMessage(msg), sessionID)
|
||||
}
|
||||
return "FIX.4.3", "x", r
|
||||
}
|
||||
|
||||
// SetCurrency sets Currency, Tag 15.
|
||||
func (m SecurityListRequest) SetCurrency(v string) {
|
||||
m.Set(field.NewCurrency(v))
|
||||
}
|
||||
|
||||
// SetSecurityIDSource sets SecurityIDSource, Tag 22.
|
||||
func (m SecurityListRequest) SetSecurityIDSource(v enum.SecurityIDSource) {
|
||||
m.Set(field.NewSecurityIDSource(v))
|
||||
}
|
||||
|
||||
// SetSecurityID sets SecurityID, Tag 48.
|
||||
func (m SecurityListRequest) SetSecurityID(v string) {
|
||||
m.Set(field.NewSecurityID(v))
|
||||
}
|
||||
|
||||
// SetSymbol sets Symbol, Tag 55.
|
||||
func (m SecurityListRequest) SetSymbol(v string) {
|
||||
m.Set(field.NewSymbol(v))
|
||||
}
|
||||
|
||||
// SetText sets Text, Tag 58.
|
||||
func (m SecurityListRequest) SetText(v string) {
|
||||
m.Set(field.NewText(v))
|
||||
}
|
||||
|
||||
// SetSymbolSfx sets SymbolSfx, Tag 65.
|
||||
func (m SecurityListRequest) SetSymbolSfx(v enum.SymbolSfx) {
|
||||
m.Set(field.NewSymbolSfx(v))
|
||||
}
|
||||
|
||||
// SetIssuer sets Issuer, Tag 106.
|
||||
func (m SecurityListRequest) SetIssuer(v string) {
|
||||
m.Set(field.NewIssuer(v))
|
||||
}
|
||||
|
||||
// SetSecurityDesc sets SecurityDesc, Tag 107.
|
||||
func (m SecurityListRequest) SetSecurityDesc(v string) {
|
||||
m.Set(field.NewSecurityDesc(v))
|
||||
}
|
||||
|
||||
// SetSecurityType sets SecurityType, Tag 167.
|
||||
func (m SecurityListRequest) SetSecurityType(v enum.SecurityType) {
|
||||
m.Set(field.NewSecurityType(v))
|
||||
}
|
||||
|
||||
// SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
|
||||
func (m SecurityListRequest) SetMaturityMonthYear(v string) {
|
||||
m.Set(field.NewMaturityMonthYear(v))
|
||||
}
|
||||
|
||||
// SetStrikePrice sets StrikePrice, Tag 202.
|
||||
func (m SecurityListRequest) SetStrikePrice(value decimal.Decimal, scale int32) {
|
||||
m.Set(field.NewStrikePrice(value, scale))
|
||||
}
|
||||
|
||||
// SetOptAttribute sets OptAttribute, Tag 206.
|
||||
func (m SecurityListRequest) SetOptAttribute(v string) {
|
||||
m.Set(field.NewOptAttribute(v))
|
||||
}
|
||||
|
||||
// SetSecurityExchange sets SecurityExchange, Tag 207.
|
||||
func (m SecurityListRequest) SetSecurityExchange(v string) {
|
||||
m.Set(field.NewSecurityExchange(v))
|
||||
}
|
||||
|
||||
// SetCouponRate sets CouponRate, Tag 223.
|
||||
func (m SecurityListRequest) SetCouponRate(value decimal.Decimal, scale int32) {
|
||||
m.Set(field.NewCouponRate(value, scale))
|
||||
}
|
||||
|
||||
// SetCouponPaymentDate sets CouponPaymentDate, Tag 224.
|
||||
func (m SecurityListRequest) SetCouponPaymentDate(v string) {
|
||||
m.Set(field.NewCouponPaymentDate(v))
|
||||
}
|
||||
|
||||
// SetIssueDate sets IssueDate, Tag 225.
|
||||
func (m SecurityListRequest) SetIssueDate(v string) {
|
||||
m.Set(field.NewIssueDate(v))
|
||||
}
|
||||
|
||||
// SetRepurchaseTerm sets RepurchaseTerm, Tag 226.
|
||||
func (m SecurityListRequest) SetRepurchaseTerm(v int) {
|
||||
m.Set(field.NewRepurchaseTerm(v))
|
||||
}
|
||||
|
||||
// SetRepurchaseRate sets RepurchaseRate, Tag 227.
|
||||
func (m SecurityListRequest) SetRepurchaseRate(value decimal.Decimal, scale int32) {
|
||||
m.Set(field.NewRepurchaseRate(value, scale))
|
||||
}
|
||||
|
||||
// SetFactor sets Factor, Tag 228.
|
||||
func (m SecurityListRequest) SetFactor(value decimal.Decimal, scale int32) {
|
||||
m.Set(field.NewFactor(value, scale))
|
||||
}
|
||||
|
||||
// SetContractMultiplier sets ContractMultiplier, Tag 231.
|
||||
func (m SecurityListRequest) SetContractMultiplier(value decimal.Decimal, scale int32) {
|
||||
m.Set(field.NewContractMultiplier(value, scale))
|
||||
}
|
||||
|
||||
// SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.
|
||||
func (m SecurityListRequest) SetRepoCollateralSecurityType(v int) {
|
||||
m.Set(field.NewRepoCollateralSecurityType(v))
|
||||
}
|
||||
|
||||
// SetRedemptionDate sets RedemptionDate, Tag 240.
|
||||
func (m SecurityListRequest) SetRedemptionDate(v string) {
|
||||
m.Set(field.NewRedemptionDate(v))
|
||||
}
|
||||
|
||||
// SetCreditRating sets CreditRating, Tag 255.
|
||||
func (m SecurityListRequest) SetCreditRating(v string) {
|
||||
m.Set(field.NewCreditRating(v))
|
||||
}
|
||||
|
||||
// SetSubscriptionRequestType sets SubscriptionRequestType, Tag 263.
|
||||
func (m SecurityListRequest) SetSubscriptionRequestType(v enum.SubscriptionRequestType) {
|
||||
m.Set(field.NewSubscriptionRequestType(v))
|
||||
}
|
||||
|
||||
// SetSecurityReqID sets SecurityReqID, Tag 320.
|
||||
func (m SecurityListRequest) SetSecurityReqID(v string) {
|
||||
m.Set(field.NewSecurityReqID(v))
|
||||
}
|
||||
|
||||
// SetTradingSessionID sets TradingSessionID, Tag 336.
|
||||
func (m SecurityListRequest) SetTradingSessionID(v enum.TradingSessionID) {
|
||||
m.Set(field.NewTradingSessionID(v))
|
||||
}
|
||||
|
||||
// SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.
|
||||
func (m SecurityListRequest) SetEncodedIssuerLen(v int) {
|
||||
m.Set(field.NewEncodedIssuerLen(v))
|
||||
}
|
||||
|
||||
// SetEncodedIssuer sets EncodedIssuer, Tag 349.
|
||||
func (m SecurityListRequest) SetEncodedIssuer(v string) {
|
||||
m.Set(field.NewEncodedIssuer(v))
|
||||
}
|
||||
|
||||
// SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.
|
||||
func (m SecurityListRequest) SetEncodedSecurityDescLen(v int) {
|
||||
m.Set(field.NewEncodedSecurityDescLen(v))
|
||||
}
|
||||
|
||||
// SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.
|
||||
func (m SecurityListRequest) SetEncodedSecurityDesc(v string) {
|
||||
m.Set(field.NewEncodedSecurityDesc(v))
|
||||
}
|
||||
|
||||
// SetEncodedTextLen sets EncodedTextLen, Tag 354.
|
||||
func (m SecurityListRequest) SetEncodedTextLen(v int) {
|
||||
m.Set(field.NewEncodedTextLen(v))
|
||||
}
|
||||
|
||||
// SetEncodedText sets EncodedText, Tag 355.
|
||||
func (m SecurityListRequest) SetEncodedText(v string) {
|
||||
m.Set(field.NewEncodedText(v))
|
||||
}
|
||||
|
||||
// SetNoSecurityAltID sets NoSecurityAltID, Tag 454.
|
||||
func (m SecurityListRequest) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) {
|
||||
m.SetGroup(f)
|
||||
}
|
||||
|
||||
// SetProduct sets Product, Tag 460.
|
||||
func (m SecurityListRequest) SetProduct(v enum.Product) {
|
||||
m.Set(field.NewProduct(v))
|
||||
}
|
||||
|
||||
// SetCFICode sets CFICode, Tag 461.
|
||||
func (m SecurityListRequest) SetCFICode(v string) {
|
||||
m.Set(field.NewCFICode(v))
|
||||
}
|
||||
|
||||
// SetCountryOfIssue sets CountryOfIssue, Tag 470.
|
||||
func (m SecurityListRequest) SetCountryOfIssue(v string) {
|
||||
m.Set(field.NewCountryOfIssue(v))
|
||||
}
|
||||
|
||||
// SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.
|
||||
func (m SecurityListRequest) SetStateOrProvinceOfIssue(v string) {
|
||||
m.Set(field.NewStateOrProvinceOfIssue(v))
|
||||
}
|
||||
|
||||
// SetLocaleOfIssue sets LocaleOfIssue, Tag 472.
|
||||
func (m SecurityListRequest) SetLocaleOfIssue(v string) {
|
||||
m.Set(field.NewLocaleOfIssue(v))
|
||||
}
|
||||
|
||||
// SetMaturityDate sets MaturityDate, Tag 541.
|
||||
func (m SecurityListRequest) SetMaturityDate(v string) {
|
||||
m.Set(field.NewMaturityDate(v))
|
||||
}
|
||||
|
||||
// SetInstrRegistry sets InstrRegistry, Tag 543.
|
||||
func (m SecurityListRequest) SetInstrRegistry(v enum.InstrRegistry) {
|
||||
m.Set(field.NewInstrRegistry(v))
|
||||
}
|
||||
|
||||
// SetSecurityListRequestType sets SecurityListRequestType, Tag 559.
|
||||
func (m SecurityListRequest) SetSecurityListRequestType(v enum.SecurityListRequestType) {
|
||||
m.Set(field.NewSecurityListRequestType(v))
|
||||
}
|
||||
|
||||
// SetTradingSessionSubID sets TradingSessionSubID, Tag 625.
|
||||
func (m SecurityListRequest) SetTradingSessionSubID(v enum.TradingSessionSubID) {
|
||||
m.Set(field.NewTradingSessionSubID(v))
|
||||
}
|
||||
|
||||
// GetCurrency gets Currency, Tag 15.
|
||||
func (m SecurityListRequest) GetCurrency() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.CurrencyField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityIDSource gets SecurityIDSource, Tag 22.
|
||||
func (m SecurityListRequest) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityIDSourceField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityID gets SecurityID, Tag 48.
|
||||
func (m SecurityListRequest) GetSecurityID() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityIDField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSymbol gets Symbol, Tag 55.
|
||||
func (m SecurityListRequest) GetSymbol() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SymbolField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetText gets Text, Tag 58.
|
||||
func (m SecurityListRequest) GetText() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.TextField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSymbolSfx gets SymbolSfx, Tag 65.
|
||||
func (m SecurityListRequest) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) {
|
||||
var f field.SymbolSfxField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetIssuer gets Issuer, Tag 106.
|
||||
func (m SecurityListRequest) GetIssuer() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.IssuerField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityDesc gets SecurityDesc, Tag 107.
|
||||
func (m SecurityListRequest) GetSecurityDesc() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityDescField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityType gets SecurityType, Tag 167.
|
||||
func (m SecurityListRequest) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityTypeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
|
||||
func (m SecurityListRequest) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.MaturityMonthYearField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetStrikePrice gets StrikePrice, Tag 202.
|
||||
func (m SecurityListRequest) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) {
|
||||
var f field.StrikePriceField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetOptAttribute gets OptAttribute, Tag 206.
|
||||
func (m SecurityListRequest) GetOptAttribute() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.OptAttributeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityExchange gets SecurityExchange, Tag 207.
|
||||
func (m SecurityListRequest) GetSecurityExchange() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityExchangeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetCouponRate gets CouponRate, Tag 223.
|
||||
func (m SecurityListRequest) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
|
||||
var f field.CouponRateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetCouponPaymentDate gets CouponPaymentDate, Tag 224.
|
||||
func (m SecurityListRequest) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.CouponPaymentDateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetIssueDate gets IssueDate, Tag 225.
|
||||
func (m SecurityListRequest) GetIssueDate() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.IssueDateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetRepurchaseTerm gets RepurchaseTerm, Tag 226.
|
||||
func (m SecurityListRequest) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) {
|
||||
var f field.RepurchaseTermField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetRepurchaseRate gets RepurchaseRate, Tag 227.
|
||||
func (m SecurityListRequest) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) {
|
||||
var f field.RepurchaseRateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetFactor gets Factor, Tag 228.
|
||||
func (m SecurityListRequest) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) {
|
||||
var f field.FactorField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetContractMultiplier gets ContractMultiplier, Tag 231.
|
||||
func (m SecurityListRequest) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) {
|
||||
var f field.ContractMultiplierField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.
|
||||
func (m SecurityListRequest) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) {
|
||||
var f field.RepoCollateralSecurityTypeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetRedemptionDate gets RedemptionDate, Tag 240.
|
||||
func (m SecurityListRequest) GetRedemptionDate() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.RedemptionDateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetCreditRating gets CreditRating, Tag 255.
|
||||
func (m SecurityListRequest) GetCreditRating() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.CreditRatingField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSubscriptionRequestType gets SubscriptionRequestType, Tag 263.
|
||||
func (m SecurityListRequest) GetSubscriptionRequestType() (v enum.SubscriptionRequestType, err quickfix.MessageRejectError) {
|
||||
var f field.SubscriptionRequestTypeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityReqID gets SecurityReqID, Tag 320.
|
||||
func (m SecurityListRequest) GetSecurityReqID() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityReqIDField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetTradingSessionID gets TradingSessionID, Tag 336.
|
||||
func (m SecurityListRequest) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) {
|
||||
var f field.TradingSessionIDField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.
|
||||
func (m SecurityListRequest) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedIssuerLenField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedIssuer gets EncodedIssuer, Tag 349.
|
||||
func (m SecurityListRequest) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedIssuerField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.
|
||||
func (m SecurityListRequest) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedSecurityDescLenField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.
|
||||
func (m SecurityListRequest) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedSecurityDescField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedTextLen gets EncodedTextLen, Tag 354.
|
||||
func (m SecurityListRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedTextLenField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetEncodedText gets EncodedText, Tag 355.
|
||||
func (m SecurityListRequest) GetEncodedText() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.EncodedTextField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetNoSecurityAltID gets NoSecurityAltID, Tag 454.
|
||||
func (m SecurityListRequest) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) {
|
||||
f := NewNoSecurityAltIDRepeatingGroup()
|
||||
err := m.GetGroup(f)
|
||||
return f, err
|
||||
}
|
||||
|
||||
// GetProduct gets Product, Tag 460.
|
||||
func (m SecurityListRequest) GetProduct() (v enum.Product, err quickfix.MessageRejectError) {
|
||||
var f field.ProductField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetCFICode gets CFICode, Tag 461.
|
||||
func (m SecurityListRequest) GetCFICode() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.CFICodeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetCountryOfIssue gets CountryOfIssue, Tag 470.
|
||||
func (m SecurityListRequest) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.CountryOfIssueField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.
|
||||
func (m SecurityListRequest) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.StateOrProvinceOfIssueField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetLocaleOfIssue gets LocaleOfIssue, Tag 472.
|
||||
func (m SecurityListRequest) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.LocaleOfIssueField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetMaturityDate gets MaturityDate, Tag 541.
|
||||
func (m SecurityListRequest) GetMaturityDate() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.MaturityDateField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetInstrRegistry gets InstrRegistry, Tag 543.
|
||||
func (m SecurityListRequest) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) {
|
||||
var f field.InstrRegistryField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityListRequestType gets SecurityListRequestType, Tag 559.
|
||||
func (m SecurityListRequest) GetSecurityListRequestType() (v enum.SecurityListRequestType, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityListRequestTypeField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetTradingSessionSubID gets TradingSessionSubID, Tag 625.
|
||||
func (m SecurityListRequest) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) {
|
||||
var f field.TradingSessionSubIDField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// HasCurrency returns true if Currency is present, Tag 15.
|
||||
func (m SecurityListRequest) HasCurrency() bool {
|
||||
return m.Has(tag.Currency)
|
||||
}
|
||||
|
||||
// HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.
|
||||
func (m SecurityListRequest) HasSecurityIDSource() bool {
|
||||
return m.Has(tag.SecurityIDSource)
|
||||
}
|
||||
|
||||
// HasSecurityID returns true if SecurityID is present, Tag 48.
|
||||
func (m SecurityListRequest) HasSecurityID() bool {
|
||||
return m.Has(tag.SecurityID)
|
||||
}
|
||||
|
||||
// HasSymbol returns true if Symbol is present, Tag 55.
|
||||
func (m SecurityListRequest) HasSymbol() bool {
|
||||
return m.Has(tag.Symbol)
|
||||
}
|
||||
|
||||
// HasText returns true if Text is present, Tag 58.
|
||||
func (m SecurityListRequest) HasText() bool {
|
||||
return m.Has(tag.Text)
|
||||
}
|
||||
|
||||
// HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
|
||||
func (m SecurityListRequest) HasSymbolSfx() bool {
|
||||
return m.Has(tag.SymbolSfx)
|
||||
}
|
||||
|
||||
// HasIssuer returns true if Issuer is present, Tag 106.
|
||||
func (m SecurityListRequest) HasIssuer() bool {
|
||||
return m.Has(tag.Issuer)
|
||||
}
|
||||
|
||||
// HasSecurityDesc returns true if SecurityDesc is present, Tag 107.
|
||||
func (m SecurityListRequest) HasSecurityDesc() bool {
|
||||
return m.Has(tag.SecurityDesc)
|
||||
}
|
||||
|
||||
// HasSecurityType returns true if SecurityType is present, Tag 167.
|
||||
func (m SecurityListRequest) HasSecurityType() bool {
|
||||
return m.Has(tag.SecurityType)
|
||||
}
|
||||
|
||||
// HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
|
||||
func (m SecurityListRequest) HasMaturityMonthYear() bool {
|
||||
return m.Has(tag.MaturityMonthYear)
|
||||
}
|
||||
|
||||
// HasStrikePrice returns true if StrikePrice is present, Tag 202.
|
||||
func (m SecurityListRequest) HasStrikePrice() bool {
|
||||
return m.Has(tag.StrikePrice)
|
||||
}
|
||||
|
||||
// HasOptAttribute returns true if OptAttribute is present, Tag 206.
|
||||
func (m SecurityListRequest) HasOptAttribute() bool {
|
||||
return m.Has(tag.OptAttribute)
|
||||
}
|
||||
|
||||
// HasSecurityExchange returns true if SecurityExchange is present, Tag 207.
|
||||
func (m SecurityListRequest) HasSecurityExchange() bool {
|
||||
return m.Has(tag.SecurityExchange)
|
||||
}
|
||||
|
||||
// HasCouponRate returns true if CouponRate is present, Tag 223.
|
||||
func (m SecurityListRequest) HasCouponRate() bool {
|
||||
return m.Has(tag.CouponRate)
|
||||
}
|
||||
|
||||
// HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.
|
||||
func (m SecurityListRequest) HasCouponPaymentDate() bool {
|
||||
return m.Has(tag.CouponPaymentDate)
|
||||
}
|
||||
|
||||
// HasIssueDate returns true if IssueDate is present, Tag 225.
|
||||
func (m SecurityListRequest) HasIssueDate() bool {
|
||||
return m.Has(tag.IssueDate)
|
||||
}
|
||||
|
||||
// HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.
|
||||
func (m SecurityListRequest) HasRepurchaseTerm() bool {
|
||||
return m.Has(tag.RepurchaseTerm)
|
||||
}
|
||||
|
||||
// HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.
|
||||
func (m SecurityListRequest) HasRepurchaseRate() bool {
|
||||
return m.Has(tag.RepurchaseRate)
|
||||
}
|
||||
|
||||
// HasFactor returns true if Factor is present, Tag 228.
|
||||
func (m SecurityListRequest) HasFactor() bool {
|
||||
return m.Has(tag.Factor)
|
||||
}
|
||||
|
||||
// HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
|
||||
func (m SecurityListRequest) HasContractMultiplier() bool {
|
||||
return m.Has(tag.ContractMultiplier)
|
||||
}
|
||||
|
||||
// HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.
|
||||
func (m SecurityListRequest) HasRepoCollateralSecurityType() bool {
|
||||
return m.Has(tag.RepoCollateralSecurityType)
|
||||
}
|
||||
|
||||
// HasRedemptionDate returns true if RedemptionDate is present, Tag 240.
|
||||
func (m SecurityListRequest) HasRedemptionDate() bool {
|
||||
return m.Has(tag.RedemptionDate)
|
||||
}
|
||||
|
||||
// HasCreditRating returns true if CreditRating is present, Tag 255.
|
||||
func (m SecurityListRequest) HasCreditRating() bool {
|
||||
return m.Has(tag.CreditRating)
|
||||
}
|
||||
|
||||
// HasSubscriptionRequestType returns true if SubscriptionRequestType is present, Tag 263.
|
||||
func (m SecurityListRequest) HasSubscriptionRequestType() bool {
|
||||
return m.Has(tag.SubscriptionRequestType)
|
||||
}
|
||||
|
||||
// HasSecurityReqID returns true if SecurityReqID is present, Tag 320.
|
||||
func (m SecurityListRequest) HasSecurityReqID() bool {
|
||||
return m.Has(tag.SecurityReqID)
|
||||
}
|
||||
|
||||
// HasTradingSessionID returns true if TradingSessionID is present, Tag 336.
|
||||
func (m SecurityListRequest) HasTradingSessionID() bool {
|
||||
return m.Has(tag.TradingSessionID)
|
||||
}
|
||||
|
||||
// HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.
|
||||
func (m SecurityListRequest) HasEncodedIssuerLen() bool {
|
||||
return m.Has(tag.EncodedIssuerLen)
|
||||
}
|
||||
|
||||
// HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.
|
||||
func (m SecurityListRequest) HasEncodedIssuer() bool {
|
||||
return m.Has(tag.EncodedIssuer)
|
||||
}
|
||||
|
||||
// HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.
|
||||
func (m SecurityListRequest) HasEncodedSecurityDescLen() bool {
|
||||
return m.Has(tag.EncodedSecurityDescLen)
|
||||
}
|
||||
|
||||
// HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.
|
||||
func (m SecurityListRequest) HasEncodedSecurityDesc() bool {
|
||||
return m.Has(tag.EncodedSecurityDesc)
|
||||
}
|
||||
|
||||
// HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
|
||||
func (m SecurityListRequest) HasEncodedTextLen() bool {
|
||||
return m.Has(tag.EncodedTextLen)
|
||||
}
|
||||
|
||||
// HasEncodedText returns true if EncodedText is present, Tag 355.
|
||||
func (m SecurityListRequest) HasEncodedText() bool {
|
||||
return m.Has(tag.EncodedText)
|
||||
}
|
||||
|
||||
// HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.
|
||||
func (m SecurityListRequest) HasNoSecurityAltID() bool {
|
||||
return m.Has(tag.NoSecurityAltID)
|
||||
}
|
||||
|
||||
// HasProduct returns true if Product is present, Tag 460.
|
||||
func (m SecurityListRequest) HasProduct() bool {
|
||||
return m.Has(tag.Product)
|
||||
}
|
||||
|
||||
// HasCFICode returns true if CFICode is present, Tag 461.
|
||||
func (m SecurityListRequest) HasCFICode() bool {
|
||||
return m.Has(tag.CFICode)
|
||||
}
|
||||
|
||||
// HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.
|
||||
func (m SecurityListRequest) HasCountryOfIssue() bool {
|
||||
return m.Has(tag.CountryOfIssue)
|
||||
}
|
||||
|
||||
// HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.
|
||||
func (m SecurityListRequest) HasStateOrProvinceOfIssue() bool {
|
||||
return m.Has(tag.StateOrProvinceOfIssue)
|
||||
}
|
||||
|
||||
// HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.
|
||||
func (m SecurityListRequest) HasLocaleOfIssue() bool {
|
||||
return m.Has(tag.LocaleOfIssue)
|
||||
}
|
||||
|
||||
// HasMaturityDate returns true if MaturityDate is present, Tag 541.
|
||||
func (m SecurityListRequest) HasMaturityDate() bool {
|
||||
return m.Has(tag.MaturityDate)
|
||||
}
|
||||
|
||||
// HasInstrRegistry returns true if InstrRegistry is present, Tag 543.
|
||||
func (m SecurityListRequest) HasInstrRegistry() bool {
|
||||
return m.Has(tag.InstrRegistry)
|
||||
}
|
||||
|
||||
// HasSecurityListRequestType returns true if SecurityListRequestType is present, Tag 559.
|
||||
func (m SecurityListRequest) HasSecurityListRequestType() bool {
|
||||
return m.Has(tag.SecurityListRequestType)
|
||||
}
|
||||
|
||||
// HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625.
|
||||
func (m SecurityListRequest) HasTradingSessionSubID() bool {
|
||||
return m.Has(tag.TradingSessionSubID)
|
||||
}
|
||||
|
||||
// NoSecurityAltID is a repeating group element, Tag 454.
|
||||
type NoSecurityAltID struct {
|
||||
*quickfix.Group
|
||||
}
|
||||
|
||||
// SetSecurityAltID sets SecurityAltID, Tag 455.
|
||||
func (m NoSecurityAltID) SetSecurityAltID(v string) {
|
||||
m.Set(field.NewSecurityAltID(v))
|
||||
}
|
||||
|
||||
// SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.
|
||||
func (m NoSecurityAltID) SetSecurityAltIDSource(v string) {
|
||||
m.Set(field.NewSecurityAltIDSource(v))
|
||||
}
|
||||
|
||||
// GetSecurityAltID gets SecurityAltID, Tag 455.
|
||||
func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityAltIDField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.
|
||||
func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError) {
|
||||
var f field.SecurityAltIDSourceField
|
||||
if err = m.Get(&f); err == nil {
|
||||
v = f.Value()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// HasSecurityAltID returns true if SecurityAltID is present, Tag 455.
|
||||
func (m NoSecurityAltID) HasSecurityAltID() bool {
|
||||
return m.Has(tag.SecurityAltID)
|
||||
}
|
||||
|
||||
// HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.
|
||||
func (m NoSecurityAltID) HasSecurityAltIDSource() bool {
|
||||
return m.Has(tag.SecurityAltIDSource)
|
||||
}
|
||||
|
||||
// NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
|
||||
type NoSecurityAltIDRepeatingGroup struct {
|
||||
*quickfix.RepeatingGroup
|
||||
}
|
||||
|
||||
// NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
|
||||
func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup {
|
||||
return NoSecurityAltIDRepeatingGroup{
|
||||
quickfix.NewRepeatingGroup(
|
||||
tag.NoSecurityAltID,
|
||||
quickfix.GroupTemplate{
|
||||
quickfix.GroupElement(tag.SecurityAltID),
|
||||
quickfix.GroupElement(tag.SecurityAltIDSource),
|
||||
},
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
// Add create and append a new NoSecurityAltID to this group.
|
||||
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID {
|
||||
g := m.RepeatingGroup.Add()
|
||||
return NoSecurityAltID{g}
|
||||
}
|
||||
|
||||
// Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.
|
||||
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID {
|
||||
return NoSecurityAltID{m.RepeatingGroup.Get(i)}
|
||||
}
|
||||
Reference in New Issue
Block a user