Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Namespaces | |
pyRT.gatea.feeds.nyse.CTFDataDict | |
CTF Protocol Data Dictionary including handy field and message dicts: | |
Functions | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.BuildFromFieldList |
Build parsable FIX Message from list of fields. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.ErrorName |
Return Error Name. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.ExchangeName |
Return Exchange Name. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.ExchFromMnemonic |
Return Exchange Name from Mnemonic. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.FieldName |
Return Field Name. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.FieldSuffix |
Append a Suffix to the field value, if available. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.FIX2unixtime |
Convert string-ified FIX time to Unix Time. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.MessageName |
Return Message Name. More... | |
def | pyRT.gatea.feeds.nyse.CTFDataDict.MillisSinceMidNt |
Convert UnixTime to Millis since Midnight. More... | |