ruifeng96150

Results 4 issues of ruifeng96150

no such file found at master or dev branch.: '/@/views/Dashboard/Workplace/_Components/Position.vue' '/@/views/Dashboard/Workplace/_Components/Balance.vue'

bug

In my opinion, balance mean to cash. So when open a new order, the balance should minus cash used in orders. But in _create_hedged_order function, not update balance. It's a...

``` class ReqAuthenticate(BaseStruct): #客户端认证请求 def __init__(self, BrokerID='', UserID='', UserProductInfo='', AuthCode=''): self.BrokerID = '' #经纪公司代码, char[11] self.UserID = '' #用户代码, char[16] self.UserProductInfo = 'ProductInfo' #用户端产品信息, char[11] self.AuthCode = '' #认证码, char[17]...

Bug Type: **`Component`** ## Environment - Vue Version: `3.4.38` - Element Plus Version: `2.8.0` - Browser / OS: `windows edge 版本 127.0.2651.98 (正式版本) (64 位)` - Build Tool: `Vite` ##...