|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriceType | |
---|---|
com.dxfeed.event.market | Defines regular market event classes. |
Uses of PriceType in com.dxfeed.event.market |
---|
Methods in com.dxfeed.event.market that return PriceType | |
---|---|
PriceType |
Summary.getDayClosePriceType()
Returns the price type of the last (close) price for the day. |
PriceType |
Summary.getPrevDayClosePriceType()
Returns the price type of the last (close) price for the previous day. |
static PriceType |
PriceType.valueOf(int code)
|
static PriceType |
PriceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PriceType[] |
PriceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dxfeed.event.market with parameters of type PriceType | |
---|---|
void |
Summary.setDayClosePriceType(PriceType type)
Changes the price type of the last (close) price for the day. |
void |
Summary.setPrevDayClosePriceType(PriceType type)
Changes the price type of the last (close) price for the previous day. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |