DMA Embedded Python Engine  Build 21
 All Classes Files Functions Variables Enumerations Enumerator Groups Pages
EnumTypes

Enumerated Types. 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...
 

Detailed Description

Enumerated Types.

Enumeration Type Documentation

enum Action

Update Action : Add, Delete, etc.

Enumerator
act_add 

Add Price Level to Book.

act_mod 

Modify Price Level in Book.

act_del 

Delete Price Level from Book.

act_delAll 

Delete ALL Price Levels in Book.

act_delFrom 

Delete ALL Price Levels in Book above this one.

enum BookType

Book Type - Native, Implied, Combined.

Enumerator
bkTy_native 

Native Book.

bkTy_implied 

Implied Book.

bkTy_combined 

Combined Book.