|
trader
v0.1a
A framework to build trading applications
|
Public Member Functions | |
| void | SetAmount (double val) |
| bool | isSetAmount () |
| void | SetDestination (std::string val) |
| bool | isSetDestination () |
| void | SetType (std::string val) |
| bool | isSetType () |
Public Attributes | |
| double | amount |
| std::string | destination |
| std::string | type |
1.8.13