Class SecuritiesPriceField
Generic field Price (Field 90a).
Inheritance
System.Object
SecuritiesPriceField
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)
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesPriceField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesPriceField(String, String)
Declaration
public SecuritiesPriceField(string sTag, string sQualifier)
Parameters
Type |
Name |
Description |
System.String |
sTag |
|
System.String |
sQualifier |
|
Properties
Amount
The unsigned amount of this price. This may be either a monetary amount, or a
percentage of a nominal face amount.
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CurrencyCode
If this price is a monetary amount, then the currency is specified here.
If this is null
, then Amount specifies a percentage.
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsPercentage
Declaration
public bool IsPercentage { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
TypeCode
The mandatory Percentage Type Code, or Amount Type Code of this price.
Declaration
public string TypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
OnChooseFieldTag()
Declaration
protected override string OnChooseFieldTag()
Returns
Type |
Description |
System.String |
|
Overrides
OnClear()
Declaration
protected override void OnClear()
Overrides
OnGenerateFieldContent(String, String)
Declaration
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Type |
Name |
Description |
System.String |
sTag |
|
System.String |
sQualifier |
|
Returns
Type |
Description |
System.String |
|
Overrides
OnParseFieldContent(SwiftField)
Declaration
protected override void OnParseFieldContent(SwiftField aField)
Parameters
Overrides
Implements