Example #1
0
 public FuturesDemo(RunConfig runConfig)
 {
     this._runConfig = runConfig;
 }
Example #2
0
 public SpotDemo(RunConfig runConfig)
 {
     this._runConfig = runConfig;
 }
Example #3
0
 public MarginDemo(RunConfig runConfig)
 {
     this._runConfig = runConfig;
 }