Exemple #1
0
    def __init__(self, sChartId, **dParams):
        global oCONTEXT

        self.sChartId = sChartId
        Mq4Chart.__init__(self, sChartId, **dParams)
        ZmqMixin.__init__(self, sChartId, **dParams)
        oCONTEXT = self.oContext
        assert oCONTEXT
Exemple #2
0
 def __init__(self, sChartId, **dParams):
     Mq4Chart.__init__(self, sChartId, dParams)
     PikaMixin.__init__(self, sChartId, **dParams)
     self.sChartId = sChartId
Exemple #3
0
 def __init__(self, sChartId, **dParams):
     Mq4Chart.__init__(self, sChartId, **dParams)
     PikaMixin.__init__(self, sChartId, **dParams)
     self.sChartId = sChartId
     self.sQueueName = "listen-for-commands"
Exemple #4
0
 def __init__(self, sChartId, **dParams):
     Mq4Chart.__init__(self, sChartId, **dParams)
     PikaMixin.__init__(self, sChartId, **dParams)
     self.sChartId = sChartId
     self.sQueueName = "listen-for-commands"