예제 #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__)