The ExchangeRate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExchangeRate |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ResetCalculationRate |
Resets the node.
| |
| ResetDate |
Resets the node.
| |
| ResetExchangeMarketID |
Resets the node.
| |
| ResetForeignExchangeContract |
Resets the node.
| |
| ResetMathematicOperatorCode |
Resets the node.
| |
| ResetSourceCurrencyBaseRate |
Resets the node.
| |
| ResetSourceCurrencyCode |
Resets the node.
| |
| ResetTargetCurrencyBaseRate |
Resets the node.
| |
| ResetTargetCurrencyCode |
Resets the node.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CalculationRate |
Calculation Rate (BBIE). The factor applied to the source currency to calculate the target currency.
| |
| CalculationRateSet |
Checks if the property has been set or not.
| |
| Date |
Date (BBIE). The date of the Exchange.
| |
| DateSet |
Checks if the property has been set or not.
| |
| ExchangeMarketID |
Exchange Market Identifier (BBIE). Identifies the currency exchange market used as the source of the Exchange Rate.
| |
| ExchangeMarketIDSet |
Checks if the property has been set or not.
| |
| ForeignExchangeContract |
Contract (ASBIE). An association to Foreign Exchange Contract.
| |
| ForeignExchangeContractSet |
Checks if the property has been set or not.
| |
| MathematicOperatorCode |
Mathematic Operator Code (BBIE). An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.
| |
| MathematicOperatorCodeSet |
Checks if the property has been set or not.
| |
| SourceCurrencyBaseRate |
Currency Base Rate (BBIE). The unit base of the source currency for currencies with small denominations.
| |
| SourceCurrencyBaseRateSet |
Checks if the property has been set or not.
| |
| SourceCurrencyCode |
Currency Code (BBIE). The reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition).
| |
| SourceCurrencyCodeSet |
Checks if the property has been set or not.
| |
| TargetCurrencyBaseRate |
Currency Base Rate (BBIE). The unit base of the target currency for currencies with small denominations.
| |
| TargetCurrencyBaseRateSet |
Checks if the property has been set or not.
| |
| TargetCurrencyCode |
Currency Code (BBIE). The target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition).
| |
| TargetCurrencyCodeSet |
Checks if the property has been set or not.
|