Click or drag to resize

ExternalConnectionBaseUpdateOrder Method (IOrder, DateTime, OrderState, 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,
	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
isHistorical
Type: SystemBoolean
Is historical order
See Also