Skip to content

Commit e0d59e0

Browse files
committed
build fix.
1 parent f43a3fd commit e0d59e0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Algo/Storages/RemoteMarketDataDrive.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ public RemoteMarketDataDrive(EndPoint address)
110110
{
111111
}
112112

113+
/// <summary>
114+
/// Initializes a new instance of the <see cref="RemoteMarketDataDrive"/>.
115+
/// </summary>
116+
/// <param name="address">Server address.</param>
117+
/// <param name="adapter">Message adapter.</param>
118+
[Obsolete("Use IAsyncMessageAdapter overload.")]
119+
public RemoteMarketDataDrive(EndPoint address, IMessageAdapter adapter)
120+
: this(address, (IAsyncMessageAdapter)adapter)
121+
{
122+
}
123+
113124
/// <summary>
114125
/// Initializes a new instance of the <see cref="RemoteMarketDataDrive"/>.
115126
/// </summary>

0 commit comments

Comments
 (0)