public class DerivativeSecurityList.RelatedSymGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
DerivativeSecurityList.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<DerivativeSecurityList.RelatedSymGroup.LegsGroup> |
getLegsGroup() |
int |
getNoLegs() |
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<DerivativeSecurityList.RelatedSymGroup.LegsGroup> value) |
void |
setNoLegs(int 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<DerivativeSecurityList.RelatedSymGroup.LegsGroup> getLegsGroup()
public void setLegsGroup(Collection<DerivativeSecurityList.RelatedSymGroup.LegsGroup> 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.