TcpSettings Property | Table of Content | BindFeedEngine Method |
Handler Methods |
The Handler type exposes the following members.
Name | Description | |
---|---|---|
BindFeedEngine |
Binds Feed Engine to the Handler.
Handler must be in stopped state.
| |
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetTcpServerCredentials |
Set credentials for a TCP server.
| |
Start(ICollection<GroupSubscription>) |
Subscribes to the given groups. Subscribers are get notified about certain events through previously registered
handlers. Notifications will occur until Stop() member will be called.
| |
Start(ICollection<MarketSubscription>) |
Subscribes to the given markets. Subscribers are get notified about certain events through previously registered
handlers. Notifications will occur until Stop() member will be called.
| |
Stop |
Interrupts all subscriptions.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |