Ejemplo n.º 1
0
 def get_index_bars(self, category, market, code, start, count):
     cmd = GetIndexBarsCmd(self.client, lock=self.lock)
     cmd.setParams(category, market, code, start, count)
     return cmd.call_api()
Ejemplo n.º 2
0
 def get_index_bars(self, category, market, code, start, count):
     cmd = GetIndexBarsCmd(self.client, lock=self.lock)
     cmd.setParams(category, market, code, start, count)
     return cmd.call_api()