Skip to content

Commit 616030f

Browse files
author
Vegard Botnen
authored
Added comment for param: limit (int).
1 parent 5c9f5d4 commit 616030f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

binance/depthcache.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def __init__(self, client, symbol, callback=None, refresh_interval=_default_refr
131131
:type callback: function
132132
:param refresh_interval: Optional number of seconds between cache refresh, use 0 or None to disable
133133
:type refresh_interval: int
134+
:param limit: Optional number of orders to get from orderbook
135+
:type limit: int
134136
135137
"""
136138
self._client = client

0 commit comments

Comments
 (0)