public method Account.getOrderAmountLimit

Brief

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

Declaration

protojavascriptjavacsharp
public getOrderAmountLimit() : int

Returns

The method returns an integer that represents the maximum amount of an order that is allowed on the account

Details

Declared in Account

back