All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.symphonyoss.fin.security.id.Ticker Maven / Gradle / Ivy

There is a newer version: 4.59.8
Show newest version
package org.symphonyoss.fin.security.id;

public class Ticker extends SecId {

	public Ticker() {
		super();
	}

	public Ticker(String value) {
		super(value);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy