TOSQUASH: 84ad34f51, one more `float` cast for paperboi..

decimal_prices_thru_ems
Tyler Goodlet 2025-04-22 22:29:12 -04:00
parent 36cc0cf750
commit 8b0fac3b6c
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ async def handle_order_requests(
reqid = await client.submit_limit(
oid=order.oid,
symbol=f'{order.symbol}.{client.broker}',
price=order.price,
price=float(order.price),
action=order.action,
size=order.size,
# XXX: by default 0 tells ``ib_insync`` methods that