public final class TradeAggregationResponse
extends Response
-
Constructor Summary
Constructors
TradeAggregationResponse(Long timestamp,
Integer tradeCount,
String baseVolume,
String counterVolume,
String avg,
String high,
Price highR,
String low,
Price lowR,
String open,
Price openR,
String close,
Price closeR)
-
Method Summary
-
Constructor Details
-
TradeAggregationResponse
public TradeAggregationResponse(Long timestamp,
Integer tradeCount,
String baseVolume,
String counterVolume,
String avg,
String high,
Price highR,
String low,
Price lowR,
String open,
Price openR,
String close,
Price closeR)
-
Method Details
-
getTimestamp
public Long getTimestamp()
-
-
-
getCounterVolume
public String getCounterVolume()
-
-
-
-
-
-
-
-
-
-
-
-