Compare commits

..

1 Commits

Author SHA1 Message Date
VQIVS c5833d1315 --wip-- [skip ci] 2025-08-05 14:54:51 +03:30
+3 -3
View File
@@ -35,7 +35,7 @@ message CalcMarketReq {
double amount = 4;
double unit_price = 5;
MarketParticipantType participant_type = 6;
market.v1.MarketOrderSide req_side = 7; // For Calculation : can be from asset or irt
optional wallet.v1.BuyAssetSide req_side = 7; // For Calculation : can be from asset or irt
}
message CalcMarketRes {
@@ -89,7 +89,7 @@ message MarketAssetList {
uint32 total_count = 4;
}
message MatchOrderReq {
message PurchaseReq {
auth.v1.InternalIAM iam = 1;
uint64 order_id = 2;
double amount = 3;
@@ -98,7 +98,7 @@ message MatchOrderReq {
optional auth.v1.TFA tfa = 5;
}
message MatchOrderRes {
message PurchaseRes {
uint64 order_id = 1;
double calculated_irt_amount = 2;
double calculated_asset_amount = 3;