Class StreamAggregatesVWAPResponseV1
StreamAggregatesVWAPResponseV1
Inheritance
System.Object
StreamAggregatesVWAPResponseV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamAggregatesVWAPResponseV1 : Google.Protobuf.IMessage<StreamAggregatesVWAPResponseV1>
Constructors
StreamAggregatesVWAPResponseV1()
Declaration
public StreamAggregatesVWAPResponseV1()
StreamAggregatesVWAPResponseV1(StreamAggregatesVWAPResponseV1)
Declaration
public StreamAggregatesVWAPResponseV1(StreamAggregatesVWAPResponseV1 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 |
|
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 |
|
PriceFieldNumber
Field number for the "price" field.
Declaration
public const int PriceFieldNumber = 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 |
|
TsEventFieldNumber
Field number for the "ts_event" field.
Declaration
public const int TsEventFieldNumber = 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 |
|
Properties
Aggregate
Declaration
public string Aggregate { get; set; }
Property Value
Type |
Description |
System.String |
|
Class
Instrument class, empty when instrument not mapped.
Declaration
public string Class { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Instrument code, empty when instrument not mapped.
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 |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamAggregatesVWAPResponseV1> Parser { get; }
Property Value
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
SequenceId
Sequence ID for event. Sortable in lexicographic order.
Declaration
public string SequenceId { get; set; }
Property Value
Type |
Description |
System.String |
|
TsEvent
Event generation timestamp (event created by Kaiko), after normalization.
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp TsEvent { 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 |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamAggregatesVWAPResponseV1 Clone()
Returns
Equals(StreamAggregatesVWAPResponseV1)
Declaration
public bool Equals(StreamAggregatesVWAPResponseV1 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(StreamAggregatesVWAPResponseV1)
Declaration
public void MergeFrom(StreamAggregatesVWAPResponseV1 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