dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Data Structures | |
interface | com.dxfeed.api.IDXEndpoint |
Manages network connections to DXFeed. More... | |
Namespaces | |
namespace | com.dxfeed.api |
Enumerations | |
enum | com.dxfeed.api.DXEndpointState { com.dxfeed.api.DXEndpointState.NotConnected, com.dxfeed.api.DXEndpointState.Connecting, com.dxfeed.api.DXEndpointState.Connected, com.dxfeed.api.DXEndpointState.Closed } |
Represents the current state of endpoint. More... | |
Functions | |
delegate void | com.dxfeed.api.OnEndpointClosingEventHandler (object sender, EventArgs e) |
Handler for IDXEndpoint closing event. More... | |