Table of Contents

Constructor DepositInformation

Namespace
WhalesSecret.TradeScriptLib.Entities.ExchangeAccounts
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

exchangeMarket ExchangeMarket

Exchange market on which the exchange account exists.

exchangeAccountId string

Unique identifier of the exchange account on the exchange.

exchangeDepositId string

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

amount decimal

Deposit amount.

asset string

Name of the deposited asset.

network string

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

fee decimal

Deposit fee charged by the exchange.

status DepositStatus

Status of the deposit.

address string

Deposit address, or null if not known.

txId string

Transaction ID, or null if not known.

recordTime DateTime

UTC timestamp of the deposit record on the exchange.

extraInfo string

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