Lean  $LEAN_TAG$
QuantConnect.Securities.Option.StrategyMatcher.OptionStrategyMatch Class Reference

Defines a complete result from running the matcher on a collection of positions. The matching process will return one these matches for every potential combination of strategies conforming to the search settings and the positions provided. More...

Public Member Functions

 OptionStrategyMatch (List< OptionStrategy > strategies)
 Initializes a new instance of the OptionStrategyMatch class More...
 

Properties

List< OptionStrategyStrategies [get]
 The strategies that were matched More...
 

Detailed Description

Defines a complete result from running the matcher on a collection of positions. The matching process will return one these matches for every potential combination of strategies conforming to the search settings and the positions provided.

Definition at line 25 of file OptionStrategyMatch.cs.

Constructor & Destructor Documentation

◆ OptionStrategyMatch()

QuantConnect.Securities.Option.StrategyMatcher.OptionStrategyMatch.OptionStrategyMatch ( List< OptionStrategy strategies)

Initializes a new instance of the OptionStrategyMatch class

Definition at line 35 of file OptionStrategyMatch.cs.

Property Documentation

◆ Strategies

List<OptionStrategy> QuantConnect.Securities.Option.StrategyMatcher.OptionStrategyMatch.Strategies
get

The strategies that were matched

Definition at line 30 of file OptionStrategyMatch.cs.


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