Show / Hide Table of Contents

Class StreamAggregatesOHLCVRequestV1

StreamAggregatesOHLCVRequestV1

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

Constructors

StreamAggregatesOHLCVRequestV1()

Declaration
public StreamAggregatesOHLCVRequestV1()

StreamAggregatesOHLCVRequestV1(StreamAggregatesOHLCVRequestV1)

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

Fields

AggregateFieldNumber

Field number for the "aggregate" field.

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

InstrumentCriteriaFieldNumber

Field number for the "instrument_criteria" field.

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

Properties

Aggregate

Aggregate value (1s, 1m, 1h).

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

Descriptor

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

InstrumentCriteria

InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.

Declaration
public InstrumentCriteria InstrumentCriteria { get; set; }
Property Value
Type Description
InstrumentCriteria

Parser

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamAggregatesOHLCVRequestV1 Clone()
Returns
Type Description
StreamAggregatesOHLCVRequestV1

Equals(StreamAggregatesOHLCVRequestV1)

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

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