public class MarketDataRequest.RelatedSymGroup extends Object
Constructor and Description |
---|
RelatedSymGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getCurrency() |
InstrumentBlock |
getInstrument() |
Collection<InstrumentLegBlock> |
getLegsGroup() |
Double |
getMDEntrySize() |
int |
getNoLegs() |
int |
getNoUnderlyings() |
Long |
getQuoteType() |
Calendar |
getSettlDate() |
String |
getSettlType() |
Collection<UnderlyingInstrumentBlock> |
getUnderlyingsGroup() |
void |
setCurrency(String value) |
void |
setInstrument(InstrumentBlock value) |
void |
setLegsGroup(Collection<InstrumentLegBlock> value) |
void |
setMDEntrySize(Double value) |
void |
setNoLegs(int value) |
void |
setNoUnderlyings(int value) |
void |
setQuoteType(Long value) |
void |
setSettlDate(Calendar value) |
void |
setSettlType(String value) |
void |
setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value) |
void |
toFIX(FIXFieldList l) |
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> 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 void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.