Enum coinbase_client::private_client::TimeInForce [−][src]
pub enum TimeInForce {
GoodTillCancel {
post_only: bool,
},
GoodTillTime {
cancel_after: CancelAfter,
post_only: bool,
},
ImmediateOrCancel,
FillOrKill,
}Variants
Show fields
Fields of GoodTillCancel
post_only: boolShow fields
Fields of GoodTillTime
cancel_after: CancelAfterpost_only: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeInForceimpl Send for TimeInForceimpl Sync for TimeInForceimpl Unpin for TimeInForceimpl UnwindSafe for TimeInForceBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more