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

Info about the status of particular transaction.

parameters

Parameters

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

handled-api-methods

Handled Api methods

  • tradeTransactionStatus

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.TradeTransactionStatus{
  ask: float(),
  bid: float(),
  custom_comment: binary(),
  message: binary() | nil,
  order: integer(),
  status: XtbClient.Messages.TransactionStatus.t()
}

Link to this section Functions