Provides extension methods for the Order class and for the OrderStatus enumeration
More...
Provides extension methods for the Order class and for the OrderStatus enumeration
Definition at line 23 of file OrderExtensions.cs.
◆ IsClosed()
static bool QuantConnect.Orders.OrderExtensions.IsClosed |
( |
this OrderStatus |
status | ) |
|
|
static |
◆ IsOpen()
static bool QuantConnect.Orders.OrderExtensions.IsOpen |
( |
this OrderStatus |
status | ) |
|
|
static |
◆ IsFill()
static bool QuantConnect.Orders.OrderExtensions.IsFill |
( |
this OrderStatus |
status | ) |
|
|
static |
◆ IsLimitOrder()
static bool QuantConnect.Orders.OrderExtensions.IsLimitOrder |
( |
this OrderType |
orderType | ) |
|
|
static |
Determines whether or not the specified order is a limit order
- Parameters
-
orderType | The order to check |
- Returns
- True if the order is a limit order, false otherwise
Definition at line 63 of file OrderExtensions.cs.
◆ IsStopOrder()
static bool QuantConnect.Orders.OrderExtensions.IsStopOrder |
( |
this OrderType |
orderType | ) |
|
|
static |
Determines whether or not the specified order is a stop order
- Parameters
-
orderType | The order to check |
- Returns
- True if the order is a stop order, false otherwise
Definition at line 75 of file OrderExtensions.cs.
The documentation for this class was generated from the following file: