Lean
$LEAN_TAG$
|
Api order and order events reponse More...
Public Member Functions | |
ApiOrderResponse () | |
ApiOrderResponse empty constructor More... | |
ApiOrderResponse (Order order, List< SerializedOrderEvent > events, Symbol symbol) | |
Creates an instance of an ApiOrderResponse class using the given arguments More... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Properties | |
Symbol | Symbol [get, set] |
The symbol associated with this order More... | |
Order | Order [get, set] |
The order More... | |
List< SerializedOrderEvent > | Events [get, set] |
The order events More... | |
Api order and order events reponse
Definition at line 45 of file OrdersResponseWrapper.cs.
QuantConnect.Orders.ApiOrderResponse.ApiOrderResponse | ( | ) |
ApiOrderResponse empty constructor
Definition at line 65 of file OrdersResponseWrapper.cs.
QuantConnect.Orders.ApiOrderResponse.ApiOrderResponse | ( | Order | order, |
List< SerializedOrderEvent > | events, | ||
Symbol | symbol | ||
) |
Creates an instance of an ApiOrderResponse class using the given arguments
Definition at line 72 of file OrdersResponseWrapper.cs.
|
getset |
The symbol associated with this order
Definition at line 50 of file OrdersResponseWrapper.cs.
|
getset |
The order
Definition at line 55 of file OrdersResponseWrapper.cs.
|
getset |
The order events
Definition at line 60 of file OrdersResponseWrapper.cs.