Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 3a84471

Browse files
committed
[ProfileData] add proxy_id
1 parent a44db13 commit 3a84471

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

octobot_commons/profiles/profile_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ExchangeData(octobot_commons.dataclasses.FlexibleDataclass):
4343
exchange_credential_id: typing.Union[str, None] = None
4444
internal_name: typing.Union[str, None] = None
4545
exchange_id: typing.Union[str, None] = None
46+
proxy_id: typing.Union[str, None] = None
4647

4748

4849
@dataclasses.dataclass

tests/profiles/test_profile_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def profile_data_dict():
4949
{
5050
'exchange_credential_id': '123-plop',
5151
'exchange_id': '123-exchange',
52+
'proxy_id': '123-proxy',
5253
'internal_name': 'cryptocom'
5354
}
5455
], 'trader': {

0 commit comments

Comments
 (0)