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
Mostra file Open project: bhamer/tws-api-tap Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Connect() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

IbClient() public method

public IbClient ( ) : System
return System