dxFeed .Net API
7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Namespaces |
Data Structures | |
class | NativeConnection |
Class provides operations with event subscription More... | |
class | NativeDxException |
class | NativeRegionalBook |
class | NativeSnapshotSubscription |
Class provides native snapshot subscription More... | |
class | NativeSubscription |
Class provides native event subscription More... | |
class | NativeTools |
class | OrderEventBuffer |
Simple buffer to collect order events. Not thread safe. More... | |
class | OrderViewSubscription |
Functions | |
delegate void | OnServerHeartbeatHandler (IDxConnection connection, DateTime serverDateTime, int serverLagMark, int connectionRtt) |
The handler type of a connection's incoming heartbeat notification More... | |
delegate void com.dxfeed.native.OnServerHeartbeatHandler | ( | IDxConnection | connection, |
DateTime | serverDateTime, | ||
int | serverLagMark, | ||
int | connectionRtt | ||
) |
The handler type of a connection's incoming heartbeat notification
Called when a server heartbeat arrives and contains non empty payload
connection | The current connection |
serverDateTime | The server UTC time (from the incoming heartbeat payload) |
serverLagMark | The server's messages composing lag time in microseconds (from the incoming heartbeat payload) |
connectionRtt | The calculated connection RTT in microseconds |