currency_pb

package
v0.0.0-...-07b0db4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_currency_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Currency

type Currency struct {
	CurrencyId   uint32 `protobuf:"varint,1,opt,name=currency_id,json=currencyId,proto3" json:"currency_id,omitempty"`
	CurrencyName string `protobuf:"bytes,2,opt,name=currency_name,json=currencyName,proto3" json:"currency_name,omitempty"`
	Decimal      uint32 `protobuf:"varint,3,opt,name=decimal,proto3" json:"decimal,omitempty"`
	Published    bool   `protobuf:"varint,4,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency) Descriptor deprecated

func (*Currency) Descriptor() ([]byte, []int)

Deprecated: Use Currency.ProtoReflect.Descriptor instead.

func (*Currency) GetCurrencyId

func (x *Currency) GetCurrencyId() uint32

func (*Currency) GetCurrencyName

func (x *Currency) GetCurrencyName() string

func (*Currency) GetDecimal

func (x *Currency) GetDecimal() uint32

func (*Currency) GetPublished

func (x *Currency) GetPublished() bool

func (*Currency) ProtoMessage

func (*Currency) ProtoMessage()

func (*Currency) ProtoReflect

func (x *Currency) ProtoReflect() protoreflect.Message

func (*Currency) Reset

func (x *Currency) Reset()

func (*Currency) String

func (x *Currency) String() string

type Currency_ID

type Currency_ID struct {

	// Types that are assignable to UniqueField:
	//	*Currency_ID_CurrencyId
	//	*Currency_ID_CurrencyName
	UniqueField isCurrency_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*Currency_ID) Descriptor deprecated

func (*Currency_ID) Descriptor() ([]byte, []int)

Deprecated: Use Currency_ID.ProtoReflect.Descriptor instead.

func (*Currency_ID) GetCurrencyId

func (x *Currency_ID) GetCurrencyId() uint32

func (*Currency_ID) GetCurrencyName

func (x *Currency_ID) GetCurrencyName() string

func (*Currency_ID) GetUniqueField

func (m *Currency_ID) GetUniqueField() isCurrency_ID_UniqueField

func (*Currency_ID) ProtoMessage

func (*Currency_ID) ProtoMessage()

func (*Currency_ID) ProtoReflect

func (x *Currency_ID) ProtoReflect() protoreflect.Message

func (*Currency_ID) Reset

func (x *Currency_ID) Reset()

func (*Currency_ID) String

func (x *Currency_ID) String() string

type Currency_ID_CurrencyId

type Currency_ID_CurrencyId struct {
	CurrencyId uint32 `protobuf:"varint,1,opt,name=currency_id,json=currencyId,proto3,oneof"`
}

type Currency_ID_CurrencyName

type Currency_ID_CurrencyName struct {
	CurrencyName string `protobuf:"bytes,2,opt,name=currency_name,json=currencyName,proto3,oneof"`
}

type Currency_Pair

type Currency_Pair struct {
	CurrencyPairId uint32    `protobuf:"varint,1,opt,name=currency_pair_id,json=currencyPairId,proto3" json:"currency_pair_id,omitempty"`
	SourceCurrency *Currency `protobuf:"bytes,2,opt,name=source_currency,json=sourceCurrency,proto3" json:"source_currency,omitempty"`
	TargetCurrency *Currency `protobuf:"bytes,3,opt,name=target_currency,json=targetCurrency,proto3" json:"target_currency,omitempty"`
	Published      bool      `protobuf:"varint,4,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair) Descriptor deprecated

func (*Currency_Pair) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair.ProtoReflect.Descriptor instead.

func (*Currency_Pair) GetCurrencyPairId

func (x *Currency_Pair) GetCurrencyPairId() uint32

func (*Currency_Pair) GetPublished

func (x *Currency_Pair) GetPublished() bool

func (*Currency_Pair) GetSourceCurrency

func (x *Currency_Pair) GetSourceCurrency() *Currency

func (*Currency_Pair) GetTargetCurrency

func (x *Currency_Pair) GetTargetCurrency() *Currency

func (*Currency_Pair) ProtoMessage

func (*Currency_Pair) ProtoMessage()

func (*Currency_Pair) ProtoReflect

func (x *Currency_Pair) ProtoReflect() protoreflect.Message

func (*Currency_Pair) Reset

func (x *Currency_Pair) Reset()

func (*Currency_Pair) String

func (x *Currency_Pair) String() string

type Currency_Pair_ID

type Currency_Pair_ID struct {

	// Types that are assignable to UniqueField:
	//	*Currency_Pair_ID_CurrencyPairId
	//	*Currency_Pair_ID_Currencies_
	UniqueField isCurrency_Pair_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_ID) Descriptor deprecated

func (*Currency_Pair_ID) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_ID.ProtoReflect.Descriptor instead.

func (*Currency_Pair_ID) GetCurrencies

func (x *Currency_Pair_ID) GetCurrencies() *Currency_Pair_ID_Currencies

func (*Currency_Pair_ID) GetCurrencyPairId

func (x *Currency_Pair_ID) GetCurrencyPairId() uint32

func (*Currency_Pair_ID) GetUniqueField

func (m *Currency_Pair_ID) GetUniqueField() isCurrency_Pair_ID_UniqueField

func (*Currency_Pair_ID) ProtoMessage

func (*Currency_Pair_ID) ProtoMessage()

func (*Currency_Pair_ID) ProtoReflect

func (x *Currency_Pair_ID) ProtoReflect() protoreflect.Message

func (*Currency_Pair_ID) Reset

func (x *Currency_Pair_ID) Reset()

func (*Currency_Pair_ID) String

func (x *Currency_Pair_ID) String() string

type Currency_Pair_ID_Currencies

type Currency_Pair_ID_Currencies struct {
	SourceCurrency *Currency_ID `protobuf:"bytes,1,opt,name=source_currency,json=sourceCurrency,proto3" json:"source_currency,omitempty"`
	TargetCurrency *Currency_ID `protobuf:"bytes,2,opt,name=target_currency,json=targetCurrency,proto3" json:"target_currency,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_ID_Currencies) Descriptor deprecated

func (*Currency_Pair_ID_Currencies) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_ID_Currencies.ProtoReflect.Descriptor instead.

func (*Currency_Pair_ID_Currencies) GetSourceCurrency

func (x *Currency_Pair_ID_Currencies) GetSourceCurrency() *Currency_ID

func (*Currency_Pair_ID_Currencies) GetTargetCurrency

func (x *Currency_Pair_ID_Currencies) GetTargetCurrency() *Currency_ID

func (*Currency_Pair_ID_Currencies) ProtoMessage

func (*Currency_Pair_ID_Currencies) ProtoMessage()

func (*Currency_Pair_ID_Currencies) ProtoReflect

func (*Currency_Pair_ID_Currencies) Reset

func (x *Currency_Pair_ID_Currencies) Reset()

func (*Currency_Pair_ID_Currencies) String

func (x *Currency_Pair_ID_Currencies) String() string

type Currency_Pair_ID_Currencies_

type Currency_Pair_ID_Currencies_ struct {
	Currencies *Currency_Pair_ID_Currencies `protobuf:"bytes,2,opt,name=currencies,proto3,oneof"`
}

type Currency_Pair_ID_CurrencyPairId

type Currency_Pair_ID_CurrencyPairId struct {
	CurrencyPairId uint32 `protobuf:"varint,1,opt,name=currency_pair_id,json=currencyPairId,proto3,oneof"`
}

type Currency_Pair_Rate

type Currency_Pair_Rate struct {
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate) Descriptor deprecated

func (*Currency_Pair_Rate) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate) ProtoMessage

func (*Currency_Pair_Rate) ProtoMessage()

func (*Currency_Pair_Rate) ProtoReflect

func (x *Currency_Pair_Rate) ProtoReflect() protoreflect.Message

func (*Currency_Pair_Rate) Reset

func (x *Currency_Pair_Rate) Reset()

func (*Currency_Pair_Rate) String

func (x *Currency_Pair_Rate) String() string

type Currency_Pair_Rate_Source

type Currency_Pair_Rate_Source struct {
	Header *Currency_Pair_Rate_Source_Header         `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Values []*Currency_Pair_Rate_Source_Option_Value `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source) Descriptor deprecated

func (*Currency_Pair_Rate_Source) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source) GetHeader

func (*Currency_Pair_Rate_Source) GetValues

func (*Currency_Pair_Rate_Source) ProtoMessage

func (*Currency_Pair_Rate_Source) ProtoMessage()

func (*Currency_Pair_Rate_Source) ProtoReflect

func (*Currency_Pair_Rate_Source) Reset

func (x *Currency_Pair_Rate_Source) Reset()

func (*Currency_Pair_Rate_Source) String

func (x *Currency_Pair_Rate_Source) String() string

type Currency_Pair_Rate_Source_BotKey

type Currency_Pair_Rate_Source_BotKey struct {
	Header *Currency_Pair_Rate_Source_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	BotKey *bot_key.BotKey                   `protobuf:"bytes,2,opt,name=bot_key,json=botKey,proto3" json:"bot_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_BotKey) Descriptor deprecated

func (*Currency_Pair_Rate_Source_BotKey) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_BotKey.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_BotKey) GetBotKey

func (*Currency_Pair_Rate_Source_BotKey) GetHeader

func (*Currency_Pair_Rate_Source_BotKey) ProtoMessage

func (*Currency_Pair_Rate_Source_BotKey) ProtoMessage()

func (*Currency_Pair_Rate_Source_BotKey) ProtoReflect

func (*Currency_Pair_Rate_Source_BotKey) Reset

func (*Currency_Pair_Rate_Source_BotKey) String

type Currency_Pair_Rate_Source_BotKey_ID

type Currency_Pair_Rate_Source_BotKey_ID struct {
	RateSource *Currency_Pair_Rate_Source_ID `protobuf:"bytes,1,opt,name=rate_source,json=rateSource,proto3" json:"rate_source,omitempty"`
	BotKey     *bot_key.BotKey_ID            `protobuf:"bytes,2,opt,name=bot_key,json=botKey,proto3" json:"bot_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_BotKey_ID) Descriptor deprecated

func (*Currency_Pair_Rate_Source_BotKey_ID) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_BotKey_ID.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_BotKey_ID) GetBotKey

func (*Currency_Pair_Rate_Source_BotKey_ID) GetRateSource

func (*Currency_Pair_Rate_Source_BotKey_ID) ProtoMessage

func (*Currency_Pair_Rate_Source_BotKey_ID) ProtoMessage()

func (*Currency_Pair_Rate_Source_BotKey_ID) ProtoReflect

func (*Currency_Pair_Rate_Source_BotKey_ID) Reset

func (*Currency_Pair_Rate_Source_BotKey_ID) String

type Currency_Pair_Rate_Source_Header

type Currency_Pair_Rate_Source_Header struct {
	RateSourceId   uint32 `protobuf:"varint,1,opt,name=rate_source_id,json=rateSourceId,proto3" json:"rate_source_id,omitempty"`
	RateSourceName string `protobuf:"bytes,2,opt,name=rate_source_name,json=rateSourceName,proto3" json:"rate_source_name,omitempty"`
	CreatedAt      uint32 `protobuf:"varint,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Published      bool   `protobuf:"varint,4,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_Header) Descriptor deprecated

func (*Currency_Pair_Rate_Source_Header) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_Header.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_Header) GetCreatedAt

func (x *Currency_Pair_Rate_Source_Header) GetCreatedAt() uint32

func (*Currency_Pair_Rate_Source_Header) GetPublished

func (x *Currency_Pair_Rate_Source_Header) GetPublished() bool

func (*Currency_Pair_Rate_Source_Header) GetRateSourceId

func (x *Currency_Pair_Rate_Source_Header) GetRateSourceId() uint32

func (*Currency_Pair_Rate_Source_Header) GetRateSourceName

func (x *Currency_Pair_Rate_Source_Header) GetRateSourceName() string

func (*Currency_Pair_Rate_Source_Header) ProtoMessage

func (*Currency_Pair_Rate_Source_Header) ProtoMessage()

func (*Currency_Pair_Rate_Source_Header) ProtoReflect

func (*Currency_Pair_Rate_Source_Header) Reset

func (*Currency_Pair_Rate_Source_Header) String

type Currency_Pair_Rate_Source_ID

type Currency_Pair_Rate_Source_ID struct {

	// Types that are assignable to UniqueField:
	//	*Currency_Pair_Rate_Source_ID_RateSourceId
	//	*Currency_Pair_Rate_Source_ID_RateSourceName
	UniqueField isCurrency_Pair_Rate_Source_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_ID) Descriptor deprecated

func (*Currency_Pair_Rate_Source_ID) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_ID.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_ID) GetRateSourceId

func (x *Currency_Pair_Rate_Source_ID) GetRateSourceId() uint32

func (*Currency_Pair_Rate_Source_ID) GetRateSourceName

func (x *Currency_Pair_Rate_Source_ID) GetRateSourceName() string

func (*Currency_Pair_Rate_Source_ID) GetUniqueField

func (m *Currency_Pair_Rate_Source_ID) GetUniqueField() isCurrency_Pair_Rate_Source_ID_UniqueField

func (*Currency_Pair_Rate_Source_ID) ProtoMessage

func (*Currency_Pair_Rate_Source_ID) ProtoMessage()

func (*Currency_Pair_Rate_Source_ID) ProtoReflect

func (*Currency_Pair_Rate_Source_ID) Reset

func (x *Currency_Pair_Rate_Source_ID) Reset()

func (*Currency_Pair_Rate_Source_ID) String

type Currency_Pair_Rate_Source_ID_RateSourceId

type Currency_Pair_Rate_Source_ID_RateSourceId struct {
	RateSourceId uint32 `protobuf:"varint,1,opt,name=rate_source_id,json=rateSourceId,proto3,oneof"`
}

type Currency_Pair_Rate_Source_ID_RateSourceName

type Currency_Pair_Rate_Source_ID_RateSourceName struct {
	RateSourceName string `protobuf:"bytes,2,opt,name=rate_source_name,json=rateSourceName,proto3,oneof"`
}

