BotVS開發基礎—2.4 獲取訂單、取消訂單、獲取未完成訂單

代碼 RetryDelay = 1500; def CancelPendingOrders(exch, orderType): # 取消所有未完成的掛單, 參數1 交易所 參數2 類型 global RetryDelay orders = _C(exch.GetOrders); #取訂單確保成功 for order in orders: if o
相關文章
相關標籤/搜索