|
Lean
$LEAN_TAG$
|
Contains additional properties and settings for an order submitted to EZE brokerage More...
Public Member Functions | |
| EzeOrderProperties (string route=default, string account=default, string notes=default) | |
| Initializes a new instance with optional route, account, and notes. More... | |
Public Member Functions inherited from QuantConnect.Orders.OrderProperties | |
| OrderProperties () | |
| Initializes a new instance of the OrderProperties class More... | |
| OrderProperties (Exchange exchange) | |
| Initializes a new instance of the OrderProperties class, with exchange param param name="exchange">Exchange name for market More... | |
| virtual IOrderProperties | Clone () |
| Returns a new instance clone of this object More... | |
Properties | |
| string | Route [get, set] |
| Gets or sets the route name as shown in Eze EMS. More... | |
| string | Account [get, set] |
| Gets or sets a semi-colon separated list of trade or neutral accounts the user has permission for, e.g., "TAL;TEST;USER1;TRADE" or "TAL;TEST;USER2;NEUTRAL". More... | |
| string | Notes [get, set] |
| Gets or sets the user message or notes. More... | |
Properties inherited from QuantConnect.Orders.OrderProperties | |
| TimeInForce | TimeInForce [get, set] |
| Defines the length of time over which an order will continue working before it is cancelled More... | |
| Exchange | Exchange [get, set] |
| Defines the exchange name for a particular market More... | |
Properties inherited from QuantConnect.Interfaces.IOrderProperties | |
| TimeInForce | TimeInForce [get, set] |
| Defines the length of time over which an order will continue working before it is cancelled More... | |
Contains additional properties and settings for an order submitted to EZE brokerage
Definition at line 21 of file EzeOrderProperties.cs.
| QuantConnect.Orders.EzeOrderProperties.EzeOrderProperties | ( | string | route = default, |
| string | account = default, |
||
| string | notes = default |
||
| ) |
Initializes a new instance with optional route, account, and notes.
| route | The trading route name (optional). |
| account | The trading account with specific permissions (optional). |
| notes | Optional notes about the order. |
Definition at line 45 of file EzeOrderProperties.cs.
|
getset |
Gets or sets the route name as shown in Eze EMS.
Definition at line 26 of file EzeOrderProperties.cs.
|
getset |
Gets or sets a semi-colon separated list of trade or neutral accounts the user has permission for, e.g., "TAL;TEST;USER1;TRADE" or "TAL;TEST;USER2;NEUTRAL".
Definition at line 32 of file EzeOrderProperties.cs.
|
getset |
Gets or sets the user message or notes.
Definition at line 37 of file EzeOrderProperties.cs.