Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxvoid 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