@MXBean(value=true) public interface YahooFeedMXBean extends AbstractMarketDataModuleMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getRefreshInterval()
Gets the interval at which to refresh market data in ms.
|
long |
getRequestCounter()
Gets the number of requests that have been made.
|
String |
getURL()
Returns the URL that describes the location of the Yahoo server.
|
void |
resetRequestCounter()
Resets the request counter.
|
void |
setRefreshInterval(String inRefreshInterval)
Sets the interval at which to refresh market data in ms.
|
void |
setURL(String inURL)
Sets the URL that describes the location of the Marketcetera Exchange server.
|
getAssetClasses, getCapabilities, getFeedStatus, reconnectString getURL()
String valuevoid setURL(String inURL)
inURL - a String valueString getRefreshInterval()
String valuevoid setRefreshInterval(String inRefreshInterval)
inRefreshInterval - a String valuelong getRequestCounter()
long valuevoid resetRequestCounter()
Copyright © 2015. All Rights Reserved.