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

Namespaces

 pyRT.apps.DMA.PrintBook
 

Functions

def pyRT.apps.DMA.PrintBook.Action
 Functions. More...
 
def pyRT.apps.DMA.PrintBook.DumpBook
 
def pyRT.apps.DMA.PrintBook.IsOpen
 
def pyRT.apps.DMA.PrintBook.On30SecTimer
 
def pyRT.apps.DMA.PrintBook.OnEngineLoad
 WarpEngine Callbacks. More...
 
def pyRT.apps.DMA.PrintBook.OnInitialize
 
def pyRT.apps.DMA.PrintBook.OnQuote_MEOW
 

Variables

int pyRT.apps.DMA.PrintBook._ACTION_ADD = 0
 Pull into DMAenum.py. More...
 
int pyRT.apps.DMA.PrintBook._ACTION_DEL = 2
 
int pyRT.apps.DMA.PrintBook._ACTION_DELALL = 3
 
int pyRT.apps.DMA.PrintBook._ACTION_DELFROM = 4
 
int pyRT.apps.DMA.PrintBook._ACTION_MOD = 1
 
dictionary pyRT.apps.DMA.PrintBook._actions
 
string pyRT.apps.DMA.PrintBook._CLEAR = '\033[H\033[m\033[J'
 Us ... More...
 
string pyRT.apps.DMA.PrintBook._HOME = '"\033[1;1H\033[K'
 
float pyRT.apps.DMA.PrintBook._NANO = 1.0
 { sid : tkr, ... More...
 
int pyRT.apps.DMA.PrintBook._nLvl = 5
 
float pyRT.apps.DMA.PrintBook._PREC = 1.0
 
dictionary pyRT.apps.DMA.PrintBook._RDB = {}
 
int pyRT.apps.DMA.PrintBook._t0 = 845
 
int pyRT.apps.DMA.PrintBook._t1 = 1600
 
list pyRT.apps.DMA.PrintBook.aLvl = asks[i]
 
list pyRT.apps.DMA.PrintBook.ask = _PREC*aLvl[0]
 
tuple pyRT.apps.DMA.PrintBook.aTm = DMA.dateTime( _NANO * aLvl[3] )
 
list pyRT.apps.DMA.PrintBook.bid = _PREC*bLvl[0]
 
list pyRT.apps.DMA.PrintBook.bLvl = bids[i]
 n = min( nb, na ) for i in range( nb ): More...
 
tuple pyRT.apps.DMA.PrintBook.bTm = DMA.dateTime( _NANO * bLvl[3] )
 
string pyRT.apps.DMA.PrintBook.lvl = '%8.2f %5d %4d %s'