Class MamdaOptionChainViewExample


  • public class MamdaOptionChainViewExample
    extends java.lang.Object
    An example of MAMDA option chain "view" processing. A "view" on an option chain is the set of option contracts that fits into a sliding set of strike prices and expiration cycles. The strike prices included in the view may change as the price of underlying security changes.
    • 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

      • MamdaOptionChainViewExample

        public MamdaOptionChainViewExample()
    • Method Detail

      • main

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