pub struct MarketRequoteRequestDetails {
pub type: Type,
}Fields§
§type: TypeIndicates that the order should be re-quoted if the original quote is expired. This will lead to a market order.
Implementations§
Source§impl MarketRequoteRequestDetails
impl MarketRequoteRequestDetails
pub fn new(type: Type) -> MarketRequoteRequestDetails
Trait Implementations§
Source§impl Clone for MarketRequoteRequestDetails
impl Clone for MarketRequoteRequestDetails
Source§fn clone(&self) -> MarketRequoteRequestDetails
fn clone(&self) -> MarketRequoteRequestDetails
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 MarketRequoteRequestDetails
impl Debug for MarketRequoteRequestDetails
Source§impl Default for MarketRequoteRequestDetails
impl Default for MarketRequoteRequestDetails
Source§fn default() -> MarketRequoteRequestDetails
fn default() -> MarketRequoteRequestDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarketRequoteRequestDetails
impl<'de> Deserialize<'de> for MarketRequoteRequestDetails
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
impl StructuralPartialEq for MarketRequoteRequestDetails
Auto Trait Implementations§
impl Freeze for MarketRequoteRequestDetails
impl RefUnwindSafe for MarketRequoteRequestDetails
impl Send for MarketRequoteRequestDetails
impl Sync for MarketRequoteRequestDetails
impl Unpin for MarketRequoteRequestDetails
impl UnwindSafe for MarketRequoteRequestDetails
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