Package | Description |
---|---|
jayeson.lib.feed.api | |
jayeson.lib.feed.core |
Modifier and Type | Method and Description |
---|---|
OddFormat |
IBetRecord.oddFormat()
Retrieve odd rate format which is one of HK, MALAY, EU or INDO
|
static OddFormat |
OddFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OddFormat[] |
OddFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OddFormat |
BetRecord.oddFormat()
Retrieve odd rate format.
|
Constructor and Description |
---|
B2Record(java.lang.String matchId,
java.lang.String eventId,
long id,
OddType oddType,
LBType lbType,
TimeType timetype,
java.lang.String sportbook,
OddFormat oddFormat,
java.util.Map<java.lang.String,java.lang.String> meta,
float rateOver,
float rateUnder,
float rateEqual,
float pivotValue,
PivotType pivotType,
PivotBias pivotBias,
java.lang.String rateOverId,
java.lang.String rateUnderId,
java.lang.String rateEqualId,
boolean isSwapped) |
BetRecord(java.lang.String matchId,
java.lang.String eventId,
long id,
OddType oddType,
LBType lbType,
TimeType timetype,
java.lang.String sportbook,
OddFormat oddFormat,
java.util.Map<java.lang.String,java.lang.String> meta) |