Lean
$LEAN_TAG$
|
Data transfer object class More...
Public Member Functions | |
OptionAssignmentResult (decimal quantity, string tag) | |
Creates a new instance More... | |
Properties | |
static OptionAssignmentResult | Null = new OptionAssignmentResult(decimal.Zero, string.Empty) [get] |
No option assignment should take place More... | |
decimal | Quantity [get, set] |
The amount of option holdings to trigger the assignment for More... | |
string | Tag [get, set] |
The tag that will be used in the order for the option assignment More... | |
Data transfer object class
Definition at line 21 of file OptionAssignmentResult.cs.
QuantConnect.Securities.Option.OptionAssignmentResult.OptionAssignmentResult | ( | decimal | quantity, |
string | tag | ||
) |
Creates a new instance
quantity | The quantity to assign |
tag | The order tag to use |
Definition at line 43 of file OptionAssignmentResult.cs.
|
staticget |
No option assignment should take place
Definition at line 26 of file OptionAssignmentResult.cs.
|
getset |
The amount of option holdings to trigger the assignment for
Definition at line 31 of file OptionAssignmentResult.cs.
|
getset |
The tag that will be used in the order for the option assignment
Definition at line 36 of file OptionAssignmentResult.cs.