T
- price level type.public abstract class BookBase<T extends ImpliedPriceLevel> extends Object
Modifier and Type | Method and Description |
---|---|
List<T> |
getAsks()
Gets asks.
|
List<T> |
getBids()
Get bids.
|
SecurityDefinition |
getSecurityDefinition()
Get security definition.
|
int |
getSecurityId()
Get security ID.
|
OrderBookType |
getType()
Get book type.
|
abstract String |
toDetailedString()
Convert object to detailed string representation.
|
String |
toString()
Convert object to string representation.
|
public final int getSecurityId()
public final SecurityDefinition getSecurityDefinition()
public final OrderBookType getType()
public String toString()
public abstract String toDetailedString()
Copyright © 2010–2020 Onix Solutions. All rights reserved.