lfest 0.138.1

A leveraged perpetual futures exchange for simulated trading and backtesting
Documentation
/// Expect message when pushing to a vector should not exceed its capacity.
pub const EXPECT_CAPACITY: &str = "There is enough capacity";

/// Expect message when a value is not zero.
pub const EXPECT_NON_ZERO: &str = "The value is non zero";

/// Expect message when `QuantityFilter` construction should work.
pub const EXPECT_QUANTITY_FILTER: &str = "Is a valid quantity filter";

/// Expect message when `Decimal` construction should work.
pub const EXPECT_DECIMAL: &str = "Can construct `Decimal`";

/// Expect message when the `Config` is correct.
pub const EXPECT_CONFIG: &str = "Is a valid `Config`";

/// Expect message when the `ContractSpecification` is correct.
pub const EXPECT_CONTRACT_SPEC: &str = "Is a valid `ContractSpecification`";

/// Expect message when conversion from a primitive is gonna work.
pub const EXPECT_CONVERSION: &str = "Can convert from a primitive";