Enum SwiftPriceType
Indicates the type of a given price.
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public enum SwiftPriceType
Fields
Name | Description |
---|---|
ACTU | Price expressed as an amount of currency per unit or per share. |
PRCT | The price is a percentage value of the face amount. |
Undefined | The type is undefined or unknown. This is the default value (zero). |
YIEL | Price expressed as a percentage yield. |