Lean
$LEAN_TAG$
|
Provides user-facing messages for the Orders.OrderTicket class and its consumers or related classes More...
Static Public Member Functions | |
static string | GetFieldError (Orders.OrderTicket ticket, OrderField field) |
Returns a string message saying it was impossible to get the given field on the order type from the given ticket More... | |
static string | CancelRequestAlreadySubmitted (Orders.OrderTicket ticket) |
Returns a string message saying the order associated with the given ticket has already received a cancellation request More... | |
static string | ToString (Orders.OrderTicket ticket, Orders.Order order, int requestCount, int responseCount) |
Parses the given order ticket into a string message containing basic information about it More... | |
Provides user-facing messages for the Orders.OrderTicket class and its consumers or related classes
Definition at line 376 of file Messages.Orders.cs.
|
static |
Returns a string message saying it was impossible to get the given field on the order type from the given ticket
Definition at line 383 of file Messages.Orders.cs.
|
static |
Returns a string message saying the order associated with the given ticket has already received a cancellation request
Definition at line 393 of file Messages.Orders.cs.
|
static |
Parses the given order ticket into a string message containing basic information about it
Definition at line 402 of file Messages.Orders.cs.