public property O2GMessageRow.Type

Brief

Gets the message container.

Declaration
C#
string  Type get;

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