Lean  $LEAN_TAG$
QuantConnect.Securities.Option.OptionAssignmentResult Class Reference

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...
 

Detailed Description

Data transfer object class

Definition at line 21 of file OptionAssignmentResult.cs.

Constructor & Destructor Documentation

◆ OptionAssignmentResult()

QuantConnect.Securities.Option.OptionAssignmentResult.OptionAssignmentResult ( decimal  quantity,
string  tag 
)

Creates a new instance

Parameters
quantityThe quantity to assign
tagThe order tag to use

Definition at line 43 of file OptionAssignmentResult.cs.

Property Documentation

◆ Null

OptionAssignmentResult QuantConnect.Securities.Option.OptionAssignmentResult.Null = new OptionAssignmentResult(decimal.Zero, string.Empty)
staticget

No option assignment should take place

Definition at line 26 of file OptionAssignmentResult.cs.

◆ Quantity

decimal QuantConnect.Securities.Option.OptionAssignmentResult.Quantity
getset

The amount of option holdings to trigger the assignment for

Definition at line 31 of file OptionAssignmentResult.cs.

◆ Tag

string QuantConnect.Securities.Option.OptionAssignmentResult.Tag
getset

The tag that will be used in the order for the option assignment

Definition at line 36 of file OptionAssignmentResult.cs.


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