Class ExsimFeedModule.OrderBookKey

  • Enclosing class:
    ExsimFeedModule

    private static final class ExsimFeedModule.OrderBookKey
    extends Object
    Serves as the unique key for a cached order book.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Field Detail

      • requestId

        private final String requestId
        request id value
      • instrument

        private final Instrument instrument
        instrument value
      • exchange

        private final String exchange
        exchange value
    • Constructor Detail

      • OrderBookKey

        private OrderBookKey​(String inRequestId,
                             Instrument inInstrument,
                             String inExchange)
        Create a new OrderBookKey instance.
        Parameters:
        inRequestId - a String value
        inInstrument - an Instrument value
        inExchange - a String value