示例#1
0
 private static Bid NewBid(int units, decimal price) => Bid.New(NewId(), StockId, units: units, price: price);