We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚下载下来,第一次下单成功了,但后面每次下单都是失败,用的simNow的账号,走的simNow电信1仿真通道,后续自己重新用原版td_demo,也是不行, 输入参数这样的,交易什么的都是连接上的 TdImpl("tcp://180.168.146.187:10201", "9999", "234137", "保密", "simnow_client_test", "0000000000000000") tdImpl.OrderInsert(ExchangeID="DCE", InstrumentID="pp2501", Direction="0", Offset="0", PriceType="2", Price=7450, Volume=2, TimeCondition="3", VolumeCondition="3", MinVolume=1) tdImplr.OrderInsert(ExchangeID="SHFE", InstrumentID="rb2505", Direction="0", Offset="0", PriceType="2", Price=3320, Volume=2, TimeCondition="3", VolumeCondition="3", MinVolume=1)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
刚下载下来,第一次下单成功了,但后面每次下单都是失败,用的simNow的账号,走的simNow电信1仿真通道,后续自己重新用原版td_demo,也是不行, 输入参数这样的,交易什么的都是连接上的
TdImpl("tcp://180.168.146.187:10201", "9999", "234137", "保密", "simnow_client_test", "0000000000000000")
tdImpl.OrderInsert(ExchangeID="DCE", InstrumentID="pp2501", Direction="0", Offset="0", PriceType="2",
Price=7450, Volume=2, TimeCondition="3", VolumeCondition="3", MinVolume=1)
tdImplr.OrderInsert(ExchangeID="SHFE", InstrumentID="rb2505", Direction="0", Offset="0", PriceType="2",
Price=3320, Volume=2, TimeCondition="3", VolumeCondition="3", MinVolume=1)
The text was updated successfully, but these errors were encountered: