fix: order confirmation req, res naming #28

Merged
nfel merged 1 commits from ref/match_order into v2 2025-08-04 08:05:27 +00:00
Showing only changes of commit 4a24fcb263 - Show all commits

View File

@ -88,7 +88,7 @@ message MarketAssetList {
uint32 total_count = 4; uint32 total_count = 4;
} }
message PurchaseReq { message MatchOrderReq {
auth.v1.InternalIAM iam = 1; auth.v1.InternalIAM iam = 1;
uint64 order_id = 2; uint64 order_id = 2;
double amount = 3; double amount = 3;
@ -97,7 +97,7 @@ message PurchaseReq {
optional auth.v1.TFA tfa = 5; optional auth.v1.TFA tfa = 5;
} }
message PurchaseRes { message MatchOrderRes {
uint64 order_id = 1; uint64 order_id = 1;
double calculated_irt_amount = 2; double calculated_irt_amount = 2;
double calculated_asset_amount = 3; double calculated_asset_amount = 3;