Lean  $LEAN_TAG$
QuantConnect.Messages.SecurityTransactionManager Class Reference

Provides user-facing messages for the Securities.SecurityTransactionManager class and its consumers or related classes More...

Static Public Member Functions

static string OrderCanceledByCancelOpenOrders (DateTime time)
 
static string UnableToLocateOrderTicket (int orderId)
 
static string OrderNotFilledWithinExpectedTime (TimeSpan fillTimeout)
 

Static Public Attributes

static string CancelOpenOrdersNotAllowedOnInitializeOrWarmUp
 

Detailed Description

Provides user-facing messages for the Securities.SecurityTransactionManager class and its consumers or related classes

Definition at line 656 of file Messages.Securities.cs.

Member Data Documentation

◆ CancelOpenOrdersNotAllowedOnInitializeOrWarmUp

string QuantConnect.Messages.SecurityTransactionManager.CancelOpenOrdersNotAllowedOnInitializeOrWarmUp
static
Initial value:
=
"This operation is not allowed in Initialize or during warm up: CancelOpenOrders. Please move this code to the OnWarmupFinished() method."

Definition at line 658 of file Messages.Securities.cs.


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