The ExchangeRate type exposes the following members.

Constructors

  NameDescription
Public methodExchangeRate
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetCalculationRate
Resets the node.
Public methodResetDate
Resets the node.
Public methodResetExchangeMarketID
Resets the node.
Public methodResetForeignExchangeContract
Resets the node.
Public methodResetMathematicOperatorCode
Resets the node.
Public methodResetSourceCurrencyBaseRate
Resets the node.
Public methodResetSourceCurrencyCode
Resets the node.
Public methodResetTargetCurrencyBaseRate
Resets the node.
Public methodResetTargetCurrencyCode
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCalculationRate
Calculation Rate (BBIE). The factor applied to the source currency to calculate the target currency.
Public propertyCalculationRateSet
Checks if the property has been set or not.
Public propertyDate
Date (BBIE). The date of the Exchange.
Public propertyDateSet
Checks if the property has been set or not.
Public propertyExchangeMarketID
Exchange Market Identifier (BBIE). Identifies the currency exchange market used as the source of the Exchange Rate.
Public propertyExchangeMarketIDSet
Checks if the property has been set or not.
Public propertyForeignExchangeContract
Contract (ASBIE). An association to Foreign Exchange Contract.
Public propertyForeignExchangeContractSet
Checks if the property has been set or not.
Public propertyMathematicOperatorCode
Mathematic Operator Code (BBIE). An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.
Public propertyMathematicOperatorCodeSet
Checks if the property has been set or not.
Public propertySourceCurrencyBaseRate
Currency Base Rate (BBIE). The unit base of the source currency for currencies with small denominations.
Public propertySourceCurrencyBaseRateSet
Checks if the property has been set or not.
Public propertySourceCurrencyCode
Currency Code (BBIE). The reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition).
Public propertySourceCurrencyCodeSet
Checks if the property has been set or not.
Public propertyTargetCurrencyBaseRate
Currency Base Rate (BBIE). The unit base of the target currency for currencies with small denominations.
Public propertyTargetCurrencyBaseRateSet
Checks if the property has been set or not.
Public propertyTargetCurrencyCode
Currency Code (BBIE). The target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition).
Public propertyTargetCurrencyCodeSet
Checks if the property has been set or not.

See Also