TUTORIALS

GENERAL

Login window

In this tutorial you will learn how the login window to your application should look like.

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.

Ensuring stable operation

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

AppId and appName

This tutorial will guide you through the process of setting appName and appId arguments in login command in order to integrate your application with xStore selling system.

Application deployment

This tutorial goes through the list of the most important aspects of developing apps for xStore.pro.

XAPI 2

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.

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.

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.

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.

Getting current symbol price (using streaming)

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

Streaming in .NET wrapper

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