CoinCapTradesWSClient Constructor (String, ILogger<(Of <(<'CoinCapTradesWSClient>)>)>)
Initializes a new instance of the CoinCapTradesWSClient class.
Namespace:
CoinCapApiAssembly: CoinCapApi (in CoinCapApi.dll)
Syntax
public CoinCapTradesWSClient( string exchangeId, ILogger<CoinCapTradesWSClient> logger )
Public Sub New ( _ exchangeId As String, _ logger As ILogger(Of CoinCapTradesWSClient) _ )
Parameters
- exchangeId
- Type: String
The exchange you wish to subscribe to.
- logger
- Type: ILogger<(Of <(<'CoinCapTradesWSClient>)>)>
The logger.