C# 클래스 FastQuant.InstrumentManager

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

공개 메소드들

메소드 설명
Add ( Instrument instrument, bool save = true ) : void
Clear ( ) : void
Contains ( string symbol ) : bool
Delete ( Instrument instrument ) : void
Delete ( int id ) : void
Delete ( string symbol ) : void
Dump ( ) : void
Get ( string symbol ) : Instrument
GetById ( int id ) : Instrument
InstrumentManager ( Framework framework, InstrumentServer server ) : System
Load ( ) : void
Save ( Instrument instrument ) : void
this ( string symbol ) : Instrument

메소드 상세

Add() 공개 메소드

public Add ( Instrument instrument, bool save = true ) : void
instrument Instrument
save bool
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string symbol ) : bool
symbol string
리턴 bool

Delete() 공개 메소드

public Delete ( Instrument instrument ) : void
instrument Instrument
리턴 void

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Delete() 공개 메소드

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

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string symbol ) : Instrument
symbol string
리턴 Instrument

GetById() 공개 메소드

public GetById ( int id ) : Instrument
id int
리턴 Instrument

InstrumentManager() 공개 메소드

public InstrumentManager ( Framework framework, InstrumentServer server ) : System
framework Framework
server InstrumentServer
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( Instrument instrument ) : void
instrument Instrument
리턴 void

this() 공개 메소드

public this ( string symbol ) : Instrument
symbol string
리턴 Instrument