OrderManager.Replace (Order, OrderType, Double, Double, Double, String) Method

Replaces the specified order.
public void Replace( 
Order order
OrderType orderType
double price
double stopPx
double qty
string text = null 
)
This language is not supported or no code example is available.
public:  
void Replace( 
Order^ order
OrderType orderType
double price
double stopPx
double qty
String^ text 
)
This language is not supported or no code example is available.
public function Replace( 
order : Order
orderType : OrderType
price : double
stopPx : double
qty : double
text : String 
);
This language is not supported or no code example is available.

Parameters

order
Order

The order.

orderType
OrderType

The type of order.

price
double

The price.

stopPx
double

The stop px.

qty
double

The qty.

text
string

In this article

Definition