|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriceRange | |
---|---|
org.otfeed.command | Command objects: all possible request types originate here. |
org.otfeed.protocol.request | Contains the implementation classes. |
Uses of PriceRange in org.otfeed.command |
---|
Methods in org.otfeed.command that return PriceRange | |
---|---|
PriceRange |
OptionChainCommand.getStrike()
Price range for the option strike. |
PriceRange |
OptionChainSnapshotCommand.getStrike()
Price range for the option strike. |
PriceRange |
OptionChainWithSnapshotCommand.getStrike()
Price range for the option strike. |
PriceRange |
OptionInitCommand.getStrike()
Price range for the option strike. |
Methods in org.otfeed.command with parameters of type PriceRange | |
---|---|
void |
OptionChainCommand.setStrike(PriceRange val)
Sets option strike price range. |
void |
OptionChainSnapshotCommand.setStrike(PriceRange val)
Sets option strike price range. |
void |
OptionChainWithSnapshotCommand.setStrike(PriceRange val)
Sets option strike price range. |
void |
OptionInitCommand.setStrike(PriceRange val)
Sets strike price range. |
Constructors in org.otfeed.command with parameters of type PriceRange | |
---|---|
OptionChainCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike)
Creates new option chain command, initializing all its properties, except volumeStyle ,
which defaults to COMPOUND . |
|
OptionChainCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike,
VolumeStyleEnum volumeStyle)
Creates new option chain command, initializing all its properties. |
|
OptionChainSnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike)
Creates new option chain snapshot command, initializing all its properties, except volumeStyle |
|
OptionChainSnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike,
VolumeStyleEnum volumeStyle)
Creates new option chain snapshot command, initializing all its properties, except delegates. |
|
OptionChainWithSnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike)
Creates new command, initializing all its properties, except volumeStyle |
|
OptionChainWithSnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike,
VolumeStyleEnum volumeStyle)
Creates new command, initializing all its properties, except delegates. |
|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strike,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command, initializing all its properties. |
|
OptionInitCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
PriceRange strike,
IDataDelegate<OTOptionInit> dataDelegate)
Creates new option init command with any expiration, initializing all its properties. |
Uses of PriceRange in org.otfeed.protocol.request |
---|
Constructors in org.otfeed.protocol.request with parameters of type PriceRange | |
---|---|
OptionChainRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionChainSnapshotRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionChainWithSnapshotRequest(IConnection connection,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear monthAndYear,
PriceRange priceRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionInitRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
IDataDelegate<OTOptionInit> dataDelegate,
ICompletionDelegate completionDelegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |