Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Securities.SecurityTransactionManager class and its consumers or related classes
Definition at line 934 of file Messages.Securities.cs.
|
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.
|
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.
|
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.
|
static |
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.