Class ExsimFeedModule.OrderBookKey
- java.lang.Object
-
- org.marketcetera.marketdata.exsim.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 Summary
Fields Modifier and Type Field Description private Stringexchangeexchange valueprivate Instrumentinstrumentinstrument valueprivate StringrequestIdrequest id value
-
Constructor Summary
Constructors Modifier Constructor Description privateOrderBookKey(String inRequestId, Instrument inInstrument, String inExchange)Create a new OrderBookKey instance.
-
-
-
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- aStringvalueinInstrument- anInstrumentvalueinExchange- aStringvalue
-
-