Administrator
4 hours ago bb272e1e2c0d4637d6d9ebfefb635662b804b459
src/main/java/com/xcong/excoin/modules/okxApi/OkxConfig.java
@@ -60,6 +60,7 @@
    private final PnLPriceMode unrealizedPnlPriceMode;
    private final BigDecimal maxPosSize;
    private BigDecimal step;
    private String instIdCode;
    private OkxConfig(Builder builder) {
        this.apiKey = builder.apiKey;
@@ -140,6 +141,9 @@
    public BigDecimal getStep() { return step; }
    public void setStep(BigDecimal step) { this.step = step; }
    public String getInstIdCode() { return instIdCode; }
    public void setInstIdCode(String instIdCode) { this.instIdCode = instIdCode; }
    // ==================== 环境 ====================
    public boolean isProduction() { return isProduction; }