Class StreamAggregatesOHLCVResponseV1
StreamAggregatesOHLCVResponseV1
Inheritance
System.Object
StreamAggregatesOHLCVResponseV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamAggregatesOHLCVResponseV1 : Google.Protobuf.IMessage<StreamAggregatesOHLCVResponseV1>
Constructors
StreamAggregatesOHLCVResponseV1()
Declaration
public StreamAggregatesOHLCVResponseV1()
StreamAggregatesOHLCVResponseV1(StreamAggregatesOHLCVResponseV1)
Declaration
public StreamAggregatesOHLCVResponseV1(StreamAggregatesOHLCVResponseV1 other)
Parameters
Fields
AggregateFieldNumber
Field number for the "aggregate" field.
Declaration
public const int AggregateFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
ClassFieldNumber
Field number for the "class" field.
Declaration
public const int ClassFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
CloseFieldNumber
Field number for the "close" field.
Declaration
public const int CloseFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
CodeFieldNumber
Field number for the "code" field.
Declaration
public const int CodeFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
ExchangeFieldNumber
Field number for the "exchange" field.
Declaration
public const int ExchangeFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
HighFieldNumber
Field number for the "high" field.
Declaration
public const int HighFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
LowFieldNumber
Field number for the "low" field.
Declaration
public const int LowFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
OpenFieldNumber
Field number for the "open" field.
Declaration
public const int OpenFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
SequenceIdFieldNumber
Field number for the "sequence_id" field.
Declaration
public const int SequenceIdFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
TimestampFieldNumber
Field number for the "timestamp" field.
Declaration
public const int TimestampFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
UidFieldNumber
Field number for the "uid" field.
Declaration
public const int UidFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
VolumeFieldNumber
Field number for the "volume" field.
Declaration
public const int VolumeFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
Aggregate
Declaration
public string Aggregate { get; set; }
Property Value
Type |
Description |
System.String |
|
Class
Declaration
public string Class { get; set; }
Property Value
Type |
Description |
System.String |
|
Close
Declaration
public string Close { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { 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 |
|
Exchange
Declaration
public string Exchange { get; set; }
Property Value
Type |
Description |
System.String |
|
High
Declaration
public string High { get; set; }
Property Value
Type |
Description |
System.String |
|
Low
Declaration
public string Low { get; set; }
Property Value
Type |
Description |
System.String |
|
Open
Declaration
public string Open { get; set; }
Property Value
Type |
Description |
System.String |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamAggregatesOHLCVResponseV1> Parser { get; }
Property Value
SequenceId
Sequence ID for event. Sortable in lexicographic order.
Declaration
public string SequenceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Timestamp
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp Timestamp { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Uid
UID is timestamp truncated to interval of OHLCV.
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
Volume
Declaration
public string Volume { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamAggregatesOHLCVResponseV1 Clone()
Returns
Equals(StreamAggregatesOHLCVResponseV1)
Declaration
public bool Equals(StreamAggregatesOHLCVResponseV1 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(StreamAggregatesOHLCVResponseV1)
Declaration
public void MergeFrom(StreamAggregatesOHLCVResponseV1 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