pub struct FillResponseObject {
pub id: String,
pub side: String,
pub liquidity: String,
pub type_field: String,
pub market: String,
pub order_id: String,
pub price: String,
pub size: String,
pub fee: String,
pub created_at: String,
}Fields§
§id: String§side: String§liquidity: String§type_field: String§market: String§order_id: String§price: String§size: String§fee: String§created_at: StringTrait Implementations§
Source§impl Clone for FillResponseObject
impl Clone for FillResponseObject
Source§fn clone(&self) -> FillResponseObject
fn clone(&self) -> FillResponseObject
Returns a duplicate 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 moreSource§impl Debug for FillResponseObject
impl Debug for FillResponseObject
Source§impl<'de> Deserialize<'de> for FillResponseObject
impl<'de> Deserialize<'de> for FillResponseObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FillResponseObject
impl RefUnwindSafe for FillResponseObject
impl Send for FillResponseObject
impl Sync for FillResponseObject
impl Unpin for FillResponseObject
impl UnwindSafe for FillResponseObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more