Class StreamIndexServiceResponseBaseAsset
StreamIndexServiceResponseBaseAsset is base asset involved in computation.
Inheritance
System.Object
StreamIndexServiceResponseBaseAsset
Implements
Google.Protobuf.IBufferMessage
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
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
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
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
Equals(StreamIndexServiceResponseBaseAsset)
Declaration
public bool Equals(StreamIndexServiceResponseBaseAsset other)
Parameters
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 |
|
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
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