Table of Contents

Class AccountSymbolInformation

Namespace
WhalesSecret.TradeScriptLib.Entities.Account
Assembly
WhalesSecret.TradeScriptLib.dll

Information about a single symbol (asset) on user's exchange account.

public class AccountSymbolInformation : IEquatable<AccountSymbolInformation>
Inheritance
AccountSymbolInformation
Implements
Inherited Members
Extension Methods

Constructors

AccountSymbolInformation(string?, string, decimal, decimal)

Creates a new instance of the object.

Properties

AvailableBalance

Balance amount that is available for trading.

SubAccount

Sub-account for which the symbol information is entries are relevant, or null if the exchange does not have sub-accounts.

Symbol

Symbol (short name of the asset) this information represents.

TotalBalance

Total balance amount that includes both available and locked amount.

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

Equals(AccountSymbolInformation?)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Operators

operator ==(AccountSymbolInformation?, AccountSymbolInformation?)

Determines whether two specified account symbol information have the same value.

operator !=(AccountSymbolInformation?, AccountSymbolInformation?)

Determines whether two specified account symbol information have different values.