Class SecuritiesAmountField
Represents a signed amount and a currency (Field 19A).
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 class SecuritiesAmountField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesAmountField(String, String)
Declaration
public SecuritiesAmountField(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Properties
CurrencyCode
The currency of this amount.
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
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Value
Signed value of this SecuritiesAmountField.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
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
Type | Name | Description |
---|---|---|
SwiftField | aField |
Overrides
Exceptions
Type | Condition |
---|---|
SwiftException |