Class CryptoAssetBalances

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class CryptoAssetBalances : BusinessObject, IConnectionBindedObject, IUniqueID

    Properties

    Asset

    Declaration
    public Asset Asset { get; }
    Property Value
    Type Description
    Asset

    AssetId

    Declaration
    public string AssetId { get; }
    Property Value
    Type Description
    System.String

    AvailableBalance

    Declaration
    public double AvailableBalance { get; }
    Property Value
    Type Description
    System.Double

    ReservedBalance

    Declaration
    public double ReservedBalance { get; }
    Property Value
    Type Description
    System.Double

    TotalBalance

    Declaration
    public double TotalBalance { get; }
    Property Value
    Type Description
    System.Double

    TotalInBTC

    Declaration
    public double TotalInBTC { get; }
    Property Value
    Type Description
    System.Double

    TotalInUSD

    Declaration
    public double TotalInUSD { get; }
    Property Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Copyright © 2017 - 2018 Quantower LLC