![]() | Table of Content | Session Constructor ![]() |
Session Class |
Namespace: OnixS.CmeStpHandler
public class Session : IDisposable
The Session type exposes the following members.
Name | Description | |
---|---|---|
![]() | Session(Uri, String, String, String) |
Session constructor.
Polling interval = 3 sec.
|
![]() | Session(Uri, String, String, String, ProxySettings) |
Session constructor.
Polling interval = 3 sec.
|
![]() | Session(Uri, String, String, String, Boolean) |
Session constructor.
Polling interval = 3 sec.
|
![]() | Session(Uri, String, String, String, Int32) |
Session constructor.
|
![]() | Session(Uri, String, String, String, Int32, ProxySettings) |
Session constructor.
|
![]() | Session(Uri, String, String, String, Int32, Boolean) |
Session constructor.
|
Name | Description | |
---|---|---|
![]() ![]() | FixmlTraceSwitch |
Trace switch to control logging of FIXML messages.
|
![]() | LicenseExpirationDate |
Gets license expiration date.
|
![]() ![]() | LicensePath |
Path to the directory where license file located.
|
![]() | SocketReceiveTimeout |
Gets or sets socket receive timeout in milliseconds.
Default value is 60000 msec.
|
![]() | Subscriptions |
Returns list of all active subscriptions to Trade Capture Reports.
|
![]() ![]() | TraceSwitch |
Trace switch to control Handler related tracing and debug output.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes resources.
|
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Query |
Query request to retrieve the current status of trades.
|
![]() | Subscribe() |
Subscribe to Trade Capture Reporting without filtering (all trades).
|
![]() | Subscribe(DateTime) |
Subscribe to Trade Capture Reporting without filtering (all trades).
|
![]() | Subscribe(TradeCaptureReportRequest) |
Subscribe to Trade Capture Reporting with filtering.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unsubscribe |
Unsubscribe from Trade Capture Reporting.
|
Name | Description | |
---|---|---|
![]() | CollateralReportReceived |
Raised when TradeCaptureReport message received.
|
![]() | EndOfQuery |
Raised when last report on query was received.
|
![]() | Error |
Raised when unhandled error occurs.
|
![]() | FixmlMessageReceived |
Raised when Fixml message received.
|
![]() | FixmlMessageSent |
Raised when Fixml message sent.
|
![]() | TradeCaptureReportReceived |
Raised when TradeCaptureReport message received.
|
![]() | TradeCaptureReportRequestAcknowledgementReceived |
Raised when TradeCaptureReportRequestAcknowledgement message received.
|
![]() | TradeCaptureReportRequestSent |
Raised when TradeCaptureReportRequest message sent.
|