Function isin::build_from_parts

source ·
pub fn build_from_parts(prefix: &str, basic_code: &str) -> Result<ISIN, Error>
Expand description

Build an ISIN from its parts: an Prefix and an Basic Code. The Check Digit is automatically computed.