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

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

The newest version!
/*
 * SPDX-FileCopyrightText: © 2024 Gregory Higgins 
 * SPDX-License-Identifier: AGPL-3.0-only
 */

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

public record Symbol(String symbolName, Instrument dealtInstrument, Instrument contraInstrument) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy