C# 클래스 FastQuant.OrderServer

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

보호된 프로퍼티들

프로퍼티 타입 설명
idByName int>.Dictionary
isOpen bool
nameById IdArray
seriesId int
seriesName string

공개 메소드들

메소드 설명
Clear ( ) : void
Close ( ) : void
Delete ( string seriesName ) : void
Dispose ( ) : void
Flush ( ) : void
Get ( string seriesName ) : int
Load ( string seriesName = null ) : List
Open ( ) : void
OrderServer ( Framework framework ) : System.Collections.Generic
Save ( ExecutionMessage message, int id = -1 ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string seriesName ) : void
seriesName string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string seriesName ) : int
seriesName string
리턴 int

Load() 공개 메소드

public Load ( string seriesName = null ) : List
seriesName string
리턴 List

Open() 공개 메소드

public Open ( ) : void
리턴 void

OrderServer() 공개 메소드

public OrderServer ( Framework framework ) : System.Collections.Generic
framework Framework
리턴 System.Collections.Generic

Save() 공개 메소드

public Save ( ExecutionMessage message, int id = -1 ) : void
message ExecutionMessage
id int
리턴 void

프로퍼티 상세

idByName 보호되어 있는 프로퍼티

protected Dictionary idByName
리턴 int>.Dictionary

isOpen 보호되어 있는 프로퍼티

protected bool isOpen
리턴 bool

nameById 보호되어 있는 프로퍼티

protected IdArray nameById
리턴 IdArray

seriesId 보호되어 있는 프로퍼티

protected int seriesId
리턴 int

seriesName 보호되어 있는 프로퍼티

protected string seriesName
리턴 string