ExchangeData..::..Socket Property

Is trade data for this exchange available via websocket.

true/false, true = trade socket available, false = trade socket unavailable

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

Syntax


[JsonPropertyAttribute]
public Nullable<bool> Socket { get; set; }
<JsonPropertyAttribute> _
Public Property Socket As Nullable(Of Boolean)
	Get
	Set