vwap

Class VwapProcessing

  • java.lang.Object
    • vwap.VwapProcessing
    • Constructor Summary

      Constructors 
      Constructor and Description
      VwapProcessing() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static com.ibm.streamsx.topology.TStream<Bargain> bargains(com.ibm.streamsx.topology.TStream<Trade> trades, com.ibm.streamsx.topology.TStream<Quote> quotes) 
      • Methods inherited from class java.lang.Object

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

      • bargains

        public static com.ibm.streamsx.topology.TStream<Bargainbargains(com.ibm.streamsx.topology.TStream<Trade> trades,
                                                                          com.ibm.streamsx.topology.TStream<Quote> quotes)
streamsx.topology @ IBMStreams GitHub