-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#367 - 주, 월, 년 봉 데이터를 새벽 업데이트 이후에서 16시까지 갱신하지 않도록 변경 #368
Conversation
insertLiveDataRequest(stockId: string) { | ||
const query = this.makeLiveDataQuery(stockId); | ||
this.openapiQueue.enqueue({ | ||
url: this.url, | ||
query, | ||
trId: TR_IDS.LIVE_DATA, | ||
callback: this.getLiveDataSaveCallback(stockId), | ||
}); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리팩토링 수고하셨습니다!
@@ -95,4 +101,26 @@ export class StockDataResponse { | |||
this.volumeDtoList = volumeDtoList; | |||
this.hasMore = hasMore; | |||
} | |||
|
|||
renewLastData(stockLiveData: StockLiveData, entity: new () => StockData) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어흑 수고하셨습니다...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
close #367
✅ 작업 내용
📌 이슈 사항
😎 체크 사항