Show / Hide Table of Contents

Class StreamIvSviParametersRequestV1

StreamIvSviParametersRequestV1 is IV SVI parameter stream request.

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

Constructors

StreamIvSviParametersRequestV1()

Declaration
public StreamIvSviParametersRequestV1()

StreamIvSviParametersRequestV1(StreamIvSviParametersRequestV1)

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

Fields

AssetsFieldNumber

Field number for the "assets" field.

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

ExchangesFieldNumber

Field number for the "exchanges" field.

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

Properties

Assets

base/quote assets. wildcard is supported for both base and 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

Exchanges

Exchanges. wildcard is supported.

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

Parser

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamIvSviParametersRequestV1 Clone()
Returns
Type Description
StreamIvSviParametersRequestV1

Equals(StreamIvSviParametersRequestV1)

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

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