Skip to content
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

Closed
sieunie opened this issue Nov 11, 2024 · 0 comments · Fixed by #98, #113 or #122
Closed

[BE] 7.07 거래 체결 기능 구현 (WebSocket) #53

sieunie opened this issue Nov 11, 2024 · 0 comments · Fixed by #98, #113 or #122
Assignees
Labels
BE 백엔드 SOCKET Socket 구현

Comments

@sieunie
Copy link
Collaborator

sieunie commented Nov 11, 2024

✨ 기능 설명

요청 가격이 주식 현재 가격이랑 동일할 시 호출된다. 요청 type이 매수일 경우 사용자 자산에 해당 주식을 매수 개수만큼 추가하고 가상머니를 매수 가격만큼 차감한다. 요청 type이 매도일 경우 사용자 자산에 해당 주식을 매도 개수만큼 제거하고 가상머니를 매도 가격만큼 더한다.

✨ 스크린샷 - 필요한 경우에만 사용

✨ 기타 설명 / 질문

@sieunie sieunie added BE 백엔드 SOCKET Socket 구현 labels Nov 11, 2024
@sieunie sieunie self-assigned this Nov 11, 2024
@sieunie sieunie linked a pull request Nov 13, 2024 that will close this issue
5 tasks
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 sieunie closed this as completed Nov 14, 2024
sieunie added a commit that referenced this issue Nov 14, 2024
- 매도할 개수만큼 매수하지 않은 주식에 대해 매도 막음
@sieunie sieunie reopened this Nov 14, 2024
@sieunie sieunie linked a pull request Nov 14, 2024 that will close this issue
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 15, 2024
sieunie added a commit that referenced this issue Nov 15, 2024
@sieunie sieunie linked a pull request Nov 15, 2024 that will close this issue
4 tasks
@sieunie sieunie closed this as completed Nov 15, 2024
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