Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 809 Bytes

OANDAV20.3

.NET library that provides Forex trading integration with the Oanda V20 REST Api.

Technologies

  • C# 7.0
  • .NETStandard 2.0

Features

  • Updated to OandaV20 v3.0.25
  • Clients can set the AcceptDateTimeFormat header to specify the format of DateTime fields in the request and response.
  • Decimal trade units are supported.
  • Latest candles (dancing bears and most recently completed candles) within an account are now available.

To get the repo, run: git clone https://github.com/mrchrisok/OANDAV20.3.git

To install the Nuget package, run: Install-Package OkonkwoOandaV20 -version 3.#.#.#

For documentation, usage and examples, see: http://developer.oanda.com/rest-live-v20/introduction

For sample usage, see the sample app: OkonkwoOandaV23App

Copyright (c) 2021 Osita Christopher Okonkwo