macro_rules! impl_monte_carlo_pricer {
($type:ty, $underlying:expr) => { ... };
}Expand description
Macro to implement MonteCarloPricer for a given instrument type.
macro_rules! impl_monte_carlo_pricer {
($type:ty, $underlying:expr) => { ... };
}Macro to implement MonteCarloPricer for a given instrument type.