모의투자 관리 기능 추가
This commit is contained in:
@@ -21,5 +21,9 @@ public class PaperSummaryDto {
|
||||
private Double minOrderKrw;
|
||||
private Boolean autoTradeEnabled;
|
||||
private Double autoTradeBudgetPct;
|
||||
private Double reservedCash;
|
||||
private Double orderableCash;
|
||||
private Double initialCapitalSnapshot;
|
||||
private List<PaperPositionDto> positions;
|
||||
private List<PaperAllocationDto> allocations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user