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

Classes

class  pyRT.gatea.feeds.memx.SBE.Header
 Simple Binary Encoding (SBE) Header. More...
 
class  pyRT.gatea.feeds.memx.SBE.Security
 Timestamp w/ 2-byte Security ID. More...
 
class  pyRT.gatea.feeds.memx.SBE.Timestamp
 8-byte Timestamp More...
 

Namespaces

 pyRT.gatea.feeds.memx.SBE
 MEMX-SBE Message Cracking.
 

Functions

def pyRT.gatea.feeds.memx.SBE.byte2str
 Convert zero-padded byte array to string. More...
 
def pyRT.gatea.feeds.memx.SBE.DateTime
 Return string-ified time as YYYY-MM-DD HH:MM:SS. More...
 
def pyRT.gatea.feeds.memx.SBE.Price2Double16
 Convert and return int16_t to double. More...
 
def pyRT.gatea.feeds.memx.SBE.Price2Double64
 Convert and return int64_t to double. More...
 

Variables

int pyRT.gatea.feeds.memx.SBE._CHAN_DEPTH = 2
 Depth of Book. More...
 
int pyRT.gatea.feeds.memx.SBE._CHAN_LAST = 4
 Last Sale. More...
 
int pyRT.gatea.feeds.memx.SBE._CHAN_TOB = 3
 Top of Book. More...