pub type GetClosedPnlResponse = GetClosedPnlResult;Aliased Type§
pub struct GetClosedPnlResponse {
pub category: String,
pub list: Vec<ClosedPnlItem>,
pub next_page_cursor: String,
}Fields§
§category: String§list: Vec<ClosedPnlItem>§next_page_cursor: String