|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.otfeed.command.PriceRange
public final class PriceRange
Composite, encapsulating a price range. Used as predicate when searching for options.
OptionChainCommand
,
OptionChainSnapshotCommand
,
OptionChainWithSnapshotCommand
Field Summary | |
---|---|
double |
max
Upper boundary of the price range. |
double |
min
Lower boundary of the price range. |
Constructor Summary | |
---|---|
PriceRange(double min,
double max)
Constructs composite object. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final double min
public final double max
Constructor Detail |
---|
public PriceRange(double min, double max)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |