Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
IChartObject.ATTR_LONG |
ChartObjectEvent.getLongAttrType()
Returns name of the attribute
|
static IChartObject.ATTR_LONG |
IChartObject.ATTR_LONG.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IChartObject.ATTR_LONG[] |
IChartObject.ATTR_LONG.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
IChartObject.getAttrLong(IChartObject.ATTR_LONG field)
Deprecated.
|
void |
IChartObject.setAttrLong(IChartObject.ATTR_LONG field,
long value)
Deprecated.
|
Constructor and Description |
---|
ChartObjectEvent(java.lang.Object source,
IChartObject.ATTR_LONG longAttrType,
long oldLong,
long newLong,
boolean isAdjusting)
Constructor for attribute change event
|
Copyright © 2024. All rights reserved.