MultiLevelOrderManagerUpdate Method |
Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public override void Update(
OrderBase order,
OrderState orderState,
decimal quantity1,
decimal filledQty,
decimal remainingQty,
bool isHistorical
)
Parameters
- order OrderBase
-
- orderState OrderState
-
- quantity1 Decimal
-
- filledQty Decimal
-
- remainingQty Decimal
-
- isHistorical Boolean
-
Implements
IStrategyUpdate(OrderBase, OrderState, Decimal, Decimal, Decimal, Boolean)See Also