StopOrderStatus
Valid stop order statuses, these determine several states for a stop order that cannot be expressed with other fields in StopOrder.
enum StopOrderStatus {
STATUS_UNSPECIFIED
STATUS_PENDING
STATUS_CANCELLED
STATUS_STOPPED
STATUS_TRIGGERED
STATUS_EXPIRED
STATUS_REJECTED
}
Values
StopOrderStatus.STATUS_UNSPECIFIED
Stop order has been submitted to the network but does not have a status yet
StopOrderStatus.STATUS_PENDING
Stop order is pending. This means the stop order has been accepted in the network, but the trigger conditions have not been met.
StopOrderStatus.STATUS_CANCELLED
Stop order has been cancelled. This could be by the trader or by the network.
StopOrderStatus.STATUS_STOPPED
Stop order has been stopped. This means the trigger conditions have been met, but the stop order was not executed, and stopped.
StopOrderStatus.STATUS_TRIGGERED
Stop order has been triggered. This means the trigger conditions have been met, and the stop order was executed.
StopOrderStatus.STATUS_EXPIRED
Stop order has expired. This means the trigger conditions have not been met and the stop order has expired.
StopOrderStatus.STATUS_REJECTED
Stop order has been rejected. This means the stop order was not accepted by the network.
Member of
StopOrder
object ● StopOrderFilter
input