mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49: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)]
|
#[derive(Serialize, Deserialize, JsonSchema, strum_macros::Display)]
|
||||||
pub enum TypeTicker {
|
pub enum TypeTicker {
|
||||||
ARKVX,
|
ARKVX,
|
||||||
|
|
||||||
ARKF,
|
ARKF,
|
||||||
ARKG,
|
ARKG,
|
||||||
ARKK,
|
ARKK,
|
||||||
ARKQ,
|
ARKQ,
|
||||||
ARKW,
|
ARKW,
|
||||||
ARKX,
|
ARKX,
|
||||||
|
|
||||||
ARKA,
|
ARKA,
|
||||||
ARKZ,
|
ARKZ,
|
||||||
ARKC,
|
ARKC,
|
||||||
ARKD,
|
ARKD,
|
||||||
ARKY,
|
ARKY,
|
||||||
ARKB,
|
ARKB,
|
||||||
|
|
||||||
PRNT,
|
PRNT,
|
||||||
IZRL
|
IZRL,
|
||||||
|
|
||||||
|
CYBR,
|
||||||
|
CYCL,
|
||||||
|
FOOD,
|
||||||
|
LIFE,
|
||||||
|
LUSA,
|
||||||
|
NFRA,
|
||||||
|
PMNT,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, JsonSchema)]
|
#[derive(Serialize, Deserialize, JsonSchema)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue