class WeightedAverageRateRead extends AbstractFunction

Methods

getControlId()

Get control ID

setControlId($controlId = null)

Set control ID

__construct(string $controlId = null)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the function block XML

string
getFromCurrency()

No description

setFromCurrency(string $fromCurrency)

No description

string
getToCurrency()

No description

setToCurrency(string $toCurrency)

No description

getFromDate()

No description

setFromDate(DateType $fromDate)

No description

getToDate()

No description

setToDate(DateType $toDate)

No description

Details

in AbstractFunction at line line 35
getControlId()

Get control ID

in AbstractFunction at line line 46
setControlId($controlId = null)

Set control ID

Parameters

$controlId

Exceptions

InvalidArgumentException

in AbstractFunction at line line 67
__construct(string $controlId = null)

Initializes the class with the given parameters.

Parameters

string $controlId Control ID, default=random UUID

at line line 109
writeXml(XMLWriter $xml)

Write the function block XML

Parameters

XMLWriter $xml

at line line 43
string getFromCurrency()

Return Value

string

at line line 51
setFromCurrency(string $fromCurrency)

Parameters

string $fromCurrency

at line line 59
string getToCurrency()

Return Value

string

at line line 67
setToCurrency(string $toCurrency)

Parameters

string $toCurrency

at line line 75
DateType getFromDate()

Return Value

DateType

at line line 83
setFromDate(DateType $fromDate)

Parameters

DateType $fromDate

at line line 91
DateType getToDate()

Return Value

DateType

at line line 99
setToDate(DateType $toDate)

Parameters

DateType $toDate