Show / Hide Table of Contents

Class StreamIndexMultiAssetsServiceResponsePair

StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used

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

Constructors

StreamIndexMultiAssetsServiceResponsePair()

Declaration
public StreamIndexMultiAssetsServiceResponsePair()

StreamIndexMultiAssetsServiceResponsePair(StreamIndexMultiAssetsServiceResponsePair)

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

Fields

CappingFactorFieldNumber

Field number for the "capping_factor" field.

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

CurrencyConversionFactorFieldNumber

Field number for the "currency_conversion_factor" field.

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

UnderlyingInstrumentFieldNumber

Field number for the "underlying_instrument" field.

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

UnderlyingPriceFieldNumber

Field number for the "underlying_price" field.

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

WeightingFactorFieldNumber

Field number for the "weighting_factor" field.

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

Properties

CappingFactor

Capping factor of the instrument.

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

CurrencyConversionFactor

Currency conversion factor of the instrument.

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

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

UnderlyingInstrument

Underlying instrument of the indices.

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

UnderlyingPrice

Underlying price of the instrument.

Declaration
public double? UnderlyingPrice { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

WeightingFactor

Weighting factor of the instrument.

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

Methods

CalculateSize()

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

Clone()

Declaration
public StreamIndexMultiAssetsServiceResponsePair Clone()
Returns
Type Description
StreamIndexMultiAssetsServiceResponsePair

Equals(StreamIndexMultiAssetsServiceResponsePair)

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

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