Assets¶
Summary¶
Represents the list of all the assets with the asset names as string values.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Methods¶
GetAsset¶
Summary
Gets the asset.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
assetName | string | Name of the asset you want to get |
Return Value
Asset
GetAssets¶
Summary
Get multiple assets on a single call.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
assetNames | string[] | Names of the assets you want to get |
Return Value
Asset[]
Exists¶
Summary
Defines if the specific asset exists.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
assetName | string | Name of the asset you want to check |
Return Value
bool
Properties¶
Item¶
Signature
1 |
|
Return Value
string
Count¶
Summary
Gets the total number of the assets.
Signature
1 |
|
Return Value
int
Last update: June 1, 2023