mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-27 20:27:43 +00:00
v4.0.10
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [4.0.9](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.8) - 2025-01-23
|
||||
## [4.0.10](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.10) - 2025-01-24
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed backoff decorator from send method of `Order` class
|
||||
|
||||
## [4.0.9](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.9) - 2025-01-23
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "aiomql"
|
||||
version = "4.0.9"
|
||||
version = "4.0.10"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -93,7 +93,6 @@ class Order(_Base, TradeRequest):
|
||||
raise OrderError(f"Order check failed for {self.symbol}")
|
||||
return OrderCheckResult(**res._asdict())
|
||||
|
||||
@backoff_decorator
|
||||
async def send(self) -> OrderSendResult:
|
||||
"""Send a request to perform a trading operation from the terminal to the trade server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user