AlertDetails

fun AlertDetails(id: Int, createTime: Instant, subject: String, msgText: String?, readTime: Instant?, deleteTime: Instant?, symbol: String?, next: String?, prev: String?)

Parameters

id

The numeric alert ID

createTime

The date and time the alert was issued, in Epoch time

subject

The subject of the alert

msgText

The text of the alert message

readTime

The time the alert was read

deleteTime

The time the alert was deleted

symbol

The market symbol for the instrument related to this alert, if any; for example, GOOG. It is set only in case of Stock alerts.

next

Contains url for next alert

prev

Contains url for previous alert

Sources

jvm source
Link copied to clipboard