Click or drag to resize

IStrategyUpdate Method

Called when the OrderState changes

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
void Update(
	OrderBase order,
	OrderState orderState,
	decimal quantity,
	decimal filledQuantity,
	decimal remainingQuantity,
	bool isHistorical
)

Parameters

order  OrderBase
OrderBase
orderState  OrderState
OrderState
quantity  Decimal
Quantity
filledQuantity  Decimal
Filled quantity
remainingQuantity  Decimal
Remaining quantity
isHistorical  Boolean
Is historical order
See Also