Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #170 from Moskitek/master
Browse files Browse the repository at this point in the history
Fix for enum value: ORDER_WOULD_TRIGGER_IMMEDIATELY
  • Loading branch information
joaopsilva authored Aug 23, 2018
2 parents 29f603e + abe4e31 commit fd76377
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ public enum OrderRejectReason {
UNKNOWN_ACCOUNT,
INSUFFICIENT_BALANCE,
ACCOUNT_INACTIVE,
ACCOUNT_CANNOT_SETTLE
ACCOUNT_CANNOT_SETTLE,
ORDER_WOULD_TRIGGER_IMMEDIATELY
}

0 comments on commit fd76377

Please sign in to comment.