piker/piker
Tyler Goodlet c67d90eace Factor FSP subplot update code into func
This is in prep toward doing fsp graphics updates from the main quotes
update loop (where OHLC and volume are done). Updating fsp output from
that task should, for the majority of cases, be fine presuming the
processing is derived from the quote stream as a source. Further,
calling an update function on each fsp subplot/overlay is of course
faster then a full task switch - which is how it currently works with
a separate stream for every fsp output. This also will let us delay
adding full `Feed` support around fsp streams for the moment while still
getting quote throttling dictated by the quote stream.

Going forward, We can still support a separate task/fsp stream for
updates as needed (ex. some kind of fast external data source that isn't
synced with price data) but it should be enabled as needed required by
the user.
2021-10-29 16:14:00 -04:00
..
brokers Wait for a last price tick before delivering quote 2021-10-29 09:31:06 -04:00
clearing Keep slots ratio of 1 on derivs at startup 2021-10-29 16:14:00 -04:00
cli Move config module to top level 2021-09-06 21:26:28 -04:00
data More explicit error on shm push overruns 2021-10-29 16:14:00 -04:00
fsp Move top level fsp pkg code into an `_engine` module 2021-10-29 16:14:00 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Factor FSP subplot update code into func 2021-10-29 16:14:00 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Reminder to remove msgpack-numpy 2021-05-24 12:20:48 -04:00
_cacheables.py No longer feed specific 2021-09-06 09:28:11 -04:00
_daemon.py Add more futes, add in order status comments 2021-09-01 10:26:49 -04:00
_profile.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
calc.py Add `puterize()` 2021-09-21 15:48:40 -04:00
config.py Append paper account last when loading 2021-09-10 11:35:30 -04:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00