TradeMessageResponse

Public data contract representing a message, which should be displayed to the user. The text is formatted in the language specified in the request header.

  • Name Type Description
    DateTime UtcDateTime Date and Time the message was generated.
    DisplayType MessageDisplayType Suggestion to the application about how the message should be displayed.
    MessageBody String Trade message body. This is fully formatted text in the language selected for the logged in client.
    MessageHeader String Header of the message
    MessageId String Unique identification of the message
    MessageType TradeMessageType The type of the message.