Package org.marketcetera.trade
Interface AccountUserLookupProvider
-
public interface AccountUserLookupProviderLookups up users based on an account value.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIDgetUserFor(String inAccount)Get the user associated with the given account.
-