Show / Hide Table of Contents

Class ExportValuesUpdatedEventArgs

Inheritance
object
EventArgs
ExportValuesUpdatedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class ExportValuesUpdatedEventArgs : EventArgs

Properties

AccountId

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

Algo

Declaration
public Algo Algo { get; }
Property Value
Type Description
Algo

ExportValues

Declaration
public IDictionary<string, object> ExportValues { get; }
Property Value
Type Description
IDictionary<string, object>

OrderId

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top