DataFeedProvider Enumeration |
Namespace:
SharpCharts.Base.Connection
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public enum DataFeedProvider
Members
| Member name | Value | Description |
---|
| Simulator | 0 |
Simulator data feed
|
| Replay | 1 |
Market Replay data feed
|
| InteractiveBrokers | 2 |
Connects to Interactive Brokers
|
| GlobalDatafeeds | 3 |
Connects to Global Datafeeds
|
| XTS | 4 |
Connects to Symphony XTS
|
| TrueData | 5 |
Connects to TrueData Velocity 2.
|
| External | 6 |
Connects to user built external data feed
|
| Yahoo | 7 |
Returns Yahoo symbols
|
| Fyers | 8 |
Connects to Fyers
|
| BOW | 9 |
Connects to BoltPlusOnWeb
|
See Also