Description Field | Table of Content | Handler Constructor |
Handler Class |
Namespace: Onixs.Cme.DropCopy
public class Handler : IDisposable
The Handler type exposes the following members.
Name | Description | |
---|---|---|
Handler(Session) |
Handler constructor.
| |
Handler(String, String, String) |
Handler constructor.
| |
Handler(String, String, String, String, String) |
Handler constructor.
|
Name | Description | |
---|---|---|
DialectFile |
Gets or sets path of dialect file.
| |
FixMessagesTraceSwitch |
Gets TraceSwitch for tracing FIX messages.
| |
HandlerTraceSwitch |
Gets TraceSwitch for tracing handler messages.
| |
LicensePath |
Gets or sets license directory.
| |
LogDirectory |
Gets or sets log directory.
| |
ProcessNextExpectedSeqNumFromCmeLogout |
If true will set the session outgoing sequence number to the
NextExpectedMsgSeqNum (tag 789) field value from the CME Logout message.
| |
Session |
Gets underlying Fix Session.
|
Name | Description | |
---|---|---|
CreateLogonMessage |
Creates logon FIX message.
| |
Dispose() |
Implement IDisposable.
| |
Dispose(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.
| |
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Logon |
Logon to CME drop copy session.
| |
Logout |
Logout from CME drop copy session.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Reset session sequence numbers.
NOTE: Should be called in disconnected state only.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Error |
Raised when error occurs.
| |
ExecutionReportReceived |
Raised when Execution Report message received.
| |
MassOrderCancelReportReceived |
Raised when Mass Order Cancel Report message received.
| |
Warning |
Raised when warning occurs.
|
Name | Description | |
---|---|---|
ApplicationSystemName |
Application System Name
| |
ApplicationSystemVendor |
Application System Vendor
| |
ApplicationSystemVersion |
Application System Version
|