Skip to content

Messages (table)

Overview

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

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 the application.
The possible values are:

0Plain message that is displayed in the Messages window.

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

2Pop-up message that needs to be answered.

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

1Plain message.

2Trading hours.

3Questions.

4Information.

5Market conditions.

6Software updates.

7Emergency.

8System.

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:

trueThe message is in the HTML format.

falseThe message is a plain text.

Table of Contents