Enum DepositStatus
- Assembly
- WhalesSecret.TradeScriptLib.dll
Possible states of exchange account deposit.
public enum DepositStatus
- Extension Methods
Fields
Pending = 0Deposit is currently being processed.
Success = 1Deposit has completed successfully.
Rejected = 2Deposit has been rejected.
Locked = 3Deposit 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 = 4Deposit request is invalid.
Unknown = 5Unknown 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.