Class StreamExoticIndicesServiceResponsePrices
StreamExoticIndicesServiceResponsePrices is the prices informations on the pair used
Inheritance
System.Object
StreamExoticIndicesServiceResponsePrices
Implements
Google.Protobuf.IBufferMessage
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
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
StreamExoticIndicesServiceResponsePair is the pair information.
Declaration
public Google.Protobuf.Collections.RepeatedField<StreamExoticIndicesServiceResponsePair> Pairs { get; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamExoticIndicesServiceResponsePrices> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamExoticIndicesServiceResponsePrices Clone()
Returns
Equals(StreamExoticIndicesServiceResponsePrices)
Declaration
public bool Equals(StreamExoticIndicesServiceResponsePrices 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(StreamExoticIndicesServiceResponsePrices)
Declaration
public void MergeFrom(StreamExoticIndicesServiceResponsePrices 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