Show / Hide Table of Contents

Class StreamTradesRequestV1

StreamTradesRequestV1

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

Constructors

StreamTradesRequestV1()

Declaration
public StreamTradesRequestV1()

StreamTradesRequestV1(StreamTradesRequestV1)

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

Fields

InstrumentCriteriaFieldNumber

Field number for the "instrument_criteria" field.

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

InstrumentCriteria

InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.

Declaration
public InstrumentCriteria InstrumentCriteria { get; set; }
Property Value
Type Description
InstrumentCriteria

Parser

Declaration
public static Google.Protobuf.MessageParser<StreamTradesRequestV1> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<StreamTradesRequestV1>

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32

Clone()

Declaration
public StreamTradesRequestV1 Clone()
Returns
Type Description
StreamTradesRequestV1

Equals(StreamTradesRequestV1)

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

Declaration
public void MergeFrom(StreamTradesRequestV1 other)
Parameters
Type Name Description
StreamTradesRequestV1 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