Nimish Agrawal

Results 6 comments of Nimish Agrawal

Create a Bid, restart the server, cancel the bid, it will give this error in logs.

Reserved Stocks per company is already implemented. Need to show ReservedStocksWorth.

![Screenshot (9)](https://user-images.githubusercontent.com/37630020/71447332-f89c0f00-2752-11ea-9490-b8fc3b294fc6.png) We can have a similar field for reserveStocksWorth. We already get map in portfolio page. Implementation would be similar to that of calculating worth of stocks owned.

#292 Refactored GRPC Api Need to refactor User.go

No it just generates required data from scrapped one

Yes, enums are used defined types. Now if I create enum('A', 'B', 'C'), to have everything consistent, generated sql should be enum('A', 'B', 'C'). But liquibase generates enum(CBA) . This...