Class 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MamdaBookTicker

        public MamdaBookTicker()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)