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

io.mstream.trader.datafeed.stocks.StockFactory Maven / Gradle / Ivy

The newest version!
package io.mstream.trader.datafeed.stocks;

import com.google.inject.assistedinject.Assisted;

public interface StockFactory {

    Stock create(@Assisted("name") String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy