Struct binance_client::OrderGetResponse [−][src]
The https://www.binance.com/api/v3/order GET response.
Fields
symbol: StringThe symbol name.
order_id: i64The server-side order ID.
client_order_id: StringThe client-side order ID.
price: DecimalThe order price.
orig_qty: DecimalThe initial order quantity.
executed_qty: DecimalThe order quantity executed so far.
cummulative_quote_qty: DecimalUsually the same as executed_qty.
status: OrderStatusThe order status.
time_in_force: OrderTimeInForceThe order time-in-force.
type: OrderTypeThe order type.
side: OrderSideThe order side.
stop_price: DecimalUsed with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.
iceberg_qty: DecimalThe iceberg order quantity.
time: i64The order time in milliseconds.
update_time: i64Usually the same as time.
is_working: boolUnknown value.
Trait Implementations
impl Debug for Response[src]
impl<'de> Deserialize<'de> for Response[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Response[src]
impl Send for Response[src]
impl Sync for Response[src]
impl Unpin for Response[src]
impl UnwindSafe for Response[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
T: Any,