Ejemplo n.º 1
0
 def buildWebSocketClientThread(self, instrument, currency):
     return wsclient.WebSocketClientThread(instrument, currency)
Ejemplo n.º 2
0
 def buildWebSocketClientThread(self):
     return wsclient.WebSocketClientThread()
Ejemplo n.º 3
0
 def buildWebSocketClientThread(self):
     return wsclient.WebSocketClientThread(self.__channels)