added derivative symbols

This commit is contained in:
Giulio De Pasquale 2021-02-12 14:57:37 +00:00
parent 2acc81cd75
commit 613b314631

View File

@ -28,6 +28,10 @@ impl Symbol {
pub const LTC: Symbol = Symbol::new_static("LTC"); pub const LTC: Symbol = Symbol::new_static("LTC");
pub const DOT: Symbol = Symbol::new_static("DOT"); pub const DOT: Symbol = Symbol::new_static("DOT");
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");
// Paper trading // 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");