This website uses cookies. You can read about our
cookie usage
. بإغلاق هذا الشعار أو الاستمرار في استخدام موقع الويب ، فإنك تقبل استخدامنا لملفات تعريف الارتباط كما هو موضح في سياسة ملفات تعريف الارتباط الخاصة بنا.
دخول
المتداولون
Combos
الأسهم
الخصائص
العملات الرقمية
المخططات البيانية الاجتماعية
Blog
قوائم المستخدم
TradeWall
التقويم
مسابقة
ادوات الفوركس
المنتدى
Automator (المؤتمت الآلي)
ZuluGuard™
اتصل بنا
اللغات
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