I recently signed up for a 30 day trial to the Rithmic Paper trading environment. After signing up I was able to access the live market via R-Trader, however I also need the connection parameters for the RAPI.
The sample scripts I have been developing my code from pointed to the Rithmic_Test_Orangeburg servers. This test environment barely moves, and is apparently just the test servers from the exchange.
So now I need to update all my parameters in my code to point to the paper trading environment instead of the test environment. Does anyone have this handy, or will I need to reach out to rithmic directly.
As an example this is what I am looking for… but just for the paper trading severs.
oParams.DmnSrvrAddr = “rituz00100.00.rithmic.com:65000~rituz00100.00.rithmic.net:65000~rituz00100.00.theomne.net:65000~rituz00100.00.theomne.com:65000”;
oParams.DomainName = “rithmic_uat_dmz_domain”;
oParams.LicSrvrAddr = “rituz00100.00.rithmic.com:56000~rituz00100.00.rithmic.net:56000~rituz00100.00.theomne.net:56000~rituz00100.00.theomne.com:56000”;
oParams.LocBrokAddr = “rituz00100.00.rithmic.com:64100”;
oParams.LoggerAddr = “rituz00100.00.rithmic.com:45454~rituz00100.00.rithmic.net:45454~rituz00100.00.theomne.com:45454~rituz00100.00.theomne.net:45454”;
Thanks in advance!
Ian