protocol 수정 .

This commit is contained in:
hbyang 2026-06-23 17:12:22 +09:00
parent 9f947e4823
commit ef1242f3bd

View File

@ -23,8 +23,8 @@ class Req_Chat(Req_WebPacketProtocol):
partner_count: int = 1
acceptance_ratio: float = 0.05
# 갑(KT/iMK)이 직접 입력. anchor < target. anchor 기본 제안값 = target*(1-0.01).
target_price: float = 10000 # KT 목표 매입가
anchor_price: float = 9900 # KT 앵커링가(목표가보다 낮음). 제시가 ≤ anchor → 우선협상
target_price: int = 10000 # KT 목표 매입가
anchor_price: int = 9900 # KT 앵커링가(목표가보다 낮음). 제시가 ≤ anchor → 우선협상
class Res_Chat(Res_WebPacketProtocol):