Giter VIP home page Giter VIP logo

xtb-xapi's Introduction

SyncAPIConnect

SyncAPIConnect - Xtb xApi client

GitHub repo size GitHub code size Nuget
Build Code Lint

This project is fork of .Net xApi wrapper with some improvements to make life easier. It is based on xApi version 2.5.0.
In the beginning there were mostly additive changes with some necessary exceptions and now there are many improvements and changes in original code.

Changelog

2.5.14 replaced Newtonsoft.Json by System.Text.Json (pkamphuis)
2.5.13 support custom handling of exceptions in streaming connector, enriched exceptions
2.5.12 more interfaces of records, names of new members unification, various small changes
2.5.11 fixed performance warnings
2.5.10 cfd stock indication, various changes on records and codes
2.5.9 string constants, fix hours interval evaluation
2.5.8 async methods
2.5.7 time conversion to DateTimeOffset, time interval check, long short position extension
2.5.6 records changed from classes to C# records
2.5.5 common interfaces for streaming and non-streaming records, code constants
2.5.4 codes to friendly string extensions
2.5.3 timeout handling, trading examples
2.5.2 new csproj format, set netstandard2.0
2.5.1 cleaned linked binaries and set nuget dependencies

Setup

Add nuget package to the project.
For example like this:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net8</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="SyncAPIConnect" Version="2.5.X" />
  </ItemGroup>
</Project>

Usage

For usage see example code, official page and official documentation

xtb-xapi's People

Contributors

dependabot[bot] avatar jirikostiha avatar lint-action avatar pkamphuis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pkamphuis

xtb-xapi's Issues

Question

Hi Jiri,

Nice work on updating this library. I was about to update my copy. But I might take this one.
What additional changes have you in mind? Is there anything I can do to help?

I would start with disabling CS1573
and fixing CA1309 and CA1852
Just to clean up the list of warnings

Best regards,

Paul

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.