Class SecuritiesFinancialInstrument
Represents the common base of a Financial Instrument within MT-535 and MT-536 messages.
Inheritance
SecuritiesFinancialInstrument
Assembly: Subsembly.Sepa.dll
Syntax
public abstract class SecuritiesFinancialInstrument : SecuritiesBlock, ISecuritiesSequence
Constructors
SecuritiesFinancialInstrument()
Declaration
public SecuritiesFinancialInstrument()
Fields
BLOCKNAME
Declaration
public const string BLOCKNAME = "FIN"
Field Value
Properties
Price
Price of this financial instrument.
Declaration
public SecuritiesPriceField Price { get; }
Property Value
PriceQuotationDate
Declaration
public SecuritiesDateTimeField PriceQuotationDate { get; }
Property Value
Security
Details about the class of securities of this financial instrument.
Declaration
public SecuritiesSecurityField Security { get; }
Property Value
SourceOfPrice
Declaration
public SecuritiesPlaceField SourceOfPrice { get; }
Property Value
Implements