fix BalanceError
This commit is contained in:
parent
a58ef60c99
commit
565ea49cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ public enum BalanceError implements IEnumId {
|
||||||
CurrencyNotFound(5213L),
|
CurrencyNotFound(5213L),
|
||||||
CurrentDateOnly(5214L),
|
CurrentDateOnly(5214L),
|
||||||
WrongMarket(5215L),
|
WrongMarket(5215L),
|
||||||
WrongAccount(5215L),
|
WrongAccount(5216L),
|
||||||
AccountNotPresent(5217L),
|
AccountNotPresent(5217L),
|
||||||
AccountNotActive(5218L),
|
AccountNotActive(5218L),
|
||||||
BalanceNotEnough(5222L),
|
BalanceNotEnough(5222L),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue