Messages (table)

Brief

This section describes the Messages table that contains information about dealing desk messages received during the current trading day.

Details

Name

Type

Description

MsgID

String

The unique identification number of the message. The number is unique within the same database that stores the account trader. For example, MINIDEMO or U100D1. The uniqueness of the message itself is assured by the combination of the database ID and the value of this field.

Time

Date

The date and time when the message is received. The time zone is defined by the system properties SERVER_TIME_UTC and BASE_TIME_ZONE.

From

String

The login of the message sender.

Type

Integer

The message container. It defines the way the message is displayed to the recipient in the FX Trading Station. The possible values are:

0

Plain message that is displayed in the Messages window.

1

Pop-up message that does not need to be answered.

2

Pop-up message that needs to be answered.

Feature

String

The type of the message content. The possible values are:

1

Plain message.

2

Trading hours.

3

Questions.

4

Information.

5

Market conditions.

6

Software updates.

7

Emergency.

8

System.

Text

String

The text body of the message.

Subject

String

The subject of the message.

HTMLFragmentFlag

Boolean

The HTML format flag. It defines whether the message is in the HTML format. The possible values are:

true

The message is in the HTML format.

false

The message is a plain text.

back