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

com.tecacet.finance.model.Asset Maven / Gradle / Ivy

package com.tecacet.finance.model;

import lombok.Builder;
import lombok.Getter;

@Getter
@Builder(toBuilder = true)
public class Asset {

    private String symbol;
    private String name;
    private AssetType assetType;
    private int roundLotSize;
    private Exchange exchange;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy