mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 09:59:11 +00:00
normalize arkvx
This commit is contained in:
parent
9426313f73
commit
6343159387
5 changed files with 17 additions and 29 deletions
|
@ -56,13 +56,19 @@ pub async fn filter_date_range(
|
|||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, JsonSchema, strum_macros::Display)]
|
||||
pub enum TypeTicker {
|
||||
pub enum Ticker {
|
||||
ARKVX,
|
||||
ARKF,
|
||||
ARKG,
|
||||
ARKK,
|
||||
ARKQ,
|
||||
ARKW,
|
||||
ARKX,
|
||||
// ARKA,
|
||||
// ARKZ,
|
||||
ARKC,
|
||||
ARKD,
|
||||
ARKY,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue