-
trade_us_ctx.place_order(price=1.1, qty=1, code='US.AAPL190215P140000', trd_side=ft.TrdSide.BUY, order_type=ft.OrderType.NORMAL, trd_env=ft.TrdEnv.SIMULATE)
return (-1, '不是可交易的证券类型')
美股期权的code是US.…
-
## 环境
* 操作系统: 如Windows 7
## Issue类型
三选一:Bug
## 预期程序行为
## 实际程序行为
调用futu api接口参数误传
## 重现步骤
+ futu api 的函数原型
def deal_list_query(self, code="", trd_env=TrdEnv.REAL, acc_id=0…
-
tdx_api
python版trade.dll
使用boost python对c++版的通达信接口进行包装,生成一个python版本的接口
https://github.com/JaysonAlbert/tdx_api
rainx/TdxTradeServer
TongDaXin Tarde Server 通达信交易服务器
https://github.com/rain…
-
com.google.protobuf.InvalidProtocolBufferException: Protocol message tag had invalid wire type.
at com.google.protobuf.InvalidProtocolBufferException.invalidWireType(InvalidProtocolBufferException.j…
-
I have tried compiling the examples, ipfs-kad.rs and chat.rs, and I am getting quite heavy binary sizes (2MB stripped), optimizing by recompiling the std with xargo without any features, using lto, op…
-
### Steps to reproduce
1. Share new empty directory from user1 to user2.
2. With user2 upload big file (in this situation it was 35GB) using Windows sync client to shared direcotry.
3. That's al…
-
Timing it manually, each stack takes roughly ~10s to apply.... I think most of that is in the `prune_stack`, and all the `get_entities` requests.
Each `pharos-cluster up` does 8 stack applies (wea…
-
Hi, I'm using win10 and python3.6. I have installed this package and can use the command " python pysc2.bin.play ..." to play as human or play replay. But, when I want to dumpped the actions from repl…
-
Repro case:
Setup:
```dask-scheduler``` running in one terminal
```dask-worker 192.168.1.88:8786``` running in another terminal
open python command line and run:
```
from dask.distributed impor…
-
finally got it fixed:
https://github.com/ValveSoftware/halflife/issues/387#issuecomment-249436648
UPDATE:
https://github.com/ValveSoftware/halflife/issues/387#issuecomment-90850841
its going to be a…