Always use fully expanded FQME throughout `.clearing`

Since crypto backends now also may expand an FQME like `xbteur.kraken`
-> `xbteur.spot.kraken` (by filling in the venue token), we need to use
this identifier when looking up per-market order dialogs or submitting
new requests. The simple fix is to simply look up that expanded from
from the `Feed.flumes` table which is always keyed by the `MktPair.fqme:
str` - the expanded form.
basic_buy_bot
Tyler Goodlet 2023-06-20 12:29:50 -04:00
parent 5d930175e4
commit d82173dd50
1 changed files with 0 additions and 3 deletions

View File

@ -91,6 +91,3 @@ class OrderDialogs(Struct):
'''
return self._flows.pop(oid)