Lean  $LEAN_TAG$
QuantConnect.Orders.TerminalLinkOrderProperties.StrategyField Class Reference

Models an EMSX order strategy field More...

Public Member Functions

 StrategyField (string value)
 Creates a new TerminalLink order strategy field carrying a value. More...
 
 StrategyField ()
 Creates a new TerminalLink order strategy field without a value. More...
 

Properties

string Value [get, set]
 The strategy field value More...
 
bool HasValue [get, set]
 Whether the strategy field carries a value More...
 

Detailed Description

Models an EMSX order strategy field

Definition at line 124 of file TerminalLinkOrderProperties.cs.

Constructor & Destructor Documentation

◆ StrategyField() [1/2]

QuantConnect.Orders.TerminalLinkOrderProperties.StrategyField.StrategyField ( string  value)

Creates a new TerminalLink order strategy field carrying a value.

Parameters
valueThe strategy field value

Definition at line 140 of file TerminalLinkOrderProperties.cs.

◆ StrategyField() [2/2]

QuantConnect.Orders.TerminalLinkOrderProperties.StrategyField.StrategyField ( )

Creates a new TerminalLink order strategy field without a value.

Definition at line 149 of file TerminalLinkOrderProperties.cs.

Property Documentation

◆ Value

string QuantConnect.Orders.TerminalLinkOrderProperties.StrategyField.Value
getset

The strategy field value

Definition at line 129 of file TerminalLinkOrderProperties.cs.

◆ HasValue

bool QuantConnect.Orders.TerminalLinkOrderProperties.StrategyField.HasValue
getset

Whether the strategy field carries a value

Definition at line 134 of file TerminalLinkOrderProperties.cs.


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