public class PositionPdx extends Object implements Serializable, com.gemstone.gemfire.pdx.PdxSerializable, Comparable
| Modifier and Type | Field and Description |
|---|---|
static int |
cnt |
static int |
numInstance |
int |
portfolioId |
String |
secId |
String |
secIdIndexed |
String |
secType |
String |
underlyer |
| Constructor and Description |
|---|
PositionPdx() |
PositionPdx(String id,
double out) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
void |
fromData(com.gemstone.gemfire.pdx.PdxReader in) |
Set |
getCol() |
int |
getId() |
double |
getMktValue() |
String |
getSecId() |
Set |
getSet(int size) |
double |
getSharesOutstanding() |
int |
hashCode() |
static void |
resetCounter() |
void |
toData(com.gemstone.gemfire.pdx.PdxWriter out) |
String |
toString() |
public String secId
public String secIdIndexed
public String secType
public String underlyer
public static int cnt
public int portfolioId
public static int numInstance
public PositionPdx()
public PositionPdx(String id, double out)
public static void resetCounter()
public double getMktValue()
public String getSecId()
public int getId()
public double getSharesOutstanding()
public Set getSet(int size)
public Set getCol()
public void fromData(com.gemstone.gemfire.pdx.PdxReader in)
fromData in interface com.gemstone.gemfire.pdx.PdxSerializablepublic void toData(com.gemstone.gemfire.pdx.PdxWriter out)
toData in interface com.gemstone.gemfire.pdx.PdxSerializablepublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.