Class SecurityDepth


  • public class SecurityDepth
    extends Object
    Security order book depth (ask and bid sides).
    • Constructor Detail

      • SecurityDepth

        public SecurityDepth()
    • Method Detail

      • getAsks

        public Depth[] getAsks()
        Returns the ask-side depth levels.
        Returns:
        the ask-side depth levels
      • getBids

        public Depth[] getBids()
        Returns the bid-side depth levels.
        Returns:
        the bid-side depth levels