Show / Hide Table of Contents

Class StreamForexIndexServiceResponsePublic

StreamForexIndexServiceResponsePublic is public property involved in computation.

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

Constructors

StreamForexIndexServiceResponsePublic()

Declaration
public StreamForexIndexServiceResponsePublic()

StreamForexIndexServiceResponsePublic(StreamForexIndexServiceResponsePublic)

Declaration
public StreamForexIndexServiceResponsePublic(StreamForexIndexServiceResponsePublic other)
Parameters
Type Name Description
StreamForexIndexServiceResponsePublic 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 StreamForexIndexPublic Fxrate { get; set; }
Property Value
Type Description
StreamForexIndexPublic

Parser

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

Underlying

Underlying.

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamForexIndexServiceResponsePublic Clone()
Returns
Type Description
StreamForexIndexServiceResponsePublic

Equals(StreamForexIndexServiceResponsePublic)

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

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