[Mod] convert order offset for INE contracts
This commit is contained in:
parent
b66e2a9dd2
commit
70b589ed52
@ -70,7 +70,7 @@ class OffsetConverter:
|
|||||||
|
|
||||||
if lock:
|
if lock:
|
||||||
return holding.convert_order_request_lock(req)
|
return holding.convert_order_request_lock(req)
|
||||||
elif req.exchange == Exchange.SHFE:
|
elif req.exchange in [Exchange.SHFE, Exchange.INE]:
|
||||||
return holding.convert_order_request_shfe(req)
|
return holding.convert_order_request_shfe(req)
|
||||||
else:
|
else:
|
||||||
return [req]
|
return [req]
|
||||||
|
Loading…
Reference in New Issue
Block a user