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

Classes

class  pyRT.apps.DMA.Yellow.Combo
 
class  pyRT.apps.DMA.Yellow.Manager
 Database of Combo, Paths, etc. More...
 
class  pyRT.apps.DMA.Yellow.Path
 
class  pyRT.apps.DMA.Yellow.TradeDone
 

Namespaces

 pyRT.apps.DMA.Yellow
 

Functions

def pyRT.apps.DMA.Yellow.OnEngineLoad
 
def pyRT.apps.DMA.Yellow.OnInitialize
 
def pyRT.apps.DMA.Yellow.OnQuote
 
def pyRT.apps.DMA.Yellow.OnStart
 
def pyRT.apps.DMA.Yellow.OnTrade
 

Variables

int pyRT.apps.DMA.Yellow._2001 = 1000000000
 
 pyRT.apps.DMA.Yellow._ASK = gatea.DMA.Security._ASK
 
int pyRT.apps.DMA.Yellow._ASKSZ = 11
 
 pyRT.apps.DMA.Yellow._BID = gatea.DMA.Security._BID
 
int pyRT.apps.DMA.Yellow._BIDSZ = 10
 
 pyRT.apps.DMA.Yellow._bLogQte = False
 1 hr after 1st msg More...
 
tuple pyRT.apps.DMA.Yellow._cfg = config.dmaConfig.ComboCop( _ASSET, _YEAR, _NUMYR )
 
 pyRT.apps.DMA.Yellow._DONE = gatea.DMA.Security._DONE
 
 pyRT.apps.DMA.Yellow._LAST = gatea.DMA.Security._LAST
 
 pyRT.apps.DMA.Yellow._MGR = None
 
 pyRT.apps.DMA.Yellow._MIKE = native.Constants._MIKE
 
 pyRT.apps.DMA.Yellow._NANO = native.Constants._NANO
 
int pyRT.apps.DMA.Yellow._NUMYR = 5
 
tuple pyRT.apps.DMA.Yellow._op = open( pf, 'wb' )
 
int pyRT.apps.DMA.Yellow._OPN = 3600
 Sec since Epoch. More...
 
int pyRT.apps.DMA.Yellow._YEAR = 1
 
string pyRT.apps.DMA.Yellow.pf = './%s-202%d.txt'