pub enum SystemOrderType {
LiquidatePositionOnBook,
LiquidatePositionOnBackstop,
LiquidatePositionOnAdl,
CollateralConversion,
FutureExpiry,
OrderBookClosed,
}Variants§
LiquidatePositionOnBook
LiquidatePositionOnBackstop
LiquidatePositionOnAdl
CollateralConversion
FutureExpiry
OrderBookClosed
Trait Implementations§
Source§impl Clone for SystemOrderType
impl Clone for SystemOrderType
Source§fn clone(&self) -> SystemOrderType
fn clone(&self) -> SystemOrderType
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 SystemOrderType
impl Debug for SystemOrderType
Source§impl Default for SystemOrderType
impl Default for SystemOrderType
Source§fn default() -> SystemOrderType
fn default() -> SystemOrderType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemOrderType
impl<'de> Deserialize<'de> for SystemOrderType
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 SystemOrderType
impl Display for SystemOrderType
Source§impl FromStr for SystemOrderType
impl FromStr for SystemOrderType
Source§impl Hash for SystemOrderType
impl Hash for SystemOrderType
Source§impl PartialEq for SystemOrderType
impl PartialEq for SystemOrderType
Source§impl Serialize for SystemOrderType
impl Serialize for SystemOrderType
Source§impl TryFrom<&str> for SystemOrderType
impl TryFrom<&str> for SystemOrderType
impl Copy for SystemOrderType
impl Eq for SystemOrderType
impl StructuralPartialEq for SystemOrderType
Auto Trait Implementations§
impl Freeze for SystemOrderType
impl RefUnwindSafe for SystemOrderType
impl Send for SystemOrderType
impl Sync for SystemOrderType
impl Unpin for SystemOrderType
impl UnwindSafe for SystemOrderType
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