public interface IInstrumentGroup
Modifier and Type | Interface and Description |
---|---|
static class |
IInstrumentGroup.Type |
Modifier and Type | Field and Description |
---|---|
static String |
COM_SPOT |
static String |
FX_CROSS |
static String |
FX_MAJOR |
static String |
FX_METAL |
static String |
FX_RSRV |
static String |
I18KEY_PREFIX |
static String |
IDX_CASH |
static String |
STK_CASH |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the instrument group
|
Set<IFinancialInstrument> |
getInstruments()
Returns instruments of the group
|
String |
getName()
Returns the name of the instrument group
|
String |
getTitleKey() |
IInstrumentGroup.Type |
getType() |
boolean |
isCfd() |
boolean |
isCfdCommodities() |
boolean |
isCfdIndices() |
boolean |
isCfdStocks() |
boolean |
isForex() |
boolean |
isMetal() |
static final String FX_MAJOR
static final String FX_CROSS
static final String FX_RSRV
static final String FX_METAL
static final String STK_CASH
static final String COM_SPOT
static final String IDX_CASH
static final String I18KEY_PREFIX
Set<IFinancialInstrument> getInstruments()
String getName()
String getDescription()
String getTitleKey()
IInstrumentGroup.Type getType()
boolean isForex()
boolean isMetal()
boolean isCfd()
boolean isCfdCommodities()
boolean isCfdIndices()
boolean isCfdStocks()
Copyright © 2016. All rights reserved.