Module: Synapsis::Order::Status

Defined in:
lib/synapsis/order.rb

Constant Summary collapse

QUEUED_INVESTIGATING =
-1
QUEUED =
0
CREATED =
1
IN_PROGRESS =
2
SETTLED =
3
CANCELLED =
4
RETURNED =
5