![]() | Table of Content | Packet Constructor ![]() |
Packet Class |
Namespace: OnixS.CmeMdHandler
public class Packet : ICloneable
The Packet type exposes the following members.
Name | Description | |
---|---|---|
![]() | Current |
Gets current message.
|
![]() | FeedType |
Packet sequence number.
|
![]() | PacketLength |
Packet data length.
|
![]() | PacketOffset |
Packet data offset.
|
![]() | ReceivingTimestamp |
Packet receiving timestamp.
|
![]() | SendingTime |
Packet sending timestamp.
|
![]() | SeqNum |
Packet sequence number.
|
Name | Description | |
---|---|---|
![]() | Clone |
Copy packet data and return cloned object.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRawData |
Returns packet raw data.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveNext |
Moves to next message.
|
![]() | Reset |
Reset message enumerator to initial state.
|
![]() | ToString |
Returns string representation of an object.
(Overrides Object.ToString().) |