pub enum PlaceNewOrderTimeInForce {
Gtc,
Ioc,
Fok,
}
Expand description
PlaceNewOrderTimeInForce
JSON schema
{
"examples": [
"GTC"
],
"type": "string",
"enum": [
"GTC",
"IOC",
"FOK"
]
}
Variants§
Trait Implementations§
Source§impl Clone for PlaceNewOrderTimeInForce
impl Clone for PlaceNewOrderTimeInForce
Source§fn clone(&self) -> PlaceNewOrderTimeInForce
fn clone(&self) -> PlaceNewOrderTimeInForce
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 PlaceNewOrderTimeInForce
impl Debug for PlaceNewOrderTimeInForce
Source§impl<'de> Deserialize<'de> for PlaceNewOrderTimeInForce
impl<'de> Deserialize<'de> for PlaceNewOrderTimeInForce
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<&PlaceNewOrderTimeInForce> for PlaceNewOrderTimeInForce
impl From<&PlaceNewOrderTimeInForce> for PlaceNewOrderTimeInForce
Source§fn from(value: &PlaceNewOrderTimeInForce) -> Self
fn from(value: &PlaceNewOrderTimeInForce) -> Self
Converts to this type from the input type.
Source§impl FromStr for PlaceNewOrderTimeInForce
impl FromStr for PlaceNewOrderTimeInForce
Source§impl Hash for PlaceNewOrderTimeInForce
impl Hash for PlaceNewOrderTimeInForce
Source§impl Ord for PlaceNewOrderTimeInForce
impl Ord for PlaceNewOrderTimeInForce
Source§fn cmp(&self, other: &PlaceNewOrderTimeInForce) -> Ordering
fn cmp(&self, other: &PlaceNewOrderTimeInForce) -> 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 PlaceNewOrderTimeInForce
impl PartialEq for PlaceNewOrderTimeInForce
Source§impl PartialOrd for PlaceNewOrderTimeInForce
impl PartialOrd for PlaceNewOrderTimeInForce
Source§impl Serialize for PlaceNewOrderTimeInForce
impl Serialize for PlaceNewOrderTimeInForce
Source§impl ToString for PlaceNewOrderTimeInForce
impl ToString for PlaceNewOrderTimeInForce
Source§impl TryFrom<&String> for PlaceNewOrderTimeInForce
impl TryFrom<&String> for PlaceNewOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for PlaceNewOrderTimeInForce
impl TryFrom<&str> for PlaceNewOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for PlaceNewOrderTimeInForce
impl TryFrom<String> for PlaceNewOrderTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for PlaceNewOrderTimeInForce
impl Eq for PlaceNewOrderTimeInForce
impl StructuralPartialEq for PlaceNewOrderTimeInForce
Auto Trait Implementations§
impl Freeze for PlaceNewOrderTimeInForce
impl RefUnwindSafe for PlaceNewOrderTimeInForce
impl Send for PlaceNewOrderTimeInForce
impl Sync for PlaceNewOrderTimeInForce
impl Unpin for PlaceNewOrderTimeInForce
impl UnwindSafe for PlaceNewOrderTimeInForce
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.