|
trader
v0.1a
A framework to build trading applications
|
Public Member Functions | |
| void | SetInterval (double val) |
| bool | isSetInterval () |
| void | SetPair (std::string val) |
| bool | isSetPair () |
| void | SetSince (double val) |
| bool | isSetSince () |
Public Attributes | |
| double | interval |
| std::string | pair |
| double | since |
1.8.13