pub enum ParentTpSlLegTimeInForce {
Gtc,
Ioc,
}Expand description
LIMIT only: GTC or IOC
JSON schema
{
"description": "LIMIT only: GTC or IOC",
"type": "string",
"enum": [
"GTC",
"IOC"
]
}Variants§
Trait Implementations§
Source§impl Clone for ParentTpSlLegTimeInForce
impl Clone for ParentTpSlLegTimeInForce
Source§fn clone(&self) -> ParentTpSlLegTimeInForce
fn clone(&self) -> ParentTpSlLegTimeInForce
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParentTpSlLegTimeInForce
Source§impl Debug for ParentTpSlLegTimeInForce
impl Debug for ParentTpSlLegTimeInForce
Source§impl<'de> Deserialize<'de> for ParentTpSlLegTimeInForce
impl<'de> Deserialize<'de> for ParentTpSlLegTimeInForce
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 Display for ParentTpSlLegTimeInForce
impl Display for ParentTpSlLegTimeInForce
impl Eq for ParentTpSlLegTimeInForce
Source§impl FromStr for ParentTpSlLegTimeInForce
impl FromStr for ParentTpSlLegTimeInForce
Source§impl Hash for ParentTpSlLegTimeInForce
impl Hash for ParentTpSlLegTimeInForce
Source§impl Ord for ParentTpSlLegTimeInForce
impl Ord for ParentTpSlLegTimeInForce
Source§fn cmp(&self, other: &ParentTpSlLegTimeInForce) -> Ordering
fn cmp(&self, other: &ParentTpSlLegTimeInForce) -> Ordering
1.21.0 (const: unstable) · 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 ParentTpSlLegTimeInForce
impl PartialEq for ParentTpSlLegTimeInForce
Source§impl PartialOrd for ParentTpSlLegTimeInForce
impl PartialOrd for ParentTpSlLegTimeInForce
Source§impl Serialize for ParentTpSlLegTimeInForce
impl Serialize for ParentTpSlLegTimeInForce
impl StructuralPartialEq for ParentTpSlLegTimeInForce
Source§impl TryFrom<&String> for ParentTpSlLegTimeInForce
impl TryFrom<&String> for ParentTpSlLegTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for ParentTpSlLegTimeInForce
impl TryFrom<&str> for ParentTpSlLegTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for ParentTpSlLegTimeInForce
impl TryFrom<String> for ParentTpSlLegTimeInForce
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ParentTpSlLegTimeInForce
impl RefUnwindSafe for ParentTpSlLegTimeInForce
impl Send for ParentTpSlLegTimeInForce
impl Sync for ParentTpSlLegTimeInForce
impl Unpin for ParentTpSlLegTimeInForce
impl UnsafeUnpin for ParentTpSlLegTimeInForce
impl UnwindSafe for ParentTpSlLegTimeInForce
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