usederive_more::Constructor;useserde::Deserialize;useserde::Serialize;/// This struct represents the cancellation of an order
#[derive(Serialize, Deserialize, Clone, Constructor, Debug)]pubstructCancelOrderRequest{pubid: String,
pubmarket_pair:Option<String>,
}