StrategyEnterLongLimit(String, Double) Method |
Submits a long limit order with a specified name. Order quantity will be as specified by the strategy
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public IOrder EnterLongLimit(
string name,
double limitPrice
)
Parameters
- name String
- Name of the order
- limitPrice Double
- Limit price
Return Value
IOrderSee Also