|
trader
v0.1a
A framework to build trading applications
|
Public Member Functions | |
| void | SetPrice (double val) |
| bool | isSetPrice () |
| void | SetQty (double val) |
| bool | isSetQty () |
| void | SetType (char val) |
| bool | isSetType () |
Public Attributes | |
| double | price |
| double | qty |
| char | type |
1.8.13