|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrNotEnoughMoney | |
---|---|
com.jfx |
Uses of ErrNotEnoughMoney in com.jfx |
---|
Methods in com.jfx that throw ErrNotEnoughMoney | |
---|---|
boolean |
MT4.orderClose(int ticket,
double lots,
double price,
int slippage,
long arrowColor)
Closes opened order. |
boolean |
MT4.orderCloseBy(int ticket,
int opposite,
long arrowColor)
Closes an opened order by another opposite opened order. |
boolean |
MT4.orderDelete(int ticket,
long arrowColor)
Deletes previously opened pending order. |
boolean |
MT4.orderModify(int ticket,
double price,
double stoploss,
double takeprofit,
java.util.Date expiration,
long arrowColor)
Modification of characteristics for the previously opened position or pending orders. |
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 |