public method IPriceHistoryManager.setIncludeWeekendData
Overview
Sets whether weekend data (if available) will be included in the history
Declaration
function setIncludeWeekendData(value)
public void setIncludeWeekendData(Boolean value);
public void setIncludeWeekendData(bool value);
Parameters
| Name | Description |
|---|---|
| value | Flag indicating whether to include weekend data |
Details
Declared in IPriceHistoryManager