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...
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.
Member | Description |
_cxt | warp module Context |
- See Also
- gatea.MktData.FieldList.FieldList
def pyRT.native.warpModule.CurrentUpdate.__init__ |
( |
|
self, |
|
|
|
cxt |
|
) |
| |
Constructor.
- Parameters
-
cxt | - Opaque Context from warp module |
def pyRT.native.warpModule.CurrentUpdate.GetField |
( |
|
self, |
|
|
|
fid |
|
) |
| |
Get single field value.
- Parameters
-
- Returns
- value
- See Also
- GetFields()
def pyRT.native.warpModule.CurrentUpdate.GetFieldList |
( |
|
self, |
|
|
|
fids |
|
) |
| |
def pyRT.native.warpModule.CurrentUpdate.GetFields |
( |
|
self, |
|
|
|
fids |
|
) |
| |
Get list of Field Values.
- Parameters
-
fids | - Field IDs to query [ fid1, fid2, fid3, ... ] |
- Returns
- [ val1, val2, ... ]
- See Also
- GetFieldList()
def pyRT.native.warpModule.CurrentUpdate.GetRecordID |
( |
|
self | ) |
|
Return unique record ID of current update.
- Returns
- Unique record ID of current update
- See Also
- warp.getRecordID()
def pyRT.native.warpModule.CurrentUpdate.GetRecordName |
( |
|
self | ) |
|
Return record name of current update.
- Returns
- Record Name of current update
- See Also
- warp.getRecordName()
def pyRT.native.warpModule.CurrentUpdate.GetUpdateAsFieldList |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: