Era.Common.DataDefinition.Trigger.TriggerThrottle_UniqueValues_Type

Description

Uniqueness type.

Enum values

Possible values Names Descriptions
1 IN_ROW Tick is allowed if [count] unique symbol values are received in a row - if a cached (known) value is received, the cache is cleared and the counter is reset.
2 SINCE_LAST_TRIGGERED Allow tick if [count] unique values are received since the last unsuppressed tick - if a cached known value is received, the cache and the counter are not changed.

Referenced in messages

Era.Common.DataDefinition.Trigger.TriggerThrottle_UniqueValues