diff --git a/tutorial/configuration.md b/tutorial/configuration.md index a60914744..b9edfa5c8 100644 --- a/tutorial/configuration.md +++ b/tutorial/configuration.md @@ -236,6 +236,61 @@ QuickFIX Settings
Setting | +Description | +Valid Values | +Default | +
---|---|---|---|
ReconnectInterval | +Time between reconnection attempts in seconds. Only used for initiators. | +Positive integer | +30 | +
HeartBtInt | +Heartbeat interval in seconds. Only used for initiators. | +Positive integer | ++ |
SocketConnectPort | +Socket port for connecting to a session. Only used for initiators. | +Positive integer | ++ |
SocketConnectHost | +Host to connect to. Only used for initiators. | +Valid IP address in the format of x.x.x.x or a domain name | ++ |
SocketConnectPort<n> | +Alternate socket ports for connecting to a session for failover, where n is a positive integer. ie, SocketConnectPort1, SocketConnectPort2... must be consecutive and have a matching SocketConnectHost<n> | +Positive integer | ++ |
SocketConnectHost<n> | +Alternate socket hosts for connecting to a session for failover, where n is a positive integer. ie, SocketConnectHost1, SocketConnectHost2... must be consecutive and have a matching SocketConnectPort<n> | +Positive integer | ++ |