Skip to content

Commit

Permalink
Make account numbers obviously fake
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Aug 28, 2024
1 parent 395c5b5 commit 662ac60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/example_all_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Setup

account = "DU123456" # Set your account here
account = "DU9999999" # Set your account here

###########################################################################
# WARNING: THIS SCRIPT EXECUTES TRADES!! ONLY USE ON PAPER TRADING ACCOUNTS
Expand Down
2 changes: 1 addition & 1 deletion examples/example_market_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

## Setup

account = "DU123456" # Set your account here
account = "DU9999999" # Set your account here
max_position_dollars = 10000.0
em_time = "PT00:02:00"

Expand Down
2 changes: 1 addition & 1 deletion examples/example_read_only_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Setup

account = "DU123456" # Set your account here
account = "DU9999999" # Set your account here

print("==============================================================================================================")
print("==== Create a client and connect.")
Expand Down

0 comments on commit 662ac60

Please sign in to comment.