pub type OrderOf<T> = Order<<T as Config>::Amount, OrderId>;
A newtype for Order
struct OrderOf<T> { /* private fields */ }