예제 #1
0
 public void DepthSubscribe(List <string> symbols)
 {
     foreach (var sy in symbols)
     {
         marketHepler?.DepthSub(sy);
     }
 }