Enum openlimits_exchange::model::time_in_force::TimeInForce [−][src]
pub enum TimeInForce {
GoodTillCancelled,
ImmediateOrCancelled,
FillOrKill,
GoodTillTime(Duration),
}Expand description
This enum represents time in force
Variants
GoodTillTime(Duration)Tuple Fields of GoodTillTime
0: DurationTrait Implementations
fn deserialize<D>(deserializer: D) -> Result<TimeInForce, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<TimeInForce, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TimeInForce
impl Send for TimeInForce
impl Sync for TimeInForce
impl Unpin for TimeInForce
impl UnwindSafe for TimeInForce
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more