MaxOrders (Get Method)

Gets the maximum amount of allowed orders.

int  MaxOrders()

Return Value

Maximum amount of allowed orders.

MaxOrders (Set Method)

Sets the maximum amount of allowed orders.

void  MaxOrders(
   int     max_orders        // amount of orders
   )

Parameters

max_orders

[in]  New value of maximum amount of allowed orders.

Return Value

None.

Note

By default, the maximum amount of allowed orders is equal to 1.