Skip to content

leandrogomes777/openfeed-sdk-net

 
 

Repository files navigation

.NET SDK for Barchart OpenFeed

The .NET SDK for Barchart OpenFeed is a library that can be used to subscribe to market data messages served by the Barchart OpenFeed servers.

Obtaining the Library

The easiest way to get started is to add the openfeed.net package from NuGet. The latest version is 1.0.12.

This Repository

This repository contains a solution with three projects:

  1. Org.Openfeed.Client is the source code of the openfeed.net library.
  2. Org.Openfeed.Client.Demo is the demo project which demonstrates the use of the above library.
  3. Org.Openfeed.Messages is the source code of the project containing the Openfeed message definitions. It has been auto-generated from the Openfeed protocol buffer message definitions.

A good way to learn about using openfeed.net is to clone the repository and poke around the demo source code.

Updating the Dependencies

To update the protobuf auto-generated files, follow the steps:

  1. Download the latest protoc executable from here.
  2. Update to the latest proto repository changes.
  3. Run the following command: protoc.exe *.proto --csharp_out=<out-dir-name>

User Guide

The User Guide for this project can be found in the documentation page.

About

.NET SDK for Barchart OpenFeed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%