Show / Hide Table of Contents

Class InstrumentCriteria

InstrumentCriteria

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

Constructors

InstrumentCriteria()

Declaration
public InstrumentCriteria()

InstrumentCriteria(InstrumentCriteria)

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

Fields

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

InstrumentClassFieldNumber

Field number for the "instrument_class" field.

Declaration
public const int InstrumentClassFieldNumber = null
Field Value
Type Description
System.Int32

Properties

Code

Instrument code. See https://docs.kaiko.com/?python#instruments.

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

Instrument exchange code, for example "cbse" (Coinbase).

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

InstrumentClass

Instrument class. See https://docs.kaiko.com/?python#instruments.

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

Parser

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

Methods

CalculateSize()

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

Clone()

Declaration
public InstrumentCriteria Clone()
Returns
Type Description
InstrumentCriteria

Equals(InstrumentCriteria)

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

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