org.marketcetera.marketdata.marketcetera
Interface MarketceteraFeedMXBean

All Superinterfaces:
AbstractMarketDataModuleMXBean
All Known Implementing Classes:
MarketceteraFeedModule

@MXBean(value=true)
public interface MarketceteraFeedMXBean
extends AbstractMarketDataModuleMXBean

Defines the set of attributes and operations available from the MarketceteraFeed.

Since:
1.0.0
Version:
$Id: MarketceteraFeedMXBean.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Method Summary
 String getSenderCompID()
          Gets the Sender Comp ID that is used to authenticate to the Marketcetera Exchange server.
 String getTargetCompID()
          Gets the Target Comp ID that is used to authenticate to the Marketcetera Exchange server.
 String getURL()
          Returns the URL that describes the location of the Marketcetera Exchange server.
 void setSenderCompID(String inSenderCompID)
          Sets the Sender Comp ID that is used to authenticate to the Marketcetera Exchange server.
 void setTargetCompID(String inTargetCompID)
          Sets the Target Comp ID that is used to authenticate to the Marketcetera Exchange server.
 void setURL(String inURL)
          Sets the URL that describes the location of the Marketcetera Exchange server.
 
Methods inherited from interface org.marketcetera.marketdata.AbstractMarketDataModuleMXBean
getAssetClasses, getCapabilities, getFeedStatus, reconnect
 

Method Detail

getURL

String getURL()
Returns the URL that describes the location of the Marketcetera Exchange server.

Returns:
a String value

setURL

void setURL(String inURL)
Sets the URL that describes the location of the Marketcetera Exchange server.

Parameters:
inURL - a String value

getSenderCompID

String getSenderCompID()
Gets the Sender Comp ID that is used to authenticate to the Marketcetera Exchange server.

Returns:
a String value

setSenderCompID

void setSenderCompID(String inSenderCompID)
Sets the Sender Comp ID that is used to authenticate to the Marketcetera Exchange server.

Parameters:
inSenderCompID - a String value

getTargetCompID

String getTargetCompID()
Gets the Target Comp ID that is used to authenticate to the Marketcetera Exchange server.

Returns:
a String value

setTargetCompID

void setTargetCompID(String inTargetCompID)
Sets the Target Comp ID that is used to authenticate to the Marketcetera Exchange server.

Parameters:
inTargetCompID - a String value


Copyright © 2012. All Rights Reserved.