C# Class 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.
Inheritance: IDisposable
Afficher le fichier Open project: bhamer/tws-api-tap Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( string host, int port, int clientId, bool extraAuth = false ) : void
Dispose ( ) : void
IbClient ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Connect() public méthode

public Connect ( string host, int port, int clientId, bool extraAuth = false ) : void
host string
port int
clientId int
extraAuth bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IbClient() public méthode

public IbClient ( ) : System
Résultat System