MCPcopy Create free account
hub / github.com/MarcusRainbow/QuantMath / PricerFactory

Interface PricerFactory

src/pricers/mod.rs:20–27  ·  view source on GitHub ↗

Pricers are always constructed using a pricer factory. This means that the code to create the pricer is independent of what sort of pricer it is.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

from_pricer_factoryMethod · 0.85
cloneMethod · 0.85

Implementers 2

selfpricer.rssrc/pricers/selfpricer.rs
montecarlo.rssrc/pricers/montecarlo.rs

Calls

no outgoing calls

Tested by

no test coverage detected