Skip to content
New issue

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

fix changlog #264

Merged
merged 10 commits into from
May 17, 2024
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ sidebar_position: 7

## 2024-05-17

- 添加夜盘交易支持
- 下单及订单查询接口扩展 `outside_rth` 字段支持夜盘交易

## 2024-05-06

- 更新获取账户资金接口
- `GET /v1/asset/account` 增加 (buy_power) 返回字段

## 2024-04-29

Expand Down
7 changes: 6 additions & 1 deletion i18n/en/docusaurus-plugin-content-docs/current/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ sidebar_position: 7

## 2024-05-17

- Add support for overnight trading
- Expand `outside_rth` field to support overnight trading in order placement and query APIs

## 2024-05-06

- Update the interface for Get Account Balance
- `GET /v1/asset/account` Add response field (buy_power)

## 2024-04-29

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ sidebar_position: 7

## 2024-05-17

- 添加夜盤交易支持
- 下單及訂單查詢接口擴展 `outside_rth` 字段支持夜盤交易

## 2024-05-06

- 更新獲取賬戶資金接口
- `GET /v1/asset/account` 增加 (buy_power) 返回字段

## 2024-04-29

Expand Down
Loading