mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
more etfs
This commit is contained in:
parent
85294d5983
commit
c0385a1456
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
ark-invest-api-rust:
|
ark-invest-api-rust:
|
||||||
image: ark-invest-api-rust
|
image: ark-invest-api-rust
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
ark-invest-api-rust:
|
ark-invest-api-rust:
|
||||||
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
||||||
|
|
|
@ -64,11 +64,14 @@ pub enum TypeTicker {
|
||||||
ARKQ,
|
ARKQ,
|
||||||
ARKW,
|
ARKW,
|
||||||
ARKX,
|
ARKX,
|
||||||
// ARKA,
|
ARKA,
|
||||||
// ARKZ,
|
ARKZ,
|
||||||
ARKC,
|
ARKC,
|
||||||
ARKD,
|
ARKD,
|
||||||
ARKY,
|
ARKY,
|
||||||
|
ARKB,
|
||||||
|
PRNT,
|
||||||
|
IZRL
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, JsonSchema)]
|
#[derive(Serialize, Deserialize, JsonSchema)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue