Package org.stellar.sdk.responses
Class TradeAggregationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.TradeAggregationResponse
-
Constructor Summary
ConstructorsConstructorDescriptionTradeAggregationResponse(long timestamp, int tradeCount, String baseVolume, String counterVolume, String avg, String high, TradePrice highR, String low, TradePrice lowR, String open, TradePrice openR, String close, TradePrice closeR) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
TradeAggregationResponse
public TradeAggregationResponse(long timestamp, int tradeCount, String baseVolume, String counterVolume, String avg, String high, TradePrice highR, String low, TradePrice lowR, String open, TradePrice openR, String close, TradePrice closeR)
-
-
Method Details
-
getDate
-
getTimestamp
public long getTimestamp() -
getTradeCount
public int getTradeCount() -
getBaseVolume
-
getCounterVolume
-
getAvg
-
getHigh
-
getHighR
-
getLow
-
getLowR
-
getOpen
-
getOpenR
-
getClose
-
getCloseR
-
toString
-
equals
-
hashCode
public int hashCode()
-