| | |
| | | private final PnLPriceMode unrealizedPnlPriceMode; |
| | | private final BigDecimal maxPosSize; |
| | | private BigDecimal step; |
| | | private String instIdCode; |
| | | private Long instIdCode; |
| | | |
| | | private OkxConfig(Builder builder) { |
| | | this.apiKey = builder.apiKey; |
| | |
| | | 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 Long getInstIdCode() { return instIdCode; } |
| | | public void setInstIdCode(Long instIdCode) { this.instIdCode = instIdCode; } |
| | | |
| | | // ==================== 环境 ==================== |
| | | |