Class SecuritiesQuantityField
Represents a Quantity of Financial Instrument (Field 36B).
Inheritance
SecuritiesQuantityField
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesQuantityField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesQuantityField(string, string)
Declaration
public SecuritiesQuantityField(string sTag, string sQualifier)
Parameters
Properties
Amount
Unsigned amount of this quantity.
Declaration
public decimal Amount { get; set; }
Property Value
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
QuantityType
The type of the quantity amount. Indicates whether the amount is a monetary value,
or a number of shares (units).
Declaration
public SwiftQuantityType QuantityType { get; set; }
Property Value
Methods
OnClear()
Declaration
protected override void OnClear()
Overrides
OnGenerateFieldContent(string, string)
Declaration
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Returns
Overrides
OnParseFieldContent(SwiftField)
Declaration
protected override void OnParseFieldContent(SwiftField aField)
Parameters
Overrides
OnValidate()
Declaration
protected override string OnValidate()
Returns
Overrides
Implements