dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.native Namespace Reference

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...
 

Function Documentation

◆ OnServerHeartbeatHandler()

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

Parameters
connectionThe current connection
serverDateTimeThe server UTC time (from the incoming heartbeat payload)
serverLagMarkThe server's messages composing lag time in microseconds (from the incoming heartbeat payload)
connectionRttThe calculated connection RTT in microseconds