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

com.fluxtion.server.lib.pnl.refdata.Instrument Maven / Gradle / Ivy

There is a newer version: 0.1.29
Show newest version
/*
 * SPDX-FileCopyrightText: © 2024 Gregory Higgins 
 * SPDX-License-Identifier: AGPL-3.0-only
 */

package com.fluxtion.server.lib.pnl.refdata;

public record Instrument(String instrumentName) {

    public static final Instrument INSTRUMENT_GBP = new Instrument("GBP");
    public static final Instrument INSTRUMENT_USD = new Instrument("USD");
    public static final Instrument INSTRUMENT_USDT = new Instrument("USDT");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy