Class StreamExoticIndicesServiceResponseComposition
StreamExoticIndicesServiceResponseComposition is the composition used to compute the index.
Inheritance
System.Object
StreamExoticIndicesServiceResponseComposition
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamExoticIndicesServiceResponseComposition : Google.Protobuf.IMessage<StreamExoticIndicesServiceResponseComposition>
Constructors
StreamExoticIndicesServiceResponseComposition()
Declaration
public StreamExoticIndicesServiceResponseComposition()
StreamExoticIndicesServiceResponseComposition(StreamExoticIndicesServiceResponseComposition)
Declaration
public StreamExoticIndicesServiceResponseComposition(StreamExoticIndicesServiceResponseComposition other)
Parameters
Fields
BaseFieldNumber
Field number for the "base" field.
Declaration
public const int BaseFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
CurrencyConversionFieldNumber
Field number for the "currency_conversion" field.
Declaration
public const int CurrencyConversionFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
QuoteFieldNumber
Field number for the "quote" field.
Declaration
public const int QuoteFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
TsEventFieldNumber
Field number for the "ts_event" field.
Declaration
public const int TsEventFieldNumber = 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 |
|
Properties
Base
Declaration
public string Base { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyConversion
Declaration
public string CurrencyConversion { get; set; }
Property Value
Type |
Description |
System.String |
|
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<StreamExoticIndicesServiceResponseComposition> Parser { get; }
Property Value
Quote
Declaration
public string Quote { get; set; }
Property Value
Type |
Description |
System.String |
|
TsEvent
Timestamp (tick) of underlying rate ts.
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp TsEvent { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
UnderlyingInstrument
Underlying rate of the indices.
Declaration
public string UnderlyingInstrument { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamExoticIndicesServiceResponseComposition Clone()
Returns
Equals(StreamExoticIndicesServiceResponseComposition)
Declaration
public bool Equals(StreamExoticIndicesServiceResponseComposition 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(StreamExoticIndicesServiceResponseComposition)
Declaration
public void MergeFrom(StreamExoticIndicesServiceResponseComposition 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