Lean
$LEAN_TAG$
|
Collection container for a list of orders for a project More...
Properties | |
int | Length [get, set] |
Returns the total order collection length, not only the amount we are sending here More... | |
List< ApiOrderResponse > | Orders = new() [get, set] |
Collection of summarized Orders objects More... | |
Properties inherited from QuantConnect.Api.RestResponse | |
bool | Success [get, set] |
Indicate if the API request was successful. More... | |
List< string > | Errors [get, set] |
List of errors with the API call. More... | |
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Api.RestResponse | |
RestResponse () | |
JSON Constructor More... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Collection container for a list of orders for a project
Definition at line 26 of file OrdersResponseWrapper.cs.
|
getset |
Returns the total order collection length, not only the amount we are sending here
Definition at line 32 of file OrdersResponseWrapper.cs.
|
getset |
Collection of summarized Orders objects
Definition at line 38 of file OrdersResponseWrapper.cs.