StrategyEnterShortLimit(Int32, Double) Method |
Submits a short limit order with the specified quantity and limit price
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public IOrder EnterShortLimit(
int quantity,
double limitPrice
)
Parameters
- quantity Int32
- Order size
- limitPrice Double
- Limit price
Return Value
IOrderSee Also