public method IO2GMessageTableRow.getMsgID

Brief

Gets the unique identification number of the message.

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

Details

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

Declared in IO2GMessageRow

back