| Package | Description |
|---|---|
| com.opengamma.strata.basics |
Basic types for modelling reference data.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardId |
StandardSchemes.createTicMic(String ticker,
String exchangeMic)
Creates a TICMIC identifier.
|
static StandardId |
StandardId.of(String scheme,
String value)
Obtains an instance from a scheme and value.
|
static StandardId |
StandardId.parse(String str)
Parses an
StandardId from a formatted scheme and value. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends StandardId> |
StandardId.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends StandardId> |
StandardId.Meta.builder() |
| Modifier and Type | Method and Description |
|---|---|
int |
StandardId.compareTo(StandardId other)
Compares the external identifiers, sorting alphabetically by scheme followed by value.
|
static Pair<String,String> |
StandardSchemes.splitTicMic(StandardId ticMic)
Splits a TICMIC identifier.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.