Skip to content

OrdersResponseWrapper

QuantConnect.Orders.OrdersResponseWrapper

OrdersResponseWrapper()

Bases: RestResponse

Collection container for a list of orders for a project

JSON Constructor

length

length: int

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

orders

orders: List[ApiOrderResponse]

Collection of summarized Orders objects

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object