Administrator
2024-03-22 1671eeff1d538edadb26d0865f0aff09b775bc65
trade/huaxin_trade_api.py
@@ -458,7 +458,7 @@
def get_position_list(blocking=True):
    request_id = __request(ClientSocketManager.CLIENT_TYPE_POSITION_LIST,
                           {"type": ClientSocketManager.CLIENT_TYPE_POSITION_LIST}, blocking=blocking,
                           is_pipe=is_pipe_channel_normal())
                           is_pipe=is_pipe_channel_normal(), is_trade=True)
    return __read_response(request_id, blocking)