Skip to content

Commit

Permalink
add broker id
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-en committed Aug 27, 2023
1 parent 27ddcc2 commit 83c927d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -6,6 +6,8 @@
EXCHANGE_NAME = "phemex_perpetual"
MAX_ORDER_ID_LEN = 40

HB_PARTNER_ID = "HBOT"

DEFAULT_DOMAIN = ""
TESTNET_DOMAIN = "phemex_perpetual_testnet"

Expand Down
Expand Up @@ -87,7 +87,7 @@ def client_order_id_max_length(self) -> int:

@property
def client_order_id_prefix(self) -> str:
return ""
return CONSTANTS.HB_PARTNER_ID

@property
def trading_rules_request_path(self) -> str:
Expand Down

0 comments on commit 83c927d

Please sign in to comment.