Class TheRockUserTrades
- java.lang.Object
-
- org.knowm.xchange.therock.dto.trade.TheRockUserTrades
-
public class TheRockUserTrades extends Object
https://api.therocktrading.com/doc/v1/index.html#api-Trading_API-Trades
-
-
Constructor Summary
Constructors Constructor Description TheRockUserTrades(TheRockUserTrade[] trades, Object ignored)
-
-
-
Constructor Detail
-
TheRockUserTrades
public TheRockUserTrades(TheRockUserTrade[] trades, Object ignored)
-
-
Method Detail
-
getCount
public int getCount()
-
getTrades
public TheRockUserTrade[] getTrades()
-
-