Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoQuoteSets is a non-required field for QuotSetAckGrp.
NoQuoteSets []NoQuoteSets `fix:"296,omitempty"`
}
Component is a fix50sp2 QuotSetAckGrp Component
type NoQuoteSets ¶
type NoQuoteSets struct {
//QuoteSetID is a non-required field for NoQuoteSets.
QuoteSetID *string `fix:"302"`
//UnderlyingInstrument Component
UnderlyingInstrument underlyinginstrument.Component
//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 Component
QuotEntryAckGrp quotentryackgrp.Component
//TotNoCxldQuotes is a non-required field for NoQuoteSets.
TotNoCxldQuotes *int `fix:"1168"`
//TotNoAccQuotes is a non-required field for NoQuoteSets.
TotNoAccQuotes *int `fix:"1169"`
//TotNoRejQuotes is a non-required field for NoQuoteSets.
TotNoRejQuotes *int `fix:"1170"`
//QuoteSetValidUntilTime is a non-required field for NoQuoteSets.
QuoteSetValidUntilTime *time.Time `fix:"367"`
}
NoQuoteSets is a repeating group in QuotSetAckGrp
Click to show internal directories.
Click to hide internal directories.