Class DepositInformation
- 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
nullif 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
nullif the exchange does not assign IDs to deposits.
- ExchangeMarket
Exchange market on which the exchange account exists.
- ExtraInfo
Extra information about the deposit, or
nullif no extra information is available.
- Fee
Deposit fee charged by the exchange.
- Network
Network of the deposited asset, or
nullif not known.
- RecordTime
UTC timestamp of the deposit record on the exchange.
- Status
Status of the deposit.
- TxId
Transaction ID, or
nullif 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.