Lean
$LEAN_TAG$
|
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< OptionStrategy > | Strategies [get] |
The strategies that were matched More... | |
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.
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.
|
get |
The strategies that were matched
Definition at line 30 of file OptionStrategyMatch.cs.