Uses of Class
org.otfeed.event.TradePropertyEnum

Packages that use TradePropertyEnum
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 TradePropertyEnum in org.otfeed.event
 

Methods in org.otfeed.event that return TradePropertyEnum
static TradePropertyEnum TradePropertyEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TradePropertyEnum[] TradePropertyEnum.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 TradePropertyEnum
static java.util.Set<TradePropertyEnum> TradePropertyEnum.combine(TradePropertyEnum... vals)
           
 java.util.Set<TradePropertyEnum> OTTrade.getTradeProperties()
          Returns set of boolean properties of this trade.
 

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

Method parameters in org.otfeed.event with type arguments of type TradePropertyEnum
 void OTTrade.setTradeProperties(java.util.Set<TradePropertyEnum> p)
           
 

Constructor parameters in org.otfeed.event with type arguments of type TradePropertyEnum
OTTrade(java.util.Date timestamp, int size, double price, long volume, int sequenceNumber, char indicator, char tickIndicator, java.util.Set<TradePropertyEnum> properties, java.lang.String exchange, java.lang.String symbol)
          Constructor.
 

Uses of TradePropertyEnum in org.otfeed.protocol.request
 

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



Copyright © 2007 Mike Kroutikov. All Rights Reserved.