Class Source
Inheritance
System.Object
Source
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class Source : Google.Protobuf.IMessage<Source>
Constructors
Source()
Declaration
Source(Source)
Declaration
public Source(Source other)
Parameters
Type |
Name |
Description |
Source |
other |
|
Fields
DataFieldNumber
Field number for the "data" field.
Declaration
public const int DataFieldNumber = 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 |
|
Properties
Data
Prices for instrument code in each exchange.
Declaration
public Google.Protobuf.Collections.RepeatedField<SourceData> Data { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<SourceData> |
|
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<Source> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Source> |
|
Price
Price for related instrument code accross exchanges.
Declaration
public string Price { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
Returns
Equals(Source)
Declaration
public bool Equals(Source other)
Parameters
Type |
Name |
Description |
Source |
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 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Source)
Declaration
public void MergeFrom(Source other)
Parameters
Type |
Name |
Description |
Source |
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