mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
0.4.0
This commit is contained in:
parent
41bd1e8fe7
commit
ffb24e7943
6 changed files with 93 additions and 81 deletions
|
@ -12,7 +12,7 @@ use std::path::Path;
|
|||
use std::result::Result;
|
||||
use strum_macros::EnumIter;
|
||||
|
||||
#[derive(strum_macros::Display, EnumIter, Clone, Copy)]
|
||||
#[derive(strum_macros::Display, EnumIter, Clone, Copy, PartialEq)]
|
||||
pub enum Ticker {
|
||||
ARKVC,
|
||||
ARKF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue