docs
4.12
customSourceSet
docs
/
net.corda.finance
Package-level
declarations
Functions
Properties
Properties
CHF
Link copied to clipboard
val
CHF
:
Currency
DOLLARS
Link copied to clipboard
val
Double
.
DOLLARS
:
Amount
<
Currency
>
val
Int
.
DOLLARS
:
Amount
<
Currency
>
val
Long
.
DOLLARS
:
Amount
<
Currency
>
EUR
Link copied to clipboard
val
EUR
:
Currency
GBP
Link copied to clipboard
val
GBP
:
Currency
JPY
Link copied to clipboard
val
JPY
:
Currency
POUNDS
Link copied to clipboard
val
Double
.
POUNDS
:
Amount
<
Currency
>
val
Int
.
POUNDS
:
Amount
<
Currency
>
val
Long
.
POUNDS
:
Amount
<
Currency
>
RUB
Link copied to clipboard
val
RUB
:
Currency
SWISS_FRANCS
Link copied to clipboard
val
Double
.
SWISS_FRANCS
:
Amount
<
Currency
>
val
Int
.
SWISS_FRANCS
:
Amount
<
Currency
>
val
Long
.
SWISS_FRANCS
:
Amount
<
Currency
>
USD
Link copied to clipboard
val
USD
:
Currency
Functions
AMOUNT
Link copied to clipboard
fun
<
T
:
Any
>
AMOUNT
(
amount
:
Double
,
token
:
T
)
:
Amount
<
T
>
fun
<
T
:
Any
>
AMOUNT
(
amount
:
Int
,
token
:
T
)
:
Amount
<
T
>
fun
<
T
:
Any
>
AMOUNT
(
amount
:
Long
,
token
:
T
)
:
Amount
<
T
>
DOLLARS
Link copied to clipboard
fun
DOLLARS
(
amount
:
Double
)
:
Amount
<
Currency
>
fun
DOLLARS
(
amount
:
Int
)
:
Amount
<
Currency
>
fun
DOLLARS
(
amount
:
Long
)
:
Amount
<
Currency
>
issued
by
Link copied to clipboard
infix
fun
Currency
.
issued by
(
deposit
:
PartyAndReference
)
:
Issued
<
Currency
>
infix
fun
Amount
<
Currency
>
.
issued by
(
deposit
:
PartyAndReference
)
:
Amount
<
Issued
<
Currency
>
>
issued
By
Link copied to clipboard
infix
fun
Currency
.
issuedBy
(
deposit
:
PartyAndReference
)
:
Issued
<
Currency
>
infix
fun
Amount
<
Currency
>
.
issuedBy
(
deposit
:
PartyAndReference
)
:
Amount
<
Issued
<
Currency
>
>
POUNDS
Link copied to clipboard
fun
POUNDS
(
amount
:
Double
)
:
Amount
<
Currency
>
fun
POUNDS
(
amount
:
Int
)
:
Amount
<
Currency
>
fun
POUNDS
(
amount
:
Long
)
:
Amount
<
Currency
>
SWISS_FRANCS
Link copied to clipboard
fun
SWISS_FRANCS
(
amount
:
Double
)
:
Amount
<
Currency
>
fun
SWISS_FRANCS
(
amount
:
Int
)
:
Amount
<
Currency
>
fun
SWISS_FRANCS
(
amount
:
Long
)
:
Amount
<
Currency
>