pub struct OptionDeliverable {
pub root_symbol: String,
pub deliverable_symbol: String,
pub deliverable_type_code: String,
pub deliverable_exchange_code: String,
pub deliverable_strike_percent: f64,
pub deliverable_c_i_l_shares: f64,
pub deliverable_whole_shares: f64,
}Fields§
§root_symbol: String§deliverable_symbol: String§deliverable_type_code: String§deliverable_exchange_code: String§deliverable_strike_percent: f64Trait Implementations§
Source§impl Clone for OptionDeliverable
impl Clone for OptionDeliverable
Source§fn clone(&self) -> OptionDeliverable
fn clone(&self) -> OptionDeliverable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OptionDeliverable
impl Debug for OptionDeliverable
Source§impl Default for OptionDeliverable
impl Default for OptionDeliverable
Source§fn default() -> OptionDeliverable
fn default() -> OptionDeliverable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OptionDeliverablewhere
OptionDeliverable: Default,
impl<'de> Deserialize<'de> for OptionDeliverablewhere
OptionDeliverable: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OptionDeliverable
impl RefUnwindSafe for OptionDeliverable
impl Send for OptionDeliverable
impl Sync for OptionDeliverable
impl Unpin for OptionDeliverable
impl UnwindSafe for OptionDeliverable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more