update stock proto

This commit is contained in:
Asim Aslam
2021-06-18 14:59:17 +01:00
parent a047180905
commit 26293299d2
3 changed files with 28 additions and 27 deletions

View File

@@ -32,9 +32,9 @@ message QuoteResponse {
// the stock symbol
string symbol = 1;
// the asking price
double ask = 2;
double ask_price = 2;
// the bidding price
double bid = 3;
double bid_price = 3;
// the ask size
int32 ask_size = 4;
// the bid size