public class PriceLevelChecker extends Object
Order list in terms that in each time bid price is less than ask price.
There is additional information may be gathered during the check:
timeGapBoundImportant to mention that sometimes it's a valid situation when bid greater or equal to ask.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
validate(List<com.dxfeed.event.market.Order> orders,
long timeGapBound,
boolean printQuotes) |
public static boolean validate(List<com.dxfeed.event.market.Order> orders, long timeGapBound, boolean printQuotes)
Copyright © 2023 Devexperts. All rights reserved.