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

