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

Info about current time on trading server.

parameters

Parameters

  • time actual time on server,
  • time_string string version of time value.

handled-api-methods

Handled Api methods

  • getServerTime

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.ServerTime{time: DateTime.t(), time_string: binary()}

Link to this section Functions