Click or drag to resize

OrderTemplateBaseTryCalculatePrice Method


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual bool TryCalculatePrice(
	OrderBase parentOrder,
	CalculationMode calculationMode,
	double value,
	bool isStop,
	out double calculatedPrice
)

Parameters

parentOrder  OrderBase
 
calculationMode  CalculationMode
 
value  Double
 
isStop  Boolean
 
calculatedPrice  Double
 

Return Value

Boolean
See Also