Show / Hide Table of Contents

Class StreamAggregatesSpotExchangeRateV2RequestV1

StreamAggregatesSpotExchangeRateV2RequestV1

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

Constructors

StreamAggregatesSpotExchangeRateV2RequestV1()

Declaration
public StreamAggregatesSpotExchangeRateV2RequestV1()

StreamAggregatesSpotExchangeRateV2RequestV1(StreamAggregatesSpotExchangeRateV2RequestV1)

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

Fields

AssetsFieldNumber

Field number for the "assets" field.

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

ExcludeExchangesFieldNumber

Field number for the "exclude_exchanges" field.

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

IncludeExchangesFieldNumber

Field number for the "include_exchanges" field.

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

UpdateFrequencyFieldNumber

Field number for the "update_frequency" field.

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

WindowFieldNumber

Field number for the "window" field.

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

Properties

Assets

base/quote assets.

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

Descriptor

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

ExcludeExchanges

list of exchange code to exclude.

Declaration
public Google.Protobuf.Collections.RepeatedField<string> ExcludeExchanges { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<System.String>

IncludeExchanges

list of exchange code to include.

Declaration
public Google.Protobuf.Collections.RepeatedField<string> IncludeExchanges { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<System.String>

Parser

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

UpdateFrequency

Update frequency (duration string, ex: 1m).

Declaration
public Google.Protobuf.WellKnownTypes.Duration UpdateFrequency { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Duration

Window

Sliding Window duration (duration string, ex: 1m).

Declaration
public Google.Protobuf.WellKnownTypes.Duration Window { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Duration

Methods

CalculateSize()

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

Clone()

Declaration
public StreamAggregatesSpotExchangeRateV2RequestV1 Clone()
Returns
Type Description
StreamAggregatesSpotExchangeRateV2RequestV1

Equals(StreamAggregatesSpotExchangeRateV2RequestV1)

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

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