Skip to content

Commit

Permalink
delete unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Dec 31, 2024
1 parent f65763b commit cd31878
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions QuickFIXn/Transport/SocketInitiator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ namespace QuickFix.Transport
/// </summary>
public class SocketInitiator : AbstractInitiator
{
public const string SOCKET_CONNECT_HOST = "SocketConnectHost";
public const string SOCKET_CONNECT_PORT = "SocketConnectPort";
public const string RECONNECT_INTERVAL = "ReconnectInterval";

private volatile bool _shutdownRequested = false;
private DateTime _lastConnectTimeDt = DateTime.MinValue;
private int _reconnectInterval = 30;
Expand Down

0 comments on commit cd31878

Please sign in to comment.