piker/piker/clearing
Tyler Goodlet 0223074d24 Allow ledger passes to ignore (symcache) unknown fqmes
For example in the paper-eng, if you have a backend that doesn't fully
support a symcache (yet) it's handy to be able to ignore processing
other paper-eng txns when all you care about at the moment is the
simulated symbol.

NOTE, that currently this will still result in a key-error when you load
more then one mkt with the paper engine (for which the backend does not
have the symcache implemented) since no fqme ad-hoc query was made for
the 2nd symbol (and i'm not sure we should support that kinda hackery
over just encouraging the sym-cache being added?). Def needs a little
more thought depending on how many backends are never going to be able
to (easily) support caching..
2025-01-29 15:36:35 -03:00
..
__init__.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00
_client.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00
_ems.py .clearing._ems: Don't require `first_quote['last']` 2025-01-29 15:36:35 -03:00
_messages.py Relay brokerd errors to client side, correctly.. 2023-08-09 21:43:38 -04:00
_paper_engine.py Allow ledger passes to ignore (symcache) unknown fqmes 2025-01-29 15:36:35 -03:00
_util.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00