Show / Hide Table of Contents

Class StreamIndexServiceRequestV1

StreamIndexServiceRequestV1

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

Constructors

StreamIndexServiceRequestV1()

Declaration
public StreamIndexServiceRequestV1()

StreamIndexServiceRequestV1(StreamIndexServiceRequestV1)

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

Fields

CommoditiesFieldNumber

Field number for the "commodities" field.

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

IndexCodeFieldNumber

Field number for the "index_code" field.

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

IntervalFieldNumber

Field number for the "interval" field.

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

Properties

Commodities

Enum indicating type of feed.

Declaration
public Google.Protobuf.Collections.RepeatedField<StreamIndexCommodity> Commodities { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<StreamIndexCommodity>

Descriptor

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

IndexCode

Index code.

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

Interval

Data interval. For historical data only.

Declaration
public DataInterval Interval { get; set; }
Property Value
Type Description
DataInterval

Parser

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamIndexServiceRequestV1 Clone()
Returns
Type Description
StreamIndexServiceRequestV1

Equals(StreamIndexServiceRequestV1)

Declaration
public bool Equals(StreamIndexServiceRequestV1 other)
Parameters
Type Name Description
StreamIndexServiceRequestV1 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(StreamIndexServiceRequestV1)

Declaration
public void MergeFrom(StreamIndexServiceRequestV1 other)
Parameters
Type Name Description
StreamIndexServiceRequestV1 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