Commit 64f96862 authored by linj's avatar linj Committed by vipwzw

挂买/卖单时可以指定用何种资产标价

parent 0fe6a44e
...@@ -34,6 +34,9 @@ message TradeForSell { ...@@ -34,6 +34,9 @@ message TradeForSell {
bool crowdfund = 8; bool crowdfund = 8;
// 资产来源 // 资产来源
string assetExec = 9; string assetExec = 9;
// 定价资产
string priceExec = 10;
string priceSymbol = 11;
} }
// 购买者发起交易用来购买token持有者之前挂单出售的token // 购买者发起交易用来购买token持有者之前挂单出售的token
...@@ -56,6 +59,9 @@ message TradeForBuyLimit { ...@@ -56,6 +59,9 @@ message TradeForBuyLimit {
int64 pricePerBoardlot = 4; int64 pricePerBoardlot = 4;
int64 totalBoardlot = 5; int64 totalBoardlot = 5;
string assetExec = 6; string assetExec = 6;
// 定价资产
string priceExec = 7;
string priceSymbol = 8;
} }
// 现价卖单 // 现价卖单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment