Class ExsimFeedModule.MessageWrapper
- java.lang.Object
-
- org.marketcetera.marketdata.exsim.ExsimFeedModule.MessageWrapper
-
- Enclosing class:
- ExsimFeedModule
private static class ExsimFeedModule.MessageWrapper extends Object
Contains a received message and meta information about that message.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMessageWrapper(quickfix.Message inMessage)Create a new MessageWrapper instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private quickfix.MessagegetMessage()Get the message value.private StringgetMsgType()Get the msgType value.private longgetReceivedTimestamp()Get the receivedTimestamp value.private StringgetRequestId()Get the requestId value.
-
-
-
Method Detail
-
getRequestId
private String getRequestId()
Get the requestId value.- Returns:
- a
Stringvalue
-
getMsgType
private String getMsgType()
Get the msgType value.- Returns:
- a
Stringvalue
-
getMessage
private quickfix.Message getMessage()
Get the message value.- Returns:
- a
quickfix.Messagevalue
-
getReceivedTimestamp
private long getReceivedTimestamp()
Get the receivedTimestamp value.- Returns:
- a
longvalue
-
-