public class MtGoxWebSocketClient extends Object implements MtGoxListener, Runnable
| Constructor and Description |
|---|
MtGoxWebSocketClient(Logger logger,
org.springframework.core.task.TaskExecutor taskExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
depthEvent(Depth depth) |
void |
destroy() |
List<Depth> |
getAllDepthSince(long timestamp) |
List<Depth> |
getDepthHistory() |
List<Ticker> |
getTickerHistory() |
void |
init() |
void |
run() |
void |
tickerEvent(Ticker ticker) |
public MtGoxWebSocketClient(Logger logger, org.springframework.core.task.TaskExecutor taskExecutor)
public void init()
public void destroy()
public void tickerEvent(Ticker ticker)
tickerEvent in interface MtGoxListenerpublic void depthEvent(Depth depth)
depthEvent in interface MtGoxListenerCopyright © 2012. All Rights Reserved.