From 354ef407f309f94c1adc92939fa1d36ccc57f965 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 27 Feb 2021 19:37:28 +0000 Subject: [PATCH] added ada deriv --- src/currency.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/currency.rs b/src/currency.rs index 58f9c68..48fa0d8 100644 --- a/src/currency.rs +++ b/src/currency.rs @@ -31,6 +31,7 @@ impl Symbol { pub const DERIV_BTC: Symbol = Symbol::new_static("BTCF0"); pub const DERIV_ETH: Symbol = Symbol::new_static("ETHF0"); pub const DERIV_USDT: Symbol = Symbol::new_static("USTF0"); + pub const DERIV_ADA: Symbol = Symbol::new_static("ADAF0"); // Paper trading pub const TESTBTC: Symbol = Symbol::new_static("TESTBTC");