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

io.mstream.trader.simulation.stocks.StocksPriceRepository Maven / Gradle / Ivy

There is a newer version: 1.18
Show newest version
package io.mstream.trader.simulation.stocks;


import io.mstream.trader.simulation.stocks.datafeed.data.StockPrice;
import rx.Observable;

import java.time.LocalDate;
import java.util.Optional;


public interface StocksPriceRepository {

    Observable> price(
            Stock stock,
            LocalDate date
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy