|
history_deals_total
Get the number of deals in trading history within the specified interval.
history_deals_total(
|
Parameters
date_from
[in] Date the deals 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 deals 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 HistoryDealsTotal.
Example:
from datetime import datetime
|
See also