Compare commits
8 Commits
4cb240adbe
...
55116eea01
| Author | SHA1 | Date |
|---|---|---|
|
|
55116eea01 | |
|
|
a0020d485e | |
|
|
ccb4f79170 | |
|
|
1089de024a | |
|
|
05bdac5542 | |
|
|
a392185d2f | |
|
|
9fd14ad6ce | |
|
|
6ff9ba2e78 |
|
|
@ -362,10 +362,6 @@ async def update_and_audit_pos_msg(
|
|||
size=ibpos.position,
|
||||
|
||||
avg_price=pikerpos.ppu,
|
||||
|
||||
# XXX ensures matching even if multiple venue-names
|
||||
# in `.bs_fqme`, likely from txn records..
|
||||
bs_mktid=mkt.bs_mktid,
|
||||
)
|
||||
|
||||
ibfmtmsg: str = pformat(ibpos._asdict())
|
||||
|
|
@ -434,8 +430,7 @@ async def aggr_open_orders(
|
|||
|
||||
) -> None:
|
||||
'''
|
||||
Collect all open orders from client and fill in `order_msgs:
|
||||
list`.
|
||||
Collect all open orders from client and fill in `order_msgs: list`.
|
||||
|
||||
'''
|
||||
trades: list[Trade] = client.ib.openTrades()
|
||||
|
|
|
|||
Loading…
Reference in New Issue