Show / Hide Table of Contents

Class StreamForexIndexPublic

StreamForexIndexPublic is public property involved in computation.

Inheritance
System.Object
StreamForexIndexPublic
Implements
Google.Protobuf.IBufferMessage
Namespace: KaikoSdk.Stream.IndexForexRateV1
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamForexIndexPublic : Google.Protobuf.IMessage<StreamForexIndexPublic>

Constructors

StreamForexIndexPublic()

Declaration
public StreamForexIndexPublic()

StreamForexIndexPublic(StreamForexIndexPublic)

Declaration
public StreamForexIndexPublic(StreamForexIndexPublic other)
Parameters
Type Name Description
StreamForexIndexPublic other

Fields

NameFieldNumber

Field number for the "name" field.

Declaration
public const int NameFieldNumber = null
Field Value
Type Description
System.Int32

TsEventFieldNumber

Field number for the "ts_event" field.

Declaration
public const int TsEventFieldNumber = null
Field Value
Type Description
System.Int32

Properties

Descriptor

Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.MessageDescriptor

Name

Name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Parser

Declaration
public static Google.Protobuf.MessageParser<StreamForexIndexPublic> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<StreamForexIndexPublic>

TsEvent

TSEvent.

Declaration
public Google.Protobuf.WellKnownTypes.Timestamp TsEvent { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32

Clone()

Declaration
public StreamForexIndexPublic Clone()
Returns
Type Description
StreamForexIndexPublic

Equals(StreamForexIndexPublic)

Declaration
public bool Equals(StreamForexIndexPublic other)
Parameters
Type Name Description
StreamForexIndexPublic other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

MergeFrom(Google.Protobuf.CodedInputStream)

Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input

MergeFrom(StreamForexIndexPublic)

Declaration
public void MergeFrom(StreamForexIndexPublic other)
Parameters
Type Name Description
StreamForexIndexPublic other

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

WriteTo(Google.Protobuf.CodedOutputStream)

Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type Name Description
Google.Protobuf.CodedOutputStream output

Implements

Google.Protobuf.IBufferMessage
In This Article
Back to top Generated by DocFX