Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Embedded warp Module API. More...
Classes | |
class | API |
Context-specific API class to wrap native warp module functions. More... | |
class | CurrentUpdate |
Access to native warp.getXxx() API to query the current update, with methods to use both the native API as well as the gatea.MktData.FieldList.FieldList class. More... | |
class | LVC |
Access to native warp.lvc_Xxx() API, with methods to use both the native API as well as the gatea.MktData.FieldList.FieldList class. More... | |
class | RecordStat |
Container for cracking raw record stat list from native warp. More... | |
Functions | |
def | IsTapeTicker |
Returns True if record ID is a user-created (non-tape) record. More... | |
def | OpenType_Close |
def | OpenType_OpenAndSubscribe |
def | OpenType_OpenOnly |
def | Version |
Return Embedded Python version. More... | |
Embedded warp Module API.
def pyRT.native.warpModule.IsTapeTicker | ( | rid | ) |
Returns True if record ID is a user-created (non-tape) record.
rid | - Record ID |
def pyRT.native.warpModule.OpenType_Close | ( | self | ) |
def pyRT.native.warpModule.OpenType_OpenAndSubscribe | ( | self | ) |
def pyRT.native.warpModule.OpenType_OpenOnly | ( | self | ) |
def pyRT.native.warpModule.Version | ( | ) |
Return Embedded Python version.