//!//! The order POST response fill.
//!userust_decimal::Decimal;useserde::Deserialize;////// The order partial fill.
///#[derive(Debug, Deserialize, Clone)]#[serde(rename_all ="camelCase")]pubstructFill{/// The trade event price.
pubprice: Decimal,
/// The trade event quantity.
pubqty: Decimal,
/// The commission of the trade event.
pubcommission: Decimal,
/// The token of the commission of the trade event.
pubcommission_asset: String,
}