class SpotRateRead 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

getDate()

No description

setDate(DateType $date)

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 90
writeXml(XMLWriter $xml)

Write the function block XML

Parameters

XMLWriter $xml

at line line 40
string getFromCurrency()

Return Value

string

at line line 48
setFromCurrency(string $fromCurrency)

Parameters

string $fromCurrency

at line line 56
string getToCurrency()

Return Value

string

at line line 64
setToCurrency(string $toCurrency)

Parameters

string $toCurrency

at line line 72
DateType getDate()

Return Value

DateType

at line line 80
setDate(DateType $date)

Parameters

DateType $date