Class ExecutionCondition

This class represents a condition requiring a specific execution event to be fulfilled.

Orders can be activated or canceled if a set of given conditions is met. An ExecutionCondition is met whenever a trade occurs on a certain product at the given exchange.

Hierarchy

  • ExecutionCondition

Implements

Constructors

Properties

conjunctionConnection: ConjunctionConnection

Conjunction connection type.

exchange: string

Exchange where the symbol needs to be traded.

secType: SecType

Kind of instrument being monitored.

symbol: string

Instrument's symbol.

type: OrderConditionType = OrderConditionType.Execution

Condition type

Generated using TypeDoc