Click or drag to resize

ExternalConnectionBaseUpdateOrder Method (IOrder, DateTime, OrderState, Int32, Int32, Double, Double, Double, Boolean, Boolean)

Update the order

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static void UpdateOrder(
	IOrder order,
	DateTime time,
	OrderState orderState,
	int filledQuantity,
	int remainingQuantity,
	double limitPrice,
	double stopPrice,
	double avgFillPrice,
	bool isAddedToList,
	bool isHistorical
)

Parameters

order
Type: SharpCharts.Base.OrderIOrder
Order which is to be updated
time
Type: SystemDateTime
Time
orderState
Type: SharpCharts.Base.OrderOrderState
Order state
filledQuantity
Type: SystemInt32
Filled quantity
remainingQuantity
Type: SystemInt32
Remaining quantity
limitPrice
Type: SystemDouble
Limit price
stopPrice
Type: SystemDouble
Stop price
avgFillPrice
Type: SystemDouble
Average fill price
isAddedToList
Type: SystemBoolean
Is added to Orders tab in Main View
isHistorical
Type: SystemBoolean
Is historical order
See Also