1
2
3
4
5
6
7
8
#![allow(missing_docs)]
pub(crate) const COLLATERAL_BASE: &str = "collateral-base";
pub(crate) const NOTIONAL_BASE: &str = "notional-base";
pub(crate) const LIQUIDATED: &str = "liquidated";
pub(crate) const MAX_GAINS: &str = "max-gains";
pub(crate) const STOP_LOSS: &str = "stop-loss";
pub(crate) const TAKE_PROFIT: &str = "take-profit";
pub(crate) const DIRECT: &str = "direct";