Uses of Record Class
eds.model.OrderBook.PriceLevel
Packages that use OrderBook.PriceLevel
-
Uses of OrderBook.PriceLevel in eds.model
Methods in eds.model that return types with arguments of type OrderBook.PriceLevelModifier and TypeMethodDescriptionOrderBook.OrderBookSnapshot.asks()Returns the value of theasksrecord component.OrderBook.OrderBookSnapshot.bids()Returns the value of thebidsrecord component.Constructor parameters in eds.model with type arguments of type OrderBook.PriceLevelModifierConstructorDescriptionOrderBookSnapshot(List<OrderBook.PriceLevel> bids, List<OrderBook.PriceLevel> asks, OptionalDouble bestBid, OptionalDouble bestAsk, OptionalDouble midPrice, OptionalDouble spread) Creates an instance of aOrderBookSnapshotrecord class.