forwardDesciption Field   Table of ContentHandler Constructor forward
Handler Class
CME Drop Copy Handler.
Inheritance Hierarchy
System.Object
  Onixs.Cme.DropCopy.Handler

Namespace:  Onixs.Cme.DropCopy
Assembly:  Onixs.CmeDropCopy-net-4.7.2_x64 (in Onixs.CmeDropCopy-net-4.7.2_x64.dll) Version: 4.7.0.0 (4.7.0.0)
Syntax
C#
public class Handler : IDisposable

The Handler type exposes the following members.

Constructors
  NameDescription
Public methodHandler(Session)
Handler constructor.
Public methodHandler(String, String, String)
Handler constructor.
Public methodHandler(String, String, String, String, String)
Handler constructor.
Top
Properties
  NameDescription
Public propertyStatic memberDialectFile
Gets or sets path of dialect file.
Public propertyStatic memberFixMessagesTraceSwitch
Gets TraceSwitch for tracing FIX messages.
Public propertyStatic memberHandlerTraceSwitch
Gets TraceSwitch for tracing handler messages.
Public propertyStatic memberLicensePath
Gets or sets license directory.
Public propertyStatic memberLogDirectory
Gets or sets log directory.
Public propertyProcessNextExpectedSeqNumFromCmeLogout
If true will set the session outgoing sequence number to the NextExpectedMsgSeqNum (tag 789) field value from the CME Logout message.
Public propertySession
Gets underlying Fix Session.
Top
Methods
  NameDescription
Public methodCreateLogonMessage
Creates logon FIX message.
Public methodDispose()
Implement IDisposable.
Protected methodDispose(Boolean)
Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogon
Logon to CME drop copy session.
Public methodLogout
Logout from CME drop copy session.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset session sequence numbers. NOTE: Should be called in disconnected state only.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventError
Raised when error occurs.
Public eventExecutionReportReceived
Raised when Execution Report message received.
Public eventMassOrderCancelReportReceived
Raised when Mass Order Cancel Report message received.
Public eventWarning
Raised when warning occurs.
Top
Fields
  NameDescription
Public fieldStatic memberApplicationSystemName
Application System Name
Public fieldStatic memberApplicationSystemVendor
Application System Vendor
Public fieldStatic memberApplicationSystemVersion
Application System Version
Top
See Also