ITickergetLotMulitplier Method

[Missing <summary> documentation for "M:SharpTraderBot.ITicker.getLotMulitplier(System.Int32,System.String)"]

Definition

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

Parameters

sessionIndex  Int32

[Missing <param name="sessionIndex"/> documentation for "M:SharpTraderBot.ITicker.getLotMulitplier(System.Int32,System.String)"]

symbol  String

[Missing <param name="symbol"/> documentation for "M:SharpTraderBot.ITicker.getLotMulitplier(System.Int32,System.String)"]

Return Value

Double

[Missing <returns> documentation for "M:SharpTraderBot.ITicker.getLotMulitplier(System.Int32,System.String)"]

See Also