Lean
$LEAN_TAG$
|
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... | |
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.
|
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.
|
static |
String message saying: Option Assignment
Definition at line 35 of file Messages.Orders.OptionExercise.cs.
|
static |
String message saying: Option exercise
Definition at line 40 of file Messages.Orders.OptionExercise.cs.