public void Notify(CurrencyPair currencyPair)
 {
     Console.WriteLine("Nikolay Notified of {0} " + "change to {1:0.0000}", currencyPair.Code, currencyPair.Price);
 }
Esempio n. 2
0
 public void Notify(CurrencyPair currencyPair)
 {
     Console.WriteLine("FXCM Notified of {0} " + "change to {1:0.0000}", currencyPair.Code, currencyPair.Price);
 }