Class CryptoAssetBalances
public class CryptoAssetBalances : BusinessObject, IConnectionBindedObject, IUniqueID
Properties
Declaration
public Asset Asset { get; }
Property Value
Declaration
public string AssetId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double AvailableBalance { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ReservedBalance { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TotalBalance { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TotalInBTC { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TotalInUSD { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()