Exemplo n.º 1
0
 /// <summary>
 /// Check if the Exchange Repository is ready for trading
 /// </summary>
 /// <returns>Boolean of validation</returns>
 public bool ValidateExchangeConfigured()
 {
     return(_repository.ValidateExchangeConfigured());
 }