add config_ib.rb as config file for most example ruby scripts. - #138
add config_ib.rb as config file for most example ruby scripts.#138laroche wants to merge 1 commit into
Conversation
try to improve example scripts, but mostly coding whitespace.
|
Appreciate your work. in the config file and refer to it in the scripts via That simplifies and unifies the examples without breaking the code, ie. you can decide wether to setup config_ib.rb or to use just the single example file. |
|
client_id should be different for all scripts to be able to run them at the same time. I've again hardcoded Not sure Connection.new should be put into the config file. As "connect: true" is default, there is The global vars are not nice, but they make sure the configuration only needs to be done best regards, Florian La Roche |
add config_ib.rb as config file for most example ruby scripts.
try to improve example scripts, but mostly coding whitespace.
Would be nice to have this merged to have example scripts evolve
and hope further people jump in as well.
Let me know if specific items look all wrong, I am just starting with ruby.
best regards,
Florian La Roche