Click or drag to resize

IStrategyUpdate Method


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

Parameters

order  OrderBase
 
orderState  OrderState
 
quantity  Decimal
 
filledQuantity  Decimal
 
remainingQuantity  Decimal
 
isHistorical  Boolean
 
See Also