-
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
[BE] 7.07 거래 체결 기능 구현 (WebSocket) #53
Comments
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
5 tasks
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
sieunie
added a commit
that referenced
this issue
Nov 13, 2024
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
- 각 socket service를 각 기능 모듈에 종속되도록 수정함.
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
[BE] 7.07 거래 체결 기능 구현 (WebSocket) #53
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
3 tasks
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
[BE] 7.07 거래 체결 기능 구현 (WebSocket) #53
sieunie
added a commit
that referenced
this issue
Nov 14, 2024
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
4 tasks
sieunie
added a commit
that referenced
this issue
Nov 15, 2024
[BE] 7.07 거래 체결 기능 구현 수정 (WebSocket) #53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 기능 설명
요청 가격이 주식 현재 가격이랑 동일할 시 호출된다. 요청 type이 매수일 경우 사용자 자산에 해당 주식을 매수 개수만큼 추가하고 가상머니를 매수 가격만큼 차감한다. 요청 type이 매도일 경우 사용자 자산에 해당 주식을 매도 개수만큼 제거하고 가상머니를 매도 가격만큼 더한다.
✨ 스크린샷 - 필요한 경우에만 사용
✨ 기타 설명 / 질문
The text was updated successfully, but these errors were encountered: