public method IO2GAccountRow.getAmountLimit

Brief

Gets the maximum amount of an order that is allowed on the account.

Declaration
C++
virtual int  getAmountLimit () = 0

Details

The returned value is expressed in the instrument base currency. For example, if the returned value is 30000, the maximum amount of an order for EUR/USD is 30,000 Euro, for USD/JPY - 30,000 U.S. dollars, and so on. If there are no restrictions on the maximum amount of the order, the method returns 0.

Declared in IO2GAccountRow

back