C# 클래스 Capture.Recorder

파일 보기 프로젝트 열기: SunsetQuest/IBMarketRecorder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
terminateRequested bool

공개 메소드들

메소드 설명
Recorder ( RecorderView view ) : System

비공개 메소드들

메소드 설명
ConnectToIB ( ) : void
DisposeIBClient ( ) : void
LogCapturedData ( byte buffer ) : void
OpenAndSendWithWCF ( BinaryWriter ProcWriter ) : void
ShutdownRecorder ( ) : void
Update_isMarketClosed ( System.DateTime &time ) : void
client_Error ( object sender, Krs e ) : void
client_TickPrice ( object sender, TickPriceEventArgs e ) : void
client_TickSize ( object sender, TickSizeEventArgs e ) : void
submitBrfToDB ( System.DateTime roundedTime, byte data ) : void
timer1Sec_Tick ( object sender, EventArgs e ) : void

메소드 상세

Recorder() 공개 메소드

public Recorder ( RecorderView view ) : System
view RecorderView
리턴 System

프로퍼티 상세

terminateRequested 공개적으로 프로퍼티

When set to True this instructs MarketRecorder to close all connections and shutdown.
public bool terminateRequested
리턴 bool