Package org.marketcetera.trade
Interface IdentifyOwnerStrategy
-
public interface IdentifyOwnerStrategyProvides a method to determine the owner of a received message.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIDgetOwnerOf(quickfix.Message inMessage, quickfix.SessionID inSessionId, BrokerID inBrokerId)Get the owning user of the given message received from the given session and broker.
-
-
-
Method Detail
-
getOwnerOf
UserID getOwnerOf(quickfix.Message inMessage, quickfix.SessionID inSessionId, BrokerID inBrokerId)
Get the owning user of the given message received from the given session and broker.- Parameters:
inMessage- aMessagevalueinSessionId- aSessionIDvalueinBrokerId- aBrokerIDvalue- Returns:
- a
UserIDvalue
-
-