Indicates what the service will be used for when Connect(ServiceConnectOptions) is called.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ServiceConnectOptions |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration ServiceConnectOptions |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ServiceConnectOptions |
Members
| Member name | Description | |
|---|---|---|
| None |
Unspecified.
| |
| HistoricalData |
Service will be used to download historical bar data.
| |
| LiveData |
Service will be used for live data streaming.
| |
| Broker |
Service will be used for broker functions.
|