Lean  $LEAN_TAG$
QuantConnect.Orders.OrdersResponseWrapper Class Reference

Collection container for a list of orders for a project More...

Inheritance diagram for QuantConnect.Orders.OrdersResponseWrapper:
[legend]

Properties

int Length [get, set]
 Returns the total order collection length, not only the amount we are sending here More...
 
List< ApiOrderResponseOrders = 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...
 

Detailed Description

Collection container for a list of orders for a project

Definition at line 26 of file OrdersResponseWrapper.cs.

Property Documentation

◆ Length

int QuantConnect.Orders.OrdersResponseWrapper.Length
getset

Returns the total order collection length, not only the amount we are sending here

Definition at line 32 of file OrdersResponseWrapper.cs.

◆ Orders

List<ApiOrderResponse> QuantConnect.Orders.OrdersResponseWrapper.Orders = new()
getset

Collection of summarized Orders objects

Definition at line 38 of file OrdersResponseWrapper.cs.


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