Show / Hide Table of Contents

Class StreamAggregatedPriceValue

StreamAggregatedPriceValue is wrapper for update values.

Inheritance
System.Object
StreamAggregatedPriceValue
Implements
Google.Protobuf.IBufferMessage
Namespace: KaikoSdk.Stream.AggregatedPriceV1
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamAggregatedPriceValue : Google.Protobuf.IMessage<StreamAggregatedPriceValue>

Constructors

StreamAggregatedPriceValue()

Declaration
public StreamAggregatedPriceValue()

StreamAggregatedPriceValue(StreamAggregatedPriceValue)

Declaration
public StreamAggregatedPriceValue(StreamAggregatedPriceValue other)
Parameters
Type Name Description
StreamAggregatedPriceValue other

Fields

PriceFieldNumber

Field number for the "price" field.

Declaration
public const int PriceFieldNumber = 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

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<StreamAggregatedPriceValue> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<StreamAggregatedPriceValue>

Price

Price of top of book entry.

Declaration
public string Price { get; set; }
Property Value
Type Description
System.String

Volume

Volume of top of book entry.

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 StreamAggregatedPriceValue Clone()
Returns
Type Description
StreamAggregatedPriceValue

Equals(StreamAggregatedPriceValue)

Declaration
public bool Equals(StreamAggregatedPriceValue other)
Parameters
Type Name Description
StreamAggregatedPriceValue other
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

MergeFrom(Google.Protobuf.CodedInputStream)

Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input

MergeFrom(StreamAggregatedPriceValue)

Declaration
public void MergeFrom(StreamAggregatedPriceValue other)
Parameters
Type Name Description
StreamAggregatedPriceValue other

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
In This Article
Back to top Generated by DocFX