public class SecurityDefinitionBean extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SECURITY_ID_TAG |
static int |
SYMBOL_TAG |
Constructor and Description |
---|
SecurityDefinitionBean(long seqNum,
String secId,
String symbol,
String secGroup,
com.epam.fix.message.FIXFieldList groupEntry) |
Modifier and Type | Method and Description |
---|---|
static List<SecurityDefinitionBean> |
fromFIXMessage(com.epam.fix.message.FIXFieldList fixFieldList) |
com.epam.fix.message.FIXFieldList |
getGroupEntry() |
String |
getSecGroup() |
String |
getSecId() |
long |
getSeqNum() |
String |
getSymbol() |
void |
setSecGroup(String secGroup) |
void |
setSymbol(String symbol) |
static List<com.epam.fix.message.FIXFieldList> |
splitByTagGroup(com.epam.fix.message.FIXFieldList fixFieldList,
int... tags) |
String |
toString() |
public static final int SYMBOL_TAG
public static final int SECURITY_ID_TAG
public String getSecId()
public com.epam.fix.message.FIXFieldList getGroupEntry()
public String getSymbol()
public void setSymbol(String symbol)
public long getSeqNum()
public String getSecGroup()
public void setSecGroup(String secGroup)
public static List<SecurityDefinitionBean> fromFIXMessage(com.epam.fix.message.FIXFieldList fixFieldList)
public static List<com.epam.fix.message.FIXFieldList> splitByTagGroup(com.epam.fix.message.FIXFieldList fixFieldList, int... tags)
Copyright © 2000–2025 EPAM Systems. All rights reserved.