Lean  $LEAN_TAG$
QuantConnect.Orders.ApiOrderResponse Class Reference

Api order and order events reponse More...

Public Member Functions

 ApiOrderResponse (Order order, List< SerializedOrderEvent > events, Symbol symbol)
 

Properties

Symbol Symbol [get, set]
 The symbol associated with this order More...
 
Order Order [get, set]
 The order More...
 
List< SerializedOrderEventEvents [get, set]
 The order events More...
 

Detailed Description

Api order and order events reponse

Definition at line 45 of file OrdersResponseWrapper.cs.

Property Documentation

◆ Symbol

Symbol QuantConnect.Orders.ApiOrderResponse.Symbol
getset

The symbol associated with this order

Definition at line 50 of file OrdersResponseWrapper.cs.

◆ Order

Order QuantConnect.Orders.ApiOrderResponse.Order
getset

The order

Definition at line 55 of file OrdersResponseWrapper.cs.

◆ Events

List<SerializedOrderEvent> QuantConnect.Orders.ApiOrderResponse.Events
getset

The order events

Definition at line 60 of file OrdersResponseWrapper.cs.


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