ICryptoCurrencyGetPriceAsync(Double, FiatCurrencies) Method
Asynchronously gets the price equivalency for the specified amount of this
ICryptoCurrency converted to the specified currency.
Namespace: DevCase.Core.Finances.CryptoCurrenciesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Function GetPriceAsync (
amount As Double,
currency As FiatCurrencies
) As Task(Of Double)
Dim instance As ICryptoCurrency
Dim amount As Double
Dim currency As FiatCurrencies
Dim returnValue As Task(Of Double)
returnValue = instance.GetPriceAsync(amount,
currency)
abstract GetPriceAsync :
amount : float *
currency : FiatCurrencies -> Task<float>
No code example is currently available or this language may not be supported.
- amount Double
-
The amount of this ICryptoCurrency.
- currency FiatCurrencies
-
The target currency.
TaskDouble
The resulting price for the specified amount of this
ICryptoCurrency converted to the specified currency.