Class SecuritiesFinancialInstrument
Represents the common base of a Financial Instrument within MT-535 and MT-536 messages.
Inheritance
System.Object
SecuritiesFinancialInstrument
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Swift.SecuritiesMarkets
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
Type | Description |
---|---|
System.String |
Properties
Price
Price of this financial instrument.
Declaration
public SecuritiesPriceField Price { get; }
Property Value
Type | Description |
---|---|
SecuritiesPriceField |
PriceQuotationDate
Declaration
public SecuritiesDateTimeField PriceQuotationDate { get; }
Property Value
Type | Description |
---|---|
SecuritiesDateTimeField |
Security
Details about the class of securities of this financial instrument.
Declaration
public SecuritiesSecurityField Security { get; }
Property Value
Type | Description |
---|---|
SecuritiesSecurityField |
SourceOfPrice
Declaration
public SecuritiesPlaceField SourceOfPrice { get; }
Property Value
Type | Description |
---|---|
SecuritiesPlaceField |