Struct Fill
pub struct Fill {
pub venue_order_id: OrderId,
pub fill_id: String,
pub side: Side,
pub price: Price,
pub qty: Qty,
pub fee: Option<FeeDetail>,
pub liquidity: Option<Liquidity>,
pub fill_ts_utc: Option<DateTime<Utc>>,
pub raw: Option<Value>,
}Expand description
§8.10 — Trade execution (partial/full).
Fields§
§venue_order_id: OrderId§fill_id: String§side: Side§price: Price§qty: Qty§fee: Option<FeeDetail>§liquidity: Option<Liquidity>§fill_ts_utc: Option<DateTime<Utc>>§raw: Option<Value>Trait Implementations§
§impl<'de> Deserialize<'de> for Fill
impl<'de> Deserialize<'de> for Fill
§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 Fill
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnsafeUnpin for Fill
impl UnwindSafe for Fill
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)