Skip to content

Commit b08910f

Browse files
committed
mod broker hold sort dir
1 parent 5b63800 commit b08910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tigeropen/quote/quote_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ def get_stock_broker(self, symbol, limit=40, lang=None):
16921692
else:
16931693
raise ApiException(response.code, response.message)
16941694

1695-
def get_broker_hold(self, market=Market.HK, order_by='marketValue', direction=SortDirection.ASC, limit=50,
1695+
def get_broker_hold(self, market=Market.HK, order_by='marketValue', direction=SortDirection.DESC, limit=50,
16961696
page=0, lang=None):
16971697
"""获取港股实时经纪队列数据"""
16981698
params = BrokerHoldParams()

0 commit comments

Comments
 (0)