Package com.wombat.mamda.examples
Class MamdaBookTicker
- java.lang.Object
-
- com.wombat.mamda.examples.MamdaBookTicker
-
public class MamdaBookTicker extends java.lang.Object
The MamdaBookTicker example shows how to make a subscription for an order book (similar to trades & quotes). In the callback, one gets access to the complete book after the delta has been applied. The example prints the entire book upon receipt of a recap/initial and just the top-10 for a delta (although the full book is readily available).
-
-
Constructor Summary
Constructors Constructor Description MamdaBookTicker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-