Skip to content

Commit

Permalink
Revert "add broker id"
Browse files Browse the repository at this point in the history
This reverts commit 83c927d.
  • Loading branch information
vic-en authored and petioptrv committed Aug 30, 2023
1 parent 2d664e4 commit 7d9537e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
EXCHANGE_NAME = "phemex_perpetual"
MAX_ORDER_ID_LEN = 40

HB_PARTNER_ID = "HBOT"

DEFAULT_DOMAIN = ""
TESTNET_DOMAIN = "phemex_perpetual_testnet"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def client_order_id_max_length(self) -> int:

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

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

0 comments on commit 7d9537e

Please sign in to comment.