C# Class BitcoinLib.BRL.Util_BRL

Show file Open project: btcbrdev/BitcoinLib

Public Methods

Method Description
getBRLtoBtc ( double valor = 1.00, string apiCode = null ) : double

Retorna o valor em R$ convertido para Bitcoin.

getBtcBRLTicker ( string apiCode = null ) : Currency

Retorna o ticker da Blockchain com o valor em BRL.

Method Details

getBRLtoBtc() public static method

Retorna o valor em R$ convertido para Bitcoin.
public static getBRLtoBtc ( double valor = 1.00, string apiCode = null ) : double
valor double Valor a ser convertido em Bitcoin.
apiCode string Cádigo da API.
return double

getBtcBRLTicker() public static method

Retorna o ticker da Blockchain com o valor em BRL.
public static getBtcBRLTicker ( string apiCode = null ) : Currency
apiCode string Código da API.
return System.Currency