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)
 Returns a string message saying the order was canceled by the CancelOpenOrders() at the given time More...
 
static string UnableToLocateOrderTicket (int orderId)
 Returns a string message saying the ticket for the given order ID could not be localized More...
 
static string OrderNotFilledWithinExpectedTime (TimeSpan fillTimeout)
 Returns a string message saying the order did not fill within the given amount of seconds More...
 

Static Public Attributes

static string CancelOpenOrdersNotAllowedOnInitializeOrWarmUp
 Returns a string message saying CancelOpenOrders operation is not allowed in Initialize or during warm up More...
 

Detailed Description

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

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

Member Function Documentation

◆ OrderCanceledByCancelOpenOrders()

static string QuantConnect.Messages.SecurityTransactionManager.OrderCanceledByCancelOpenOrders ( DateTime  time)
static

Returns a string message saying the order was canceled by the CancelOpenOrders() at the given time

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

Here is the caller graph for this function:

◆ UnableToLocateOrderTicket()

static string QuantConnect.Messages.SecurityTransactionManager.UnableToLocateOrderTicket ( int  orderId)
static

Returns a string message saying the ticket for the given order ID could not be localized

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

◆ OrderNotFilledWithinExpectedTime()

static string QuantConnect.Messages.SecurityTransactionManager.OrderNotFilledWithinExpectedTime ( TimeSpan  fillTimeout)
static

Returns a string message saying the order did not fill within the given amount of seconds

Definition at line 964 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."

Returns a string message saying CancelOpenOrders operation is not allowed in Initialize or during warm up

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


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