[Fix]closes #1913
This commit is contained in:
parent
f6066681e1
commit
62a0451d41
@ -716,6 +716,7 @@ class CtpTdApi(TdApi):
|
||||
|
||||
ctp_req = {
|
||||
"InstrumentID": req.symbol,
|
||||
"ExchangeID": req.exchange.value,
|
||||
"LimitPrice": req.price,
|
||||
"VolumeTotalOriginal": int(req.volume),
|
||||
"OrderPriceType": ORDERTYPE_VT2CTP.get(req.type, ""),
|
||||
|
Loading…
Reference in New Issue
Block a user