dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Properties
com.dxfeed.api.events.EventParams Class Reference

Received event parameters More...

Public Member Functions

 EventParams (EventFlag flags, UInt64 timeIntField, UInt64 snapshotKey)
 Create new event parameters object More...
 

Properties

EventFlag Flags [get, private set]
 Event flags More...
 
UInt64 TimeIntField [get, private set]
 Event time field More...
 
UInt64 SnapshotKey [get, private set]
 The 64 bit unsigned decimal representing unique id in subscription for snapshot object. This value is generated in C API using record_info_id, symbol and source. More...
 

Detailed Description

Received event parameters

Constructor & Destructor Documentation

◆ EventParams()

com.dxfeed.api.events.EventParams.EventParams ( EventFlag  flags,
UInt64  timeIntField,
UInt64  snapshotKey 
)
inline

Create new event parameters object

Parameters
flagsevent flags
timeIntFieldevent time field
snapshotKeyNumber represents snapshot key

Property Documentation

◆ Flags

EventFlag com.dxfeed.api.events.EventParams.Flags
getprivate set

Event flags

◆ SnapshotKey

UInt64 com.dxfeed.api.events.EventParams.SnapshotKey
getprivate set

The 64 bit unsigned decimal representing unique id in subscription for snapshot object. This value is generated in C API using record_info_id, symbol and source.

Snapshot key format: 64 - 56 55 - 24 23 - 0 rec_inf_id | symbol | order_source

rec_inf_id - record type of snapshot subscription (record_info_id). symbol - string symbol of snapshot subscription. order_source - source for Order records or keyword for MarketMaker; can be NULL also.

◆ TimeIntField

UInt64 com.dxfeed.api.events.EventParams.TimeIntField
getprivate set

Event time field


The documentation for this class was generated from the following file: