Lean  $LEAN_TAG$
QuantConnect.Orders.ApiOrderResponse Class Reference

Api order and order events reponse More...

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

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< SerializedOrderEventEvents [get, set]
 The order events More...
 

Detailed Description

Api order and order events reponse

Definition at line 45 of file OrdersResponseWrapper.cs.

Constructor & Destructor Documentation

◆ ApiOrderResponse() [1/2]

QuantConnect.Orders.ApiOrderResponse.ApiOrderResponse ( )

ApiOrderResponse empty constructor

Definition at line 65 of file OrdersResponseWrapper.cs.

◆ ApiOrderResponse() [2/2]

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.

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: