Uses of Class
com.jfx.ErrTooManyRequests

Packages that use ErrTooManyRequests
com.jfx   
 

Uses of ErrTooManyRequests in com.jfx
 

Methods in com.jfx that throw ErrTooManyRequests
 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.
 



Copyright © 2008-2009 Roman Gerasimenko.