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

io.mstream.trader.datafeed.handlers.api.stocks.price.ParameterNameProvider Maven / Gradle / Ivy

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


public class ParameterNameProvider {

    public String stockId() {
        return "id";
    }

    public String date() {
        return "date";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy