Click or drag to resize

TradingChartSetSecurityInfo Method

LightningChart .NET Help
Manually updates the security information.

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void SetSecurityInfo(
	string securityName,
	string symbol,
	string currency,
	string exchangeLongName = "",
	string exchangeShortName = "",
	double price = 0,
	string region = "",
	string type = "",
	string timeZone = "",
	bool updateTitle = true
)

Parameters

securityName
Type: SystemString
The name of the security
symbol
Type: SystemString
Symbol of the security. This also changes the Symbol -property used by OpenSymbol method.
currency
Type: SystemString
Currency
exchangeLongName (Optional)
Type: SystemString
Full name of the stock exchange
exchangeShortName (Optional)
Type: SystemString
Abbreviation for the stock exchange
price (Optional)
Type: SystemDouble
Current price of the security
region (Optional)
Type: SystemString
Country, city etc. in which the exchange is located.
type (Optional)
Type: SystemString
Type of the security e.g. equity
timeZone (Optional)
Type: SystemString
Time zone of the exchange
updateTitle (Optional)
Type: SystemBoolean
If set true, automatically updates the chart title with the given information
See Also