示例#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__)