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

com.barchart.feed.ddf.historical.provider.EntryMins Maven / Gradle / Ivy

/**
 * Copyright (C) 2011-2012 Barchart, Inc. 
 *
 * All rights reserved. Licensed under the OSI BSD License.
 *
 * http://www.opensource.org/licenses/bsd-license.php
 */
package com.barchart.feed.ddf.historical.provider;

import com.barchart.feed.api.model.meta.Instrument;
import com.barchart.feed.ddf.historical.api.DDF_EntryBarMin;

class EntryMins extends EntryBar implements DDF_EntryBarMin {

	/**
	 * Instantiates a new entry mins.
	 *
	 * @param instrument the instrument
	 */
	public EntryMins(final Instrument instrument) {
		super(instrument);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy