Documentation ¶
Index ¶
- Variables
- type OpenInterest
- func (*OpenInterest) Descriptor() ([]byte, []int)deprecated
- func (x *OpenInterest) GetAsset() string
- func (x *OpenInterest) GetNs() string
- func (x *OpenInterest) GetOpenInterest() float64
- func (x *OpenInterest) GetOpenInterestValue() float64
- func (x *OpenInterest) GetS() string
- func (x *OpenInterest) GetTs() *timestamppb.Timestamp
- func (*OpenInterest) ProtoMessage()
- func (x *OpenInterest) ProtoReflect() protoreflect.Message
- func (x *OpenInterest) Reset()
- func (x *OpenInterest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_openinterest_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OpenInterest ¶
type OpenInterest struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` OpenInterest float64 `protobuf:"fixed64,2,opt,name=openInterest,proto3" json:"openInterest,omitempty"` OpenInterestValue float64 `protobuf:"fixed64,3,opt,name=openInterestValue,proto3" json:"openInterestValue,omitempty"` Asset string `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"` Ns string `protobuf:"bytes,5,opt,name=ns,proto3" json:"ns,omitempty"` // namespace S string `protobuf:"bytes,6,opt,name=s,proto3" json:"s,omitempty"` // subject // contains filtered or unexported fields }
func (*OpenInterest) Descriptor
deprecated
func (*OpenInterest) Descriptor() ([]byte, []int)
Deprecated: Use OpenInterest.ProtoReflect.Descriptor instead.
func (*OpenInterest) GetAsset ¶
func (x *OpenInterest) GetAsset() string
func (*OpenInterest) GetNs ¶
func (x *OpenInterest) GetNs() string
func (*OpenInterest) GetOpenInterest ¶
func (x *OpenInterest) GetOpenInterest() float64
func (*OpenInterest) GetOpenInterestValue ¶
func (x *OpenInterest) GetOpenInterestValue() float64
func (*OpenInterest) GetS ¶
func (x *OpenInterest) GetS() string
func (*OpenInterest) GetTs ¶
func (x *OpenInterest) GetTs() *timestamppb.Timestamp
func (*OpenInterest) ProtoMessage ¶
func (*OpenInterest) ProtoMessage()
func (*OpenInterest) ProtoReflect ¶
func (x *OpenInterest) ProtoReflect() protoreflect.Message
func (*OpenInterest) Reset ¶
func (x *OpenInterest) Reset()
func (*OpenInterest) String ¶
func (x *OpenInterest) String() string
Click to show internal directories.
Click to hide internal directories.