Class StreamExoticIndicesServiceResponsePair
StreamExoticIndicesServiceResponsePair is the pair information for the rates used
Inheritance
System.Object
StreamExoticIndicesServiceResponsePair
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class StreamExoticIndicesServiceResponsePair : Google.Protobuf.IMessage<StreamExoticIndicesServiceResponsePair>
Constructors
StreamExoticIndicesServiceResponsePair()
Declaration
public StreamExoticIndicesServiceResponsePair()
StreamExoticIndicesServiceResponsePair(StreamExoticIndicesServiceResponsePair)
Declaration
public StreamExoticIndicesServiceResponsePair(StreamExoticIndicesServiceResponsePair other)
Parameters
Fields
CappingFactorFieldNumber
Field number for the "capping_factor" field.
Declaration
public const int CappingFactorFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
CurrencyConversionFactorFieldNumber
Field number for the "currency_conversion_factor" field.
Declaration
public const int CurrencyConversionFactorFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
PositionFieldNumber
Field number for the "position" field.
Declaration
public const int PositionFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
UnderlyingInstrumentFieldNumber
Field number for the "underlying_instrument" field.
Declaration
public const int UnderlyingInstrumentFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
UnderlyingPriceFieldNumber
Field number for the "underlying_price" field.
Declaration
public const int UnderlyingPriceFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
WeightingFactorFieldNumber
Field number for the "weighting_factor" field.
Declaration
public const int WeightingFactorFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
CappingFactor
Capping factor of the instrument.
Declaration
public double CappingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
CurrencyConversionFactor
Currency conversion factor of the instrument.
Declaration
public double CurrencyConversionFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<StreamExoticIndicesServiceResponsePair> Parser { get; }
Property Value
Position
Position of the instrument.
Declaration
public StreamExoticIndicesPosition Position { get; set; }
Property Value
UnderlyingInstrument
Underlying instrument of the indices.
Declaration
public string UnderlyingInstrument { get; set; }
Property Value
Type |
Description |
System.String |
|
UnderlyingPrice
Underlying price of the instrument.
Declaration
public double? UnderlyingPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
WeightingFactor
Weighting factor of the instrument.
Declaration
public double WeightingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public StreamExoticIndicesServiceResponsePair Clone()
Returns
Equals(StreamExoticIndicesServiceResponsePair)
Declaration
public bool Equals(StreamExoticIndicesServiceResponsePair 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(StreamExoticIndicesServiceResponsePair)
Declaration
public void MergeFrom(StreamExoticIndicesServiceResponsePair 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