Navigation Menu

Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Dec 3, 2018
1 parent b9c7b10 commit 90ae229
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions QAATBROKER/QA_AtBroker.py
Expand Up @@ -4,9 +4,9 @@
import sys
from time import sleep

import py_ctp.ctp_struct as ctp
from py_ctp.ctp_quote import Quote
from py_ctp.ctp_trade import Trade
import QACTP.ctp_struct as ctp
from QACTP.ctp_quote import Quote
from QACTP.ctp_trade import Trade

import _thread
import threading
Expand Down Expand Up @@ -598,7 +598,5 @@ def run(self):


if __name__ == '__main__':
z = QA_ATBroker(investor='106184', pwd='930426',front_md='tcp://218.202.237.33:10012',front_td='tcp://218.202.237.33:10002')
#z = QA_ATBroker(investor='106184', pwd='930426')
#z = QA_ATBroker(investor='901417', pwd='666888',broker='66666', front_md='tcp://ctpfz1-front3.citicsf.com:51213',front_td='tcp://ctpfz1-front3.citicsf.com:51205')
z = QA_ATBroker(front_md='tcp://218.202.237.33:10012',front_td='tcp://218.202.237.33:10002')
z.run()

0 comments on commit 90ae229

Please sign in to comment.