|
history_orders_total
Get the number of orders in trading history within the specified interval.
history_orders_total(
|
Parameters
date_from
[in] Date the orders are requested from. Set by the 'datetime' object or as a number of seconds elapsed since 1970.01.01. Required unnamed parameter.
date_to
[in] Date, up to which the orders are requested. Set by the 'datetime' object or as a number of seconds elapsed since 1970.01.01. Required unnamed parameter.
Return Value
Integer value.
Note
The function is similar to HistoryOrdersTotal.
Example:
from datetime import datetime
|
See also