Skip to content

Commit

Permalink
update samples config
Browse files Browse the repository at this point in the history
  • Loading branch information
fzanuso89 committed Aug 11, 2019
1 parent 6d5a387 commit 69514a6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions samples/1_reference_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import pyRofex

# 1-Initialize the environment
pyRofex.initialize(user="fzanuso211",
password="Ukaeae1&",
account="REM211",
pyRofex.initialize(user="XXXXXXX",
password="XXXXXXX",
account="XXXXXXX",
environment=pyRofex.Environment.REMARKET)

# 2-Get all available segments and print all segment ids
Expand Down
6 changes: 3 additions & 3 deletions samples/2_market_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import pyRofex

# 1-Initialize the environment
pyRofex.initialize(user="fzanuso211",
password="Ukaeae1&",
account="REM211",
pyRofex.initialize(user="XXXXXXX",
password="XXXXXXX",
account="XXXXXXX",
environment=pyRofex.Environment.REMARKET)

# 2-Set the instrument to use
Expand Down
6 changes: 3 additions & 3 deletions samples/3_order_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import pyRofex

# 1-Initialize the environment
pyRofex.initialize(user="fzanuso211",
password="Ukaeae1&",
account="REM211",
pyRofex.initialize(user="XXXXXXX",
password="XXXXXXX",
account="XXXXXXX",
environment=pyRofex.Environment.REMARKET)

# 2-Get the best bid offer in the market for DODic19
Expand Down
6 changes: 3 additions & 3 deletions samples/4_websocket_market_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import pyRofex

# 1-Initialize the environment
pyRofex.initialize(user="fzanuso211",
password="Ukaeae1&",
account="REM211",
pyRofex.initialize(user="XXXXXXX",
password="XXXXXXX",
account="XXXXXXX",
environment=pyRofex.Environment.REMARKET)


Expand Down
6 changes: 3 additions & 3 deletions samples/5_websocket_order_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@


# 1-Initialize the environment
pyRofex.initialize(user="fzanuso211",
password="Ukaeae1&",
account="REM211",
pyRofex.initialize(user="XXXXXXX",
password="XXXXXXX",
account="XXXXXXX",
environment=pyRofex.Environment.REMARKET)


Expand Down

0 comments on commit 69514a6

Please sign in to comment.