|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TradeOperation | |
---|---|
com.jfx |
Uses of TradeOperation in com.jfx |
---|
Fields in com.jfx declared as TradeOperation | |
---|---|
static TradeOperation |
TradeOperation.OP_BUY
Buying position. |
static TradeOperation |
TradeOperation.OP_BUYLIMIT
Buy limit pending position. |
static TradeOperation |
TradeOperation.OP_BUYSTOP
Buy stop pending position. |
static TradeOperation |
TradeOperation.OP_SELL
Selling position. |
static TradeOperation |
TradeOperation.OP_SELLLIMIT
Sell limit pending position. |
static TradeOperation |
TradeOperation.OP_SELLSTOP
Sell stop pending position. |
Methods in com.jfx that return TradeOperation | |
---|---|
static TradeOperation |
TradeOperation.getTradeOperation(int val)
|
Methods in com.jfx with parameters of type TradeOperation | |
---|---|
int |
MT4.orderSend(java.lang.String symbol,
TradeOperation cmd,
double volume,
double price,
int slippage,
double stoploss,
double takeprofit,
java.lang.String comment,
int magic,
java.util.Date expiration,
long arrowColor)
The main function used to open a position or place a pending order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |