StopOrderExpiryStrategy
Valid stop order expiry strategies. The expiry strategy determines what happens to a stop order when it expires.
enum StopOrderExpiryStrategy {
EXPIRY_STRATEGY_UNSPECIFIED
EXPIRY_STRATEGY_CANCELS
EXPIRY_STRATEGY_SUBMIT
}
Values
StopOrderExpiryStrategy.EXPIRY_STRATEGY_UNSPECIFIED
The stop order expiry strategy has not been specified by the trader.
StopOrderExpiryStrategy.EXPIRY_STRATEGY_CANCELS
The stop order will be cancelled when it expires.
StopOrderExpiryStrategy.EXPIRY_STRATEGY_SUBMIT
The stop order will be submitted when the expiry time is reached.
Member of
StopOrder
object ● StopOrderFilter
input