Add fill or kill support.

This commit is contained in:
Arthur Britto
2013-03-06 01:22:35 -08:00
parent 64994268d3
commit f47bf56ac8
3 changed files with 15 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ enum TER // aka TransactionEngineResult
tecUNFUNDED_OFFER = 103,
tecUNFUNDED_PAYMENT = 104,
tecFAILED_PROCESSING = 105,
tecKILL = 106, // tesSUCCESS is not retryable.
tecDIR_FULL = 121,
tecINSUF_RESERVE_LINE = 122,
tecINSUF_RESERVE_OFFER = 123,