public interface Trades extends java.io.Serializable, java.lang.Iterable<Trades.Transaction>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Trades.Transaction |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Trades.Transaction> |
getEntries() |
java.time.Instant |
getLastTimestamp() |
java.time.Instant |
getTimestamp() |
java.time.Instant getTimestamp()
java.time.Instant getLastTimestamp()
java.util.List<Trades.Transaction> getEntries()