DMA Embedded Python Engine
Build 21
|
Register ticker(s) for callback. More...
Functions | |
void | DMA::registerTickers (Context cxt, list tickers) |
Register a Python list, CSV list or single ticker to receive updates. More... | |
Register ticker(s) for callback.
void DMA::registerTickers | ( | Context | cxt, |
list | tickers | ||
) |
Register a Python list, CSV list or single ticker to receive updates.
Updates are driven into Python for:
Function | Description |
---|---|
OnInitialize | Book created |
OnCached | Update received and cached |
OnPubImage | Image to be published |
OnPubUpdate | Update to be published |
cxt | - Context driven into Python |
tickers | - List, CSV list or single ticker to register |