DMA Embedded Python Engine  Build 21
 All Classes Files Functions Variables Enumerations Enumerator Groups Pages
Registration

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...
 

Detailed Description

Register ticker(s) for callback.

Function Documentation

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
Parameters
cxt- Context driven into Python
tickers- List, CSV list or single ticker to register
See Also
registerTickers()