Package | Description |
---|---|
com.dxfeed.glossary |
Provides utility classes that represent common glossary items in
definitions of market instruments.
|
Modifier and Type | Field and Description |
---|---|
static PriceIncrements |
PriceIncrements.EMPTY
Empty price increments - it has empty text and sole increment with value 0.
|
Modifier and Type | Method and Description |
---|---|
static PriceIncrements |
PriceIncrements.valueOf(double increment)
Returns an instance of price increments for specified single increment.
|
static PriceIncrements |
PriceIncrements.valueOf(double[] increments)
Returns an instance of price increments for specified internal representation.
|
static PriceIncrements |
PriceIncrements.valueOf(String text)
Returns an instance of price increments for specified textual representation.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.