Bitcoin Forum

Bitcoin => Project Development => Topic started by: Jojatekok on June 25, 2015, 04:11:04 PM



Title: [API] 1Broker API .NET - For CFD trading using the .NET Framework
Post by: Jojatekok on June 25, 2015, 04:11:04 PM
https://i.imgur.com/C0DFVVb.png
1Broker API .NET
GitHub repository (https://github.com/Jojatekok/1BrokerApi.Net) | NuGet package (https://www.nuget.org/packages/1BrokerApi.Net)

This project is an easy-to-use API implementation of 1Broker (https://1broker.com) functions in the Microsoft .NET Framework, and is useful to build trading tools.
The class library is written in C# (http://wikipedia.org/wiki/C_Sharp_%28programming_language%29), and can run on any platform which supports PCLs (Portable Class Libraries).

Usage requirements
  • Microsoft .NET Framework 4 (http://www.microsoft.com/download/details.aspx?id=17851) or Mono .NET Framework 2.8 (http://www.mono-project.com/download)

Versioning
The project uses Semantic Versioning 2.0.0 (http://semver.org/spec/v2.0.0.html) for keeping track of changes.

Donations
Donations are highly appreciated in order to keep the development alive.

  • Bitcoin: 14wHehBtFt321WTV15khon8Juaxh9drnfJ
  • Monero: 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3x C3LNHctmx7mG8NLM


Title: Re: [API] 1Broker API .NET - For CFD trading using the .NET Framework
Post by: Rage19420 on June 25, 2015, 04:33:04 PM
Nice, now how do i use it?  ;D

Is there a compiled version?


Title: Re: [API] 1Broker API .NET - For CFD trading using the .NET Framework
Post by: Jojatekok on June 25, 2015, 04:50:08 PM
Nice, now how do i use it?  ;D

Is there a compiled version?

It's basically a tool for developers only, because it's a DLL. The compiled version for development is included in the project's NuGet package. A GUI can be made using my project, though. :)


Title: Re: [API] 1Broker API .NET - For CFD trading using the .NET Framework
Post by: noel57 on June 29, 2015, 09:24:12 AM
Thank you for sharing this open source tool, however can this be used to develop cryptocoin trading platform like bittrex and the likes. Please explain a little further.