Uses of Class
org.otfeed.command.MonthAndYear

Packages that use MonthAndYear
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.j2ee.ra   
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support.alt   
 

Uses of MonthAndYear in org.otfeed.command
 

Methods in org.otfeed.command that return MonthAndYear
 MonthAndYear OptionChainWithSnapshotCommand.getExpiration()
          Option expiration date (month and year).
 MonthAndYear OptionChainCommand.getExpiration()
          Option expiration date (month and year).
 MonthAndYear OptionInitCommand.getExpiration()
          Expiration month and year for the option.
 MonthAndYear OptionChainSnapshotCommand.getExpiration()
          Option expiration date (month and year).
 

Methods in org.otfeed.command with parameters of type MonthAndYear
 void OptionChainWithSnapshotCommand.setExpiration(MonthAndYear val)
          Sets option expiration date.
 void OptionChainCommand.setExpiration(MonthAndYear val)
          Sets option expiration date.
 void OptionInitCommand.setExpiration(MonthAndYear val)
          Sets expiration month and year.
 void OptionChainSnapshotCommand.setExpiration(MonthAndYear val)
          Sets option expiration date.
 

Constructors in org.otfeed.command with parameters of type MonthAndYear
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 property, which defaults to COMPOUND.
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 property, which defaults to COMPOUND.
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, IDataDelegate<OTOptionInit> dataDelegate)
          Creates new option init command with any strike, initializing all its properties.
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.
 

Uses of MonthAndYear in org.otfeed.j2ee.ra
 

Methods in org.otfeed.j2ee.ra with parameters of type MonthAndYear
 IOutboundConnection.IDataReader<java.lang.Object> OtfeedConnection.requestOptionChainSnapshot(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, VolumeStyleEnum volumeStyle, java.util.EnumSet<DataEnum> dataTypes)
           
 IOutboundConnection.IDataReader<OTOptionInit> OtfeedConnection.requestOptionInit(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange)
           
 

Uses of MonthAndYear in org.otfeed.protocol.request
 

Constructors in org.otfeed.protocol.request with parameters of type MonthAndYear
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)
           
 

Uses of MonthAndYear in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt with parameters of type MonthAndYear
 IOutboundConnection.IDataReader<java.lang.Object> OutboundConnectionAdapter.requestOptionChainSnapshot(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, VolumeStyleEnum volumeStyle, java.util.EnumSet<DataEnum> dataTypes)
           
 IOutboundConnection.IDataReader<java.lang.Object> IOutboundConnection.requestOptionChainSnapshot(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange, VolumeStyleEnum volumeStyle, java.util.EnumSet<DataEnum> dataTypes)
           
 IOutboundConnection.IDataReader<OTOptionInit> OutboundConnectionAdapter.requestOptionInit(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange)
           
 IOutboundConnection.IDataReader<OTOptionInit> IOutboundConnection.requestOptionInit(java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear expiration, PriceRange strikeRange)
           
 



Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.