You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: bin/ibproxy
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,28 @@ default_command :server
18
18
command:serverdo |c|
19
19
c.syntax='ibproxy server [options]'
20
20
c.summary='Start ibproxy server'
21
-
c.option'--ib-port PORT',Integer,"Interactive brokers client port. #{IbRubyProxy::Server::IbProxyService::DEFAULT_IB_GATEWAY_PORT} by default (Gateway). Default for TWS is whatever"
21
+
22
+
c.option'--ib-host HOST',String,"Host for interactive brokers client. #{IbRubyProxy::Server::IbProxyService::DEFAULT_IB_HOST} by default"
23
+
c.option'--ib-port PORT',Integer,"Port for interactive brokers client. #{IbRubyProxy::Server::IbProxyService::DEFAULT_IB_GATEWAY_PORT} by default (Gateway). Default for TWS is whatever"
24
+
c.option'--drb-host HOST',String,"Host for the server drb endpoint. #{IbRubyProxy::Server::IbProxyService::DEFAULT_DRB_HOST} by default"
22
25
c.option'--drb-port PORT',Integer,"Port for the served drb endpoint. #{IbRubyProxy::Server::IbProxyService::DEFAULT_DRB_PORT} by default"
0 commit comments