added polka dot
This commit is contained in:
parent
99904683a1
commit
15c1d5b84a
@ -26,8 +26,13 @@ impl Symbol {
|
|||||||
pub const BTC: Symbol = Symbol::new_static("BTC");
|
pub const BTC: Symbol = Symbol::new_static("BTC");
|
||||||
pub const ETH: Symbol = Symbol::new_static("ETH");
|
pub const ETH: Symbol = Symbol::new_static("ETH");
|
||||||
pub const LTC: Symbol = Symbol::new_static("LTC");
|
pub const LTC: Symbol = Symbol::new_static("LTC");
|
||||||
|
pub const DOT: Symbol = Symbol::new_static("DOT");
|
||||||
|
|
||||||
|
// Paper trading
|
||||||
pub const TESTBTC: Symbol = Symbol::new_static("TESTBTC");
|
pub const TESTBTC: Symbol = Symbol::new_static("TESTBTC");
|
||||||
pub const TESTUSD: Symbol = Symbol::new_static("TESTUSD");
|
pub const TESTUSD: Symbol = Symbol::new_static("TESTUSD");
|
||||||
|
|
||||||
|
// Fiat coins
|
||||||
pub const USD: Symbol = Symbol::new_static("USD");
|
pub const USD: Symbol = Symbol::new_static("USD");
|
||||||
pub const GBP: Symbol = Symbol::new_static("GBP");
|
pub const GBP: Symbol = Symbol::new_static("GBP");
|
||||||
pub const EUR: Symbol = Symbol::new_static("EUR");
|
pub const EUR: Symbol = Symbol::new_static("EUR");
|
||||||
|
Loading…
Reference in New Issue
Block a user