Gets strategy execution provider name


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ExecutionProvider As String
C#
public string ExecutionProvider { get; }
C++
public property string ExecutionProvider sealed  {
    String get();
}
J#
/** property */
public string get_ExecutionProvider();
JScript
public function get ExecutionProvider() : String

See Also