Class StreamAggregatedStatePriceResponseV1
StreamAggregatedStatePriceResponseV1
Inheritance
System.Object
StreamAggregatedStatePriceResponseV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamAggregatedStatePriceResponseV1 : Google.Protobuf.IMessage<StreamAggregatedStatePriceResponseV1>
Constructors
StreamAggregatedStatePriceResponseV1()
Declaration
public StreamAggregatedStatePriceResponseV1()
StreamAggregatedStatePriceResponseV1(StreamAggregatedStatePriceResponseV1)
Declaration
public StreamAggregatedStatePriceResponseV1(StreamAggregatedStatePriceResponseV1 other)
Parameters
Fields
AggregatedPriceLstFieldNumber
Field number for the "aggregated_price_lst" field.
Declaration
public const int AggregatedPriceLstFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
AggregatedPriceUsdFieldNumber
Field number for the "aggregated_price_usd" field.
Declaration
public const int AggregatedPriceUsdFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
BaseFieldNumber
Field number for the "base" field.
Declaration
public const int BaseFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
DatetimeFieldNumber
Field number for the "datetime" field.
Declaration
public const int DatetimeFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
LstQuoteFieldNumber
Field number for the "lst_quote" field.
Declaration
public const int LstQuoteFieldNumber = 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 |
|
Properties
AggregatedPriceLst
aggregated_price_lst is the aggregated price in LST quote token
Declaration
public string AggregatedPriceLst { get; set; }
Property Value
Type |
Description |
System.String |
|
AggregatedPriceUsd
aggregated_price_usd is the aggregated price in USD
Declaration
public string AggregatedPriceUsd { get; set; }
Property Value
Type |
Description |
System.String |
|
Base
base is the base currency of the pair
Declaration
public string Base { get; set; }
Property Value
Type |
Description |
System.String |
|
Datetime
datetime is the timestamp of the datapoint
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp Datetime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
LstQuote
lst_quote is the lst quote currency
Declaration
public string LstQuote { get; set; }
Property Value
Type |
Description |
System.String |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamAggregatedStatePriceResponseV1> Parser { get; }
Property Value
TsEvent
ts_event is the timestamp of the event
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp TsEvent { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamAggregatedStatePriceResponseV1 Clone()
Returns
Equals(StreamAggregatedStatePriceResponseV1)
Declaration
public bool Equals(StreamAggregatedStatePriceResponseV1 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(StreamAggregatedStatePriceResponseV1)
Declaration
public void MergeFrom(StreamAggregatedStatePriceResponseV1 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