public class AbstractOrderBookImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ASK |
protected static char |
ASK_CODE |
protected static int |
BID |
protected static char |
BID_CODE |
protected static char |
EMPTY_BOOK |
protected static char |
ENTRY_CHANGE |
protected static char |
ENTRY_DELETE |
protected static char |
ENTRY_NEW |
protected static char |
ENTRY_OVERLAY |
| Constructor and Description |
|---|
AbstractOrderBookImpl() |
protected static final int BID
protected static final int ASK
protected static final char BID_CODE
protected static final char ASK_CODE
protected static final char EMPTY_BOOK
protected static final char ENTRY_NEW
protected static final char ENTRY_CHANGE
protected static final char ENTRY_DELETE
protected static final char ENTRY_OVERLAY
Copyright © 2000–2025 EPAM Systems. All rights reserved.