public class MassQuoteAcknowledgement.QuoteSetsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
MassQuoteAcknowledgement.QuoteSetsGroup.QuoteEntriesGroup |
Constructor and Description |
---|
QuoteSetsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoQuoteEntries() |
Collection<MassQuoteAcknowledgement.QuoteSetsGroup.QuoteEntriesGroup> |
getQuoteEntriesGroup() |
String |
getQuoteSetID() |
Long |
getTotNoQuoteEntries() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setNoQuoteEntries(int value) |
void |
setQuoteEntriesGroup(Collection<MassQuoteAcknowledgement.QuoteSetsGroup.QuoteEntriesGroup> value) |
void |
setQuoteSetID(String value) |
void |
setTotNoQuoteEntries(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 Long getTotNoQuoteEntries()
public void setTotNoQuoteEntries(Long value)
public int getNoQuoteEntries()
public void setNoQuoteEntries(int value)
public Collection<MassQuoteAcknowledgement.QuoteSetsGroup.QuoteEntriesGroup> getQuoteEntriesGroup()
public void setQuoteEntriesGroup(Collection<MassQuoteAcknowledgement.QuoteSetsGroup.QuoteEntriesGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.