Constructor DepositInformation
- Assembly
- WhalesSecret.TradeScriptLib.dll
DepositInformation(ExchangeMarket, string, string?, decimal, string, string?, decimal, DepositStatus, string?, string?, DateTime, string?)
Creates a new instance of the object.
[JsonConstructor]
public DepositInformation(ExchangeMarket exchangeMarket, string exchangeAccountId, string? exchangeDepositId, decimal amount, string asset, string? network, decimal fee, DepositStatus status, string? address, string? txId, DateTime recordTime, string? extraInfo)
Parameters
exchangeMarketExchangeMarketExchange market on which the exchange account exists.
exchangeAccountIdstringUnique identifier of the exchange account on the exchange.
exchangeDepositIdstringID of the deposit assigned by the exchange, or
nullif the exchange does not assign IDs to deposits.amountdecimalDeposit amount.
assetstringName of the deposited asset.
networkstringNetwork of the deposited asset, or
nullif not known.feedecimalDeposit fee charged by the exchange.
statusDepositStatusStatus of the deposit.
addressstringDeposit address, or
nullif not known.txIdstringTransaction ID, or
nullif not known.recordTimeDateTimeUTC timestamp of the deposit record on the exchange.
extraInfostringExtra information about the deposit, or
nullif no extra information is available.