public method O2GOrderRow.getRequestID

Brief

Gets the identifier of the request to create the order.

Declaration
Java
String  getRequestID ()

Details

One request can create several orders. For example, if an entry order is created with stop and limit orders attached, the returned value of this method is identical for all these orders.

If after its creation the order undergoes changes, the returned value is the unique identifier of the request to make the last change.

Declared in O2GOrderRow

back