Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Aug 28, 2024
1 parent bdf1c90 commit 338caff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ slug: changelog
sidebar_position: 7
---

## 2024-08-28

- SDK 中 `Depth.price` 字段从 `Decimal` 类型改为 `Optional[Decimal]` 类型

## 2024-05-17

- 下单及订单查询接口扩展 `outside_rth` 字段支持夜盘交易
Expand Down
5 changes: 5 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ slug: changelog
sidebar_position: 7
---

## 2024-08-28

- Change the `Depth.price` field in the SDK from `Decimal` type to `Optional[Decimal]` type


## 2024-05-17

- Expand `outside_rth` field to support overnight trading in order placement and query APIs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ slug: changelog
sidebar_position: 7
---

## 2024-08-28

- SDK 中 `Depth.price` 字段从 `Decimal` 类型改为 `Optional[Decimal]` 类型

## 2024-05-17

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

0 comments on commit 338caff

Please sign in to comment.