Méthode | Description | |
---|---|---|
MtGoxTickerItem ( ) : System.Collections.Generic | ||
MtGoxTickerItem ( double high, double low, double avg, double vwap, double vol, double last_all, double last_local, double last, double buy, double sell ) : System.Collections.Generic | ||
getObjects ( string jsonDataStr ) : |
public MtGoxTickerItem ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public MtGoxTickerItem ( double high, double low, double avg, double vwap, double vol, double last_all, double last_local, double last, double buy, double sell ) : System.Collections.Generic | ||
high | double | |
low | double | |
avg | double | |
vwap | double | |
vol | double | |
last_all | double | |
last_local | double | |
last | double | |
buy | double | |
sell | double | |
Résultat | System.Collections.Generic |
public static getObjects ( string jsonDataStr ) : |
||
jsonDataStr | string | |
Résultat |