Enum SwiftQuantityType
Inidicates the type of a quantity either as a face amount with a currency, or as a plain number of shares without a currency.
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public enum SwiftQuantityType
Fields
Name | Description |
---|---|
FAMT | Quantity is expressed as a face amount with a currency. |
Undefined | The type is undefined or unknown. This is the default value (zero). |
UNIT | Quantity is expressed as a whole number without currency. |