Skip to content

Commit 54d168f

Browse files
committed
Merge branch 'feat_fund_details' into feat_option_timezone
2 parents 9f2c35c + a7d82fc commit 54d168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tigeropen/trade/trade_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def get_funding_history(self, seg_type=None):
943943
return None
944944

945945
def get_fund_details(self, seg_types, account=None, fund_type=None, currency=None,
946-
start=0, limit=50, start_date=None, end_date=None, secret_key=None,
946+
start=0, limit=None, start_date=None, end_date=None, secret_key=None,
947947
lang=None):
948948
params = FundDetailsParams()
949949
params.account = account if account else self._account

0 commit comments

Comments
 (0)