pub struct PricesAndGreeks {
Show 18 fields pub call_price: f64, pub call_delta: f64, pub call_gamma: f64, pub call_theta: f64, pub call_vega: f64, pub call_rho: f64, pub call_vanna: f64, pub call_vomma: f64, pub call_charm: f64, pub put_price: f64, pub put_delta: f64, pub put_gamma: f64, pub put_theta: f64, pub put_vega: f64, pub put_rho: f64, pub put_vanna: f64, pub put_vomma: f64, pub put_charm: f64,
}

Fields§

§call_price: f64§call_delta: f64§call_gamma: f64§call_theta: f64§call_vega: f64§call_rho: f64§call_vanna: f64§call_vomma: f64§call_charm: f64§put_price: f64§put_delta: f64§put_gamma: f64§put_theta: f64§put_vega: f64§put_rho: f64§put_vanna: f64§put_vomma: f64§put_charm: f64

Trait Implementations§

Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.