Click or drag to resize

AccountGroupValidateOrder Method


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public override 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