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

com.barchart.feed.ddf.message.api.DDF_ControlResponse Maven / Gradle / Ivy

There is a newer version: 4.2.73
Show newest version
/**
 * 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.message.api;

import com.barchart.feed.base.values.api.TextValue;
import com.barchart.util.common.anno.NotMutable;

/**
 * represents ddf feed server response message.
 */
@NotMutable
public interface DDF_ControlResponse extends DDF_ControlBase {

	/**
	 * 
	 * @return The TextValue comment returned by the server in a response
	 *         message.
	 */
	TextValue getComment();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy