public property O2GOrderRow.Type

Brief

Gets the type of the order.

Declaration
C#
string  Type get;

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 O2GOrderRow

back