pub type ContractSummary = SecdefSearchResponseSecdefSearchResponse;Expand description
Contract-search result, alias over the generated type.
Aliased Type§
pub struct ContractSummary {
pub bondid: Option<i32>,
pub company_header: Option<String>,
pub company_name: Option<String>,
pub conid: Option<String>,
pub description: Option<String>,
pub fop: Option<String>,
pub issuers: Option<Vec<SecdefSearchResponseSecdefSearchResponseIssuer>>,
pub opt: Option<String>,
pub restricted: Option<bool>,
pub sections: Option<Vec<SecdefSearchResponseSecdefSearchResponseSection>>,
pub symbol: Option<String>,
pub war: Option<String>,
}Fields§
§bondid: Option<i32>applicable for bonds
company_header: Option<String>Company Name - Exchange
company_name: Option<String>Formal name of the company.
conid: Option<String>Contract identifier for the unique contract.
description: Option<String>Primary exchange of the contract
fop: Option<String>Returns a string of dates, separated by semicolons.
issuers: Option<Vec<SecdefSearchResponseSecdefSearchResponseIssuer>>§opt: Option<String>Returns a string of dates, separated by semicolons.
restricted: Option<bool>Returns if the contract is available for trading.
sections: Option<Vec<SecdefSearchResponseSecdefSearchResponseSection>>§symbol: Option<String>Underlying ticker symbol.
war: Option<String>Returns a string of dates, separated by semicolons.