Implement "index portfolio", "load index", "update index" command
This commit is contained in:
@@ -15,15 +15,6 @@ enum RunMode: String {
|
||||
}
|
||||
|
||||
|
||||
struct Param: Codable {
|
||||
|
||||
/// simulator 일 경우에 참고하는 날짜 정보 (begin ~ end)
|
||||
///
|
||||
let beginDate: String // yyyyMMdd HHmmss
|
||||
let endDate: String // yyyyMMdd HHmmss
|
||||
}
|
||||
|
||||
|
||||
struct Model: Codable {
|
||||
let indexSets: [IndexSet]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user