diff --git a/vnpy/gateway/ctp/ctp_gateway.py b/vnpy/gateway/ctp/ctp_gateway.py index 2b3eb8c7..30f048dd 100644 --- a/vnpy/gateway/ctp/ctp_gateway.py +++ b/vnpy/gateway/ctp/ctp_gateway.py @@ -761,7 +761,7 @@ class CtpTdApi(TdApi): ctp_req = { "InstrumentID": req.symbol, - "Exchange": req.exchange, + "ExchangeID": req.exchange.value, "OrderRef": order_ref, "FrontID": int(frontid), "SessionID": int(sessionid),