public class BitcoindeRate extends Object
Constructor and Description |
---|
BitcoindeRate(String rate_weighted,
String rate_weighted_12h,
String rate_weighted_3h)
Contructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getRate_weighted_12h() |
String |
getRate_weighted_3h() |
String |
getRate_weighted() |
String |
toString() |
public BitcoindeRate(String rate_weighted, String rate_weighted_12h, String rate_weighted_3h)
rate_weighted
- Usually, the value “rate_weighted” shows the weighted average price of the last 3 hours. If the amount of trades falls below
a critical amount in the last 3 hours, the 12 hour average is returned here.rate_weighted_12h
- Weighted average price of the last 3 hours.rate_weighted_3h
- Weighted average price of the last 12 hours.Copyright © 2012–2016 Xeiam, LLC. All rights reserved.