OutboundTransferRequest
- Section: Transactions
- Related Message: OutboundTransferRequestReply
Metadata
- Message Type: TransactionMessage
- Message Number: 1059
Inherited fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| MessageType | Integer (unsigned) | 2 | The unique identifier of this message. |
| ClientId | Integer (unsigned) | 4 | The unique identifier of a session with the server, returned in a successful LoginReply message. |
| RequestId | Integer (unsigned) | 4 | Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session. |
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Account | Foreign key to Account | 8 | |
| Amount | Integer (signed) | 8 | |
| Currency | Foreign key to Instrument | 8 | |
| DestinationAccount | String | 1024 | |
| ForFurtherCreditTo | String | 1024 | |
| IntermediaryAccount | String | 1024 | |
| RemittanceInformation | String | 1024 | |
| Memo | String | 1024 | |
| InternationalExtraFields | String | 1024 | |
| ExtraDetails | String | 1024 | |
| TransferDetails | String | 1024 | |
| TieredTransfer | Integer (unsigned) | 1 |