Ejemplo n.º 1
0
 public static Cryptocurrency ToCryptocurrency(Asset value)
 {
     return(Kraken.ToCryptocurrency(value.GetEnumName()).Value);
 }