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

sTag string
sQualifier string

Properties

CurrencyCode

The currency of this amount.

public string CurrencyCode { get; set; }

Property Value

string

IsEmpty

public override bool IsEmpty { get; }

Property Value

bool

Value

Signed value of this SecuritiesAmountField.

public decimal Value { get; set; }

Property Value

decimal

Methods

OnClear()

protected override void OnClear()

OnGenerateFieldContent(string, string)

protected override string OnGenerateFieldContent(string sTag, string sQualifier)

Parameters

sTag string
sQualifier string

Returns

string

OnParseFieldContent(SwiftField)

protected override void OnParseFieldContent(SwiftField aField)

Parameters

aField SwiftField

Exceptions

SwiftException

OnValidate()

protected override string OnValidate()

Returns

string