public interface SecurityDefinition
| Modifier and Type | Field and Description |
|---|---|
static long |
BIG_PRICE_INCREMENT_NULL_VALUE |
static long |
MIN_PRICE_INCREMENT_NULL_VALUE |
static long |
SECURITY_ID_NULL_VALUE |
static int |
SYMBOL_MAX_BYTE_COUNT
Maximum number of bytes the symbol field can be.
|
static long |
VENUE_ID_NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
double |
getBigPriceIncrement()
The location of the big figure for this price as a decimal - 0.001 for example.
|
long |
getBigPriceIncrementAsMantissa()
The location of the big figure for this price.
|
double |
getMinPriceIncrement()
The granularity of prices for this security (on this venue).
|
long |
getMinPriceIncrementAsMantissa()
The granularity of prices for this security (on this venue).
|
long |
getSecurityID() |
java.lang.String |
getSymbol()
The security symbol (i.e.
|
void |
getSymbol(byte[] symbol)
The security symbol (i.e.
|
long |
getTotNumReports()
The total number of SecurityDefinitions to expect in the group from the same SecurityDefinitionRequest.
|
long |
getVenueID() |
static final int SYMBOL_MAX_BYTE_COUNT
static final long VENUE_ID_NULL_VALUE
static final long SECURITY_ID_NULL_VALUE
static final long MIN_PRICE_INCREMENT_NULL_VALUE
static final long BIG_PRICE_INCREMENT_NULL_VALUE
long getVenueID()
long getSecurityID()
long getTotNumReports()
void getSymbol(byte[] symbol)
SYMBOL_MAX_BYTE_COUNT)symbol - byte array to populate with the UTF-8 bytes of the symboljava.lang.String getSymbol()
@Mantissa long getMinPriceIncrementAsMantissa()
@Mantissa long getBigPriceIncrementAsMantissa()
double getMinPriceIncrement()
double getBigPriceIncrement()