Class Tick


  • public class Tick
    extends java.lang.Object
    Pojo to represent a stock tick.
    • Constructor Summary

      Constructors 
      Constructor Description
      Tick()  
      Tick​(long timeStamp, java.lang.String stockSymbol, double bid, double ask)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Tick

        public Tick()
      • Tick

        public Tick​(long timeStamp,
                    java.lang.String stockSymbol,
                    double bid,
                    double ask)