Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Classes | |
class | pyRT.gatea.feeds.BidFX.BidFX.Name |
BidFX Subscription Name configured from dict. More... | |
class | pyRT.gatea.feeds.BidFX.BidFX.Pump |
Streaming Session. More... | |
class | pyRT.gatea.feeds.BidFX.BidFX.Record |
Cached Record, including fields. More... | |
Namespaces | |
pyRT.gatea.feeds.BidFX | |
BidFX Specific Stuff:
| |
pyRT.gatea.feeds.BidFX.BidFX | |
Functions | |
def | pyRT.gatea.feeds.BidFX.BidFX.BidFxName |
Return subscribed name. More... | |
def | pyRT.gatea.feeds.BidFX.BidFX.BidFxSubject |
Return BidFX Subscribed Subject. More... | |
def | pyRT.gatea.feeds.BidFX.BidFX.IsNativeBidFX |
Determine if string is a native BidFX name; If so, return Name. More... | |
def | pyRT.gatea.feeds.BidFX.BidFX.Version |
Return Build Number and Date. More... | |
Variables | |
int | pyRT.gatea.feeds.BidFX.BidFX._BIDFXEVT_LOGERR = 5 |
BidFX Log Error Event ID : More... | |
int | pyRT.gatea.feeds.BidFX.BidFX._BIDFXEVT_LOGINFO = 4 |
BidFX Log Info Event ID : More... | |
int | pyRT.gatea.feeds.BidFX.BidFX._BIDFXEVT_ONDATA = 1 |
BidFX OnData Event ID : More... | |
int | pyRT.gatea.feeds.BidFX.BidFX._BIDFXEVT_ONDEAD = 3 |
BidFX OnDead Event ID : More... | |
int | pyRT.gatea.feeds.BidFX.BidFX._BIDFXEVT_ONSTATUS = 2 |
BidFX OnStatus Event ID : More... | |
string | pyRT.gatea.feeds.BidFX.BidFX._DFLT_CCY = 'USD' |
Default CCY. More... | |
string | pyRT.gatea.feeds.BidFX.BidFX._DFLT_QTY = '1000000' |
Default Quantity. More... | |
string | pyRT.gatea.feeds.BidFX.BidFX._DFLT_SRC = 'DBFX' |
Default Source. More... | |
list | pyRT.gatea.feeds.BidFX.BidFX.base = pair[:3] |
self._Type = _PFX_FX More... | |
list | pyRT.gatea.feeds.BidFX.BidFX.val = pair[3:] |