Enum openlimits_exchange::model::TimeInForce [−][src]
pub enum TimeInForce {
GoodTillCancelled,
ImmediateOrCancelled,
FillOrKill,
GoodTillTime(Duration),
}Expand description
This enum represents time in force
Variants
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
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self