mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-20 15:28:08 +00:00
v4
This commit is contained in:
+4
-3
@@ -1,11 +1,11 @@
|
||||
# Account
|
||||
|
||||
## Table of Contents
|
||||
- [Account](#account.Account)
|
||||
- [Account](#account.account)
|
||||
- [refresh](#account.refresh)
|
||||
|
||||
|
||||
<a id="account.Account"></a>
|
||||
<a id="account.account"></a>
|
||||
### Account
|
||||
```python
|
||||
class Account(_Base, AccountInfo)
|
||||
@@ -13,11 +13,12 @@ class Account(_Base, AccountInfo)
|
||||
A singleton class for managing a trading account. A subclass of _Base and AccountInfo. It supports asynchronous context
|
||||
management protocol.
|
||||
|
||||
#### Attributes
|
||||
#### Attributes:
|
||||
| Name | Type | Description | Default |
|
||||
|-------------|-------------------|------------------------------------------------------|---------|
|
||||
| `connected` | `bool` | Status of connection to MetaTrader 5 Terminal | False |
|
||||
|
||||
|
||||
<a id="account.refresh"></a>
|
||||
### refresh
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user