Documentation
¶
Index ¶
- type NoQuoteSets
- func (m *NoQuoteSets) SetLastFragment(v bool)
- func (m *NoQuoteSets) SetQuotEntryGrp(v quotentrygrp.QuotEntryGrp)
- func (m *NoQuoteSets) SetQuoteSetID(v string)
- func (m *NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time)
- func (m *NoQuoteSets) SetTotNoQuoteEntries(v int)
- func (m *NoQuoteSets) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- type QuotSetGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoQuoteSets ¶
type NoQuoteSets struct {
//QuoteSetID is a required field for NoQuoteSets.
QuoteSetID string `fix:"302"`
//UnderlyingInstrument is a non-required component for NoQuoteSets.
UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument
//QuoteSetValidUntilTime is a non-required field for NoQuoteSets.
QuoteSetValidUntilTime *time.Time `fix:"367"`
//TotNoQuoteEntries is a required field for NoQuoteSets.
TotNoQuoteEntries int `fix:"304"`
//LastFragment is a non-required field for NoQuoteSets.
LastFragment *bool `fix:"893"`
//QuotEntryGrp is a required component for NoQuoteSets.
quotentrygrp.QuotEntryGrp
}
NoQuoteSets is a repeating group in QuotSetGrp
func NewNoQuoteSets ¶ added in v0.2.0
func NewNoQuoteSets(quotesetid string, totnoquoteentries int, quotentrygrp quotentrygrp.QuotEntryGrp) *NoQuoteSets
NewNoQuoteSets returns an initialized NoQuoteSets instance
func (*NoQuoteSets) SetLastFragment ¶ added in v0.2.0
func (m *NoQuoteSets) SetLastFragment(v bool)
func (*NoQuoteSets) SetQuotEntryGrp ¶ added in v0.2.0
func (m *NoQuoteSets) SetQuotEntryGrp(v quotentrygrp.QuotEntryGrp)
func (*NoQuoteSets) SetQuoteSetID ¶ added in v0.2.0
func (m *NoQuoteSets) SetQuoteSetID(v string)
func (*NoQuoteSets) SetQuoteSetValidUntilTime ¶ added in v0.2.0
func (m *NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time)
func (*NoQuoteSets) SetTotNoQuoteEntries ¶ added in v0.2.0
func (m *NoQuoteSets) SetTotNoQuoteEntries(v int)
func (*NoQuoteSets) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *NoQuoteSets) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
type QuotSetGrp ¶ added in v0.2.0
type QuotSetGrp struct {
//NoQuoteSets is a required field for QuotSetGrp.
NoQuoteSets []NoQuoteSets `fix:"296"`
}
QuotSetGrp is a fix50 Component
func New ¶
func New(noquotesets []NoQuoteSets) *QuotSetGrp
New returns an initialized QuotSetGrp instance
func (*QuotSetGrp) SetNoQuoteSets ¶ added in v0.2.0
func (m *QuotSetGrp) SetNoQuoteSets(v []NoQuoteSets)
Click to show internal directories.
Click to hide internal directories.