Struct InlineResponse20023Rules

Source
pub struct InlineResponse20023Rules { /* private fields */ }

Implementations§

Source§

impl InlineResponse20023Rules

Source

pub fn new() -> InlineResponse20023Rules

Source

pub fn set_algo_eligible(&mut self, algo_eligible: bool)

Source

pub fn with_algo_eligible(self, algo_eligible: bool) -> InlineResponse20023Rules

Source

pub fn algo_eligible(&self) -> Option<&bool>

Source

pub fn reset_algo_eligible(&mut self)

Source

pub fn set_cash_ccy(&mut self, cash_ccy: String)

Source

pub fn with_cash_ccy(self, cash_ccy: String) -> InlineResponse20023Rules

Source

pub fn cash_ccy(&self) -> Option<&String>

Source

pub fn reset_cash_ccy(&mut self)

Source

pub fn set_cash_qty_incr(&mut self, cash_qty_incr: f32)

Source

pub fn with_cash_qty_incr(self, cash_qty_incr: f32) -> InlineResponse20023Rules

Source

pub fn cash_qty_incr(&self) -> Option<&f32>

Source

pub fn reset_cash_qty_incr(&mut self)

Source

pub fn set_cash_size(&mut self, cash_size: i32)

Source

pub fn with_cash_size(self, cash_size: i32) -> InlineResponse20023Rules

Source

pub fn cash_size(&self) -> Option<&i32>

Source

pub fn reset_cash_size(&mut self)

Source

pub fn set_cqt_types(&mut self, cqt_types: Vec<InlineResponse20023CqtTypes>)

Source

pub fn with_cqt_types( self, cqt_types: Vec<InlineResponse20023CqtTypes>, ) -> InlineResponse20023Rules

Source

pub fn cqt_types(&self) -> Option<&Vec<InlineResponse20023CqtTypes>>

Source

pub fn reset_cqt_types(&mut self)

Source

pub fn set_default_size(&mut self, default_size: i32)

Source

pub fn with_default_size(self, default_size: i32) -> InlineResponse20023Rules

Source

pub fn default_size(&self) -> Option<&i32>

Source

pub fn reset_default_size(&mut self)

Source

pub fn set_default_tif(&mut self, default_tif: String)

Source

pub fn with_default_tif(self, default_tif: String) -> InlineResponse20023Rules

Source

pub fn default_tif(&self) -> Option<&String>

Source

pub fn reset_default_tif(&mut self)

Source

pub fn set_display_size(&mut self, display_size: f32)

Source

pub fn with_display_size(self, display_size: f32) -> InlineResponse20023Rules

Source

pub fn display_size(&self) -> Option<&f32>

Source

pub fn reset_display_size(&mut self)

Source

pub fn set_error(&mut self, error: String)

Source

pub fn with_error(self, error: String) -> InlineResponse20023Rules

Source

pub fn error(&self) -> Option<&String>

Source

pub fn reset_error(&mut self)

Source

pub fn set_fraq_int(&mut self, fraq_int: f32)

Source

pub fn with_fraq_int(self, fraq_int: f32) -> InlineResponse20023Rules

Source

pub fn fraq_int(&self) -> Option<&f32>

Source

pub fn reset_fraq_int(&mut self)

Source

pub fn set_fraq_types(&mut self, fraq_types: Vec<InlineResponse20023FraqTypes>)

Source

pub fn with_fraq_types( self, fraq_types: Vec<InlineResponse20023FraqTypes>, ) -> InlineResponse20023Rules

Source

pub fn fraq_types(&self) -> Option<&Vec<InlineResponse20023FraqTypes>>

Source

pub fn reset_fraq_types(&mut self)

Source

pub fn set_ibalgo_types( &mut self, ibalgo_types: Vec<InlineResponse20023IbalgoTypes>, )

Source

pub fn with_ibalgo_types( self, ibalgo_types: Vec<InlineResponse20023IbalgoTypes>, ) -> InlineResponse20023Rules

Source

pub fn ibalgo_types(&self) -> Option<&Vec<InlineResponse20023IbalgoTypes>>

Source

pub fn reset_ibalgo_types(&mut self)

Source

pub fn set_increment(&mut self, increment: f32)

Source

pub fn with_increment(self, increment: f32) -> InlineResponse20023Rules

Source

