CoinCapPricesWSClient Constructor (IEnumerable<(Of <(<'String>)>)>, ILogger<(Of <(<'CoinCapPricesWSClient>)>)>)
   Initializes a new instance of the CoinCapPricesWSClient class.
   
                
    Namespace: 
   CoinCapApiAssembly: CoinCapApi (in CoinCapApi.dll)
Syntax
public CoinCapPricesWSClient( IEnumerable<string> assets, ILogger<CoinCapPricesWSClient> logger )
Public Sub New ( _ assets As IEnumerable(Of String), _ logger As ILogger(Of CoinCapPricesWSClient) _ )
Parameters
- assets
 - Type: IEnumerable<(Of <(<'String>)>)>
The assets you wish to subscribe to or ALL for all assets. Names are case sensitive. 
- logger
 - Type: ILogger<(Of <(<'CoinCapPricesWSClient>)>)>
The logger. 

