Skip to content

Instantly share code, notes, and snippets.

domain

Stock.java

public class Stock {
    private String code;
    private Long totalQuantity;
    private BigDecimal bidPrice1;
    private BigDecimal bidPrice2;
 private BigDecimal bidPrice3;