-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ These are the currently available methods: | |
- Historical Market Data | ||
- Send Orders | ||
|
||
Available envirnorments: | ||
Available environments: | ||
|
||
- *Demo environrment*: go to [reMarkets](https://remarkets.primary.ventures/) to get credentials. | ||
- *Production*: it needs credetentials. Please contact: <[email protected]> for more information. | ||
|
@@ -69,7 +69,7 @@ Available envirnorments: | |
library(rRofex) | ||
# Once you have cretencials, you'll be able to get a token when you login | ||
rRofex::trading_login(username=XXX, password=XXX, environment='reMarkets') | ||
rRofex::trading_login(username = XXX, password = XXX, env ='reMarkets') | ||
# You can get a complete Reference Data list with details | ||
rRofex::trading_instruments(request = "securities", sec_detailed = T) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters