All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.marketcetera.trade.AccountUserLookupProvider Maven / Gradle / Ivy

The newest version!
package org.marketcetera.trade;

import org.marketcetera.trade.UserID;

/* $License$ */

/**
 * Lookups up users based on an account value.
 *
 * @author Colin DuPlantis
 * @version $Id$
 * @since $Release$
 */
public interface AccountUserLookupProvider
{
    /**
     * Get the user associated with the given account.
     *
     * @param inAccount a String value
     * @return a UserID value
     */
    UserID getUserFor(String inAccount);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy