infov1

package
v0.0.0-...-74f9a32 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterInfoAPIServer

func RegisterInfoAPIServer(s *grpc.Server, srv InfoAPIServer)

Types

type Account

type Account struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Аккаунт.

func (*Account) Descriptor

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

func (*Account) GetId

func (m *Account) GetId() string

func (*Account) GetName

func (m *Account) GetName() string

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) String

func (m *Account) String() string

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type AccountsRequest

type AccountsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountsRequest) Descriptor

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

func (*AccountsRequest) ProtoMessage

func (*AccountsRequest) ProtoMessage()

func (*AccountsRequest) Reset

func (m *AccountsRequest) Reset()

func (*AccountsRequest) String

func (m *AccountsRequest) String() string

func (*AccountsRequest) XXX_DiscardUnknown

func (m *AccountsRequest) XXX_DiscardUnknown()

func (*AccountsRequest) XXX_Marshal

func (m *AccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountsRequest) XXX_Merge

func (m *AccountsRequest) XXX_Merge(src proto.Message)

func (*AccountsRequest) XXX_Size

func (m *AccountsRequest) XXX_Size() int

func (*AccountsRequest) XXX_Unmarshal

func (m *AccountsRequest) XXX_Unmarshal(b []byte) error

type AccountsResponse

type AccountsResponse struct {
	Accounts             []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AccountsResponse) Descriptor

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

func (*AccountsResponse) GetAccounts

func (m *AccountsResponse) GetAccounts() []*Account

func (*AccountsResponse) ProtoMessage

func (*AccountsResponse) ProtoMessage()

func (*AccountsResponse) Reset

func (m *AccountsResponse) Reset()

func (*AccountsResponse) String

func (m *AccountsResponse) String() string

func (*AccountsResponse) XXX_DiscardUnknown

func (m *AccountsResponse) XXX_DiscardUnknown()

func (*AccountsResponse) XXX_Marshal

func (m *AccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountsResponse) XXX_Merge

func (m *AccountsResponse) XXX_Merge(src proto.Message)

func (*AccountsResponse) XXX_Size

func (m *AccountsResponse) XXX_Size() int

func (*AccountsResponse) XXX_Unmarshal

func (m *AccountsResponse) XXX_Unmarshal(b []byte) error

type GetSandboxPositionsRequest

type GetSandboxPositionsRequest struct {
	AccountId            string   `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSandboxPositionsRequest) Descriptor

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

func (*GetSandboxPositionsRequest) GetAccountId

func (m *GetSandboxPositionsRequest) GetAccountId() string

func (*GetSandboxPositionsRequest) ProtoMessage

func (*GetSandboxPositionsRequest) ProtoMessage()

func (*GetSandboxPositionsRequest) Reset

func (m *GetSandboxPositionsRequest) Reset()

func (*GetSandboxPositionsRequest) String

func (m *GetSandboxPositionsRequest) String() string

func (*GetSandboxPositionsRequest) XXX_DiscardUnknown

func (m *GetSandboxPositionsRequest) XXX_DiscardUnknown()

func (*GetSandboxPositionsRequest) XXX_Marshal

func (m *GetSandboxPositionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSandboxPositionsRequest) XXX_Merge

func (m *GetSandboxPositionsRequest) XXX_Merge(src proto.Message)

func (*GetSandboxPositionsRequest) XXX_Size

func (m *GetSandboxPositionsRequest) XXX_Size() int

func (*GetSandboxPositionsRequest) XXX_Unmarshal

func (m *GetSandboxPositionsRequest) XXX_Unmarshal(b []byte) error

type GetSandboxPositionsResponse

type GetSandboxPositionsResponse struct {
	Money                []*Money `protobuf:"bytes,1,rep,name=money,proto3" json:"money,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSandboxPositionsResponse) Descriptor

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

func (*GetSandboxPositionsResponse) GetMoney

func (m *GetSandboxPositionsResponse) GetMoney() []*Money

func (*GetSandboxPositionsResponse) ProtoMessage

func (*GetSandboxPositionsResponse) ProtoMessage()

func (*GetSandboxPositionsResponse) Reset

func (m *GetSandboxPositionsResponse) Reset()

func (*GetSandboxPositionsResponse) String

func (m *GetSandboxPositionsResponse) String() string

func (*GetSandboxPositionsResponse) XXX_DiscardUnknown

func (m *GetSandboxPositionsResponse) XXX_DiscardUnknown()

func (*GetSandboxPositionsResponse) XXX_Marshal

func (m *GetSandboxPositionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSandboxPositionsResponse) XXX_Merge

func (m *GetSandboxPositionsResponse) XXX_Merge(src proto.Message)

func (*GetSandboxPositionsResponse) XXX_Size

func (m *GetSandboxPositionsResponse) XXX_Size() int

func (*GetSandboxPositionsResponse) XXX_Unmarshal

func (m *GetSandboxPositionsResponse) XXX_Unmarshal(b []byte) error

type InfoAPIClient

type InfoAPIClient interface {
	// Ищет финансовые инструменты.
	SearchInstrument(ctx context.Context, in *SearchInstrumentRequest, opts ...grpc.CallOption) (*SearchInstrumentResponse, error)
	// Возвращает список аккаунтов.
	Accounts(ctx context.Context, in *AccountsRequest, opts ...grpc.CallOption) (*AccountsResponse, error)
	// Возвращает список аккаунтов для песочницы.
	SandboxAccounts(ctx context.Context, in *SandboxAccountsRequest, opts ...grpc.CallOption) (*SandboxAccountsResponse, error)
	// Создаёт новый аккаунт для песочницы.
	OpenSandboxAccount(ctx context.Context, in *OpenSandboxAccountRequest, opts ...grpc.CallOption) (*OpenSandboxAccountResponse, error)
	// Получение позиций для песочницы.
	GetSandboxPositions(ctx context.Context, in *GetSandboxPositionsRequest, opts ...grpc.CallOption) (*GetSandboxPositionsResponse, error)
	// Пополнение баланса для песочницы.
	SandboxPayIn(ctx context.Context, in *SandboxPayInRequest, opts ...grpc.CallOption) (*SandboxPayInResponse, error)
}

InfoAPIClient is the client API for InfoAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInfoAPIClient

func NewInfoAPIClient(cc *grpc.ClientConn) InfoAPIClient

type InfoAPIServer

type InfoAPIServer interface {
	// Ищет финансовые инструменты.
	SearchInstrument(context.Context, *SearchInstrumentRequest) (*SearchInstrumentResponse, error)
	// Возвращает список аккаунтов.
	Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error)
	// Возвращает список аккаунтов для песочницы.
	SandboxAccounts(context.Context, *SandboxAccountsRequest) (*SandboxAccountsResponse, error)
	// Создаёт новый аккаунт для песочницы.
	OpenSandboxAccount(context.Context, *OpenSandboxAccountRequest) (*OpenSandboxAccountResponse, error)
	// Получение позиций для песочницы.
	GetSandboxPositions(context.Context, *GetSandboxPositionsRequest) (*GetSandboxPositionsResponse, error)
	// Пополнение баланса для песочницы.
	SandboxPayIn(context.Context, *SandboxPayInRequest) (*SandboxPayInResponse, error)
}

InfoAPIServer is the server API for InfoAPI service.

type Instrument

type Instrument struct {
	Figi                 string   `protobuf:"bytes,1,opt,name=figi,proto3" json:"figi,omitempty"`
	Ticker               string   `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"`
	Isin                 string   `protobuf:"bytes,3,opt,name=isin,proto3" json:"isin,omitempty"`
	Lot                  int32    `protobuf:"varint,4,opt,name=lot,proto3" json:"lot,omitempty"`
	Currency             string   `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	Name                 string   `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Exchange             string   `protobuf:"bytes,7,opt,name=exchange,proto3" json:"exchange,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Финансовый инструмент.

func (*Instrument) Descriptor

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

func (*Instrument) GetCurrency

func (m *Instrument) GetCurrency() string

func (*Instrument) GetExchange

func (m *Instrument) GetExchange() string

func (*Instrument) GetFigi

func (m *Instrument) GetFigi() string

func (*Instrument) GetIsin

func (m *Instrument) GetIsin() string

func (*Instrument) GetLot

func (m *Instrument) GetLot() int32

func (*Instrument) GetName

func (m *Instrument) GetName() string

func (*Instrument) GetTicker

func (m *Instrument) GetTicker() string

func (*Instrument) ProtoMessage

func (*Instrument) ProtoMessage()

func (*Instrument) Reset

func (m *Instrument) Reset()

func (*Instrument) String

func (m *Instrument) String() string

func (*Instrument) XXX_DiscardUnknown

func (m *Instrument) XXX_DiscardUnknown()

func (*Instrument) XXX_Marshal

func (m *Instrument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Instrument) XXX_Merge

func (m *Instrument) XXX_Merge(src proto.Message)

func (*Instrument) XXX_Size

func (m *Instrument) XXX_Size() int

func (*Instrument) XXX_Unmarshal

func (m *Instrument) XXX_Unmarshal(b []byte) error

type Money

type Money struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Деньги.

func (*Money) Descriptor

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

func (*Money) GetCurrency

func (m *Money) GetCurrency() string

func (*Money) GetValue

func (m *Money) GetValue() string

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) Reset

func (m *Money) Reset()

func (*Money) String

func (m *Money) String() string

func (*Money) XXX_DiscardUnknown

func (m *Money) XXX_DiscardUnknown()

func (*Money) XXX_Marshal

func (m *Money) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Money) XXX_Merge

func (m *Money) XXX_Merge(src proto.Message)

func (*Money) XXX_Size

func (m *Money) XXX_Size() int

func (*Money) XXX_Unmarshal

func (m *Money) XXX_Unmarshal(b []byte) error

type OpenSandboxAccountRequest

type OpenSandboxAccountRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenSandboxAccountRequest) Descriptor

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

func (*OpenSandboxAccountRequest) ProtoMessage

func (*OpenSandboxAccountRequest) ProtoMessage()

func (*OpenSandboxAccountRequest) Reset

func (m *OpenSandboxAccountRequest) Reset()

func (*OpenSandboxAccountRequest) String

func (m *OpenSandboxAccountRequest) String() string

func (*OpenSandboxAccountRequest) XXX_DiscardUnknown

func (m *OpenSandboxAccountRequest) XXX_DiscardUnknown()

func (*OpenSandboxAccountRequest) XXX_Marshal

func (m *OpenSandboxAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenSandboxAccountRequest) XXX_Merge

func (m *OpenSandboxAccountRequest) XXX_Merge(src proto.Message)

func (*OpenSandboxAccountRequest) XXX_Size

func (m *OpenSandboxAccountRequest) XXX_Size() int

func (*OpenSandboxAccountRequest) XXX_Unmarshal

func (m *OpenSandboxAccountRequest) XXX_Unmarshal(b []byte) error

type OpenSandboxAccountResponse

type OpenSandboxAccountResponse struct {
	AccountId            string   `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenSandboxAccountResponse) Descriptor

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

func (*OpenSandboxAccountResponse) GetAccountId

func (m *OpenSandboxAccountResponse) GetAccountId() string

func (*OpenSandboxAccountResponse) ProtoMessage

func (*OpenSandboxAccountResponse) ProtoMessage()

func (*OpenSandboxAccountResponse) Reset

func (m *OpenSandboxAccountResponse) Reset()

func (*OpenSandboxAccountResponse) String

func (m *OpenSandboxAccountResponse) String() string

func (*OpenSandboxAccountResponse) XXX_DiscardUnknown

func (m *OpenSandboxAccountResponse) XXX_DiscardUnknown()

func (*OpenSandboxAccountResponse) XXX_Marshal

func (m *OpenSandboxAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenSandboxAccountResponse) XXX_Merge

func (m *OpenSandboxAccountResponse) XXX_Merge(src proto.Message)

func (*OpenSandboxAccountResponse) XXX_Size

func (m *OpenSandboxAccountResponse) XXX_Size() int

func (*OpenSandboxAccountResponse) XXX_Unmarshal

func (m *OpenSandboxAccountResponse) XXX_Unmarshal(b []byte) error

type SandboxAccountsRequest

type SandboxAccountsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SandboxAccountsRequest) Descriptor

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

func (*SandboxAccountsRequest) ProtoMessage

func (*SandboxAccountsRequest) ProtoMessage()

func (*SandboxAccountsRequest) Reset

func (m *SandboxAccountsRequest) Reset()

func (*SandboxAccountsRequest) String

func (m *SandboxAccountsRequest) String() string

func (*SandboxAccountsRequest) XXX_DiscardUnknown

func (m *SandboxAccountsRequest) XXX_DiscardUnknown()

func (*SandboxAccountsRequest) XXX_Marshal

func (m *SandboxAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SandboxAccountsRequest) XXX_Merge

func (m *SandboxAccountsRequest) XXX_Merge(src proto.Message)

func (*SandboxAccountsRequest) XXX_Size

func (m *SandboxAccountsRequest) XXX_Size() int

func (*SandboxAccountsRequest) XXX_Unmarshal

func (m *SandboxAccountsRequest) XXX_Unmarshal(b []byte) error

type SandboxAccountsResponse

type SandboxAccountsResponse struct {
	Accounts             []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SandboxAccountsResponse) Descriptor

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

func (*SandboxAccountsResponse) GetAccounts

func (m *SandboxAccountsResponse) GetAccounts() []*Account

func (*SandboxAccountsResponse) ProtoMessage

func (*SandboxAccountsResponse) ProtoMessage()

func (*SandboxAccountsResponse) Reset

func (m *SandboxAccountsResponse) Reset()

func (*SandboxAccountsResponse) String

func (m *SandboxAccountsResponse) String() string

func (*SandboxAccountsResponse) XXX_DiscardUnknown

func (m *SandboxAccountsResponse) XXX_DiscardUnknown()

func (*SandboxAccountsResponse) XXX_Marshal

func (m *SandboxAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SandboxAccountsResponse) XXX_Merge

func (m *SandboxAccountsResponse) XXX_Merge(src proto.Message)

func (*SandboxAccountsResponse) XXX_Size

func (m *SandboxAccountsResponse) XXX_Size() int

func (*SandboxAccountsResponse) XXX_Unmarshal

func (m *SandboxAccountsResponse) XXX_Unmarshal(b []byte) error

type SandboxPayInRequest

type SandboxPayInRequest struct {
	AccountId            string   `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Amount               string   `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SandboxPayInRequest) Descriptor

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

func (*SandboxPayInRequest) GetAccountId

func (m *SandboxPayInRequest) GetAccountId() string

func (*SandboxPayInRequest) GetAmount

func (m *SandboxPayInRequest) GetAmount() string

func (*SandboxPayInRequest) ProtoMessage

func (*SandboxPayInRequest) ProtoMessage()

func (*SandboxPayInRequest) Reset

func (m *SandboxPayInRequest) Reset()

func (*SandboxPayInRequest) String

func (m *SandboxPayInRequest) String() string

func (*SandboxPayInRequest) XXX_DiscardUnknown

func (m *SandboxPayInRequest) XXX_DiscardUnknown()

func (*SandboxPayInRequest) XXX_Marshal

