• Version 5.4.0
Show / Hide Table of Contents

Class MessageEventArgs

Contains information about received drop copy message.

Inheritance
object
EventArgs
MessageEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeDropCopyHandler
Assembly: OnixS.CmeDropCopyHandler.dll
Syntax
public class MessageEventArgs : EventArgs

Properties

Message

Received drop copy message.

Declaration
public Message Message { get; }
Property Value
Type Description
Message

TargetSubId

Contents of tag 50 from the Source session message.

Declaration
public string TargetSubId { get; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX