Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type Instrument struct + CFICode *string + ContractMultiplier *float64 + CountryOfIssue *string + CouponPaymentDate *string + CouponRate *float64 + CreditRating *string + EncodedIssuer *string + EncodedIssuerLen *int + EncodedSecurityDesc *string + EncodedSecurityDescLen *int + Factor *float64 + InstrRegistry *string + IssueDate *string + Issuer *string + LocaleOfIssue *string + MaturityDate *string + MaturityMonthYear *string + NoSecurityAltID []NoSecurityAltID + OptAttribute *string + Product *int + RedemptionDate *string + RepoCollateralSecurityType *int + RepurchaseRate *float64 + RepurchaseTerm *int + SecurityDesc *string + SecurityExchange *string + SecurityID *string + SecurityIDSource *string + SecurityType *string + StateOrProvinceOfIssue *string + StrikePrice *float64 + Symbol *string + SymbolSfx *string + func (m *Instrument) SetCFICode(v string) + func (m *Instrument) SetContractMultiplier(v float64) + func (m *Instrument) SetCountryOfIssue(v string) + func (m *Instrument) SetCouponPaymentDate(v string) + func (m *Instrument) SetCouponRate(v float64) + func (m *Instrument) SetCreditRating(v string) + func (m *Instrument) SetEncodedIssuer(v string) + func (m *Instrument) SetEncodedIssuerLen(v int) + func (m *Instrument) SetEncodedSecurityDesc(v string) + func (m *Instrument) SetEncodedSecurityDescLen(v int) + func (m *Instrument) SetFactor(v float64) + func (m *Instrument) SetInstrRegistry(v string) + func (m *Instrument) SetIssueDate(v string) + func (m *Instrument) SetIssuer(v string) + func (m *Instrument) SetLocaleOfIssue(v string) + func (m *Instrument) SetMaturityDate(v string) + func (m *Instrument) SetMaturityMonthYear(v string) + func (m *Instrument) SetNoSecurityAltID(v []NoSecurityAltID) + func (m *Instrument) SetOptAttribute(v string) + func (m *Instrument) SetProduct(v int) + func (m *Instrument) SetRedemptionDate(v string) + func (m *Instrument) SetRepoCollateralSecurityType(v int) + func (m *Instrument) SetRepurchaseRate(v float64) + func (m *Instrument) SetRepurchaseTerm(v int) + func (m *Instrument) SetSecurityDesc(v string) + func (m *Instrument) SetSecurityExchange(v string) + func (m *Instrument) SetSecurityID(v string) + func (m *Instrument) SetSecurityIDSource(v string) + func (m *Instrument) SetSecurityType(v string) + func (m *Instrument) SetStateOrProvinceOfIssue(v string) + func (m *Instrument) SetStrikePrice(v float64) + func (m *Instrument) SetSymbol(v string) + func (m *Instrument) SetSymbolSfx(v string) type NoSecurityAltID + func NewNoSecurityAltID() *NoSecurityAltID + func (m *NoSecurityAltID) SetSecurityAltID(v string) + func (m *NoSecurityAltID) SetSecurityAltIDSource(v string) v0.1.0 Feb 21, 2016 Changes in this version + type Component struct + CFICode *string + ContractMultiplier *float64 + CountryOfIssue *string + CouponPaymentDate *string + CouponRate *float64 + CreditRating *string + EncodedIssuer *string + EncodedIssuerLen *int + EncodedSecurityDesc *string + EncodedSecurityDescLen *int + Factor *float64 + InstrRegistry *string + IssueDate *string + Issuer *string + LocaleOfIssue *string + MaturityDate *string + MaturityMonthYear *string + NoSecurityAltID []NoSecurityAltID + OptAttribute *string + Product *int + RedemptionDate *string + RepoCollateralSecurityType *int + RepurchaseRate *float64 + RepurchaseTerm *int + SecurityDesc *string + SecurityExchange *string + SecurityID *string + SecurityIDSource *string + SecurityType *string + StateOrProvinceOfIssue *string + StrikePrice *float64 + Symbol *string + SymbolSfx *string + func New() *Component + type NoSecurityAltID struct + SecurityAltID *string + SecurityAltIDSource *string