Class SecuritiesAmountField
- Namespace
- Subsembly.Swift.SecuritiesMarkets
- Assembly
- Subsembly.Sepa.dll
Represents a signed amount and a currency (Field 19A).
public class SecuritiesAmountField : SecuritiesGenericField, ISecuritiesSequence
- Inheritance
-
SecuritiesAmountField
- Implements
- Inherited Members
Constructors
SecuritiesAmountField(string, string)
public SecuritiesAmountField(string sTag, string sQualifier)
Parameters
Properties
CurrencyCode
The currency of this amount.
public string CurrencyCode { get; set; }
Property Value
IsEmpty
public override bool IsEmpty { get; }
Property Value
Value
Signed value of this SecuritiesAmountField.
public decimal Value { get; set; }
Property Value
Methods
OnClear()
protected override void OnClear()
OnGenerateFieldContent(string, string)
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Returns
OnParseFieldContent(SwiftField)
protected override void OnParseFieldContent(SwiftField aField)
Parameters
aFieldSwiftField
Exceptions
OnValidate()
protected override string OnValidate()