Documentation
¶
Index ¶
- type NoQuoteSets
- func (m *NoQuoteSets) SetLastFragment(v bool)
- func (m *NoQuoteSets) SetQuotEntryAckGrp(v quotentryackgrp.QuotEntryAckGrp)
- func (m *NoQuoteSets) SetQuoteSetID(v string)
- func (m *NoQuoteSets) SetTotNoQuoteEntries(v int)
- func (m *NoQuoteSets) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- type QuotSetAckGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoQuoteSets ¶
type NoQuoteSets struct {
//QuoteSetID is a non-required field for NoQuoteSets.
QuoteSetID *string `fix:"302"`
//UnderlyingInstrument is a non-required component for NoQuoteSets.
UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument
//TotNoQuoteEntries is a non-required field for NoQuoteSets.
TotNoQuoteEntries *int `fix:"304"`
//LastFragment is a non-required field for NoQuoteSets.
LastFragment *bool `fix:"893"`
//QuotEntryAckGrp is a non-required component for NoQuoteSets.
QuotEntryAckGrp *quotentryackgrp.QuotEntryAckGrp
}
NoQuoteSets is a repeating group in QuotSetAckGrp
func NewNoQuoteSets ¶ added in v0.2.0
func NewNoQuoteSets() *NoQuoteSets
NewNoQuoteSets returns an initialized NoQuoteSets instance
func (*NoQuoteSets) SetLastFragment ¶ added in v0.2.0
func (m *NoQuoteSets) SetLastFragment(v bool)
func (*NoQuoteSets) SetQuotEntryAckGrp ¶ added in v0.2.0
func (m *NoQuoteSets) SetQuotEntryAckGrp(v quotentryackgrp.QuotEntryAckGrp)
func (*NoQuoteSets) SetQuoteSetID ¶ added in v0.2.0
func (m *NoQuoteSets) SetQuoteSetID(v string)
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 QuotSetAckGrp ¶ added in v0.2.0
type QuotSetAckGrp struct {
//NoQuoteSets is a non-required field for QuotSetAckGrp.
NoQuoteSets []NoQuoteSets `fix:"296,omitempty"`
}
QuotSetAckGrp is a fix50 Component
func (*QuotSetAckGrp) SetNoQuoteSets ¶ added in v0.2.0
func (m *QuotSetAckGrp) SetNoQuoteSets(v []NoQuoteSets)
Click to show internal directories.
Click to hide internal directories.