public method IO2GMessageTableRow.getType

Brief

Gets the message container.

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

Details

The returned value specifies the way the message is displayed to the recipient in the FX Trading Station.

The possible return values are:

0

Plain message that is shown in the "Messages" window.

1

Pop-up message that doesn't require the answer.

2

Pop-up message that requires the answer.

Declared in IO2GMessageRow

back