모의투자 관리 기능 추가
This commit is contained in:
@@ -7,6 +7,8 @@ public class PaperOrderRequest {
|
||||
private String market;
|
||||
private String side; // BUY | SELL
|
||||
private String orderKind; // limit | market
|
||||
/** MARKET | LIMIT — 미지정 시 orderKind 기준 (limit→LIMIT, market→MARKET) */
|
||||
private String orderType;
|
||||
private Double price;
|
||||
private Double quantity;
|
||||
/** 수량 미입력 시 매수 예산 비율 (가용현금 %) — 기본값: 설정의 paperAutoTradeBudgetPct */
|
||||
|
||||
Reference in New Issue
Block a user