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
Properties
Amount
Unsigned amount of this quantity.
public decimal Amount { get; set; }
Property Value
IsEmpty
public override bool IsEmpty { get; }
Property Value
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
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
OnValidate()
protected override string OnValidate()