Class StreamOrderBookL2RequestV1
StreamOrderBookL2RequestV1 is the request message for the orderbook L2 stream.
Inheritance
System.Object
StreamOrderBookL2RequestV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamOrderBookL2RequestV1 : Google.Protobuf.IMessage<StreamOrderBookL2RequestV1>
Constructors
StreamOrderBookL2RequestV1()
Declaration
public StreamOrderBookL2RequestV1()
StreamOrderBookL2RequestV1(StreamOrderBookL2RequestV1)
Declaration
public StreamOrderBookL2RequestV1(StreamOrderBookL2RequestV1 other)
Parameters
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
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamOrderBookL2RequestV1> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamOrderBookL2RequestV1 Clone()
Returns
Equals(StreamOrderBookL2RequestV1)
Declaration
public bool Equals(StreamOrderBookL2RequestV1 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(StreamOrderBookL2RequestV1)
Declaration
public void MergeFrom(StreamOrderBookL2RequestV1 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