ITickergetPointValue Method

Returns value of point for symbol on session specified

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
double getPointValue(
	int sessionIndex,
	string symbol
)

Parameters

sessionIndex  Int32
Index of session in used session list
symbol  String
Common symbol name

Return Value

Double
Point value

See Also