Class StreamIndexForexRateServiceResponseV1
StreamIndexForexRateServiceResponseV1
Inheritance
System.Object
StreamIndexForexRateServiceResponseV1
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamIndexForexRateServiceResponseV1 : Google.Protobuf.IMessage<StreamIndexForexRateServiceResponseV1>
Constructors
StreamIndexForexRateServiceResponseV1()
Declaration
public StreamIndexForexRateServiceResponseV1()
StreamIndexForexRateServiceResponseV1(StreamIndexForexRateServiceResponseV1)
Declaration
public StreamIndexForexRateServiceResponseV1(StreamIndexForexRateServiceResponseV1 other)
Parameters
Fields
CommodityFieldNumber
Field number for the "commodity" field.
Declaration
public const int CommodityFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
CompositionFieldNumber
Field number for the "composition" field.
Declaration
public const int CompositionFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
DetailFieldNumber
Field number for the "detail" field.
Declaration
public const int DetailFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
IndexCodeFieldNumber
Field number for the "index_code" field.
Declaration
public const int IndexCodeFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
IntervalFieldNumber
Field number for the "interval" field.
Declaration
public const int IntervalFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
PriceFieldNumber
Field number for the "price" field.
Declaration
public const int PriceFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
TsEventFieldNumber
Field number for the "ts_event" field.
Declaration
public const int TsEventFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
Commodity
Declaration
public StreamIndexCommodity Commodity { get; set; }
Property Value
Composition
Coimposition of the forex rate.
Declaration
public StreamForexIndexServiceResponsePublic Composition { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Detail
Declaration
public StreamForexIndexServiceResponseDetail Detail { get; set; }
Property Value
IndexCode
Declaration
public string IndexCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Interval
Declaration
public DataInterval Interval { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamIndexForexRateServiceResponseV1> Parser { get; }
Property Value
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
TsEvent
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp TsEvent { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamIndexForexRateServiceResponseV1 Clone()
Returns
Equals(StreamIndexForexRateServiceResponseV1)
Declaration
public bool Equals(StreamIndexForexRateServiceResponseV1 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(StreamIndexForexRateServiceResponseV1)
Declaration
public void MergeFrom(StreamIndexForexRateServiceResponseV1 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