Lean
$LEAN_TAG$
|
Contains additional properties and settings for an order submitted to EZE brokerage More...
Public Member Functions | |
EzeOrderProperties (string route, string account, Exchange exchange, string notes="") | |
Initializes a new instance of the EzeOrderProperties class 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] |
Route name as shown in Eze EMS. More... | |
string | Account [get, set] |
Semi-colon separated values that represent either Trade or Neutral accounts the user has permission e.g.,TAL;TEST;USER1;TRADE or TAL;TEST;USER2;NEUTRAL More... | |
string | Notes [get, set] |
User message/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, |
string | account, | ||
Exchange | exchange, | ||
string | notes = "" |
||
) |
Initializes a new instance of the EzeOrderProperties class
route | Trading route name |
account | Trading account with specific permission |
exchange | Exchange name |
notes | Some notes about order |
Definition at line 46 of file EzeOrderProperties.cs.
|
getset |
Route name as shown in Eze EMS.
Definition at line 26 of file EzeOrderProperties.cs.
|
getset |
Semi-colon separated values that represent either Trade or Neutral accounts the user has permission e.g.,TAL;TEST;USER1;TRADE or TAL;TEST;USER2;NEUTRAL
Definition at line 32 of file EzeOrderProperties.cs.
|
getset |
User message/notes
Definition at line 37 of file EzeOrderProperties.cs.