Enum SwiftQuantityType

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

Inidicates the type of a quantity either as a face amount with a currency, or as a plain number of shares without a currency.

public enum SwiftQuantityType
Extension Methods

Fields

FAMT = 1

Quantity is expressed as a face amount with a currency.

UNIT = 2

Quantity is expressed as a whole number without currency.

Undefined = 0

The type is undefined or unknown. This is the default value (zero).