public class MtGoxRealTime extends Object implements MtGoxListener
| Constructor and Description |
|---|
MtGoxRealTime(FullDepth fullDepth) |
| Modifier and Type | Method and Description |
|---|---|
void |
depthEvent(Depth depth) |
List<Depth> |
getAllDepthSince(long timestamp) |
List<Offer> |
getAsks() |
List<Offer> |
getBids() |
List<Depth> |
getDepthHistory() |
List<Ticker> |
getTickerHistory() |
void |
tickerEvent(Ticker ticker) |
public MtGoxRealTime(FullDepth fullDepth) throws org.jwebsocket.kit.WebSocketException, IOException
org.jwebsocket.kit.WebSocketExceptionIOExceptionpublic void tickerEvent(Ticker ticker)
tickerEvent in interface MtGoxListenerpublic void depthEvent(Depth depth)
depthEvent in interface MtGoxListenerCopyright © 2012. All Rights Reserved.