pub fn increment(&self) -> Option<&f32>

Source

pub fn reset_increment(&mut self)

Source

pub fn set_increment_digits(&mut self, increment_digits: i32)

Source

pub fn with_increment_digits( self, increment_digits: i32, ) -> InlineResponse20023Rules

Source

pub fn increment_digits(&self) -> Option<&i32>

Source

pub fn reset_increment_digits(&mut self)

Source

pub fn set_limit_price(&mut self, limit_price: f32)

Source

pub fn with_limit_price(self, limit_price: f32) -> InlineResponse20023Rules

Source

pub fn limit_price(&self) -> Option<&f32>

Source

pub fn reset_limit_price(&mut self)

Source

pub fn set_negative_capable(&mut self, negative_capable: bool)

Source

pub fn with_negative_capable( self, negative_capable: bool, ) -> InlineResponse20023Rules

Source

pub fn negative_capable(&self) -> Option<&bool>

Source

pub fn reset_negative_capable(&mut self)

Source

pub fn set_order_defaults( &mut self, order_defaults: Vec<InlineResponse20023OrderDefaults>, )

Source

pub fn with_order_defaults( self, order_defaults: Vec<InlineResponse20023OrderDefaults>, ) -> InlineResponse20023Rules

Source

pub fn order_defaults(&self) -> Option<&Vec<InlineResponse20023OrderDefaults>>

Source

pub fn reset_order_defaults(&mut self)

Source

pub fn set_order_origination(&mut self, order_origination: f32)

Source

pub fn with_order_origination( self, order_origination: f32, ) -> InlineResponse20023Rules

Source

pub fn order_origination(&self) -> Option<&f32>

Source

pub fn reset_order_origination(&mut self)

Source

pub fn set_order_types( &mut self, order_types: Vec<InlineResponse20023OrderTypes>, )

Source

pub fn with_order_types( self, order_types: Vec<InlineResponse20023OrderTypes>, ) -> InlineResponse20023Rules

Source

pub fn order_types(&self) -> Option<&Vec<InlineResponse20023OrderTypes>>

Source

pub fn reset_order_types(&mut self)

Source

pub fn set_order_types_outside( &mut self, order_types_outside: Vec<InlineResponse20023OrderTypesOutside>, )

Source

pub fn with_order_types_outside( self, order_types_outside: Vec<InlineResponse20023OrderTypesOutside>, ) -> InlineResponse20023Rules

Source

pub fn order_types_outside( &self, ) -> Option<&Vec<InlineResponse20023OrderTypesOutside>>

Source

pub fn reset_order_types_outside(&mut self)

Source

pub fn set_preview(&mut self, preview: bool)

Source

pub fn with_preview(self, preview: bool) -> InlineResponse20023Rules

Source

pub fn preview(&self) -> Option<&bool>

Source

pub fn reset_preview(&mut self)

Source

pub fn set_price_magnifier(&mut self, price_magnifier: f32)

Source

pub fn with_price_magnifier( self, price_magnifier: f32, ) -> InlineResponse20023Rules

Source

pub fn price_magnifier(&self) -> Option<&f32>

Source

pub fn reset_price_magnifier(&mut self)

Source

pub fn set_size_increment(&mut self, size_increment: i32)

Source

pub fn with_size_increment( self, size_increment: i32, ) -> InlineResponse20023Rules

Source

pub fn size_increment(&self) -> Option<&i32>

Source

pub fn reset_size_increment(&mut self)

Source

pub fn set_stopprice(&mut self, stopprice: f32)

Source

pub fn with_stopprice(self, stopprice: f32) -> InlineResponse20023Rules

Source

pub fn stopprice(&self) -> Option<&f32>

Source

pub fn reset_stopprice(&mut self)

Source

pub fn set_tif_types(&mut self, tif_types: Vec<InlineResponse20023TifTypes>)

Source

pub fn with_tif_types( self, tif_types: Vec<InlineResponse20023TifTypes>, ) -> InlineResponse20023Rules

Source

pub fn tif_types(&self) -> Option<&Vec<InlineResponse20023TifTypes>>

Source

pub fn reset_tif_types(&mut self)

Trait Implementations§

Source§

impl Debug for InlineResponse20023Rules

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for InlineResponse20023Rules

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for InlineResponse20023Rules

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,