We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3ec34 commit 7075e9dCopy full SHA for 7075e9d
src/quant/trait.rs
@@ -1,7 +1,7 @@
1
use super::OptionType;
2
3
/// Pricer trait.
4
-pub(crate) trait Pricer: Time {
+pub trait Pricer: Time {
5
/// Calculate the price of an option.
6
fn calculate_call_put(&self) -> (f64, f64) {
7
todo!()
0 commit comments