Show / Hide Table of Contents

Class StreamIndexServiceResponseInstruments

StreamIndexServiceResponseInstruments is computation result by instruments.

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

Constructors

StreamIndexServiceResponseInstruments()

Declaration
public StreamIndexServiceResponseInstruments()

StreamIndexServiceResponseInstruments(StreamIndexServiceResponseInstruments)

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

Fields

CountFieldNumber

Field number for the "count" field.

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

PartitionFieldNumber

Field number for the "partition" field.

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

PriceFieldNumber

Field number for the "price" field.

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

UnderlyingTradeFieldNumber

Field number for the "underlying_trade" field.

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

VolumeFieldNumber

Field number for the "volume" field.

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

Properties

Count

Count.

Declaration
public ulong Count { get; set; }
Property Value
Type Description
System.UInt64

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<StreamIndexServiceResponseInstruments> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<StreamIndexServiceResponseInstruments>

Partition

Partition.

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

Price

Price.

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

UnderlyingTrade

Underlying trade for the partition.

Declaration
public StreamIndexServiceUnderlyingTrade UnderlyingTrade { get; set; }
Property Value
Type Description
StreamIndexServiceUnderlyingTrade

Volume

Volume.

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamIndexServiceResponseInstruments Clone()
Returns
Type Description
StreamIndexServiceResponseInstruments

Equals(StreamIndexServiceResponseInstruments)

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

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