Class SecuritiesQuantityField

Namespace
Subsembly.Swift.SecuritiesMarkets
Assembly
Subsembly.Sepa.dll

Represents a Quantity of Financial Instrument (Field 36B).

public class SecuritiesQuantityField : SecuritiesGenericField, ISecuritiesSequence
Inheritance
SecuritiesQuantityField
Implements
Inherited Members

Constructors

SecuritiesQuantityField(string, string)

public SecuritiesQuantityField(string sTag, string sQualifier)

Parameters

sTag string
sQualifier string

Properties

Amount

Unsigned amount of this quantity.

public decimal Amount { get; set; }

Property Value

decimal

IsEmpty

public override bool IsEmpty { get; }

Property Value

bool

QuantityType

The type of the quantity amount. Indicates whether the amount is a monetary value, or a number of shares (units).

public SwiftQuantityType QuantityType { get; set; }

Property Value

SwiftQuantityType

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

OnValidate()

protected override string OnValidate()

Returns

string