public method O2GOrderRow.getPegType

Brief

Gets the price used to calculate the pegged order price.

Declaration
Java
String  getPegType ()

Details

Pegged means that the price is specified as an offset to one of the following return values:

0

The open price of the position to be closed.

1

The current market price, at which the position can be closed.

It is applicable only for stop/limit orders and secondary orders of ELS orders. For all other orders, the method returns an empty string.

Declared in O2GOrderRow

back