|
Lean
$LEAN_TAG$
|
Event arguments class for the IBrokerage.OptionNotification event More...
Public Member Functions | |
| OptionNotificationEventArgs (Symbol symbol, decimal position) | |
| Initializes a new instance of the OptionNotificationEventArgs class More... | |
| OptionNotificationEventArgs (Symbol symbol, decimal position, string tag) | |
| Initializes a new instance of the OptionNotificationEventArgs class More... | |
| override string | ToString () |
| Returns the string representation of this event More... | |
Properties | |
| Symbol | Symbol [get] |
| Gets the option symbol which has received a notification More... | |
| decimal | Position [get] |
| Gets the new option position (positive for long, zero for flat, negative for short) More... | |
| string | Tag [get] |
| The tag that will be used in the order More... | |
Event arguments class for the IBrokerage.OptionNotification event
Definition at line 24 of file OptionNotificationEventArgs.cs.
| QuantConnect.Brokerages.OptionNotificationEventArgs.OptionNotificationEventArgs | ( | Symbol | symbol, |
| decimal | position | ||
| ) |
Initializes a new instance of the OptionNotificationEventArgs class
| symbol | The symbol |
| position | The new option position |
Definition at line 46 of file OptionNotificationEventArgs.cs.
| QuantConnect.Brokerages.OptionNotificationEventArgs.OptionNotificationEventArgs | ( | Symbol | symbol, |
| decimal | position, | ||
| string | tag | ||
| ) |
Initializes a new instance of the OptionNotificationEventArgs class
| symbol | The symbol |
| position | The new option position |
| tag | The tag to be used for the order |
Definition at line 58 of file OptionNotificationEventArgs.cs.
| override string QuantConnect.Brokerages.OptionNotificationEventArgs.ToString | ( | ) |
Returns the string representation of this event
Definition at line 67 of file OptionNotificationEventArgs.cs.
|
get |
Gets the option symbol which has received a notification
Definition at line 29 of file OptionNotificationEventArgs.cs.
|
get |
Gets the new option position (positive for long, zero for flat, negative for short)
Definition at line 34 of file OptionNotificationEventArgs.cs.
|
get |
The tag that will be used in the order
Definition at line 39 of file OptionNotificationEventArgs.cs.