public method IO2GOrderTableRow.getRequestID

Brief

Gets the identifier of the request to create an order.

Declaration
C++
virtual const char *  getRequestID () = 0

Details

One request can create several orders. For example, if an entry order is created with stop and limit orders attached, the return 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 IO2GOrderRow

back