added deriv test usdt/btc
This commit is contained in:
parent
e133092831
commit
70c2dcde17
@ -36,6 +36,9 @@ impl Symbol {
|
|||||||
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");
|
||||||
|
|
||||||
|
pub const DERIV_TESTBTC: Symbol = Symbol::new_static("TESTBTCF0");
|
||||||
|
pub const DERIV_TESTUSDT: Symbol = Symbol::new_static("TESTUSDTF0");
|
||||||
|
|
||||||
// Fiat coins
|
// 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");
|
||||||
|
Loading…
Reference in New Issue
Block a user