Lean  $LEAN_TAG$
QuantConnect.Messages.DefaultExerciseModel Class Reference

Provides user-facing messages for the Orders.OptionExercise.DefaultExerciseModel class and its consumers or related classes More...

Static Public Member Functions

static string ContractHoldingsAdjustmentFillTag (bool inTheMoney, bool isAssignment, Option option)
 Returns a string message containing basic information such as if it's an assignment or an exercise, if it's ITM or OTM and the underlying option price More...
 

Static Public Attributes

static string OptionAssignment = "Option Assignment"
 String message saying: Option Assignment More...
 
static string OptionExercise = "Option Exercise"
 String message saying: Option exercise More...
 

Detailed Description

Provides user-facing messages for the Orders.OptionExercise.DefaultExerciseModel class and its consumers or related classes

Definition at line 30 of file Messages.Orders.OptionExercise.cs.

Member Function Documentation

◆ ContractHoldingsAdjustmentFillTag()

static string QuantConnect.Messages.DefaultExerciseModel.ContractHoldingsAdjustmentFillTag ( bool  inTheMoney,
bool  isAssignment,
Option  option 
)
static

Returns a string message containing basic information such as if it's an assignment or an exercise, if it's ITM or OTM and the underlying option price

Definition at line 47 of file Messages.Orders.OptionExercise.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ OptionAssignment

string QuantConnect.Messages.DefaultExerciseModel.OptionAssignment = "Option Assignment"
static

String message saying: Option Assignment

Definition at line 35 of file Messages.Orders.OptionExercise.cs.

◆ OptionExercise

string QuantConnect.Messages.DefaultExerciseModel.OptionExercise = "Option Exercise"
static

String message saying: Option exercise

Definition at line 40 of file Messages.Orders.OptionExercise.cs.


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