ExternalConnectionBaseUpdateOrder Method (IOrder, DateTime, OrderState, Int32, Int32, Double, Double, Double, Int32, 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 public static void UpdateOrder(
IOrder order,
DateTime time,
OrderState orderState,
int filledQuantity,
int remainingQuantity,
double limitPrice,
double stopPrice,
double avgFillPrice,
int disclosedQuantity,
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 - disclosedQuantity
- Type: SystemInt32
Disclosed quantity - isAddedToList
- Type: SystemBoolean
Is added to list - isHistorical
- Type: SystemBoolean
Is historical
See Also