Show / Hide Table of Contents

Class StreamIndexServiceResponseBaseAsset

StreamIndexServiceResponseBaseAsset is base asset involved in computation.

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

Constructors

StreamIndexServiceResponseBaseAsset()

Declaration
public StreamIndexServiceResponseBaseAsset()

StreamIndexServiceResponseBaseAsset(StreamIndexServiceResponseBaseAsset)

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

Fields

AssetFieldNumber

Field number for the "asset" field.

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

WeightFieldNumber

Field number for the "weight" field.

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

Properties

Asset

Asset.

Declaration
public string Asset { 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

Parser

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

Weight

Weight.

Declaration
public double Weight { get; set; }
Property Value
Type Description
System.Double

Methods

CalculateSize()

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

Clone()

Declaration
public StreamIndexServiceResponseBaseAsset Clone()
Returns
Type Description
StreamIndexServiceResponseBaseAsset

Equals(StreamIndexServiceResponseBaseAsset)

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

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