Click or drag to resize

ExternalAdapterBaseUpdateOrder(OrderBase, DateTime, OrderState, Decimal, Decimal, Double, Double, Double, Decimal, Boolean, Boolean, Boolean) Method

Update order status

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected void UpdateOrder(
	OrderBase order,
	DateTime time,
	OrderState orderState,
	decimal filledQty,
	decimal remainingQty,
	double limitPrice,
	double stopPrice,
	double avgFillPrice,
	decimal disclosedQuantity,
	bool canAddToList,
	bool isHistorical,
	bool isStopTriggered = false
)

Parameters

order  OrderBase
OrderBase object
time  DateTime
Update time
orderState  OrderState
OrderState
filledQty  Decimal
Filled quantity
remainingQty  Decimal
Remaining quantity
limitPrice  Double
Limit price
stopPrice  Double
Stop price
avgFillPrice  Double
Average fill price
disclosedQuantity  Decimal
Disclose quantity
canAddToList  Boolean
Can add to order list in MainView
isHistorical  Boolean
Is historical order or order updated in realtime
isStopTriggered  Boolean  (Optional)
Is stop triggered
See Also