Class SecuritiesStatementOfTransactions
Represents the data of a SWIFT MT-536 "Statement of Transactions" message.
Inheritance
SecuritiesStatementOfTransactions
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesStatementOfTransactions : SecuritiesMessage, ISecuritiesSequence
Constructors
SecuritiesStatementOfTransactions()
Declaration
public SecuritiesStatementOfTransactions()
Properties
General
Declaration
public SecuritiesTransactionsGeneralBlock General { get; }
Property Value
Transactions
Declaration
public SecuritiesTransactionsFinancialInstruments Transactions { get; }
Property Value
Implements