• Version 1.7.1
Show / Hide Table of Contents

Class SessionId

Inheritance
object
SessionId
Implements
IEquatable<SessionId>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionId : IEquatable<SessionId>

Properties

CustomKey

Custom key that can be used to distinguish sessions with the same values of UUID and MarketSegmentId.

Declaration
public string CustomKey { get; }
Property Value
Type Description
string

Firm

Declaration
public string Firm { get; }
Property Value
Type Description
string

MarketSegmentId

Declaration
public int MarketSegmentId { get; }
Property Value
Type Description
int

Session

Declaration
public string Session { get; }
Property Value
Type Description
string

Uuid

Declaration
public ulong Uuid { get; }
Property Value
Type Description
ulong

Methods

Equals(SessionId)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals(SessionId other)
Parameters
Type Name Description
SessionId other

An object to compare with this object.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides
object.Equals(object)

GenerateUuid()

Generates the unique (during program run time) UUIDs

Declaration
public static ulong GenerateUuid()
Returns
Type Description
ulong

GetHashCode()

Serves as the default hash function.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()

GetStorageId()

Declaration
public string GetStorageId()
Returns
Type Description
string

ToFullId()

Is NOT changed over lifetime of the Session

Declaration
public string ToFullId()
Returns
Type Description
string

ToId()

Is NOT changed over lifetime of the Session

Declaration
public string ToId()
Returns
Type Description
string

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()

Implements

IEquatable<T>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX