mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-25 01:38:04 +00:00
v3.21
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- [Order](#Order)
|
||||
- [\_\_init\_\_](#__init__)
|
||||
- [orders_total](#orders_total)
|
||||
- [get_order](#get_order)
|
||||
- [get_orders](#get_orders)
|
||||
- [check](#check)
|
||||
- [send](#send)
|
||||
@@ -42,6 +43,13 @@ Get the total number of active orders.
|
||||
|-------|-------------------------------|
|
||||
| `int` | total number of active orders |
|
||||
|
||||
<a id="get_order"></a>
|
||||
### get_order
|
||||
```python
|
||||
async def get_order(self, ticket: int) -> TradeOrder
|
||||
```
|
||||
Get an active trade order by ticket.
|
||||
|
||||
<a id="get_orders"></a>
|
||||
### get_orders
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user