Skip to content

Commit

Permalink
add api his_settlement
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-mayanqiong committed Jun 18, 2019
1 parent 362e867 commit 627c505
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -217,6 +217,17 @@ payload = {

+ transfer 银期转帐

+ his_settlement 查询历史结算单

```
function his_settlement(payload) : null
payload = {
bid: string,
user_id: string,
trading_day: number
}
```

+ insert_order 下单 <sup style="color:red;">deprecated</sup>

+ auto_insert_order 自动平昨平今 <sup style="color:red;">deprecated</sup>
Expand Down

0 comments on commit 627c505

Please sign in to comment.