public method O2GMessageTableRow.getType

Brief

Gets the message container.

Declaration
Java
String  getType ()

Details

The returned value defines 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 does not require an answer.

2

Pop-up message that requires an answer.

Declared in O2GMessageRow

back