Table of Contents

Enum DepositStatus

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

Possible states of exchange account deposit.

public enum DepositStatus
Extension Methods

Fields

Pending = 0

Deposit is currently being processed.

Success = 1

Deposit has completed successfully.

Rejected = 2

Deposit has been rejected.

Locked = 3

Deposit has been accepted, but funds are locked.

This is common on some exchanges as they allow users to use the funds for trading, but the funds cannot be withdrawn.

Invalid = 4

Deposit request is invalid.

Unknown = 5

Unknown status is for deposits that were unable to reach final status for too long and we stopped tracking them.

The status is considered to be final by definition.