HoldingTransactionUpdate

Make changes to an existing HoldingTransaction.

Metadata

  • Message Type: TransactionMessage
  • Message Number: 1159

Inherited fields

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.

Fields

NameTypeSize (bytes)Description
IdForeign key to HoldingTransaction8
CreateMemoString100The new create memo for the HoldingTransaction. This value is copied into the "memo" key (if present) of the HoldingTransactionMetadata (if present and is a json blob). If this is empty, the existing memo will be set to empty.
VerifyMemoString100The new verify memo for the HoldingTransaction. If this is empty, the existing memo will be set to empty.