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 Y - +###Initiator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SettingDescriptionValid ValuesDefault
ReconnectIntervalTime between reconnection attempts in seconds. Only used for initiators.Positive integer30
HeartBtIntHeartbeat interval in seconds. Only used for initiators.Positive integer +
SocketConnectPortSocket port for connecting to a session. Only used for initiators.Positive integer +
SocketConnectHostHost 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 +