Class SessionId
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
Firm
Declaration
public string Firm { get; }
Property Value
MarketSegmentId
Declaration
public int MarketSegmentId { get; }
Property Value
Session
Declaration
public string Session { get; }
Property Value
Uuid
Declaration
public ulong Uuid { get; }
Property Value
Methods
Equals(SessionId)
Declaration
public bool Equals(SessionId other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
GenerateUuid()
Generates the unique (during program run time) UUIDs
Declaration
public static ulong GenerateUuid()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
GetStorageId()
Declaration
public string GetStorageId()
Returns
ToString()
Declaration
public override string ToString()
Returns