Uses of Class
com.jfx.TradeOperation

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
 double MT4.accountFreeMarginCheck(java.lang.String symbol, TradeOperation cmd, double volume)
          Returns free margin that remains after the specified position has been opened at the current price on the current account.
 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.