Lean  $LEAN_TAG$
QuantConnect.Orders.BrokerageOrderIdChangedEvent Class Reference

Event used when the brokerage order id has changed More...

Properties

int OrderId [get, set]
 The order ID. More...
 
List< string > BrokerId [get, set]
 Brokerage Id for this order More...
 

Detailed Description

Event used when the brokerage order id has changed

Definition at line 23 of file BrokerageOrderIdChangedEvent.cs.

Property Documentation

◆ OrderId

int QuantConnect.Orders.BrokerageOrderIdChangedEvent.OrderId
getset

The order ID.

Definition at line 28 of file BrokerageOrderIdChangedEvent.cs.

◆ BrokerId

List<string> QuantConnect.Orders.BrokerageOrderIdChangedEvent.BrokerId
getset

Brokerage Id for this order

Definition at line 33 of file BrokerageOrderIdChangedEvent.cs.


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