Class StreamAggregatedStatePriceRequestV1
StreamAggregatedStatePriceRequestV1
Inheritance
System.Object
StreamAggregatedStatePriceRequestV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamAggregatedStatePriceRequestV1 : Google.Protobuf.IMessage<StreamAggregatedStatePriceRequestV1>
Constructors
StreamAggregatedStatePriceRequestV1()
Declaration
public StreamAggregatedStatePriceRequestV1()
StreamAggregatedStatePriceRequestV1(StreamAggregatedStatePriceRequestV1)
Declaration
public StreamAggregatedStatePriceRequestV1(StreamAggregatedStatePriceRequestV1 other)
Parameters
Fields
AssetsFieldNumber
Field number for the "assets" field.
Declaration
public const int AssetsFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
Assets
assets is a list of assets to subscribe to
Declaration
public Google.Protobuf.Collections.RepeatedField<string> Assets { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<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<StreamAggregatedStatePriceRequestV1> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamAggregatedStatePriceRequestV1 Clone()
Returns
Equals(StreamAggregatedStatePriceRequestV1)
Declaration
public bool Equals(StreamAggregatedStatePriceRequestV1 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(StreamAggregatedStatePriceRequestV1)
Declaration
public void MergeFrom(StreamAggregatedStatePriceRequestV1 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