Macro impl_monte_carlo_pricer

Source
macro_rules! impl_monte_carlo_pricer {
    ($type:ty, $underlying:expr) => { ... };
}
Expand description

Macro to implement MonteCarloPricer for a given instrument type.