ib-controller / ib-controller

Automation of Interactive Brokers TWS. You can download the latest release here: https://github.com/ib-controller/ib-controller/releases/latest
GNU General Public License v3.0
638 stars 213 forks source link

Enhance telnet control protocol with HELP command #13

Open benalexau opened 9 years ago

benalexau commented 9 years ago

Just add a HELP command so it returns the (currently two) supported commands.

rlktradewright commented 9 years ago

Actually there are four commands currently:

STOP ENABLEAPI RECONNECTDATA RECONNECTACCOUNT

I agree that these need to be better documented somewhere, perhaps (as you've suggested elsewhere) in a project Wiki, or maybe in an 'Advanced Usage' section in the User Guide.

I question whether an actual HELP command would be of much value given proper documentation elsewhere. However I don't have any objection to the idea - just probably wouldn't want to bother writing it myself!