C# 클래스 FastQuant.TradeDetector

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

공개 메소드들

메소드 설명
Add ( FastQuant.Fill fill ) : void
OnEquity ( double equity ) : void
TradeDetector ( TradeDetectionType type, Portfolio portfolio ) : System

비공개 메소드들

메소드 설명
BotEqOqmKI ( TradeInfo tradeInfo_0 ) : void
method_0 ( FastQuant.Fill fill_1, double double_1 ) : FastQuant.Fill
method_1 ( FastQuant.Fill fill_1 ) : FastQuant.Fill
method_2 ( FastQuant.Fill fill_1, FastQuant.Fill fill_2, double double_1 ) : TradeInfo
method_3 ( FastQuant.Fill fill_1 ) : bool
method_4 ( Instrument instrument_1 ) : double

메소드 상세

Add() 공개 메소드

public Add ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
리턴 void

OnEquity() 공개 메소드

public OnEquity ( double equity ) : void
equity double
리턴 void

TradeDetector() 공개 메소드

public TradeDetector ( TradeDetectionType type, Portfolio portfolio ) : System
type TradeDetectionType
portfolio Portfolio
리턴 System