Type Alias AddReduceMarginResponse
Source pub type AddReduceMarginResponse = AddReduceMarginResult;
pub struct AddReduceMarginResponse {Show 23 fields
pub category: String,
pub symbol: String,
pub position_idx: i32,
pub risk_id: i32,
pub risk_limit_value: String,
pub size: String,
pub avg_price: String,
pub liq_price: String,
pub bust_price: String,
pub mark_price: String,
pub position_value: String,
pub leverage: String,
pub auto_add_margin: i32,
pub position_status: String,
pub position_im: String,
pub position_mm: String,
pub take_profit: String,
pub stop_loss: String,
pub trailing_stop: String,
pub unrealised_pnl: String,
pub cum_realised_pnl: String,
pub created_time: String,
pub updated_time: String,
}