Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type CurrencyPair
- func (*CurrencyPair) Descriptor() ([]byte, []int)deprecated
- func (x *CurrencyPair) GetBase() string
- func (x *CurrencyPair) GetQuote() string
- func (*CurrencyPair) ProtoMessage()
- func (x *CurrencyPair) ProtoReflect() protoreflect.Message
- func (x *CurrencyPair) Reset()
- func (x *CurrencyPair) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_slinky_types_v1_currency_pair_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CurrencyPair ¶
type CurrencyPair struct {
Base string `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base,omitempty"`
Quote string `protobuf:"bytes,2,opt,name=Quote,proto3" json:"Quote,omitempty"`
// contains filtered or unexported fields
}
CurrencyPair is the standard representation of a pair of assets, where one (Base) is priced in terms of the other (Quote)
func (*CurrencyPair) Descriptor
deprecated
func (*CurrencyPair) Descriptor() ([]byte, []int)
Deprecated: Use CurrencyPair.ProtoReflect.Descriptor instead.
func (*CurrencyPair) GetBase ¶
func (x *CurrencyPair) GetBase() string
func (*CurrencyPair) GetQuote ¶
func (x *CurrencyPair) GetQuote() string
func (*CurrencyPair) ProtoMessage ¶
func (*CurrencyPair) ProtoMessage()
func (*CurrencyPair) ProtoReflect ¶
func (x *CurrencyPair) ProtoReflect() protoreflect.Message
func (*CurrencyPair) Reset ¶
func (x *CurrencyPair) Reset()
func (*CurrencyPair) String ¶
func (x *CurrencyPair) String() string
Click to show internal directories.
Click to hide internal directories.