| Package | Description |
|---|---|
| to.sparks.mtgox | |
| to.sparks.mtgox.model | |
| to.sparks.mtgox.net |
| Modifier and Type | Method and Description |
|---|---|
List<Trade> |
WebSocketClient.getAllTradesSince(long timestamp) |
List<Trade> |
MtGoxAPI.getAllTradesSince(long timestamp)
Get all trade events since a particular time (or whenever this api object
was created)
|
List<Trade> |
WebSocketClient.getTradeHistory() |
List<Trade> |
MtGoxAPI.getTradeHistory()
Get all trade events since this api object was created
|
| Modifier and Type | Method and Description |
|---|---|
Trade |
OpPrivateTrade.getTrade() |
| Constructor and Description |
|---|
OpPrivateTrade(String op,
String channel,
String messageType,
Trade trade,
String origin) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.tradeEvent(Trade trade) |
Copyright © 2013. All Rights Reserved.