币安量化交易

15 lines
330 B

3 years ago
using System;
using System.Collections.Generic;
using System.Text;
namespace SDKAdapter.WebSockets.Market
{
public class GateIOSpotMarketWebSocketClient : SpotMarketWebSocketClient
{
public GateIOSpotMarketWebSocketClient(string symbol, NLog.ILogger logger) : base(symbol, logger)
{
}
}
}