View Source XtbClient.Messages.NewsInfo (XtbClient v0.1.1)

Info about recent news.

properties

Properties

  • body body of message,
  • body_length body length,
  • key news key,
  • time time of news,
  • time_string string version of time,
  • title news title.

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.NewsInfo{
  body: binary(),
  body_length: integer(),
  key: binary(),
  time: DateTime.t(),
  time_string: binary(),
  title: binary()
}

Link to this section Functions