public class InstrumentInfo extends InstrumentCoreInfo implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fullName
Full instrument name on the platforms where it's available, null otherwise
|
boolean |
isFullDepth
True if data provided for instrument is full depth data
|
double |
multiplier |
double |
pips |
double |
sizeMultiplier
Used when size granularity is less than 1 (for most providers it's always 1,
so you can ignore this field if only those are targeted).
|
exchange, symbol, type| Constructor and Description |
|---|
InstrumentInfo(java.lang.String symbol,
java.lang.String exchange,
java.lang.String type,
double pips,
double multiplier,
java.lang.String fullName,
boolean isFullDepth) |
InstrumentInfo(java.lang.String symbol,
java.lang.String exchange,
java.lang.String type,
double pips,
double multiplier,
java.lang.String fullName,
boolean isFullDepth,
double sizeMultiplier) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final double pips
public final double multiplier
public final java.lang.String fullName
public final boolean isFullDepth
public final double sizeMultiplier
public InstrumentInfo(java.lang.String symbol,
java.lang.String exchange,
java.lang.String type,
double pips,
double multiplier,
java.lang.String fullName,
boolean isFullDepth,
double sizeMultiplier)
public InstrumentInfo(java.lang.String symbol,
java.lang.String exchange,
java.lang.String type,
double pips,
double multiplier,
java.lang.String fullName,
boolean isFullDepth)
public java.lang.String toString()
toString in class InstrumentCoreInfo