public class InstrmtMDReqGrpBlock.RelatedSymGroup extends Object
Constructor and Description |
---|
RelatedSymGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getCurrency() |
InstrmtLegGrpBlock |
getInstrmtLegGrp() |
InstrumentBlock |
getInstrument() |
Double |
getMDEntrySize() |
String |
getMDStreamID() |
Long |
getQuoteType() |
Calendar |
getSettlDate() |
String |
getSettlType() |
UndInstrmtGrpBlock |
getUndInstrmtGrp() |
void |
setCurrency(String value) |
void |
setInstrmtLegGrp(InstrmtLegGrpBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setMDEntrySize(Double value) |
void |
setMDStreamID(String value) |
void |
setQuoteType(Long value) |
void |
setSettlDate(Calendar value) |
void |
setSettlType(String value) |
void |
setUndInstrmtGrp(UndInstrmtGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public UndInstrmtGrpBlock getUndInstrmtGrp()
public void setUndInstrmtGrp(UndInstrmtGrpBlock value)
public InstrmtLegGrpBlock getInstrmtLegGrp()
public void setInstrmtLegGrp(InstrmtLegGrpBlock value)
public String getCurrency()
public void setCurrency(String value)
public Long getQuoteType()
public void setQuoteType(Long value)
public String getSettlType()
public void setSettlType(String value)
public Calendar getSettlDate()
public void setSettlDate(Calendar value)
public Double getMDEntrySize()
public void setMDEntrySize(Double value)
public String getMDStreamID()
public void setMDStreamID(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.