Пример #1
0
 def __init__(self):
     CIndicator.__init__(self)
     self.__FinanzenNet = CFinanzenNet()
     self.__StockDict = dict()
     self._Name = str(self.__class__)
Пример #2
0
 def __init__(self):
     CIndicator.__init__(self)
     self.__FinanzenNet = CFinanzenNet()
     self.__StockDict = dict()
     self._Name = str(self.__class__)
Пример #3
0
 def __init__(self):
     CIndicator.__init__(self)
     self._Name = str(self.__class__)
Пример #4
0
 def __init__(self):
     CIndicator.__init__(self)
     self.__Onvista = COnvista()
     self.__StockDict = dict()
     self._Name = str(self.__class__)
Пример #5
0
 def __init__(self):
     CIndicator.__init__(self)
     self.__Onvista = COnvista()
     self.__StockDict = dict()
     self._Name = str(self.__class__)
Пример #6
0
 def __init__(self):
     CIndicator.__init__(self)
     self._Name = str(self.__class__)