AccountValidateOrder Method | 
Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic virtual bool ValidateOrder(
	OrderAction orderAction,
	decimal quantity,
	OrderType orderType,
	double limitPrice,
	double stopPrice,
	out string errorMsg
)
Parameters
- orderAction  OrderAction
 -  
 - quantity  Decimal
 -  
 - orderType  OrderType
 -  
 - limitPrice  Double
 -  
 - stopPrice  Double
 -  
 - errorMsg  String
 -  
 
Return Value
Boolean
See Also