public class SecurityList.RelatedSymGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
SecurityList.RelatedSymGroup.LegsGroup |
Constructor and Description |
---|
RelatedSymGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getCurrency() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
InstrumentBlock |
getInstrument() |
Collection<SecurityList.RelatedSymGroup.LegsGroup> |
getLegsGroup() |
Double |
getMinTradeVol() |
int |
getNoLegs() |
Double |
getRoundLot() |
String |
getText() |
String |
getTradingSessionID() |
String |
getTradingSessionSubID() |
void |
setCurrency(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setInstrument(InstrumentBlock value) |
void |
setLegsGroup(Collection<SecurityList.RelatedSymGroup.LegsGroup> value) |
void |
setMinTradeVol(Double value) |
void |
setNoLegs(int value) |
void |
setRoundLot(Double value) |
void |
setText(String value) |
void |
setTradingSessionID(String value) |
void |
setTradingSessionSubID(String value) |
void |
toFIX(FIXFieldList l) |
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public String getCurrency()
public void setCurrency(String value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<SecurityList.RelatedSymGroup.LegsGroup> getLegsGroup()
public void setLegsGroup(Collection<SecurityList.RelatedSymGroup.LegsGroup> value)
public Double getRoundLot()
public void setRoundLot(Double value)
public Double getMinTradeVol()
public void setMinTradeVol(Double value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.