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

com.fluxtion.server.lib.pnl.dto.TradeBatchDto Maven / Gradle / Ivy

/*
 * SPDX-FileCopyrightText: © 2024 Gregory Higgins 
 * SPDX-License-Identifier: AGPL-3.0-only
 */

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

import com.fluxtion.server.lib.pnl.refdata.Instrument;
import lombok.Getter;

@Getter
public class TradeBatchDto extends BatchDto {

    private final Instrument feeInstrument = Instrument.INSTRUMENT_USD;
    private final double fee = 0;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy