piker/piker/clearing
Tyler Goodlet c7f3e59105 Expect fqsn in ems and order mode
Use fqsn as input to the client-side EMS apis but strip broker-name
stuff before generating and sending `Brokerd*` msgs to each backend for
live order requests (since it's weird for a backend to expect it's own
name, though maybe that could be a sanity check?).

Summary of fqsn use vs. broker native keys:
- client side pps, order requests and general UX for order management
  use an fqsn for tracking
- brokerd side order dialogs use the broker-specific symbol which is
  usually nearly the same key minus the broker name
- internal dark book and quote feed lookups use the fqsn where possible
2022-04-10 17:30:02 -04:00
..
__init__.py Clearing is a better name 2021-04-03 12:22:14 -04:00
_allocate.py Dis-allow an allocator limit less then the current pp size 2022-03-02 10:05:33 -05:00
_client.py Expect fqsn in ems and order mode 2022-04-10 17:30:02 -04:00
_ems.py Expect fqsn in ems and order mode 2022-04-10 17:30:02 -04:00
_messages.py Fix comment: filled not executed is a valid status key 2022-04-09 16:46:25 -04:00
_paper_engine.py get positions working for kraken 2022-03-06 15:17:26 -05:00