Uses of Class
org.otfeed.event.DividendPropertyEnum

Packages that use DividendPropertyEnum
org.otfeed.event Event objects and enven listeners for the client API to the OpenTick financial data feed service. 
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of DividendPropertyEnum in org.otfeed.event
 

Methods in org.otfeed.event that return DividendPropertyEnum
static DividendPropertyEnum DividendPropertyEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DividendPropertyEnum[] DividendPropertyEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.otfeed.event that return types with arguments of type DividendPropertyEnum
static java.util.Set<DividendPropertyEnum> DividendPropertyEnum.combine(DividendPropertyEnum... vals)
           
 java.util.Set<DividendPropertyEnum> OTDividend.getProperties()
           
 

Methods in org.otfeed.event with parameters of type DividendPropertyEnum
static java.util.Set<DividendPropertyEnum> DividendPropertyEnum.combine(DividendPropertyEnum... vals)
           
 

Method parameters in org.otfeed.event with type arguments of type DividendPropertyEnum
 void OTDividend.setProperties(java.util.Set<DividendPropertyEnum> val)
           
 

Constructor parameters in org.otfeed.event with type arguments of type DividendPropertyEnum
OTDividend(double price, java.util.Date declaratonDate, java.util.Date executionDate, java.util.Date recordDate, java.util.Date paymentDate, java.util.Set<DividendPropertyEnum> properties)
          Constructor.
 

Uses of DividendPropertyEnum in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request that return types with arguments of type DividendPropertyEnum
static java.util.Set<DividendPropertyEnum> Util.readDividendProperrtyEnumSet(java.nio.ByteBuffer in)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.