This website uses cookies. You can read about our
cookie usage
. By closing this banner or continuing to use the website, you accept our use of cookies as described in our Cookies Policy.
Login
Traders
Combos
Stocks
Features
Cryptos
Social Charts
Blog
UserLists
TradeWall
Calendar
Contest
Forex Tools
Forum
Automator
ZuluGuard™
Contact Us
Languages
english
русский
日本語
deutsch
中文
español
français
polski
العربية
български
čeština
dansk
ελληνικά
فارسى
suomi
עברית
magyar
indonesia
한국어
bahasa melayu
norsk
português
slovenščina
svenska
ไทย
tiếng việt
ZuluTrading Forex API/Rates Stream C# Tutorial
Back to the
ZuluTrading Forex API Reference
1. Introduction
This tutorial will instruct you on how to run the C# sample application to receive your ZuluTrade's account rates stream.
2. Prerequisites
To run the example application in Windows you need:
Microsoft Visual Studio:
http://www.visualstudio.com/downloads/download-visual-studio-vs
An active ZuluTrade account with access to trading API enabled
The sample Visual Studio project demonstrating the rates streaming API, by clicking
here
.
3. How to run
Start Visual Studio
Select File -> Open -> Project/Solution
Navigate to the unzip folder, select the ZuluFeedsSampleApp solution and press Open
The solution is imported, you should be able to see it on the Solution explorer
Navigate in solution and open "ZuluFeedsSampleApp.cs", the source will open in editor file
Using the editor, fill in your zulu account credentials and save "ZuluFeedsSampleApp.cs" (Ctrl+s)
Now you can run the application
If everything went OK, the following output will be shown in console