python ccxtでbitmexの残注文一覧取得

fetchOpenOrders = bitmex.fetchOpenOrders('BTC/USD')
for item in fetchOpenOrders:
  print(item)