mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 09:59:11 +00:00
ARK Europe
This commit is contained in:
parent
c0385a1456
commit
cbc7afad20
1 changed files with 12 additions and 1 deletions
|
@ -58,20 +58,31 @@ pub async fn filter_date_range(
|
|||
#[derive(Serialize, Deserialize, JsonSchema, strum_macros::Display)]
|
||||
pub enum TypeTicker {
|
||||
ARKVX,
|
||||
|
||||
ARKF,
|
||||
ARKG,
|
||||
ARKK,
|
||||
ARKQ,
|
||||
ARKW,
|
||||
ARKX,
|
||||
|
||||
ARKA,
|
||||
ARKZ,
|
||||
ARKC,
|
||||
ARKD,
|
||||
ARKY,
|
||||
ARKB,
|
||||
|
||||
PRNT,
|
||||
IZRL
|
||||
IZRL,
|
||||
|
||||
CYBR,
|
||||
CYCL,
|
||||
FOOD,
|
||||
LIFE,
|
||||
LUSA,
|
||||
NFRA,
|
||||
PMNT,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue