ARK Europe

This commit is contained in:
Elijah McMorris 2024-06-07 23:45:21 -07:00
parent c0385a1456
commit cbc7afad20
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

View file

@ -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)]