Function isin::build_from_parts[][src]

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

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