C# 클래스 FastQuant.StatisticsManager

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
Add ( PortfolioStatisticsItem item ) : void
Clone ( int type ) : PortfolioStatisticsItem
CloneAll ( ) : List
Contains ( int type ) : bool
Get ( int type ) : PortfolioStatisticsItem
Remove ( int type ) : void
StatisticsManager ( Framework framework ) : System

메소드 상세

Add() 공개 메소드

public Add ( PortfolioStatisticsItem item ) : void
item PortfolioStatisticsItem
리턴 void

Clone() 공개 메소드

public Clone ( int type ) : PortfolioStatisticsItem
type int
리턴 PortfolioStatisticsItem

CloneAll() 공개 메소드

public CloneAll ( ) : List
리턴 List

Contains() 공개 메소드

public Contains ( int type ) : bool
type int
리턴 bool

Get() 공개 메소드

public Get ( int type ) : PortfolioStatisticsItem
type int
리턴 PortfolioStatisticsItem

Remove() 공개 메소드

public Remove ( int type ) : void
type int
리턴 void

StatisticsManager() 공개 메소드

public StatisticsManager ( Framework framework ) : System
framework Framework
리턴 System