We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9cd0ab + b26a6fd commit 453f1beCopy full SHA for 453f1be
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## [1.1.2](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
3
+
4
+### Fixed
5
+ - 修正 recover_order_result 沒有正確將整股的qty轉換成int的問題
6
+# Changelog
7
## [1.1.1](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
8
9
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-trade"
-version = "1.1.1"
+version = "1.1.2"
description = ""
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
license = "MIT"
0 commit comments