Constructor WithdrawalInformation
- Assembly
- WhalesSecret.TradeScriptLib.dll
WithdrawalInformation(ExchangeMarket, string, string?, decimal, string, string?, decimal, WithdrawalStatus, string?, string?, DateTime, string?)
Creates a new instance of the object.
[JsonConstructor]
public WithdrawalInformation(ExchangeMarket exchangeMarket, string exchangeAccountId, string? exchangeWithdrawalId, decimal amount, string asset, string? network, decimal fee, WithdrawalStatus 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.
exchangeWithdrawalIdstringID of the withdrawal assigned by the exchange, or
nullif the exchange does not assign IDs to withdrawals.amountdecimalWithdrawal amount.
assetstringName of the withdrawn asset.
networkstringNetwork of the withdrawn asset, or
nullif not known.feedecimalWithdrawal fee charged by the exchange.
statusWithdrawalStatusStatus of the withdrawal.
addressstringWithdrawal address, or
nullif not known.txIdstringTransaction ID, or
nullif not known.recordTimeDateTimeUTC timestamp of the withdrawal record on the exchange.
extraInfostringExtra information about the withdrawal, or
nullif no extra information is available.