AccountValidateOrder Method |
Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public 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
BooleanSee Also