DMA Embedded Python Engine
Build 21
|
Go to the source code of this file.
Classes | |
struct | PriceLevel |
struct | Order |
struct | BookStats |
struct | UpdAction |
class | DMA |
The Embedded DMA Python Interpreter. More... | |
Enumerations | |
enum | BookType { bkTy_native, bkTy_implied, bkTy_combined } |
Book Type - Native, Implied, Combined. More... | |
enum | Action { act_add = 0, act_mod = 1, act_del = 2, act_delAll = 3, act_delFrom = 4 } |
Update Action : Add, Delete, etc. More... | |