Package org.marketcetera.trade.event
Interface MessageInterceptedEvent
-
- All Superinterfaces:
HasFIXMessage,HasSessionId
- All Known Subinterfaces:
IncomingMessageInterceptedEvent,OutgoingMessageInterceptedEvent
public interface MessageInterceptedEvent extends HasFIXMessage, HasSessionId
Indicates that an order has been intercepted.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
-
Methods inherited from interface org.marketcetera.event.HasFIXMessage
getMessage
-
Methods inherited from interface org.marketcetera.fix.HasSessionId
getSessionId
-
-