public method IO2GOrderTableRow.getStatus

Brief

Gets the state of the order.

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

Details

The possible return values are:

W

Waiting.

P

In process.

I

Dealer intervention.

Q

Requoted.

U

Pending calculated.

E

Executing.

S

Pending Cancelled.

C

Cancelled.

R

Rejected.

T

Expired.

F

Executed.

G

Not Available.

Declared in IO2GOrderRow

back