Function cusip::build_from_parts

source ·
pub fn build_from_parts(
    issuer_num: &str,
    issue_num: &str
) -> Result<CUSIP, CUSIPError>
Expand description

Build a CUSIP from its parts: an Issuer Number and an Issue Number. The Check Digit is automatically computed.