Enum SwiftPriceType
Indicates the type of a given price.
public enum SwiftPriceType
- Extension Methods
Fields
ACTU = 1Price expressed as an amount of currency per unit or per share.
PRCT = 2The price is a percentage value of the face amount.
Undefined = 0The type is undefined or unknown. This is the default value (zero).
YIEL = 3Price expressed as a percentage yield.