C# 클래스 FastQuant.FileOrderServer

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

공개 메소드들

메소드 설명
Clear ( ) : void
Close ( ) : void
Delete ( string name ) : void
FileOrderServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System
Flush ( ) : void
Get ( string seriesName ) : int
Load ( string name = null ) : List
Open ( ) : void
Save ( ExecutionMessage message, int id = -1 ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

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

FileOrderServer() 공개 메소드

public FileOrderServer ( Framework framework, string fileName, string host = null, int port = -1 ) : System
framework Framework
fileName string
host string
port int
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Get() 공개 메소드

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

Load() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void

Save() 공개 메소드

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