Class StreamDerivativesInstrumentMetricsRequestV1
StreamDerivativesInstrumentMetricsRequestV1.
Inheritance
System.Object
StreamDerivativesInstrumentMetricsRequestV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamDerivativesInstrumentMetricsRequestV1 : Google.Protobuf.IMessage<StreamDerivativesInstrumentMetricsRequestV1>
Constructors
StreamDerivativesInstrumentMetricsRequestV1()
Declaration
public StreamDerivativesInstrumentMetricsRequestV1()
StreamDerivativesInstrumentMetricsRequestV1(StreamDerivativesInstrumentMetricsRequestV1)
Declaration
public StreamDerivativesInstrumentMetricsRequestV1(StreamDerivativesInstrumentMetricsRequestV1 other)
Parameters
Fields
CommoditiesFieldNumber
Field number for the "commodities" field.
Declaration
public const int CommoditiesFieldNumber = null
Field Value
| Type |
Description |
| System.Int32 |
|
InstrumentCriteriaFieldNumber
Field number for the "instrument_criteria" field.
Declaration
public const int InstrumentCriteriaFieldNumber = null
Field Value
| Type |
Description |
| System.Int32 |
|
Properties
Commodities
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
Declaration
public Google.Protobuf.Collections.RepeatedField<StreamDerivativesInstrumentCommodityKindV1> Commodities { get; }
Property Value
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<StreamDerivativesInstrumentMetricsRequestV1> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
| Type |
Description |
| System.Int32 |
|
Clone()
Declaration
public StreamDerivativesInstrumentMetricsRequestV1 Clone()
Returns
Equals(StreamDerivativesInstrumentMetricsRequestV1)
Declaration
public bool Equals(StreamDerivativesInstrumentMetricsRequestV1 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(StreamDerivativesInstrumentMetricsRequestV1)
Declaration
public void MergeFrom(StreamDerivativesInstrumentMetricsRequestV1 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