Enum bitbank_api::OrderStatus
source · pub enum OrderStatus {
Inactive,
Unfilled,
ParitallyFilled,
FullyFilled,
CanceledUnfilled,
CanceledPartiallyFilled,
}Expand description
Status of order
Variants§
Trait Implementations§
source§impl Clone for OrderStatus
impl Clone for OrderStatus
source§fn clone(&self) -> OrderStatus
fn clone(&self) -> OrderStatus
Returns a copy 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 more