Lean
$LEAN_TAG$
|
The null option assignment model, that will disable automatic order assignment More...
Public Member Functions | |
OptionAssignmentResult | GetAssignment (OptionAssignmentParameters parameters) |
Get's the option assignments to generate if any More... | |
The null option assignment model, that will disable automatic order assignment
Definition at line 21 of file NullOptionAssignmentModel.cs.
OptionAssignmentResult QuantConnect.Securities.Option.NullOptionAssignmentModel.GetAssignment | ( | OptionAssignmentParameters | parameters | ) |
Get's the option assignments to generate if any
parameters | The option assignment parameters data transfer object |
Implements QuantConnect.Securities.Option.IOptionAssignmentModel.
Definition at line 28 of file NullOptionAssignmentModel.cs.