Passthrough filled and pendingsubmit cases
parent
d3b7d0e247
commit
1f43f660fe
|
@ -730,8 +730,8 @@ async def emit_pp_update(
|
||||||
_statuses: dict[str, str] = {
|
_statuses: dict[str, str] = {
|
||||||
'cancelled': 'canceled',
|
'cancelled': 'canceled',
|
||||||
'submitted': 'open',
|
'submitted': 'open',
|
||||||
'pendingsubmit': 'pending',
|
# 'pendingsubmit': 'pending',
|
||||||
'filled': 'fill',
|
# 'filled': 'fill',
|
||||||
|
|
||||||
# TODO: see a current ``ib_insync`` issue around this:
|
# TODO: see a current ``ib_insync`` issue around this:
|
||||||
# https://github.com/erdewit/ib_insync/issues/363
|
# https://github.com/erdewit/ib_insync/issues/363
|
||||||
|
|
Loading…
Reference in New Issue