public class MarketInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
ASK
Last incoming ask price.
|
double |
BID
Last incoming bid price.
|
double |
DIGITS
Count of digits after decimal point in the symbol prices.
|
double |
EXPIRATION
Market expiration date (usually used for futures).
|
double |
FREEZELEVEL
Order freeze level in points.
|
double |
HIGH
High day price.
|
double |
LOTSIZE
Lot size in the base currency.
|
double |
LOTSTEP
Step for changing lots.
|
double |
LOW
Low day price.
|
double |
MARGINCALCMODE
Margin calculation mode.
|
double |
MARGINHEDGED
Hedged margin calculated for 1 lot.
|
double |
MARGININIT
Initial margin requirements for 1 lot.
|
double |
MARGINMAINTENANCE
Margin to maintain open positions calculated for 1 lot.
|
double |
MARGINREQUIRED
Free margin required to open 1 lot for buying.
|
double |
MAXLOT
Maximum permitted amount of a lot.
|
double |
MINLOT
Minimum permitted amount of a lot.
|
double |
POINT
Point size in the quote currency.
|
double |
PROFITCALCMODE
Profit calculation mode.
|
double |
SPREAD
Spread value in points.
|
double |
STARTING
Market starting date (usually used for futures).
|
double |
STOPLEVEL
Stop level in points.
|
double |
SWAPLONG
Swap of the long position.
|
double |
SWAPSHORT
Swap of the short position.
|
double |
SWAPTYPE
Swap calculation method.
|
double |
TICKSIZE
Tick size in the quote currency.
|
double |
TICKVALUE
Tick value in the deposit currency.
|
Date |
TIME
The last incoming tick time (last known server time).
|
double |
TRADEALLOWED
Trade is allowed for the symbol.
|
| Constructor and Description |
|---|
MarketInformation(double LOW,
double HIGH,
Date TIME,
double BID,
double ASK,
double POINT,
double DIGITS,
double SPREAD,
double STOPLEVEL,
double LOTSIZE,
double TICKVALUE,
double TICKSIZE,
double SWAPLONG,
double SWAPSHORT,
double STARTING,
double EXPIRATION,
double TRADEALLOWED,
double MINLOT,
double LOTSTEP,
double MAXLOT,
double SWAPTYPE,
double PROFITCALCMODE,
double MARGINCALCMODE,
double MARGININIT,
double MARGINMAINTENANCE,
double MARGINHEDGED,
double MARGINREQUIRED,
double FREEZELEVEL) |
public final double LOW
public final double HIGH
public final Date TIME
public final double BID
public final double ASK
public final double POINT
public final double DIGITS
public final double SPREAD
public final double STOPLEVEL
public final double LOTSIZE
public final double TICKVALUE
public final double TICKSIZE
public final double SWAPLONG
public final double SWAPSHORT
public final double STARTING
public final double EXPIRATION
public final double TRADEALLOWED
public final double MINLOT
public final double LOTSTEP
public final double MAXLOT
public final double SWAPTYPE
public final double PROFITCALCMODE
public final double MARGINCALCMODE
public final double MARGININIT
public final double MARGINMAINTENANCE
public final double MARGINHEDGED
public final double MARGINREQUIRED
public final double FREEZELEVEL
public MarketInformation(double LOW,
double HIGH,
Date TIME,
double BID,
double ASK,
double POINT,
double DIGITS,
double SPREAD,
double STOPLEVEL,
double LOTSIZE,
double TICKVALUE,
double TICKSIZE,
double SWAPLONG,
double SWAPSHORT,
double STARTING,
double EXPIRATION,
double TRADEALLOWED,
double MINLOT,
double LOTSTEP,
double MAXLOT,
double SWAPTYPE,
double PROFITCALCMODE,
double MARGINCALCMODE,
double MARGININIT,
double MARGINMAINTENANCE,
double MARGINHEDGED,
double MARGINREQUIRED,
double FREEZELEVEL)