PortfolioStatisticsResult(DateTime, Int32, Int32, String, Double, Double, Double, Boolean, String, String) Constructor

public PortfolioStatisticsResult( 
DateTime dateTime
int portfolioId
int type
string name
double totalValue
double longValue
double shortValue
bool show
string category
string format 
)
This language is not supported or no code example is available.
public:  
PortfolioStatisticsResult( 
DateTime dateTime
int portfolioId
int type
String^ name
double totalValue
double longValue
double shortValue
bool show
String^ category
String^ format 
)
This language is not supported or no code example is available.
public function PortfolioStatisticsResult( 
dateTime : DateTime
portfolioId : int
type : int
name : String
totalValue : double
longValue : double
shortValue : double
show : boolean
category : String
format : String 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

portfolioId
int

type
int

name
string

totalValue
double

longValue
double

shortValue
double

show
bool

category
string

format
string

In this article

Definition