Modifier and Type | Class and Description |
---|---|
class |
MassQuote.QuoteSetsGroup.QuoteEntriesGroup |
Constructor and Description |
---|
QuoteSetsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoQuoteEntries() |
Collection<MassQuote.QuoteSetsGroup.QuoteEntriesGroup> |
getQuoteEntriesGroup() |
String |
getQuoteSetID() |
Calendar |
getQuoteSetValidUntilTime() |
Long |
getTotQuoteEntries() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setNoQuoteEntries(int value) |
void |
setQuoteEntriesGroup(Collection<MassQuote.QuoteSetsGroup.QuoteEntriesGroup> value) |
void |
setQuoteSetID(String value) |
void |
setQuoteSetValidUntilTime(Calendar value) |
void |
setTotQuoteEntries(Long value) |
void |
setUnderlyingInstrument(UnderlyingInstrumentBlock value) |
void |
toFIX(FIXFieldList l) |
public String getQuoteSetID()
public void setQuoteSetID(String value)
public UnderlyingInstrumentBlock getUnderlyingInstrument()
public void setUnderlyingInstrument(UnderlyingInstrumentBlock value)
public Calendar getQuoteSetValidUntilTime()
public void setQuoteSetValidUntilTime(Calendar value)
public Long getTotQuoteEntries()
public void setTotQuoteEntries(Long value)
public int getNoQuoteEntries()
public void setNoQuoteEntries(int value)
public Collection<MassQuote.QuoteSetsGroup.QuoteEntriesGroup> getQuoteEntriesGroup()
public void setQuoteEntriesGroup(Collection<MassQuote.QuoteSetsGroup.QuoteEntriesGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.