Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Container for cracked native (raw) Trade. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
![]() | |
def | __init__ |
Constructor. More... | |
def | Crack |
Crack and store the native 5-element tuple. More... | |
def | Dump |
Dump price level for debugging. More... | |
def | DumpHdr |
Dump header for debugging. More... | |
def | pNumOrd |
Returns string-ified NumOrd, taking into account _NOORD from CME. More... | |
![]() | |
def | __init__ |
Constructor. More... | |
def | Add |
Adds the PricePos to self. More... | |
def | Sub |
Subtracts the PricePos to self. More... | |
def | Update |
Assignment operator. More... | |
Container for cracked native (raw) Trade.
Native Trade is 3-element tuple:
Element | Description |
---|---|
sid | Security ID |
bBuy | True if aggressor is BUY; False if SELL |
lvl | PriceLevel |
Sub-classes PriceLevel and adds the following:
def pyRT.native.dmaModule.Trade.__init__ | ( | self, | |
raw | |||
) |
Constructor.
raw | - Native 3-element Trade |