Click or drag to resize

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


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.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
 
time  DateTime
 
orderState  OrderState
 
filledQty  Decimal
 
remainingQty  Decimal
 
limitPrice  Double
 
stopPrice  Double
 
avgFillPrice  Double
 
disclosedQuantity  Decimal
 
canAddToList  Boolean
 
isHistorical  Boolean
 
isStopTriggered  Boolean  (Optional)
 
See Also