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

Classes

class  pyRT.crypto.Algo.PingPong.Context
 Current Config, controlled by Cockpit. More...
 
class  pyRT.crypto.Algo.PingPong.Manager
 A little How-do-you-do. More...
 
class  pyRT.crypto.Algo.PingPong.Record
 Real-time Record. More...
 

Namespaces

 pyRT.crypto.Algo.PingPong
 PingPong : FlashJ Algo.
 

Functions

def pyRT.crypto.Algo.PingPong.OnAlgoStart
 Called from AlgoServer Reactor : Algo Start. More...
 
def pyRT.crypto.Algo.PingPong.OnAlgoStop
 Called from AlgoServer Reactor : Stop Algo. More...
 
def pyRT.crypto.Algo.PingPong.OnConnectOMS
 Called from AlgoServer Reactor : OMS Connection Change (UP / DOWN) More...
 
def pyRT.crypto.Algo.PingPong.OnEngineLoad
 Called from AlgoServer Reactor : Engine Loaded (server start) More...
 
def pyRT.crypto.Algo.PingPong.OnEngineUnload
 Called from AlgoServer Reactor : Unload Engine (server stop) More...
 
def pyRT.crypto.Algo.PingPong.OnExchange
 Called from AlgoServer Reactor : OMS Exchange Status Change (UP / DOWN) More...
 
def pyRT.crypto.Algo.PingPong.OnHttpGet
 Called from AlgoServer Reactor : Http GET. More...
 
def pyRT.crypto.Algo.PingPong.OnOMSMsg
 Called from AlgoServer Reactor : OMS Message Received (ExecRpt) More...
 

Variables

tuple pyRT.crypto.Algo.PingPong._cfg = PingPongCfg()
 
 pyRT.crypto.Algo.PingPong._EXCH = AlgoBase._EXCH
 
 pyRT.crypto.Algo.PingPong._MGR = None;