rust #10

Merged
peperunas merged 127 commits from rust into master 2021-02-18 09:42:16 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit bb518e6259 - Show all commits

View File

@ -11,6 +11,7 @@ mod bot;
mod connectors;
mod currency;
mod events;
mod managers;
mod models;
mod pairs;
mod strategy;

5
rustybot/src/managers.rs Normal file
View File

@ -0,0 +1,5 @@
struct EventManager {}
struct PositionManager {}
struct OrderManager {}