Show / Hide Table of Contents

Class StreamForexIndexServiceResponseDetail

StreamForexIndexServiceResponseDetail is detail property involved in computation.

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

Constructors

StreamForexIndexServiceResponseDetail()

Declaration
public StreamForexIndexServiceResponseDetail()

StreamForexIndexServiceResponseDetail(StreamForexIndexServiceResponseDetail)

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

Fields

FxrateFieldNumber

Field number for the "fxrate" field.

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

UnderlyingFieldNumber

Field number for the "underlying" field.

Declaration
public const int UnderlyingFieldNumber = 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

Fxrate

FxRate.

Declaration
public StreamForexIndexDetail Fxrate { get; set; }
Property Value
Type Description
StreamForexIndexDetail

Parser

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

Underlying

Underlying.

Declaration
public StreamForexIndexDetail Underlying { get; set; }
Property Value
Type Description
StreamForexIndexDetail

Methods

CalculateSize()

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

Clone()

Declaration
public StreamForexIndexServiceResponseDetail Clone()
Returns
Type Description
StreamForexIndexServiceResponseDetail

Equals(StreamForexIndexServiceResponseDetail)

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

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