#include <OnixS/B3/MarketData/UMDF/Defines.h>
Definition at line 46 of file Defines.h.
◆ Origin
| Enumerator |
|---|
| Instrument | |
| Incremental | |
| Snapshot | |
Definition at line 51 of file Defines.h.
◆ DataSource() [1/2]
◆ DataSource() [2/2]
◆ toString()
| std::string toString |
( |
| ) |
const |
◆ cached
The packet was cached due to incorrect sequence.
Definition at line 87 of file Defines.h.
◆ channelId
Channel identification.
Definition at line 75 of file Defines.h.
◆ lastMessage
Indicates if the message is the last in the packet.
Definition at line 81 of file Defines.h.
◆ origin
the way data received
Definition at line 84 of file Defines.h.
◆ packetMessageNumber
| UInt8 packetMessageNumber |
Number of message in the packet.
Definition at line 78 of file Defines.h.
◆ packetReceptionTime
Time when the packet was received by Handler from UDP, in system ticks,.
- See also
- Time.h
Definition at line 59 of file Defines.h.
◆ packetSequenceNumber
Packet Sequence Number. Always incremented by one in the same channel and same SequenceVersion.
Definition at line 65 of file Defines.h.
◆ packetSequenceVersion
Packet Sequence Version.
For incremental stream, it starts with 1 at the rollout in the production environment and incremented on weekly basis or in case of failover events. For instrument definition and snapshot streams, its value changes for each new loop. its value will be rolled back to 1 if incremented beyond 65534.
Definition at line 72 of file Defines.h.
◆ sendingTime
UTC date and time of packet transmission, in nanoseconds since Unix epoch (Jan 1st., 1970), with microsecond-level precision*.
Definition at line 62 of file Defines.h.