mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
add ARKB closes #2
This commit is contained in:
parent
e06ce6864e
commit
45eae54f4c
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ pub enum Ticker {
|
|||
ARKC,
|
||||
ARKD,
|
||||
ARKY,
|
||||
ARKB,
|
||||
}
|
||||
impl Ticker {
|
||||
pub fn value(&self) -> &str {
|
||||
|
@ -42,6 +43,7 @@ impl Ticker {
|
|||
Ticker::ARKC => "ARKC",
|
||||
Ticker::ARKD => "ARKD",
|
||||
Ticker::ARKY => "ARKY",
|
||||
Ticker::ARKB => "21SHARES_BITCOIN",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue