Tutorials

GENERAL
Creating simple web application in Javascript

This tutorial will guide you through the process of creating basic web application in JavaScript on top of xAPI platform using Websockets.

ImageLearn more
Ensuring stable operation

In this turorial, you will learn about the API facilities that help in the maintenance of long-duration connections.

ImageLearn more
APPID and APPNAME

This tutorial will guide you through the process of setting appName and appId arguments in login command.

ImageLearn more
xApi
FIRST STEPS WITH XAPI, JAVA AND ECLIPSE

This tutorial shows how to combine xAPI, Java and Eclipse to create wonderful financial applications. It describes some basic concepts on how to use the Java wrapper.

ImageLearn more
FIRST STEPS WITH XAPI, C# AND VISUAL STUDIO

This tutorial shows how to combine xAPI, C# and Visual Studio to create wonderful financial applications. It describes some basic concepts on how to use the .NET wrapper.

ImageLearn more
OPENING AND CLOSING TRADE

Tutorial which shows how to open and close trades by sending request/response commands. The main purpose of this tutorial is to explain the meaning of all order numbers that are connected to this process.

ImageLearn more
OPENING AND CLOSING TRADE (USING STREAMING)

Tutorial which shows how to open and close trades using streaming. The main purpose of this tutorial is to show how to use streaming to gather opened trades and close them.

ImageLearn more
GETTING CURRENT SYMBOL PRICE (USING STREAMING)

Tutorial which shows how to obtain current price in real time using streaming.

ImageLearn more
STREAMING IN .NET WRAPPER

In this short tutorial you will learn how to asynchronously receive data using streaming in .NET wrappers.

ImageLearn more