CoinCapTradesWSClient Constructor (String, WebSocketOptions)

Initializes a new instance of the CoinCapTradesWSClient class.

Namespace:  CoinCapApi
Assembly:  CoinCapApi (in CoinCapApi.dll)

Syntax


public CoinCapTradesWSClient(
	string exchangeId,
	WebSocketOptions options
)
Public Sub New ( _
	exchangeId As String, _
	options As WebSocketOptions _
)

Parameters

exchangeId
Type: String
The exchange you wish to subscribe to.
options
Type: WebSocketOptions
The WebSocketClient options.