Embedded Python Real-Time FrameWork : API  Build 20250616.1
 All Classes Namespaces Files Functions Variables Pages
dmaModule.py File Reference

Classes

class  pyRT.native.dmaModule.API
 Context-specific API class to wrap native DMA module functions. More...
 
class  pyRT.native.dmaModule.Book
 Container for native (raw) Book. More...
 
class  pyRT.native.dmaModule.BookStats
 Container for cracked native (raw) BookStats. More...
 
class  pyRT.native.dmaModule.LVC
 Access to native DMA.lvc_getBook() API, with methods to return either a book in either raw (native) form, or in a handy Book class. More...
 
class  pyRT.native.dmaModule.PriceLevel
 Container for native (raw) Price Level Tuple. More...
 
class  pyRT.native.dmaModule.PricePos
 Container for a single Price Position: More...
 
class  pyRT.native.dmaModule.Trade
 Container for cracked native (raw) Trade. More...
 

Namespaces

 pyRT.native.dmaModule
 Embedded DMA Module API.
 

Functions

def pyRT.native.dmaModule.Action
 Return name of enumerated Action. More...
 
def pyRT.native.dmaModule.Version
 Return Embedded Python version. More...
 

Variables

int pyRT.native.dmaModule._ACT_ADD = 0
 
int pyRT.native.dmaModule._ACT_DEL = 2
 
int pyRT.native.dmaModule._ACT_DELALL = 3
 
int pyRT.native.dmaModule._ACT_DELFROM = 4
 
int pyRT.native.dmaModule._ACT_MOD = 1
 
string pyRT.native.dmaModule._MONS = 'FGHJKMNQUVXZ'
 
int pyRT.native.dmaModule._NOORD = 0x7fffffff
 
float pyRT.native.dmaModule._PREC = 1.0
 Constants. More...