Interface MamdaOptionSeriesUpdate

  • All Superinterfaces:
    MamdaBasicEvent
    All Known Implementing Classes:
    MamdaOptionChainListener

    public interface MamdaOptionSeriesUpdate
    extends MamdaBasicEvent
    MamdaOptionSeriesUpdate is an interface that provides access to fields related to option series update events. Update events include adds/removes of contracts to the chain.
    • Method Detail

      • getOptionContract

        MamdaOptionContract getOptionContract()
        Get the option contract to which the most recent event applies.
        Returns:
        The option contract to which the most recent event applies. If the contract is new, it will have already been added to the chain. If it is being removed, it will have already been removed from the chain.
      • getOptionAction

        char getOptionAction()
        Get the most recent action.
        Returns:
        The action related to the last series update message.