Gets or sets time in force
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Appearance")> Public Property TimeInForce As TimeInForce |
| C# |
|---|
| [CategoryAttribute("Appearance")] public TimeInForce TimeInForce { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Appearance")] public property TimeInForce TimeInForce sealed { TimeInForce get(); void set(TimeInForce value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Appearance") */ /** property */ public TimeInForce get_TimeInForce(); /** property */ public void set_TimeInForce(TimeInForce value); |
| JScript |
|---|
| public function get TimeInForce() : TimeInForce public function set TimeInForce(value : TimeInForce); |