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

Info about the actual status of sent trade request.

parameters

Parameters

  • custom_comment the value the customer may provide in order to retrieve it later,
  • message message, can be null,
  • order unique order number,
  • price price in base currency,
  • status request status code, see XtbClient.Messages.TransactionStatus.

handled-api-methods

Handled Api methods

  • getTradeStatus

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.TradeStatus{
  custom_comment: binary(),
  message: binary(),
  order: integer(),
  price: float(),
  status: XtbClient.Messages.TransactionStatus.t()
}

Link to this section Functions