public class PositionPdx extends Object implements com.gemstone.gemfire.pdx.PdxSerializable
| Constructor and Description |
|---|
PositionPdx()
This contructor is used by the pdx serialization framework to create the
object before calling the fromData method.
|
PositionPdx(String id,
int shares)
This constructor creates a new object with some data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(com.gemstone.gemfire.pdx.PdxReader reader)
The fromData method deserializes this object
using the given PDXReader.
|
long |
getAvg20DaysVol() |
String |
getBondRating() |
double |
getConvRatio() |
static int |
getCount() |
String |
getCountry() |
double |
getDelta() |
long |
getIndustry() |
long |
getIssuer() |
double |
getMktValue() |
int |
getPid() |
double |
getQty() |
String |
getSecId() |
String |
getSecLinks() |
String |
getSecType() |
int |
getSharesOutstanding() |
String |
getUnderlyer() |
long |
getVolatility() |
void |
toData(com.gemstone.gemfire.pdx.PdxWriter writer)
The toData method serializes the object using a given pdx writer.
|
String |
toString() |
public PositionPdx()
public PositionPdx(String id, int shares)
public void fromData(com.gemstone.gemfire.pdx.PdxReader reader)
fromData in interface com.gemstone.gemfire.pdx.PdxSerializablepublic void toData(com.gemstone.gemfire.pdx.PdxWriter writer)
toData in interface com.gemstone.gemfire.pdx.PdxSerializablepublic long getAvg20DaysVol()
public String getBondRating()
public double getConvRatio()
public String getCountry()
public double getDelta()
public long getIndustry()
public long getIssuer()
public double getMktValue()
public double getQty()
public String getSecId()
public String getSecLinks()
public String getSecType()
public int getSharesOutstanding()
public String getUnderlyer()
public long getVolatility()
public int getPid()
public static int getCount()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.