Click or drag to resize

commongetCuryRate Method

Returns the first current curyRate entry for the EffDate

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getCuryRate", Description = "Returns the first current curyRate entry for the EffDate")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public CuryRate getCuryRate(
	string fromCuryID,
	string toCuryID,
	string rateType,
	DateTime effDate
)

Parameters

fromCuryID
Type: SystemString
toCuryID
Type: SystemString
rateType
Type: SystemString
effDate
Type: SystemDateTime

Return Value

Type: CuryRate
See Also