Class SecuritiesStatementOfHoldings
Represents the data of a SWIFT MT-535 "Statement of Holding" message.
Inheritance
SecuritiesStatementOfHoldings
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesStatementOfHoldings : SecuritiesMessage, ISecuritiesSequence
Constructors
SecuritiesStatementOfHoldings()
Declaration
public SecuritiesStatementOfHoldings()
Properties
AdditionalInfo
Declaration
public SecuritiesHoldingsAdditionalInfo AdditionalInfo { get; }
Property Value
General
Declaration
public SecuritiesHoldingsGeneralBlock General { get; }
Property Value
Holdings
Declaration
public SecuritiesHoldingsFinancialInstruments Holdings { get; }
Property Value
Methods
StartBlock(string)
Declaration
public override ISecuritiesSequence StartBlock(string sBlockName)
Parameters
Type |
Name |
Description |
string |
sBlockName |
|
Returns
Overrides
Implements