added polka dot deriv

This commit is contained in:
Giulio De Pasquale 2021-03-02 16:45:54 +00:00
parent f43fcb0206
commit 4f7d9042d6

View File

@ -32,6 +32,7 @@ impl Symbol {
pub const DERIV_ETH: Symbol = Symbol::new_static("ETHF0"); pub const DERIV_ETH: Symbol = Symbol::new_static("ETHF0");
pub const DERIV_USDT: Symbol = Symbol::new_static("USTF0"); pub const DERIV_USDT: Symbol = Symbol::new_static("USTF0");
pub const DERIV_ADA: Symbol = Symbol::new_static("ADAF0"); pub const DERIV_ADA: Symbol = Symbol::new_static("ADAF0");
pub const DERIV_POLKADOT: Symbol = Symbol::new_static("DOTF0");
// Paper trading // Paper trading
pub const TESTBTC: Symbol = Symbol::new_static("TESTBTC"); pub const TESTBTC: Symbol = Symbol::new_static("TESTBTC");