Uses of Class
com.dxfeed.event.market.Side

Packages that use Side
com.dxfeed.event.market Defines regular market event classes. 
 

Uses of Side in com.dxfeed.event.market
 

Methods in com.dxfeed.event.market that return Side
 Side TimeAndSale.getAggressorSide()
          Returns aggressor side of this time and sale event.
static Side Side.valueOf(int code)
           
static Side Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Side[] Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dxfeed.event.market with parameters of type Side
 void TimeAndSale.setAggressorSide(Side side)
          Changes aggressor side of this time and sale event.
 



Copyright © 2013 Devexperts. All Rights Reserved.