C# 클래스 IBApi.IbClient

IbClient is a wrapper around IbClientConnection, IbClientRequestHandler, and IbClientResponseHandler. It's meant to be a quick-and-easy way to get up and running. For more precise control over program flow, use the underlying classes directly.
상속: IDisposable
파일 보기 프로젝트 열기: bhamer/tws-api-tap 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( string host, int port, int clientId, bool extraAuth = false ) : void
Dispose ( ) : void
IbClient ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string host, int port, int clientId, bool extraAuth = false ) : void
host string
port int
clientId int
extraAuth bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IbClient() 공개 메소드

public IbClient ( ) : System
리턴 System