Merge pull request #397 from pikers/kraken_nameerr_fix

Lul, fix name error on msg var name..
kraken_fill_bugs
goodboy 2022-09-06 08:18:17 -04:00 committed by GitHub
commit 20817313b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ async def handle_order_updates(
# TODO: maybe capture more msg data
# i.e fees?
broker_details={'name': 'kraken'} | trade,
broker_details={'name': 'kraken'} | order_msg,
broker_time=broker_time
)
await ems_stream.send(fill_msg)