Manager..::..GetDebtorFXRate Method

Gets the debtor fx rate.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public decimal GetDebtorFXRate(
	string DebtorID,
	DateTime TransactionDate,
	Manager..::..FxMode Mode
)
Public Function GetDebtorFXRate ( _
	DebtorID As String, _
	TransactionDate As DateTime, _
	Mode As Manager..::..FxMode _
) As Decimal
public:
Decimal^ GetDebtorFXRate(
	String^ DebtorID, 
	DateTime^ TransactionDate, 
	Manager..::..FxMode^ Mode
)

Parameters

DebtorID
Type: String
The debtor identifier.
TransactionDate
Type: DateTime
The transaction date.
Mode
Type: JiwaFinancials.Jiwa.JiwaApplication..::..Manager..::..FxMode
The mode.

Return Value

System.Decimal.