Exemplo n.º 1
0
 private void ExecuteCppTraderRequest()
 {
     var initDataService = new CppTrader.InitDataService(_Request,_Token);
     initDataService.AsyncGetInitData();
 }
Exemplo n.º 2
0
        private void ExecuteCppTraderRequest()
        {
            var initDataService = new CppTrader.InitDataService(_Request, _Token);

            initDataService.AsyncGetInitData();
        }