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