public method O2GAccountTableRow.getAmountLimit

Brief

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

Declaration
Java
int  getAmountLimit ()

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 O2GAccountRow

back