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.
public enum SwiftQuantityType
- Extension Methods
Fields
FAMT = 1Quantity is expressed as a face amount with a currency.
UNIT = 2Quantity is expressed as a whole number without currency.
Undefined = 0The type is undefined or unknown. This is the default value (zero).