Show / Hide Table of Contents

Class TypedField<FieldType>

A typed field.

Inheritance
object
Field
TypedField<FieldType>
BooleanField
CounterpartyField
DecimalField
DoubleField
EnumField<T>
PriceField
QuantityField
StringField
UInt32Field
UInt64Field
Inherited Members
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 TypedField<FieldType> : Field
Type Parameters
Name Description
FieldType

Properties

FormattedValue

Gets the formatted value.

Declaration
public override string FormattedValue { get; }
Property Value
Type Description
string

The formatted value.

Overrides
Field.FormattedValue

Value

Gets the value.

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

The value.

In this article
Back to top