Show / Hide Table of Contents

Class UInt64Field

An unsigned int 64 field.

Inheritance
object
Field
TypedField<ulong>
UInt64Field
Inherited Members
TypedField<ulong>.FormattedValue
TypedField<ulong>.Value
Field.ChangeDirection
Field.DepthLevel
Field.DetailedDepthLevel
Field.FieldId
Field.HasChanged
Field.HasDirectionChanged
Field.HasValidValue
Field.HasValue
Field.HasValueChanged
Field.Instrument
Field.ToString()
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 UInt64Field : TypedField<ulong>
In this article
Back to top