OandaV20.2 icon indicating copy to clipboard operation
OandaV20.2 copied to clipboard

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

Results 3 OandaV20.2 issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, When I make a call something like the following: var pendingOrderCall = Rest20.GetPendingOrdersAsync(AccountID); pendingOrderCall.Wait(); var pendingOrderList = pendingOrderCall.Result; When I look at the pendingOrderCall.Result object, I see what looks...

Hi, I would like to use this library as Azure Function in the MS Cloud. Unfortunately Azure functions do only support .Net Core 3.1 or .Net 5 Any chance you...