Class StreamIndexMultiAssetsServiceResponsePrices
StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used
Inheritance
System.Object
StreamIndexMultiAssetsServiceResponsePrices
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamIndexMultiAssetsServiceResponsePrices : Google.Protobuf.IMessage<StreamIndexMultiAssetsServiceResponsePrices>
Constructors
StreamIndexMultiAssetsServiceResponsePrices()
Declaration
public StreamIndexMultiAssetsServiceResponsePrices()
StreamIndexMultiAssetsServiceResponsePrices(StreamIndexMultiAssetsServiceResponsePrices)
Declaration
public StreamIndexMultiAssetsServiceResponsePrices(StreamIndexMultiAssetsServiceResponsePrices other)
Parameters
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
Declaration
public double Divisor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IndexValue
Declaration
public double IndexValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Pairs
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
Declaration
public Google.Protobuf.Collections.RepeatedField<StreamIndexMultiAssetsServiceResponsePair> Pairs { get; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamIndexMultiAssetsServiceResponsePrices> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
| Type |
Description |
| System.Int32 |
|
Clone()
Declaration
public StreamIndexMultiAssetsServiceResponsePrices Clone()
Returns
Equals(StreamIndexMultiAssetsServiceResponsePrices)
Declaration
public bool Equals(StreamIndexMultiAssetsServiceResponsePrices other)
Parameters
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 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
| Type |
Name |
Description |
| Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(StreamIndexMultiAssetsServiceResponsePrices)
Declaration
public void MergeFrom(StreamIndexMultiAssetsServiceResponsePrices other)
Parameters
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