pub enum ReplaceOrderTimeInForce {
Gtc,
Ioc,
Fok,
}
Expand description
ReplaceOrderTimeInForce
JSON schema
{
"examples": [
"GTC"
],
"type": "string",
"enum": [
"GTC",
"IOC",
"FOK"
]
}
Variants§
Trait Implementations§
Source§impl Clone for ReplaceOrderTimeInForce
impl Clone for ReplaceOrderTimeInForce
Source§fn clone(&self) -> ReplaceOrderTimeInForce
fn clone(&self) -> ReplaceOrderTimeInForce
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 ReplaceOrderTimeInForce
impl Debug for ReplaceOrderTimeInForce
Source§impl<'de> Deserialize<'de> for ReplaceOrderTimeInForce
impl<'de> Deserialize<'de> for ReplaceOrderTimeInForce
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
Source§impl From<&ReplaceOrderTimeInForce> for ReplaceOrderTimeInForce
impl From<&ReplaceOrderTimeInForce> for ReplaceOrderTimeInForce
Source§fn from(value: &ReplaceOrderTimeInForce) -> Self
fn from(value: &ReplaceOrderTimeInForce) -> Self
Converts to this type from the input type.
Source§impl FromStr for ReplaceOrderTimeInForce
impl FromStr for ReplaceOrderTimeInForce
Source§impl Hash for ReplaceOrderTimeInForce
impl Hash for ReplaceOrderTimeInForce
Source§impl Ord for ReplaceOrderTimeInForce
impl Ord for ReplaceOrderTimeInForce
Source§fn cmp(&self, other: &ReplaceOrderTimeInForce) -> Ordering
fn cmp(&self, other: &ReplaceOrderTimeInForce) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReplaceOrderTimeInForce
impl PartialEq for ReplaceOrderTimeInForce
Source§impl PartialOrd for ReplaceOrderTimeInForce
impl PartialOrd for ReplaceOrderTimeInForce
Source§impl Serialize for ReplaceOrderTimeInForce
impl Serialize for ReplaceOrderTimeInForce
Source§impl ToString for ReplaceOrderTimeInForce
impl ToString for ReplaceOrderTimeInForce
Source§impl TryFrom<&String> for ReplaceOrderTimeInForce
impl TryFrom<&String> for ReplaceOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for ReplaceOrderTimeInForce
impl TryFrom<&str> for ReplaceOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for ReplaceOrderTimeInForce
impl TryFrom<String> for ReplaceOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for ReplaceOrderTimeInForce
impl Eq for ReplaceOrderTimeInForce
impl StructuralPartialEq for ReplaceOrderTimeInForce
Auto Trait Implementations§
impl Freeze for ReplaceOrderTimeInForce
impl RefUnwindSafe for ReplaceOrderTimeInForce
impl Send for ReplaceOrderTimeInForce
impl Sync for ReplaceOrderTimeInForce
impl Unpin for ReplaceOrderTimeInForce
impl UnwindSafe for ReplaceOrderTimeInForce
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.