SubscribeMatch

ISubscription ISignal.SubscribeMatch(DoubleCondition condition, SignalMatchHandler<double> handler)

Subscribes a callback to be executed when the signal matches the specified condition.

Parameters
  • condition – DoubleCondition specifying when callback is to be executed.

  • handler – Delegate to be invoked when match occurs.

Returns

ISubscription – An ISubscription for the callback.

Throws