Beispiel #1
0
 private static Ask NewAsk(int units, decimal price) => Ask.New(NewId(), StockId, units: units, price: price);