func (m *SandboxPayInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SandboxPayInRequest) XXX_Merge

func (m *SandboxPayInRequest) XXX_Merge(src proto.Message)

func (*SandboxPayInRequest) XXX_Size

func (m *SandboxPayInRequest) XXX_Size() int

func (*SandboxPayInRequest) XXX_Unmarshal

func (m *SandboxPayInRequest) XXX_Unmarshal(b []byte) error

type SandboxPayInResponse

type SandboxPayInResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SandboxPayInResponse) Descriptor

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

func (*SandboxPayInResponse) ProtoMessage

func (*SandboxPayInResponse) ProtoMessage()

func (*SandboxPayInResponse) Reset

func (m *SandboxPayInResponse) Reset()

func (*SandboxPayInResponse) String

func (m *SandboxPayInResponse) String() string

func (*SandboxPayInResponse) XXX_DiscardUnknown

func (m *SandboxPayInResponse) XXX_DiscardUnknown()

func (*SandboxPayInResponse) XXX_Marshal

func (m *SandboxPayInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SandboxPayInResponse) XXX_Merge

func (m *SandboxPayInResponse) XXX_Merge(src proto.Message)

func (*SandboxPayInResponse) XXX_Size

func (m *SandboxPayInResponse) XXX_Size() int

func (*SandboxPayInResponse) XXX_Unmarshal

func (m *SandboxPayInResponse) XXX_Unmarshal(b []byte) error

type SearchInstrumentRequest

type SearchInstrumentRequest struct {
	Ticker               string   `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstrumentRequest) Descriptor

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

func (*SearchInstrumentRequest) GetTicker

func (m *SearchInstrumentRequest) GetTicker() string

func (*SearchInstrumentRequest) ProtoMessage

func (*SearchInstrumentRequest) ProtoMessage()

func (*SearchInstrumentRequest) Reset

func (m *SearchInstrumentRequest) Reset()

func (*SearchInstrumentRequest) String

func (m *SearchInstrumentRequest) String() string

func (*SearchInstrumentRequest) XXX_DiscardUnknown

func (m *SearchInstrumentRequest) XXX_DiscardUnknown()

func (*SearchInstrumentRequest) XXX_Marshal

func (m *SearchInstrumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstrumentRequest) XXX_Merge

func (m *SearchInstrumentRequest) XXX_Merge(src proto.Message)

func (*SearchInstrumentRequest) XXX_Size

func (m *SearchInstrumentRequest) XXX_Size() int

func (*SearchInstrumentRequest) XXX_Unmarshal

func (m *SearchInstrumentRequest) XXX_Unmarshal(b []byte) error

type SearchInstrumentResponse

type SearchInstrumentResponse struct {
	Instruments          []*Instrument `protobuf:"bytes,1,rep,name=instruments,proto3" json:"instruments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SearchInstrumentResponse) Descriptor

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

func (*SearchInstrumentResponse) GetInstruments

func (m *SearchInstrumentResponse) GetInstruments() []*Instrument

func (*SearchInstrumentResponse) ProtoMessage

func (*SearchInstrumentResponse) ProtoMessage()

func (*SearchInstrumentResponse) Reset

func (m *SearchInstrumentResponse) Reset()

func (*SearchInstrumentResponse) String

func (m *SearchInstrumentResponse) String() string

func (*SearchInstrumentResponse) XXX_DiscardUnknown

func (m *SearchInstrumentResponse) XXX_DiscardUnknown()

func (*SearchInstrumentResponse) XXX_Marshal

func (m *SearchInstrumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstrumentResponse) XXX_Merge

func (m *SearchInstrumentResponse) XXX_Merge(src proto.Message)

func (*SearchInstrumentResponse) XXX_Size

func (m *SearchInstrumentResponse) XXX_Size() int

func (*SearchInstrumentResponse) XXX_Unmarshal

func (m *SearchInstrumentResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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