Table of Contents

Class DepositInformation

Namespace
WhalesSecret.TradeScriptLib.Entities.ExchangeAccounts
Assembly
WhalesSecret.TradeScriptLib.dll

Information about a deposit to an exchange account.

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

Constructors

DepositInformation(ExchangeMarket, string, string?, decimal, string, string?, decimal, DepositStatus, string?, string?, DateTime, string?)

Creates a new instance of the object.

Properties

Address

Deposit address, or null if not known.

Amount

Deposit amount.

Asset

Name of the deposited asset.

ExchangeAccountId

Unique identifier of the exchange account on the exchange.

ExchangeDepositId

ID of the deposit assigned by the exchange, or null if the exchange does not assign IDs to deposits.

ExchangeMarket

Exchange market on which the exchange account exists.

ExtraInfo

Extra information about the deposit, or null if no extra information is available.

Fee

Deposit fee charged by the exchange.

Network

Network of the deposited asset, or null if not known.

RecordTime

UTC timestamp of the deposit record on the exchange.

Status

Status of the deposit.

TxId

Transaction ID, or null if not known.

Methods

Equals(object?)

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

Equals(DepositInformation?)

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 ==(DepositInformation?, DepositInformation?)

Determines whether two specified deposits have the same value.

operator !=(DepositInformation?, DepositInformation)

Determines whether two specified deposits have different values.