ITickergetAsk Method

Returns the ask on symbol on session specified

Definition

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

Parameters

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

Return Value

Double
Bid price

See Also