Lean  $LEAN_TAG$
QuantConnect.Securities.Option.StrategyMatcher.ConstantOptionStrategyLegPredicateReferenceValue< T > Class Template Reference

Provides an implementation of IOptionStrategyLegPredicateReferenceValue that represents a constant value. More...

Inheritance diagram for QuantConnect.Securities.Option.StrategyMatcher.ConstantOptionStrategyLegPredicateReferenceValue< T >:
[legend]

Public Member Functions

 ConstantOptionStrategyLegPredicateReferenceValue (T value, PredicateTargetValue target)
 Initializes a new instance of the ConstantOptionStrategyLegPredicateReferenceValue<T> class More...
 
object Resolve (IReadOnlyList< OptionPosition > legs)
 Returns the constant value provided at initialization More...
 

Properties

PredicateTargetValue Target [get]
 Gets the target of this value More...
 
- Properties inherited from QuantConnect.Securities.Option.StrategyMatcher.IOptionStrategyLegPredicateReferenceValue
PredicateTargetValue Target [get]
 Gets the target of this value More...
 

Detailed Description

Provides an implementation of IOptionStrategyLegPredicateReferenceValue that represents a constant value.

Definition at line 24 of file ConstantOptionStrategyLegPredicateReferenceValue.cs.

Constructor & Destructor Documentation

◆ ConstantOptionStrategyLegPredicateReferenceValue()

Initializes a new instance of the ConstantOptionStrategyLegPredicateReferenceValue<T> class

Parameters
valueThe constant reference value
targetThe value target in relation to the OptionPosition

Definition at line 38 of file ConstantOptionStrategyLegPredicateReferenceValue.cs.

Member Function Documentation

◆ Resolve()

Property Documentation

◆ Target


The documentation for this class was generated from the following file: