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:
|
||||
ark-invest-api-rust:
|
||||
image: ark-invest-api-rust
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: "3"
|
||||
services:
|
||||
ark-invest-api-rust:
|
||||
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
||||
|
|
|
@ -64,11 +64,14 @@ pub enum TypeTicker {
|
|||
ARKQ,
|
||||
ARKW,
|
||||
ARKX,
|
||||
// ARKA,
|
||||
// ARKZ,
|
||||
ARKA,
|
||||
ARKZ,
|
||||
ARKC,
|
||||
ARKD,
|
||||
ARKY,
|
||||
ARKB,
|
||||
PRNT,
|
||||
IZRL
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue