Не работает TheorPriceQuotingStrategy
Привет!
Конструктор TheorPriceQuotingStrategy(OrderDirections, decimal, Range<Unit>) вызывает исключение из-за Range<Unit>:
System.TypeInitializationException: Инициализатор типа "Ecng.ComponentModel.Range`1" выдал исключение. ---> System.Collections.Generic.KeyNotFoundException: Данный ключ отсутствует в словаре.
в System.Collections.Generic.Dictionary`2.get_Item(TKey key)
в Ecng.ComponentModel.OperatorRegistry.GetOperator[T]()
в Ecng.ComponentModel.Range`1..cctor()
--- Конец трассировки внутреннего стека исключений ---
в Ecng.ComponentModel.Range`1..ctor(T min, T max)
Исправите?