type Currency_Pair_Rate_Source_Option

type Currency_Pair_Rate_Source_Option struct {
	Header *Currency_Pair_Rate_Source_Header       `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Value  *Currency_Pair_Rate_Source_Option_Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_Option) Descriptor deprecated

func (*Currency_Pair_Rate_Source_Option) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_Option.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_Option) GetHeader

func (*Currency_Pair_Rate_Source_Option) GetValue

func (*Currency_Pair_Rate_Source_Option) ProtoMessage

func (*Currency_Pair_Rate_Source_Option) ProtoMessage()

func (*Currency_Pair_Rate_Source_Option) ProtoReflect

func (*Currency_Pair_Rate_Source_Option) Reset

func (*Currency_Pair_Rate_Source_Option) String

type Currency_Pair_Rate_Source_Option_ID

type Currency_Pair_Rate_Source_Option_ID struct {
	RateSource   *Currency_Pair_Rate_Source_ID `protobuf:"bytes,1,opt,name=rate_source,json=rateSource,proto3" json:"rate_source,omitempty"`
	CurrencyPair *Currency_Pair_ID             `protobuf:"bytes,2,opt,name=currency_pair,json=currencyPair,proto3" json:"currency_pair,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_Option_ID) Descriptor deprecated

func (*Currency_Pair_Rate_Source_Option_ID) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_Option_ID.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_Option_ID) GetCurrencyPair

func (*Currency_Pair_Rate_Source_Option_ID) GetRateSource

func (*Currency_Pair_Rate_Source_Option_ID) ProtoMessage

func (*Currency_Pair_Rate_Source_Option_ID) ProtoMessage()

func (*Currency_Pair_Rate_Source_Option_ID) ProtoReflect

func (*Currency_Pair_Rate_Source_Option_ID) Reset

func (*Currency_Pair_Rate_Source_Option_ID) String

type Currency_Pair_Rate_Source_Option_Value

type Currency_Pair_Rate_Source_Option_Value struct {
	CurrencyPair *Currency_Pair `protobuf:"bytes,1,opt,name=currency_pair,json=currencyPair,proto3" json:"currency_pair,omitempty"`
	SourceValue  string         `protobuf:"bytes,2,opt,name=source_value,json=sourceValue,proto3" json:"source_value,omitempty"`
	TargetValue  string         `protobuf:"bytes,3,opt,name=target_value,json=targetValue,proto3" json:"target_value,omitempty"`
	ModifiedAt   uint32         `protobuf:"varint,4,opt,name=modified_at,json=modifiedAt,proto3" json:"modified_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Currency_Pair_Rate_Source_Option_Value) Descriptor deprecated

func (*Currency_Pair_Rate_Source_Option_Value) Descriptor() ([]byte, []int)

Deprecated: Use Currency_Pair_Rate_Source_Option_Value.ProtoReflect.Descriptor instead.

func (*Currency_Pair_Rate_Source_Option_Value) GetCurrencyPair

func (*Currency_Pair_Rate_Source_Option_Value) GetModifiedAt

func (*Currency_Pair_Rate_Source_Option_Value) GetSourceValue

func (x *Currency_Pair_Rate_Source_Option_Value) GetSourceValue() string

func (*Currency_Pair_Rate_Source_Option_Value) GetTargetValue

func (x *Currency_Pair_Rate_Source_Option_Value) GetTargetValue() string

func (*Currency_Pair_Rate_Source_Option_Value) ProtoMessage

func (*Currency_Pair_Rate_Source_Option_Value) ProtoReflect

func (*Currency_Pair_Rate_Source_Option_Value) Reset

func (*Currency_Pair_Rate_Source_Option_Value) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL