OnPrices Delegate

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

Syntax


public delegate void OnPrices(
	Object sender,
	Guid instanceId,
	Dictionary<string, decimal> prices
)
Public Delegate Sub OnPrices ( _
	sender As Object, _
	instanceId As Guid, _
	prices As Dictionary(Of String, Decimal) _
)

Parameters

sender
Type: Object
instanceId
Type: Guid
prices
Type: Dictionary<(Of <(<'String, Decimal>)>)>