Class ForAccountValues
Owner of transaction (OTC trade).
Inherited Members
Namespace: StockSharp.Quik
Assembly: StockSharp.Quik.dll
Syntax
public static class ForAccountValues
Fields
CliCli
От имени клиента, за счет клиента.
Declaration
public const string CliCli = "CLICLI"
Field Value
Type | Description |
---|---|
String |
OwnCli
От своего имени, за счет клиента.
Declaration
public const string OwnCli = "OWNCLI"
Field Value
Type | Description |
---|---|
String |
OwnDup
От своего имени, за счет доверительного управления.
Declaration
public const string OwnDup = "OWNDUP"
Field Value
Type | Description |
---|---|
String |
OwnOwn
От своего имени, за свой счет.
Declaration
public const string OwnOwn = "OWNOWN"
Field Value
Type | Description |
---|---|
String |