Info
Version: | 1.0.0 |
Author(s): | LEXXMT LTD |
Last Update: | Tuesday, November 18, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Lexxmt.Forex |
Install
Install-Package Lexxmt.Forex
dotnet add package Lexxmt.Forex
paket add Lexxmt.Forex
Lexxmt.Forex Download (Unzip the "nupkg" after downloading)
--cut--
Lexxmt.Forex.Tick tick = Lexxmt.Forex.Live.Get("EURUSD");
Console.WriteLine("BID {0} ASK {1}", tick.Bid, tick.Ask);
--end--.