public class QuotSetGrpBlock.QuoteSetsGroup extends Object
Constructor and Description |
---|
QuoteSetsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Boolean |
getLastFragment() |
QuotEntryGrpBlock |
getQuotEntryGrp() |
String |
getQuoteSetID() |
Calendar |
getQuoteSetValidUntilTime() |
Long |
getTotNoQuoteEntries() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setLastFragment(Boolean value) |
void |
setQuotEntryGrp(QuotEntryGrpBlock value) |
void |
setQuoteSetID(String value) |
void |
setQuoteSetValidUntilTime(Calendar 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 Calendar getQuoteSetValidUntilTime()
public void setQuoteSetValidUntilTime(Calendar value)
public Long getTotNoQuoteEntries()
public void setTotNoQuoteEntries(Long value)
public Boolean getLastFragment()
public void setLastFragment(Boolean value)
public QuotEntryGrpBlock getQuotEntryGrp()
public void setQuotEntryGrp(QuotEntryGrpBlock value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.