public method IO2GOrderTableRow.getType

Brief

Gets the type of the order.

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

Details

The possible return values are:

S

Stop.

ST

Trailing Stop.

L

Limit.

SE

Entry Stop.

LE

Entry Limit.

STE

Trailing Entry Stop.

LTE

Trailing Entry Limit.

C

Close.

CM

Close Market.

CR

Close Range.

O

Open.

OM

Open Market.

OR

Open Range.

M

Margin Call.

Declared in IO2GOrderRow

back