Replaces this order
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
Remarks
Copy Code
| |
|---|---|
order.Qty = 50;
order.Price = 34.5;
order.Replace();
| |
Replaces this order
Syntax
Remarks Copy Code
| |
|---|---|
order.Qty = 50;
order.Price = 34.5;
order.Replace();
| |
See Also