Show / Hide Table of Contents

Class StreamExoticIndicesServiceResponsePrices

StreamExoticIndicesServiceResponsePrices is the prices informations on the pair used

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

Constructors

StreamExoticIndicesServiceResponsePrices()

Declaration
public StreamExoticIndicesServiceResponsePrices()

StreamExoticIndicesServiceResponsePrices(StreamExoticIndicesServiceResponsePrices)

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

Fields

DivisorFieldNumber

Field number for the "divisor" field.

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

IndexValueFieldNumber

Field number for the "index_value" field.

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

PairsFieldNumber

Field number for the "pairs" field.

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

Properties

Descriptor

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

Divisor

Divisor.

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

IndexValue

Index value.

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

Pairs

StreamExoticIndicesServiceResponsePair is the pair information.

Declaration
public Google.Protobuf.Collections.RepeatedField<StreamExoticIndicesServiceResponsePair> Pairs { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<StreamExoticIndicesServiceResponsePair>

Parser

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamExoticIndicesServiceResponsePrices Clone()
Returns
Type Description
StreamExoticIndicesServiceResponsePrices

Equals(StreamExoticIndicesServiceResponsePrices)

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

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