The advisor group to which the trade will be allocated.
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property FaGroup As String |
| C# |
|---|
| public string FaGroup { get; set; } |
| C++ |
|---|
| public property string FaGroup sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_FaGroup(); /** property */ public void set_FaGroup(string value); |
| JScript |
|---|
| public function get FaGroup() : String public function set FaGroup(value : String); |