Enum WithdrawalStatus
- Assembly
- WhalesSecret.TradeScriptLib.dll
Possible states of exchange account withdrawal.
public enum WithdrawalStatus
- Extension Methods
Fields
Pending = 0Withdrawal is currently being processed.
Success = 1Withdrawal has completed successfully.
Rejected = 2Withdrawal has been rejected.
AwaitingApproval = 3Withdrawal has been accepted, but needs to be approved.
Invalid = 4Withdrawal request is invalid.
Unknown = 5Unknown status is for withdrawals that were unable to reach final status for too long and we stopped tracking them.
The status is considered to be final by definition.