View Source XtbClient.StreamingMessage (XtbClient v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.StreamingMessage{
  method: binary(),
  params: map() | nil,
  response_method: binary()
}
@type token() :: {:method, binary()} | {:hashed_params, binary(), binary()}

Link to this section Functions

Link to this function

encode_token(streaming_message)

View Source
Link to this function

new(method, response_method, params \\ nil)

View Source