mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
IZRL and PRNT closes #1
This commit is contained in:
parent
45eae54f4c
commit
b4c75c3490
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
ark-invest-api-rust-data-test:
|
ark-invest-api-rust-data-test:
|
||||||
container_name: ark-invest-api-rust-data-test
|
container_name: ark-invest-api-rust-data-test
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
ark-invest-api-rust-data:
|
ark-invest-api-rust-data:
|
||||||
image: ghcr.io/nexveridian/ark-invest-api-rust-data:latest
|
image: ghcr.io/nexveridian/ark-invest-api-rust-data:latest
|
||||||
|
|
|
@ -27,6 +27,8 @@ pub enum Ticker {
|
||||||
ARKD,
|
ARKD,
|
||||||
ARKY,
|
ARKY,
|
||||||
ARKB,
|
ARKB,
|
||||||
|
PRNT,
|
||||||
|
IZRL
|
||||||
}
|
}
|
||||||
impl Ticker {
|
impl Ticker {
|
||||||
pub fn value(&self) -> &str {
|
pub fn value(&self) -> &str {
|
||||||
|
@ -44,6 +46,8 @@ impl Ticker {
|
||||||
Ticker::ARKD => "ARKD",
|
Ticker::ARKD => "ARKD",
|
||||||
Ticker::ARKY => "ARKY",
|
Ticker::ARKY => "ARKY",
|
||||||
Ticker::ARKB => "21SHARES_BITCOIN",
|
Ticker::ARKB => "21SHARES_BITCOIN",
|
||||||
|
Ticker::PRNT => "THE_3D_PRINTING",
|
||||||
|
Ticker::IZRL => "ISRAEL_INNOVATIVE_TECHNOLOGY",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue