Documentation ¶
Index ¶
- func RegisterBitcoinServer(s *grpc.Server, srv BitcoinServer)
- func RegisterEthereumServer(s *grpc.Server, srv EthereumServer)
- func RegisterMatchServer(s *grpc.Server, srv MatchServer)
- func RegisterMemorystoreServer(s *grpc.Server, srv MemorystoreServer)
- func RegisterSqlServer(s *grpc.Server, srv SqlServer)
- func RegisterWalletServer(s *grpc.Server, srv WalletServer)
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)
- func (m *Asset) GetAvailable() string
- func (m *Asset) GetAvailableCount() int64
- func (m *Asset) GetCurrency() string
- func (m *Asset) GetHold() string
- func (m *Asset) GetHoldCount() int64
- func (m *Asset) GetTotal() string
- func (*Asset) ProtoMessage()
- func (m *Asset) Reset()
- func (m *Asset) String() string
- func (m *Asset) XXX_DiscardUnknown()
- func (m *Asset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Asset) XXX_Merge(src proto.Message)
- func (m *Asset) XXX_Size() int
- func (m *Asset) XXX_Unmarshal(b []byte) error
- type Balance
- func (*Balance) Descriptor() ([]byte, []int)
- func (m *Balance) GetAvailable() string
- func (m *Balance) GetBalance() string
- func (m *Balance) GetCurrency() string
- func (m *Balance) GetHold() string
- func (*Balance) ProtoMessage()
- func (m *Balance) Reset()
- func (m *Balance) String() string
- func (m *Balance) XXX_DiscardUnknown()
- func (m *Balance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Balance) XXX_Merge(src proto.Message)
- func (m *Balance) XXX_Size() int
- func (m *Balance) XXX_Unmarshal(b []byte) error
- type BalancesRequest
- func (*BalancesRequest) Descriptor() ([]byte, []int)
- func (m *BalancesRequest) GetCurrency() string
- func (m *BalancesRequest) GetUserId() string
- func (*BalancesRequest) ProtoMessage()
- func (m *BalancesRequest) Reset()
- func (m *BalancesRequest) String() string
- func (m *BalancesRequest) XXX_DiscardUnknown()
- func (m *BalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BalancesRequest) XXX_Merge(src proto.Message)
- func (m *BalancesRequest) XXX_Size() int
- func (m *BalancesRequest) XXX_Unmarshal(b []byte) error
- type BalancesResponse
- func (*BalancesResponse) Descriptor() ([]byte, []int)
- func (m *BalancesResponse) GetBalances() []*Balance
- func (*BalancesResponse) ProtoMessage()
- func (m *BalancesResponse) Reset()
- func (m *BalancesResponse) String() string
- func (m *BalancesResponse) XXX_DiscardUnknown()
- func (m *BalancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BalancesResponse) XXX_Merge(src proto.Message)
- func (m *BalancesResponse) XXX_Size() int
- func (m *BalancesResponse) XXX_Unmarshal(b []byte) error
- type BitcoinClient
- type BitcoinServer
- type Currency
- func (*Currency) Descriptor() ([]byte, []int)
- func (m *Currency) GetId() string
- func (m *Currency) GetName() string
- func (*Currency) ProtoMessage()
- func (m *Currency) Reset()
- func (m *Currency) String() string
- func (m *Currency) XXX_DiscardUnknown()
- func (m *Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Currency) XXX_Merge(src proto.Message)
- func (m *Currency) XXX_Size() int
- func (m *Currency) XXX_Unmarshal(b []byte) error
- type EmptyRequest
- func (*EmptyRequest) Descriptor() ([]byte, []int)
- func (*EmptyRequest) ProtoMessage()
- func (m *EmptyRequest) Reset()
- func (m *EmptyRequest) String() string
- func (m *EmptyRequest) XXX_DiscardUnknown()
- func (m *EmptyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyRequest) XXX_Merge(src proto.Message)
- func (m *EmptyRequest) XXX_Size() int
- func (m *EmptyRequest) XXX_Unmarshal(b []byte) error
- type EthereumClient
- type EthereumServer
- type GetAddressRequest
- func (*GetAddressRequest) Descriptor() ([]byte, []int)
- func (m *GetAddressRequest) GetCurrency() string
- func (m *GetAddressRequest) GetUserId() string
- func (*GetAddressRequest) ProtoMessage()
- func (m *GetAddressRequest) Reset()
- func (m *GetAddressRequest) String() string
- func (m *GetAddressRequest) XXX_DiscardUnknown()
- func (m *GetAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAddressRequest) XXX_Merge(src proto.Message)
- func (m *GetAddressRequest) XXX_Size() int
- func (m *GetAddressRequest) XXX_Unmarshal(b []byte) error
- type GetAddressResponse
- func (*GetAddressResponse) Descriptor() ([]byte, []int)
- func (m *GetAddressResponse) GetAddress() string
- func (*GetAddressResponse) ProtoMessage()
- func (m *GetAddressResponse) Reset()
- func (m *GetAddressResponse) String() string
- func (m *GetAddressResponse) XXX_DiscardUnknown()
- func (m *GetAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAddressResponse) XXX_Merge(src proto.Message)
- func (m *GetAddressResponse) XXX_Size() int
- func (m *GetAddressResponse) XXX_Unmarshal(b []byte) error
- type GetAssetSummaryRequest
- func (*GetAssetSummaryRequest) Descriptor() ([]byte, []int)
- func (m *GetAssetSummaryRequest) GetCurrencies() []string
- func (*GetAssetSummaryRequest) ProtoMessage()
- func (m *GetAssetSummaryRequest) Reset()
- func (m *GetAssetSummaryRequest) String() string
- func (m *GetAssetSummaryRequest) XXX_DiscardUnknown()
- func (m *GetAssetSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAssetSummaryRequest) XXX_Merge(src proto.Message)
- func (m *GetAssetSummaryRequest) XXX_Size() int
- func (m *GetAssetSummaryRequest) XXX_Unmarshal(b []byte) error
- type GetAssetSummaryResponse
- func (*GetAssetSummaryResponse) Descriptor() ([]byte, []int)
- func (m *GetAssetSummaryResponse) GetAssets() []*Asset
- func (*GetAssetSummaryResponse) ProtoMessage()
- func (m *GetAssetSummaryResponse) Reset()
- func (m *GetAssetSummaryResponse) String() string
- func (m *GetAssetSummaryResponse) XXX_DiscardUnknown()
- func (m *GetAssetSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAssetSummaryResponse) XXX_Merge(src proto.Message)
- func (m *GetAssetSummaryResponse) XXX_Size() int
- func (m *GetAssetSummaryResponse) XXX_Unmarshal(b []byte) error
- type GetCurrencyResponse
- func (*GetCurrencyResponse) Descriptor() ([]byte, []int)
- func (m *GetCurrencyResponse) GetCurrencies() []*Currency
- func (*GetCurrencyResponse) ProtoMessage()
- func (m *GetCurrencyResponse) Reset()
- func (m *GetCurrencyResponse) String() string
- func (m *GetCurrencyResponse) XXX_DiscardUnknown()
- func (m *GetCurrencyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetCurrencyResponse) XXX_Merge(src proto.Message)
- func (m *GetCurrencyResponse) XXX_Size() int
- func (m *GetCurrencyResponse) XXX_Unmarshal(b []byte) error
- type GetMarketSummaryRequest
- func (*GetMarketSummaryRequest) Descriptor() ([]byte, []int)
- func (m *GetMarketSummaryRequest) GetSymbols() []string
- func (*GetMarketSummaryRequest) ProtoMessage()
- func (m *GetMarketSummaryRequest) Reset()
- func (m *GetMarketSummaryRequest) String() string
- func (m *GetMarketSummaryRequest) XXX_DiscardUnknown()
- func (m *GetMarketSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetMarketSummaryRequest) XXX_Merge(src proto.Message)
- func (m *GetMarketSummaryRequest) XXX_Size() int
- func (m *GetMarketSummaryRequest) XXX_Unmarshal(b []byte) error
- type GetMarketSummaryResponse
- func (*GetMarketSummaryResponse) Descriptor() ([]byte, []int)
- func (m *GetMarketSummaryResponse) GetMarkets() []*Market
- func (*GetMarketSummaryResponse) ProtoMessage()
- func (m *GetMarketSummaryResponse) Reset()
- func (m *GetMarketSummaryResponse) String() string
- func (m *GetMarketSummaryResponse) XXX_DiscardUnknown()
- func (m *GetMarketSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetMarketSummaryResponse) XXX_Merge(src proto.Message)
- func (m *GetMarketSummaryResponse) XXX_Size() int
- func (m *GetMarketSummaryResponse) XXX_Unmarshal(b []byte) error
- type GetMarketUserDealsReply
- func (*GetMarketUserDealsReply) Descriptor() ([]byte, []int)
- func (m *GetMarketUserDealsReply) GetItems() []*MarketUserDeals
- func (*GetMarketUserDealsReply) ProtoMessage()
- func (m *GetMarketUserDealsReply) Reset()
- func (m *GetMarketUserDealsReply) String() string
- func (m *GetMarketUserDealsReply) XXX_DiscardUnknown()
- func (m *GetMarketUserDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetMarketUserDealsReply) XXX_Merge(src proto.Message)
- func (m *GetMarketUserDealsReply) XXX_Size() int
- func (m *GetMarketUserDealsReply) XXX_Unmarshal(b []byte) error
- type GetMarketUserDealsRequest
- func (*GetMarketUserDealsRequest) Descriptor() ([]byte, []int)
- func (m *GetMarketUserDealsRequest) GetLimit() int32
- func (m *GetMarketUserDealsRequest) GetMarket() string
- func (m *GetMarketUserDealsRequest) GetOffset() int32
- func (m *GetMarketUserDealsRequest) GetUserId() string
- func (*GetMarketUserDealsRequest) ProtoMessage()
- func (m *GetMarketUserDealsRequest) Reset()
- func (m *GetMarketUserDealsRequest) String() string
- func (m *GetMarketUserDealsRequest) XXX_DiscardUnknown()
- func (m *GetMarketUserDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetMarketUserDealsRequest) XXX_Merge(src proto.Message)
- func (m *GetMarketUserDealsRequest) XXX_Size() int
- func (m *GetMarketUserDealsRequest) XXX_Unmarshal(b []byte) error
- type GetOrderDealsReply
- func (*GetOrderDealsReply) Descriptor() ([]byte, []int)
- func (m *GetOrderDealsReply) GetItems() []*OrderDeals
- func (*GetOrderDealsReply) ProtoMessage()
- func (m *GetOrderDealsReply) Reset()
- func (m *GetOrderDealsReply) String() string
- func (m *GetOrderDealsReply) XXX_DiscardUnknown()
- func (m *GetOrderDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderDealsReply) XXX_Merge(src proto.Message)
- func (m *GetOrderDealsReply) XXX_Size() int
- func (m *GetOrderDealsReply) XXX_Unmarshal(b []byte) error
- type GetOrderDealsRequest
- func (*GetOrderDealsRequest) Descriptor() ([]byte, []int)
- func (m *GetOrderDealsRequest) GetLimit() int32
- func (m *GetOrderDealsRequest) GetOffset() int32
- func (m *GetOrderDealsRequest) GetOrderId() string
- func (*GetOrderDealsRequest) ProtoMessage()
- func (m *GetOrderDealsRequest) Reset()
- func (m *GetOrderDealsRequest) String() string
- func (m *GetOrderDealsRequest) XXX_DiscardUnknown()
- func (m *GetOrderDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderDealsRequest) XXX_Merge(src proto.Message)
- func (m *GetOrderDealsRequest) XXX_Size() int
- func (m *GetOrderDealsRequest) XXX_Unmarshal(b []byte) error
- type GetOrderDetailFinishedReply
- func (*GetOrderDetailFinishedReply) Descriptor() ([]byte, []int)
- func (m *GetOrderDetailFinishedReply) GetAmount() string
- func (m *GetOrderDetailFinishedReply) GetCtime() int64
- func (m *GetOrderDetailFinishedReply) GetDealFee() string
- func (m *GetOrderDetailFinishedReply) GetDealMoney() string
- func (m *GetOrderDetailFinishedReply) GetDealStock() string
- func (m *GetOrderDetailFinishedReply) GetFtime() int64
- func (m *GetOrderDetailFinishedReply) GetId() uint64
- func (m *GetOrderDetailFinishedReply) GetMakerFee() string
- func (m *GetOrderDetailFinishedReply) GetMarket() string
- func (m *GetOrderDetailFinishedReply) GetPrice() string
- func (m *GetOrderDetailFinishedReply) GetSide() uint32
- func (m *GetOrderDetailFinishedReply) GetSource() string
- func (m *GetOrderDetailFinishedReply) GetTakerFee() string
- func (m *GetOrderDetailFinishedReply) GetType() uint32
- func (m *GetOrderDetailFinishedReply) GetUser() string
- func (*GetOrderDetailFinishedReply) ProtoMessage()
- func (m *GetOrderDetailFinishedReply) Reset()
- func (m *GetOrderDetailFinishedReply) String() string
- func (m *GetOrderDetailFinishedReply) XXX_DiscardUnknown()
- func (m *GetOrderDetailFinishedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderDetailFinishedReply) XXX_Merge(src proto.Message)
- func (m *GetOrderDetailFinishedReply) XXX_Size() int
- func (m *GetOrderDetailFinishedReply) XXX_Unmarshal(b []byte) error
- type GetOrderDetailFinishedRequest
- func (*GetOrderDetailFinishedRequest) Descriptor() ([]byte, []int)
- func (m *GetOrderDetailFinishedRequest) GetOrderId() string
- func (*GetOrderDetailFinishedRequest) ProtoMessage()
- func (m *GetOrderDetailFinishedRequest) Reset()
- func (m *GetOrderDetailFinishedRequest) String() string
- func (m *GetOrderDetailFinishedRequest) XXX_DiscardUnknown()
- func (m *GetOrderDetailFinishedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderDetailFinishedRequest) XXX_Merge(src proto.Message)
- func (m *GetOrderDetailFinishedRequest) XXX_Size() int
- func (m *GetOrderDetailFinishedRequest) XXX_Unmarshal(b []byte) error
- type GetOrderHistoryReply
- func (*GetOrderHistoryReply) Descriptor() ([]byte, []int)
- func (m *GetOrderHistoryReply) GetItems() []*OrderHistory
- func (*GetOrderHistoryReply) ProtoMessage()
- func (m *GetOrderHistoryReply) Reset()
- func (m *GetOrderHistoryReply) String() string
- func (m *GetOrderHistoryReply) XXX_DiscardUnknown()
- func (m *GetOrderHistoryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderHistoryReply) XXX_Merge(src proto.Message)
- func (m *GetOrderHistoryReply) XXX_Size() int
- func (m *GetOrderHistoryReply) XXX_Unmarshal(b []byte) error
- type GetOrderHistoryRequest
- func (*GetOrderHistoryRequest) Descriptor() ([]byte, []int)
- func (m *GetOrderHistoryRequest) GetEndTime() int64
- func (m *GetOrderHistoryRequest) GetLimit() int32
- func (m *GetOrderHistoryRequest) GetMarket() string
- func (m *GetOrderHistoryRequest) GetOffset() int32
- func (m *GetOrderHistoryRequest) GetSide() int32
- func (m *GetOrderHistoryRequest) GetStartTime() int64
- func (m *GetOrderHistoryRequest) GetUserId() string
- func (*GetOrderHistoryRequest) ProtoMessage()
- func (m *GetOrderHistoryRequest) Reset()
- func (m *GetOrderHistoryRequest) String() string
- func (m *GetOrderHistoryRequest) XXX_DiscardUnknown()
- func (m *GetOrderHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrderHistoryRequest) XXX_Merge(src proto.Message)
- func (m *GetOrderHistoryRequest) XXX_Size() int
- func (m *GetOrderHistoryRequest) XXX_Unmarshal(b []byte) error
- type GetSymbolsResponse
- func (*GetSymbolsResponse) Descriptor() ([]byte, []int)
- func (m *GetSymbolsResponse) GetSymbols() []*Symbol
- func (*GetSymbolsResponse) ProtoMessage()
- func (m *GetSymbolsResponse) Reset()
- func (m *GetSymbolsResponse) String() string
- func (m *GetSymbolsResponse) XXX_DiscardUnknown()
- func (m *GetSymbolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetSymbolsResponse) XXX_Merge(src proto.Message)
- func (m *GetSymbolsResponse) XXX_Size() int
- func (m *GetSymbolsResponse) XXX_Unmarshal(b []byte) error
- type KlineInfo
- func (*KlineInfo) Descriptor() ([]byte, []int)
- func (m *KlineInfo) GetClose() float64
- func (m *KlineInfo) GetDeal() float64
- func (m *KlineInfo) GetHigh() float64
- func (m *KlineInfo) GetLow() float64
- func (m *KlineInfo) GetOpen() float64
- func (m *KlineInfo) GetTime() int64
- func (m *KlineInfo) GetVolume() float64
- func (*KlineInfo) ProtoMessage()
- func (m *KlineInfo) Reset()
- func (m *KlineInfo) String() string
- func (m *KlineInfo) XXX_DiscardUnknown()
- func (m *KlineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KlineInfo) XXX_Merge(src proto.Message)
- func (m *KlineInfo) XXX_Size() int
- func (m *KlineInfo) XXX_Unmarshal(b []byte) error
- type Market
- func (*Market) Descriptor() ([]byte, []int)
- func (m *Market) GetAsksAmount() string
- func (m *Market) GetAsksCount() int64
- func (m *Market) GetBidsAmount() string
- func (m *Market) GetBidsCount() int64
- func (m *Market) GetSymbol() string
- func (*Market) ProtoMessage()
- func (m *Market) Reset()
- func (m *Market) String() string
- func (m *Market) XXX_DiscardUnknown()
- func (m *Market) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Market) XXX_Merge(src proto.Message)
- func (m *Market) XXX_Size() int
- func (m *Market) XXX_Unmarshal(b []byte) error
- type MarketDeal
- func (*MarketDeal) Descriptor() ([]byte, []int)
- func (m *MarketDeal) GetAmount() string
- func (m *MarketDeal) GetId() int32
- func (m *MarketDeal) GetPrice() string
- func (m *MarketDeal) GetTime() int64
- func (m *MarketDeal) GetType() string
- func (*MarketDeal) ProtoMessage()
- func (m *MarketDeal) Reset()
- func (m *MarketDeal) String() string
- func (m *MarketDeal) XXX_DiscardUnknown()
- func (m *MarketDeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDeal) XXX_Merge(src proto.Message)
- func (m *MarketDeal) XXX_Size() int
- func (m *MarketDeal) XXX_Unmarshal(b []byte) error
- type MarketDealsReply
- func (*MarketDealsReply) Descriptor() ([]byte, []int)
- func (m *MarketDealsReply) GetItems() []*MarketDeal
- func (*MarketDealsReply) ProtoMessage()
- func (m *MarketDealsReply) Reset()
- func (m *MarketDealsReply) String() string
- func (m *MarketDealsReply) XXX_DiscardUnknown()
- func (m *MarketDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDealsReply) XXX_Merge(src proto.Message)
- func (m *MarketDealsReply) XXX_Size() int
- func (m *MarketDealsReply) XXX_Unmarshal(b []byte) error
- type MarketDealsRequest
- func (*MarketDealsRequest) Descriptor() ([]byte, []int)
- func (m *MarketDealsRequest) GetLastId() uint64
- func (m *MarketDealsRequest) GetLimit() int32
- func (m *MarketDealsRequest) GetMarket() string
- func (*MarketDealsRequest) ProtoMessage()
- func (m *MarketDealsRequest) Reset()
- func (m *MarketDealsRequest) String() string
- func (m *MarketDealsRequest) XXX_DiscardUnknown()
- func (m *MarketDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDealsRequest) XXX_Merge(src proto.Message)
- func (m *MarketDealsRequest) XXX_Size() int
- func (m *MarketDealsRequest) XXX_Unmarshal(b []byte) error
- type MarketKlineReply
- func (*MarketKlineReply) Descriptor() ([]byte, []int)
- func (m *MarketKlineReply) GetItems() []*KlineInfo
- func (*MarketKlineReply) ProtoMessage()
- func (m *MarketKlineReply) Reset()
- func (m *MarketKlineReply) String() string
- func (m *MarketKlineReply) XXX_DiscardUnknown()
- func (m *MarketKlineReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketKlineReply) XXX_Merge(src proto.Message)
- func (m *MarketKlineReply) XXX_Size() int
- func (m *MarketKlineReply) XXX_Unmarshal(b []byte) error
- type MarketKlineRequest
- func (*MarketKlineRequest) Descriptor() ([]byte, []int)
- func (m *MarketKlineRequest) GetEnd() int64
- func (m *MarketKlineRequest) GetInterval() int64
- func (m *MarketKlineRequest) GetMarket() string
- func (m *MarketKlineRequest) GetStart() int64
- func (*MarketKlineRequest) ProtoMessage()
- func (m *MarketKlineRequest) Reset()
- func (m *MarketKlineRequest) String() string
- func (m *MarketKlineRequest) XXX_DiscardUnknown()
- func (m *MarketKlineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketKlineRequest) XXX_Merge(src proto.Message)
- func (m *MarketKlineRequest) XXX_Size() int
- func (m *MarketKlineRequest) XXX_Unmarshal(b []byte) error
- type MarketLastReply
- func (*MarketLastReply) Descriptor() ([]byte, []int)
- func (m *MarketLastReply) GetLast() float64
- func (*MarketLastReply) ProtoMessage()
- func (m *MarketLastReply) Reset()
- func (m *MarketLastReply) String() string
- func (m *MarketLastReply) XXX_DiscardUnknown()
- func (m *MarketLastReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketLastReply) XXX_Merge(src proto.Message)
- func (m *MarketLastReply) XXX_Size() int
- func (m *MarketLastReply) XXX_Unmarshal(b []byte) error
- type MarketLastRequest
- func (*MarketLastRequest) Descriptor() ([]byte, []int)
- func (m *MarketLastRequest) GetMarket() string
- func (*MarketLastRequest) ProtoMessage()
- func (m *MarketLastRequest) Reset()
- func (m *MarketLastRequest) String() string
- func (m *MarketLastRequest) XXX_DiscardUnknown()
- func (m *MarketLastRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketLastRequest) XXX_Merge(src proto.Message)
- func (m *MarketLastRequest) XXX_Size() int
- func (m *MarketLastRequest) XXX_Unmarshal(b []byte) error
- type MarketStatusReply
- func (*MarketStatusReply) Descriptor() ([]byte, []int)
- func (m *MarketStatusReply) GetClose() float64
- func (m *MarketStatusReply) GetDeal() float64
- func (m *MarketStatusReply) GetHigh() float64
- func (m *MarketStatusReply) GetLast() float64
- func (m *MarketStatusReply) GetLow() float64
- func (m *MarketStatusReply) GetOpen() float64
- func (m *MarketStatusReply) GetVolume() float64
- func (*MarketStatusReply) ProtoMessage()
- func (m *MarketStatusReply) Reset()
- func (m *MarketStatusReply) String() string
- func (m *MarketStatusReply) XXX_DiscardUnknown()
- func (m *MarketStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketStatusReply) XXX_Merge(src proto.Message)
- func (m *MarketStatusReply) XXX_Size() int
- func (m *MarketStatusReply) XXX_Unmarshal(b []byte) error
- type MarketStatusRequest
- func (*MarketStatusRequest) Descriptor() ([]byte, []int)
- func (m *MarketStatusRequest) GetMarket() string
- func (m *MarketStatusRequest) GetPeriod() int32
- func (*MarketStatusRequest) ProtoMessage()
- func (m *MarketStatusRequest) Reset()
- func (m *MarketStatusRequest) String() string
- func (m *MarketStatusRequest) XXX_DiscardUnknown()
- func (m *MarketStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketStatusRequest) XXX_Merge(src proto.Message)
- func (m *MarketStatusRequest) XXX_Size() int
- func (m *MarketStatusRequest) XXX_Unmarshal(b []byte) error
- type MarketStatusTodayReply
- func (*MarketStatusTodayReply) Descriptor() ([]byte, []int)
- func (m *MarketStatusTodayReply) GetDeal() float64
- func (m *MarketStatusTodayReply) GetHigh() float64
- func (m *MarketStatusTodayReply) GetLast() float64
- func (m *MarketStatusTodayReply) GetLow() float64
- func (m *MarketStatusTodayReply) GetOpen() float64
- func (m *MarketStatusTodayReply) GetVolume() float64
- func (*MarketStatusTodayReply) ProtoMessage()
- func (m *MarketStatusTodayReply) Reset()
- func (m *MarketStatusTodayReply) String() string
- func (m *MarketStatusTodayReply) XXX_DiscardUnknown()
- func (m *MarketStatusTodayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketStatusTodayReply) XXX_Merge(src proto.Message)
- func (m *MarketStatusTodayReply) XXX_Size() int
- func (m *MarketStatusTodayReply) XXX_Unmarshal(b []byte) error
- type MarketStatusTodayRequest
- func (*MarketStatusTodayRequest) Descriptor() ([]byte, []int)
- func (m *MarketStatusTodayRequest) GetMarket() string
- func (*MarketStatusTodayRequest) ProtoMessage()
- func (m *MarketStatusTodayRequest) Reset()
- func (m *MarketStatusTodayRequest) String() string
- func (m *MarketStatusTodayRequest) XXX_DiscardUnknown()
- func (m *MarketStatusTodayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketStatusTodayRequest) XXX_Merge(src proto.Message)
- func (m *MarketStatusTodayRequest) XXX_Size() int
- func (m *MarketStatusTodayRequest) XXX_Unmarshal(b []byte) error
- type MarketUserDeals
- func (*MarketUserDeals) Descriptor() ([]byte, []int)
- func (m *MarketUserDeals) GetAmount() string
- func (m *MarketUserDeals) GetDeal() string
- func (m *MarketUserDeals) GetDealOrderId() uint64
- func (m *MarketUserDeals) GetFee() string
- func (m *MarketUserDeals) GetId() uint64
- func (m *MarketUserDeals) GetMarket() string
- func (m *MarketUserDeals) GetPrice() string
- func (m *MarketUserDeals) GetRole() int32
- func (m *MarketUserDeals) GetSide() int32
- func (m *MarketUserDeals) GetTime() int64
- func (m *MarketUserDeals) GetUser() string
- func (*MarketUserDeals) ProtoMessage()
- func (m *MarketUserDeals) Reset()
- func (m *MarketUserDeals) String() string
- func (m *MarketUserDeals) XXX_DiscardUnknown()
- func (m *MarketUserDeals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketUserDeals) XXX_Merge(src proto.Message)
- func (m *MarketUserDeals) XXX_Size() int
- func (m *MarketUserDeals) XXX_Unmarshal(b []byte) error
- type MatchClient
- type MatchServer
- type MemorystoreClient
- type MemorystoreServer
- type NewOrderRequest
- func (*NewOrderRequest) Descriptor() ([]byte, []int)
- func (m *NewOrderRequest) GetAmount() string
- func (m *NewOrderRequest) GetClientOrderId() string
- func (m *NewOrderRequest) GetPrice() string
- func (m *NewOrderRequest) GetSide() string
- func (m *NewOrderRequest) GetSymbol() string
- func (m *NewOrderRequest) GetType() string
- func (m *NewOrderRequest) GetUserId() string
- func (*NewOrderRequest) ProtoMessage()
- func (m *NewOrderRequest) Reset()
- func (m *NewOrderRequest) String() string
- func (m *NewOrderRequest) XXX_DiscardUnknown()
- func (m *NewOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NewOrderRequest) XXX_Merge(src proto.Message)
- func (m *NewOrderRequest) XXX_Size() int
- func (m *NewOrderRequest) XXX_Unmarshal(b []byte) error
- type NewOrderResponse
- func (*NewOrderResponse) Descriptor() ([]byte, []int)
- func (m *NewOrderResponse) GetOrder() *Order
- func (*NewOrderResponse) ProtoMessage()
- func (m *NewOrderResponse) Reset()
- func (m *NewOrderResponse) String() string
- func (m *NewOrderResponse) XXX_DiscardUnknown()
- func (m *NewOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NewOrderResponse) XXX_Merge(src proto.Message)
- func (m *NewOrderResponse) XXX_Size() int
- func (m *NewOrderResponse) XXX_Unmarshal(b []byte) error
- type Order
- func (*Order) Descriptor() ([]byte, []int)
- func (m *Order) GetAmount() string
- func (m *Order) GetCreatedAt() *timestamp.Timestamp
- func (m *Order) GetDoneAt() *timestamp.Timestamp
- func (m *Order) GetDoneReason() string
- func (m *Order) GetExecutedValue() string
- func (m *Order) GetFillFees() string
- func (m *Order) GetFilledAmount() string
- func (m *Order) GetId() string
- func (m *Order) GetPrice() string
- func (m *Order) GetRemainingAmount() string
- func (m *Order) GetSide() string
- func (m *Order) GetStatus() string
- func (m *Order) GetSymbol() string
- func (m *Order) GetType() string
- func (m *Order) GetUpdatedAt() *timestamp.Timestamp
- func (*Order) ProtoMessage()
- func (m *Order) Reset()
- func (m *Order) String() string
- func (m *Order) XXX_DiscardUnknown()
- func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Order) XXX_Merge(src proto.Message)
- func (m *Order) XXX_Size() int
- func (m *Order) XXX_Unmarshal(b []byte) error
- type OrderBookData
- func (*OrderBookData) Descriptor() ([]byte, []int)
- func (m *OrderBookData) GetPrice() string
- func (m *OrderBookData) GetQuantity() string
- func (*OrderBookData) ProtoMessage()
- func (m *OrderBookData) Reset()
- func (m *OrderBookData) String() string
- func (m *OrderBookData) XXX_DiscardUnknown()
- func (m *OrderBookData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderBookData) XXX_Merge(src proto.Message)
- func (m *OrderBookData) XXX_Size() int
- func (m *OrderBookData) XXX_Unmarshal(b []byte) error
- type OrderBookDepthRequest
- func (*OrderBookDepthRequest) Descriptor() ([]byte, []int)
- func (m *OrderBookDepthRequest) GetLimit() uint64
- func (m *OrderBookDepthRequest) GetSymbol() string
- func (*OrderBookDepthRequest) ProtoMessage()
- func (m *OrderBookDepthRequest) Reset()
- func (m *OrderBookDepthRequest) String() string
- func (m *OrderBookDepthRequest) XXX_DiscardUnknown()
- func (m *OrderBookDepthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderBookDepthRequest) XXX_Merge(src proto.Message)
- func (m *OrderBookDepthRequest) XXX_Size() int
- func (m *OrderBookDepthRequest) XXX_Unmarshal(b []byte) error
- type OrderBookDepthResponse
- func (*OrderBookDepthResponse) Descriptor() ([]byte, []int)
- func (m *OrderBookDepthResponse) GetAsks() []*OrderBookData
- func (m *OrderBookDepthResponse) GetBids() []*OrderBookData
- func (*OrderBookDepthResponse) ProtoMessage()
- func (m *OrderBookDepthResponse) Reset()
- func (m *OrderBookDepthResponse) String() string
- func (m *OrderBookDepthResponse) XXX_DiscardUnknown()
- func (m *OrderBookDepthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderBookDepthResponse) XXX_Merge(src proto.Message)
- func (m *OrderBookDepthResponse) XXX_Size() int
- func (m *OrderBookDepthResponse) XXX_Unmarshal(b []byte) error
- type OrderBookRequest
- func (*OrderBookRequest) Descriptor() ([]byte, []int)
- func (m *OrderBookRequest) GetLimit() uint64
- func (m *OrderBookRequest) GetSide() int32
- func (m *OrderBookRequest) GetSymbol() string
- func (*OrderBookRequest) ProtoMessage()
- func (m *OrderBookRequest) Reset()
- func (m *OrderBookRequest) String() string
- func (m *OrderBookRequest) XXX_DiscardUnknown()
- func (m *OrderBookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderBookRequest) XXX_Merge(src proto.Message)
- func (m *OrderBookRequest) XXX_Size() int
- func (m *OrderBookRequest) XXX_Unmarshal(b []byte) error
- type OrderBookResponse
- func (*OrderBookResponse) Descriptor() ([]byte, []int)
- func (m *OrderBookResponse) GetOrders() []*Order
- func (*OrderBookResponse) ProtoMessage()
- func (m *OrderBookResponse) Reset()
- func (m *OrderBookResponse) String() string
- func (m *OrderBookResponse) XXX_DiscardUnknown()
- func (m *OrderBookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderBookResponse) XXX_Merge(src proto.Message)
- func (m *OrderBookResponse) XXX_Size() int
- func (m *OrderBookResponse) XXX_Unmarshal(b []byte) error
- type OrderCancelRequest
- func (*OrderCancelRequest) Descriptor() ([]byte, []int)
- func (m *OrderCancelRequest) GetOrderId() string
- func (m *OrderCancelRequest) GetSymbol() string
- func (m *OrderCancelRequest) GetUserId() string
- func (*OrderCancelRequest) ProtoMessage()
- func (m *OrderCancelRequest) Reset()
- func (m *OrderCancelRequest) String() string
- func (m *OrderCancelRequest) XXX_DiscardUnknown()
- func (m *OrderCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderCancelRequest) XXX_Merge(src proto.Message)
- func (m *OrderCancelRequest) XXX_Size() int
- func (m *OrderCancelRequest) XXX_Unmarshal(b []byte) error
- type OrderCancelResponse
- func (*OrderCancelResponse) Descriptor() ([]byte, []int)
- func (m *OrderCancelResponse) GetOrder() *Order
- func (*OrderCancelResponse) ProtoMessage()
- func (m *OrderCancelResponse) Reset()
- func (m *OrderCancelResponse) String() string
- func (m *OrderCancelResponse) XXX_DiscardUnknown()
- func (m *OrderCancelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderCancelResponse) XXX_Merge(src proto.Message)
- func (m *OrderCancelResponse) XXX_Size() int
- func (m *OrderCancelResponse) XXX_Unmarshal(b []byte) error
- type OrderDeals
- func (*OrderDeals) Descriptor() ([]byte, []int)
- func (m *OrderDeals) GetAmount() string
- func (m *OrderDeals) GetDeal() string
- func (m *OrderDeals) GetDealOrderId() uint64
- func (m *OrderDeals) GetFee() string
- func (m *OrderDeals) GetId() uint64
- func (m *OrderDeals) GetPrice() string
- func (m *OrderDeals) GetRole() int32
- func (m *OrderDeals) GetTime() int64
- func (m *OrderDeals) GetUser() string
- func (*OrderDeals) ProtoMessage()
- func (m *OrderDeals) Reset()
- func (m *OrderDeals) String() string
- func (m *OrderDeals) XXX_DiscardUnknown()
- func (m *OrderDeals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderDeals) XXX_Merge(src proto.Message)
- func (m *OrderDeals) XXX_Size() int
- func (m *OrderDeals) XXX_Unmarshal(b []byte) error
- type OrderDetailRequest
- func (*OrderDetailRequest) Descriptor() ([]byte, []int)
- func (m *OrderDetailRequest) GetOrderId() string
- func (m *OrderDetailRequest) GetSymbol() string
- func (*OrderDetailRequest) ProtoMessage()
- func (m *OrderDetailRequest) Reset()
- func (m *OrderDetailRequest) String() string
- func (m *OrderDetailRequest) XXX_DiscardUnknown()
- func (m *OrderDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderDetailRequest) XXX_Merge(src proto.Message)
- func (m *OrderDetailRequest) XXX_Size() int
- func (m *OrderDetailRequest) XXX_Unmarshal(b []byte) error
- type OrderDetailResponse
- func (*OrderDetailResponse) Descriptor() ([]byte, []int)
- func (m *OrderDetailResponse) GetOrder() *Order
- func (*OrderDetailResponse) ProtoMessage()
- func (m *OrderDetailResponse) Reset()
- func (m *OrderDetailResponse) String() string
- func (m *OrderDetailResponse) XXX_DiscardUnknown()
- func (m *OrderDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderDetailResponse) XXX_Merge(src proto.Message)
- func (m *OrderDetailResponse) XXX_Size() int
- func (m *OrderDetailResponse) XXX_Unmarshal(b []byte) error
- type OrderHistory
- func (*OrderHistory) Descriptor() ([]byte, []int)
- func (m *OrderHistory) GetAmount() string
- func (m *OrderHistory) GetCtime() int64
- func (m *OrderHistory) GetDealFee() string
- func (m *OrderHistory) GetDealMoney() string
- func (m *OrderHistory) GetDealStock() string
- func (m *OrderHistory) GetFtime() int64
- func (m *OrderHistory) GetId() uint64
- func (m *OrderHistory) GetMakerFee() string
- func (m *OrderHistory) GetMarket() string
- func (m *OrderHistory) GetPrice() string
- func (m *OrderHistory) GetSide() uint32
- func (m *OrderHistory) GetSource() string
- func (m *OrderHistory) GetTakerFee() string
- func (m *OrderHistory) GetType() uint32
- func (m *OrderHistory) GetUser() string
- func (*OrderHistory) ProtoMessage()
- func (m *OrderHistory) Reset()
- func (m *OrderHistory) String() string
- func (m *OrderHistory) XXX_DiscardUnknown()
- func (m *OrderHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderHistory) XXX_Merge(src proto.Message)
- func (m *OrderHistory) XXX_Size() int
- func (m *OrderHistory) XXX_Unmarshal(b []byte) error
- type OrdersRequest
- func (*OrdersRequest) Descriptor() ([]byte, []int)
- func (m *OrdersRequest) GetSymbol() string
- func (m *OrdersRequest) GetUserId() string
- func (*OrdersRequest) ProtoMessage()
- func (m *OrdersRequest) Reset()
- func (m *OrdersRequest) String() string
- func (m *OrdersRequest) XXX_DiscardUnknown()
- func (m *OrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersRequest) XXX_Merge(src proto.Message)
- func (m *OrdersRequest) XXX_Size() int
- func (m *OrdersRequest) XXX_Unmarshal(b []byte) error
- type OrdersResponse
- func (*OrdersResponse) Descriptor() ([]byte, []int)
- func (m *OrdersResponse) GetOrders() []*Order
- func (*OrdersResponse) ProtoMessage()
- func (m *OrdersResponse) Reset()
- func (m *OrdersResponse) String() string
- func (m *OrdersResponse) XXX_DiscardUnknown()
- func (m *OrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersResponse) XXX_Merge(src proto.Message)
- func (m *OrdersResponse) XXX_Size() int
- func (m *OrdersResponse) XXX_Unmarshal(b []byte) error
- type SqlClient
- type SqlServer
- type Symbol
- func (*Symbol) Descriptor() ([]byte, []int)
- func (m *Symbol) GetBaseCurrency() string
- func (m *Symbol) GetBaseIncrement() string
- func (m *Symbol) GetBaseMinAmount() string
- func (m *Symbol) GetId() string
- func (m *Symbol) GetQuoteCurrency() string
- func (m *Symbol) GetQuoteIncrement() string
- func (*Symbol) ProtoMessage()
- func (m *Symbol) Reset()
- func (m *Symbol) String() string
- func (m *Symbol) XXX_DiscardUnknown()
- func (m *Symbol) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Symbol) XXX_Merge(src proto.Message)
- func (m *Symbol) XXX_Size() int
- func (m *Symbol) XXX_Unmarshal(b []byte) error
- type Transfer
- func (*Transfer) Descriptor() ([]byte, []int)
- func (m *Transfer) GetAmount() string
- func (m *Transfer) GetCreatedAt() *timestamp.Timestamp
- func (m *Transfer) GetCurrency() string
- func (m *Transfer) GetId() string
- func (m *Transfer) GetStatus() string
- func (m *Transfer) GetType() string
- func (m *Transfer) GetUpdatedAt() *timestamp.Timestamp
- func (*Transfer) ProtoMessage()
- func (m *Transfer) Reset()
- func (m *Transfer) String() string
- func (m *Transfer) XXX_DiscardUnknown()
- func (m *Transfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Transfer) XXX_Merge(src proto.Message)
- func (m *Transfer) XXX_Size() int
- func (m *Transfer) XXX_Unmarshal(b []byte) error
- type TransfersRequest
- func (*TransfersRequest) Descriptor() ([]byte, []int)
- func (m *TransfersRequest) GetCurrency() string
- func (m *TransfersRequest) GetLimit() int32
- func (m *TransfersRequest) GetSince() *timestamp.Timestamp
- func (m *TransfersRequest) GetType() string
- func (m *TransfersRequest) GetUntil() *timestamp.Timestamp
- func (m *TransfersRequest) GetUserId() string
- func (*TransfersRequest) ProtoMessage()
- func (m *TransfersRequest) Reset()
- func (m *TransfersRequest) String() string
- func (m *TransfersRequest) XXX_DiscardUnknown()
- func (m *TransfersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransfersRequest) XXX_Merge(src proto.Message)
- func (m *TransfersRequest) XXX_Size() int
- func (m *TransfersRequest) XXX_Unmarshal(b []byte) error
- type TransfersResponse
- func (*TransfersResponse) Descriptor() ([]byte, []int)
- func (m *TransfersResponse) GetTransfers() []*Transfer
- func (*TransfersResponse) ProtoMessage()
- func (m *TransfersResponse) Reset()
- func (m *TransfersResponse) String() string
- func (m *TransfersResponse) XXX_DiscardUnknown()
- func (m *TransfersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransfersResponse) XXX_Merge(src proto.Message)
- func (m *TransfersResponse) XXX_Size() int
- func (m *TransfersResponse) XXX_Unmarshal(b []byte) error
- type UpdateBalanceRequest
- func (*UpdateBalanceRequest) Descriptor() ([]byte, []int)
- func (m *UpdateBalanceRequest) GetAmount() string
- func (m *UpdateBalanceRequest) GetCurrency() string
- func (m *UpdateBalanceRequest) GetId() string
- func (m *UpdateBalanceRequest) GetType() string
- func (m *UpdateBalanceRequest) GetUserId() string
- func (*UpdateBalanceRequest) ProtoMessage()
- func (m *UpdateBalanceRequest) Reset()
- func (m *UpdateBalanceRequest) String() string
- func (m *UpdateBalanceRequest) XXX_DiscardUnknown()
- func (m *UpdateBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateBalanceRequest) XXX_Merge(src proto.Message)
- func (m *UpdateBalanceRequest) XXX_Size() int
- func (m *UpdateBalanceRequest) XXX_Unmarshal(b []byte) error
- type UpdateBalanceResponse
- func (*UpdateBalanceResponse) Descriptor() ([]byte, []int)
- func (*UpdateBalanceResponse) ProtoMessage()
- func (m *UpdateBalanceResponse) Reset()
- func (m *UpdateBalanceResponse) String() string
- func (m *UpdateBalanceResponse) XXX_DiscardUnknown()
- func (m *UpdateBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateBalanceResponse) XXX_Merge(src proto.Message)
- func (m *UpdateBalanceResponse) XXX_Size() int
- func (m *UpdateBalanceResponse) XXX_Unmarshal(b []byte) error
- type WalletClient
- type WalletServer
- type WithdrawRequest
- func (*WithdrawRequest) Descriptor() ([]byte, []int)
- func (m *WithdrawRequest) GetAddress() string
- func (m *WithdrawRequest) GetAmount() string
- func (m *WithdrawRequest) GetCurrency() string
- func (m *WithdrawRequest) GetUserId() string
- func (*WithdrawRequest) ProtoMessage()
- func (m *WithdrawRequest) Reset()
- func (m *WithdrawRequest) String() string
- func (m *WithdrawRequest) XXX_DiscardUnknown()
- func (m *WithdrawRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawRequest) XXX_Merge(src proto.Message)
- func (m *WithdrawRequest) XXX_Size() int
- func (m *WithdrawRequest) XXX_Unmarshal(b []byte) error
- type WithdrawResponse
- func (*WithdrawResponse) Descriptor() ([]byte, []int)
- func (*WithdrawResponse) ProtoMessage()
- func (m *WithdrawResponse) Reset()
- func (m *WithdrawResponse) String() string
- func (m *WithdrawResponse) XXX_DiscardUnknown()
- func (m *WithdrawResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawResponse) XXX_Merge(src proto.Message)
- func (m *WithdrawResponse) XXX_Size() int
- func (m *WithdrawResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBitcoinServer ¶
func RegisterBitcoinServer(s *grpc.Server, srv BitcoinServer)
func RegisterEthereumServer ¶
func RegisterEthereumServer(s *grpc.Server, srv EthereumServer)
func RegisterMatchServer ¶
func RegisterMatchServer(s *grpc.Server, srv MatchServer)
func RegisterMemorystoreServer ¶
func RegisterMemorystoreServer(s *grpc.Server, srv MemorystoreServer)
func RegisterSqlServer ¶
func RegisterWalletServer ¶
func RegisterWalletServer(s *grpc.Server, srv WalletServer)
Types ¶
type Asset ¶
type Asset struct { Currency string `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"` Total string `protobuf:"bytes,2,opt,name=total,proto3" json:"total,omitempty"` Available string `protobuf:"bytes,3,opt,name=available,proto3" json:"available,omitempty"` AvailableCount int64 `protobuf:"varint,4,opt,name=available_count,json=availableCount,proto3" json:"available_count,omitempty"` Hold string `protobuf:"bytes,5,opt,name=hold,proto3" json:"hold,omitempty"` HoldCount int64 `protobuf:"varint,6,opt,name=hold_count,json=holdCount,proto3" json:"hold_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Asset) Descriptor ¶
func (*Asset) GetAvailable ¶
func (*Asset) GetAvailableCount ¶
func (*Asset) GetCurrency ¶
func (*Asset) GetHoldCount ¶
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) XXX_DiscardUnknown ¶
func (m *Asset) XXX_DiscardUnknown()
func (*Asset) XXX_Marshal ¶
func (*Asset) XXX_Unmarshal ¶
type Balance ¶
type Balance struct { Currency string `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"` Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` Available string `protobuf:"bytes,3,opt,name=available,proto3" json:"available,omitempty"` Hold string `protobuf:"bytes,4,opt,name=hold,proto3" json:"hold,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Balance) Descriptor ¶
func (*Balance) GetAvailable ¶
func (*Balance) GetBalance ¶
func (*Balance) GetCurrency ¶
func (*Balance) ProtoMessage ¶
func (*Balance) ProtoMessage()
func (*Balance) XXX_DiscardUnknown ¶
func (m *Balance) XXX_DiscardUnknown()
func (*Balance) XXX_Marshal ¶
func (*Balance) XXX_Unmarshal ¶
type BalancesRequest ¶
type BalancesRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BalancesRequest) Descriptor ¶
func (*BalancesRequest) Descriptor() ([]byte, []int)
func (*BalancesRequest) GetCurrency ¶
func (m *BalancesRequest) GetCurrency() string
func (*BalancesRequest) GetUserId ¶
func (m *BalancesRequest) GetUserId() string
func (*BalancesRequest) ProtoMessage ¶
func (*BalancesRequest) ProtoMessage()
func (*BalancesRequest) Reset ¶
func (m *BalancesRequest) Reset()
func (*BalancesRequest) String ¶
func (m *BalancesRequest) String() string
func (*BalancesRequest) XXX_DiscardUnknown ¶
func (m *BalancesRequest) XXX_DiscardUnknown()
func (*BalancesRequest) XXX_Marshal ¶
func (m *BalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BalancesRequest) XXX_Merge ¶
func (m *BalancesRequest) XXX_Merge(src proto.Message)
func (*BalancesRequest) XXX_Size ¶
func (m *BalancesRequest) XXX_Size() int
func (*BalancesRequest) XXX_Unmarshal ¶
func (m *BalancesRequest) XXX_Unmarshal(b []byte) error
type BalancesResponse ¶
type BalancesResponse struct { Balances []*Balance `protobuf:"bytes,1,rep,name=balances,proto3" json:"balances,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BalancesResponse) Descriptor ¶
func (*BalancesResponse) Descriptor() ([]byte, []int)
func (*BalancesResponse) GetBalances ¶
func (m *BalancesResponse) GetBalances() []*Balance
func (*BalancesResponse) ProtoMessage ¶
func (*BalancesResponse) ProtoMessage()
func (*BalancesResponse) Reset ¶
func (m *BalancesResponse) Reset()
func (*BalancesResponse) String ¶
func (m *BalancesResponse) String() string
func (*BalancesResponse) XXX_DiscardUnknown ¶
func (m *BalancesResponse) XXX_DiscardUnknown()
func (*BalancesResponse) XXX_Marshal ¶
func (m *BalancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BalancesResponse) XXX_Merge ¶
func (m *BalancesResponse) XXX_Merge(src proto.Message)
func (*BalancesResponse) XXX_Size ¶
func (m *BalancesResponse) XXX_Size() int
func (*BalancesResponse) XXX_Unmarshal ¶
func (m *BalancesResponse) XXX_Unmarshal(b []byte) error
type BitcoinClient ¶
type BitcoinClient interface {
GetAddress(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*GetAddressResponse, error)
}
BitcoinClient is the client API for Bitcoin service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBitcoinClient ¶
func NewBitcoinClient(cc *grpc.ClientConn) BitcoinClient
type BitcoinServer ¶
type BitcoinServer interface {
GetAddress(context.Context, *GetAddressRequest) (*GetAddressResponse, error)
}
BitcoinServer is the server API for Bitcoin service.
type Currency ¶
type Currency 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 (*Currency) Descriptor ¶
func (*Currency) ProtoMessage ¶
func (*Currency) ProtoMessage()
func (*Currency) XXX_DiscardUnknown ¶
func (m *Currency) XXX_DiscardUnknown()
func (*Currency) XXX_Marshal ¶
func (*Currency) XXX_Unmarshal ¶
type EmptyRequest ¶
type EmptyRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmptyRequest) Descriptor ¶
func (*EmptyRequest) Descriptor() ([]byte, []int)
func (*EmptyRequest) ProtoMessage ¶
func (*EmptyRequest) ProtoMessage()
func (*EmptyRequest) Reset ¶
func (m *EmptyRequest) Reset()
func (*EmptyRequest) String ¶
func (m *EmptyRequest) String() string
func (*EmptyRequest) XXX_DiscardUnknown ¶
func (m *EmptyRequest) XXX_DiscardUnknown()
func (*EmptyRequest) XXX_Marshal ¶
func (m *EmptyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyRequest) XXX_Merge ¶
func (m *EmptyRequest) XXX_Merge(src proto.Message)
func (*EmptyRequest) XXX_Size ¶
func (m *EmptyRequest) XXX_Size() int
func (*EmptyRequest) XXX_Unmarshal ¶
func (m *EmptyRequest) XXX_Unmarshal(b []byte) error
type EthereumClient ¶
type EthereumClient interface {
GetAddress(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*GetAddressResponse, error)
}
EthereumClient is the client API for Ethereum service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEthereumClient ¶
func NewEthereumClient(cc *grpc.ClientConn) EthereumClient
type EthereumServer ¶
type EthereumServer interface {
GetAddress(context.Context, *GetAddressRequest) (*GetAddressResponse, error)
}
EthereumServer is the server API for Ethereum service.
type GetAddressRequest ¶
type GetAddressRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAddressRequest) Descriptor ¶
func (*GetAddressRequest) Descriptor() ([]byte, []int)
func (*GetAddressRequest) GetCurrency ¶
func (m *GetAddressRequest) GetCurrency() string
func (*GetAddressRequest) GetUserId ¶
func (m *GetAddressRequest) GetUserId() string
func (*GetAddressRequest) ProtoMessage ¶
func (*GetAddressRequest) ProtoMessage()
func (*GetAddressRequest) Reset ¶
func (m *GetAddressRequest) Reset()
func (*GetAddressRequest) String ¶
func (m *GetAddressRequest) String() string
func (*GetAddressRequest) XXX_DiscardUnknown ¶
func (m *GetAddressRequest) XXX_DiscardUnknown()
func (*GetAddressRequest) XXX_Marshal ¶
func (m *GetAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAddressRequest) XXX_Merge ¶
func (m *GetAddressRequest) XXX_Merge(src proto.Message)
func (*GetAddressRequest) XXX_Size ¶
func (m *GetAddressRequest) XXX_Size() int
func (*GetAddressRequest) XXX_Unmarshal ¶
func (m *GetAddressRequest) XXX_Unmarshal(b []byte) error
type GetAddressResponse ¶
type GetAddressResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAddressResponse) Descriptor ¶
func (*GetAddressResponse) Descriptor() ([]byte, []int)
func (*GetAddressResponse) GetAddress ¶
func (m *GetAddressResponse) GetAddress() string
func (*GetAddressResponse) ProtoMessage ¶
func (*GetAddressResponse) ProtoMessage()
func (*GetAddressResponse) Reset ¶
func (m *GetAddressResponse) Reset()
func (*GetAddressResponse) String ¶
func (m *GetAddressResponse) String() string
func (*GetAddressResponse) XXX_DiscardUnknown ¶
func (m *GetAddressResponse) XXX_DiscardUnknown()
func (*GetAddressResponse) XXX_Marshal ¶
func (m *GetAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAddressResponse) XXX_Merge ¶
func (m *GetAddressResponse) XXX_Merge(src proto.Message)
func (*GetAddressResponse) XXX_Size ¶
func (m *GetAddressResponse) XXX_Size() int
func (*GetAddressResponse) XXX_Unmarshal ¶
func (m *GetAddressResponse) XXX_Unmarshal(b []byte) error
type GetAssetSummaryRequest ¶
type GetAssetSummaryRequest struct { Currencies []string `protobuf:"bytes,1,rep,name=currencies,proto3" json:"currencies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAssetSummaryRequest) Descriptor ¶
func (*GetAssetSummaryRequest) Descriptor() ([]byte, []int)
func (*GetAssetSummaryRequest) GetCurrencies ¶
func (m *GetAssetSummaryRequest) GetCurrencies() []string
func (*GetAssetSummaryRequest) ProtoMessage ¶
func (*GetAssetSummaryRequest) ProtoMessage()
func (*GetAssetSummaryRequest) Reset ¶
func (m *GetAssetSummaryRequest) Reset()
func (*GetAssetSummaryRequest) String ¶
func (m *GetAssetSummaryRequest) String() string
func (*GetAssetSummaryRequest) XXX_DiscardUnknown ¶
func (m *GetAssetSummaryRequest) XXX_DiscardUnknown()
func (*GetAssetSummaryRequest) XXX_Marshal ¶
func (m *GetAssetSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAssetSummaryRequest) XXX_Merge ¶
func (m *GetAssetSummaryRequest) XXX_Merge(src proto.Message)
func (*GetAssetSummaryRequest) XXX_Size ¶
func (m *GetAssetSummaryRequest) XXX_Size() int
func (*GetAssetSummaryRequest) XXX_Unmarshal ¶
func (m *GetAssetSummaryRequest) XXX_Unmarshal(b []byte) error
type GetAssetSummaryResponse ¶
type GetAssetSummaryResponse struct { Assets []*Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAssetSummaryResponse) Descriptor ¶
func (*GetAssetSummaryResponse) Descriptor() ([]byte, []int)
func (*GetAssetSummaryResponse) GetAssets ¶
func (m *GetAssetSummaryResponse) GetAssets() []*Asset
func (*GetAssetSummaryResponse) ProtoMessage ¶
func (*GetAssetSummaryResponse) ProtoMessage()
func (*GetAssetSummaryResponse) Reset ¶
func (m *GetAssetSummaryResponse) Reset()
func (*GetAssetSummaryResponse) String ¶
func (m *GetAssetSummaryResponse) String() string
func (*GetAssetSummaryResponse) XXX_DiscardUnknown ¶
func (m *GetAssetSummaryResponse) XXX_DiscardUnknown()
func (*GetAssetSummaryResponse) XXX_Marshal ¶
func (m *GetAssetSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAssetSummaryResponse) XXX_Merge ¶
func (m *GetAssetSummaryResponse) XXX_Merge(src proto.Message)
func (*GetAssetSummaryResponse) XXX_Size ¶
func (m *GetAssetSummaryResponse) XXX_Size() int
func (*GetAssetSummaryResponse) XXX_Unmarshal ¶
func (m *GetAssetSummaryResponse) XXX_Unmarshal(b []byte) error
type GetCurrencyResponse ¶
type GetCurrencyResponse struct { Currencies []*Currency `protobuf:"bytes,1,rep,name=currencies,proto3" json:"currencies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetCurrencyResponse) Descriptor ¶
func (*GetCurrencyResponse) Descriptor() ([]byte, []int)
func (*GetCurrencyResponse) GetCurrencies ¶
func (m *GetCurrencyResponse) GetCurrencies() []*Currency
func (*GetCurrencyResponse) ProtoMessage ¶
func (*GetCurrencyResponse) ProtoMessage()
func (*GetCurrencyResponse) Reset ¶
func (m *GetCurrencyResponse) Reset()
func (*GetCurrencyResponse) String ¶
func (m *GetCurrencyResponse) String() string
func (*GetCurrencyResponse) XXX_DiscardUnknown ¶
func (m *GetCurrencyResponse) XXX_DiscardUnknown()
func (*GetCurrencyResponse) XXX_Marshal ¶
func (m *GetCurrencyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetCurrencyResponse) XXX_Merge ¶
func (m *GetCurrencyResponse) XXX_Merge(src proto.Message)
func (*GetCurrencyResponse) XXX_Size ¶
func (m *GetCurrencyResponse) XXX_Size() int
func (*GetCurrencyResponse) XXX_Unmarshal ¶
func (m *GetCurrencyResponse) XXX_Unmarshal(b []byte) error
type GetMarketSummaryRequest ¶
type GetMarketSummaryRequest struct { Symbols []string `protobuf:"bytes,1,rep,name=symbols,proto3" json:"symbols,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetMarketSummaryRequest) Descriptor ¶
func (*GetMarketSummaryRequest) Descriptor() ([]byte, []int)
func (*GetMarketSummaryRequest) GetSymbols ¶
func (m *GetMarketSummaryRequest) GetSymbols() []string
func (*GetMarketSummaryRequest) ProtoMessage ¶
func (*GetMarketSummaryRequest) ProtoMessage()
func (*GetMarketSummaryRequest) Reset ¶
func (m *GetMarketSummaryRequest) Reset()
func (*GetMarketSummaryRequest) String ¶
func (m *GetMarketSummaryRequest) String() string
func (*GetMarketSummaryRequest) XXX_DiscardUnknown ¶
func (m *GetMarketSummaryRequest) XXX_DiscardUnknown()
func (*GetMarketSummaryRequest) XXX_Marshal ¶
func (m *GetMarketSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetMarketSummaryRequest) XXX_Merge ¶
func (m *GetMarketSummaryRequest) XXX_Merge(src proto.Message)
func (*GetMarketSummaryRequest) XXX_Size ¶
func (m *GetMarketSummaryRequest) XXX_Size() int
func (*GetMarketSummaryRequest) XXX_Unmarshal ¶
func (m *GetMarketSummaryRequest) XXX_Unmarshal(b []byte) error
type GetMarketSummaryResponse ¶
type GetMarketSummaryResponse struct { Markets []*Market `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetMarketSummaryResponse) Descriptor ¶
func (*GetMarketSummaryResponse) Descriptor() ([]byte, []int)
func (*GetMarketSummaryResponse) GetMarkets ¶
func (m *GetMarketSummaryResponse) GetMarkets() []*Market
func (*GetMarketSummaryResponse) ProtoMessage ¶
func (*GetMarketSummaryResponse) ProtoMessage()
func (*GetMarketSummaryResponse) Reset ¶
func (m *GetMarketSummaryResponse) Reset()
func (*GetMarketSummaryResponse) String ¶
func (m *GetMarketSummaryResponse) String() string
func (*GetMarketSummaryResponse) XXX_DiscardUnknown ¶
func (m *GetMarketSummaryResponse) XXX_DiscardUnknown()
func (*GetMarketSummaryResponse) XXX_Marshal ¶
func (m *GetMarketSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetMarketSummaryResponse) XXX_Merge ¶
func (m *GetMarketSummaryResponse) XXX_Merge(src proto.Message)
func (*GetMarketSummaryResponse) XXX_Size ¶
func (m *GetMarketSummaryResponse) XXX_Size() int
func (*GetMarketSummaryResponse) XXX_Unmarshal ¶
func (m *GetMarketSummaryResponse) XXX_Unmarshal(b []byte) error
type GetMarketUserDealsReply ¶
type GetMarketUserDealsReply struct { Items []*MarketUserDeals `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetMarketUserDealsReply) Descriptor ¶
func (*GetMarketUserDealsReply) Descriptor() ([]byte, []int)
func (*GetMarketUserDealsReply) GetItems ¶
func (m *GetMarketUserDealsReply) GetItems() []*MarketUserDeals
func (*GetMarketUserDealsReply) ProtoMessage ¶
func (*GetMarketUserDealsReply) ProtoMessage()
func (*GetMarketUserDealsReply) Reset ¶
func (m *GetMarketUserDealsReply) Reset()
func (*GetMarketUserDealsReply) String ¶
func (m *GetMarketUserDealsReply) String() string
func (*GetMarketUserDealsReply) XXX_DiscardUnknown ¶
func (m *GetMarketUserDealsReply) XXX_DiscardUnknown()
func (*GetMarketUserDealsReply) XXX_Marshal ¶
func (m *GetMarketUserDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetMarketUserDealsReply) XXX_Merge ¶
func (m *GetMarketUserDealsReply) XXX_Merge(src proto.Message)
func (*GetMarketUserDealsReply) XXX_Size ¶
func (m *GetMarketUserDealsReply) XXX_Size() int
func (*GetMarketUserDealsReply) XXX_Unmarshal ¶
func (m *GetMarketUserDealsReply) XXX_Unmarshal(b []byte) error
type GetMarketUserDealsRequest ¶
type GetMarketUserDealsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetMarketUserDealsRequest) Descriptor ¶
func (*GetMarketUserDealsRequest) Descriptor() ([]byte, []int)
func (*GetMarketUserDealsRequest) GetLimit ¶
func (m *GetMarketUserDealsRequest) GetLimit() int32
func (*GetMarketUserDealsRequest) GetMarket ¶
func (m *GetMarketUserDealsRequest) GetMarket() string
func (*GetMarketUserDealsRequest) GetOffset ¶
func (m *GetMarketUserDealsRequest) GetOffset() int32
func (*GetMarketUserDealsRequest) GetUserId ¶
func (m *GetMarketUserDealsRequest) GetUserId() string
func (*GetMarketUserDealsRequest) ProtoMessage ¶
func (*GetMarketUserDealsRequest) ProtoMessage()
func (*GetMarketUserDealsRequest) Reset ¶
func (m *GetMarketUserDealsRequest) Reset()
func (*GetMarketUserDealsRequest) String ¶
func (m *GetMarketUserDealsRequest) String() string
func (*GetMarketUserDealsRequest) XXX_DiscardUnknown ¶
func (m *GetMarketUserDealsRequest) XXX_DiscardUnknown()
func (*GetMarketUserDealsRequest) XXX_Marshal ¶
func (m *GetMarketUserDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetMarketUserDealsRequest) XXX_Merge ¶
func (m *GetMarketUserDealsRequest) XXX_Merge(src proto.Message)
func (*GetMarketUserDealsRequest) XXX_Size ¶
func (m *GetMarketUserDealsRequest) XXX_Size() int
func (*GetMarketUserDealsRequest) XXX_Unmarshal ¶
func (m *GetMarketUserDealsRequest) XXX_Unmarshal(b []byte) error
type GetOrderDealsReply ¶
type GetOrderDealsReply struct { Items []*OrderDeals `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderDealsReply) Descriptor ¶
func (*GetOrderDealsReply) Descriptor() ([]byte, []int)
func (*GetOrderDealsReply) GetItems ¶
func (m *GetOrderDealsReply) GetItems() []*OrderDeals
func (*GetOrderDealsReply) ProtoMessage ¶
func (*GetOrderDealsReply) ProtoMessage()
func (*GetOrderDealsReply) Reset ¶
func (m *GetOrderDealsReply) Reset()
func (*GetOrderDealsReply) String ¶
func (m *GetOrderDealsReply) String() string
func (*GetOrderDealsReply) XXX_DiscardUnknown ¶
func (m *GetOrderDealsReply) XXX_DiscardUnknown()
func (*GetOrderDealsReply) XXX_Marshal ¶
func (m *GetOrderDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderDealsReply) XXX_Merge ¶
func (m *GetOrderDealsReply) XXX_Merge(src proto.Message)
func (*GetOrderDealsReply) XXX_Size ¶
func (m *GetOrderDealsReply) XXX_Size() int
func (*GetOrderDealsReply) XXX_Unmarshal ¶
func (m *GetOrderDealsReply) XXX_Unmarshal(b []byte) error
type GetOrderDealsRequest ¶
type GetOrderDealsRequest struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderDealsRequest) Descriptor ¶
func (*GetOrderDealsRequest) Descriptor() ([]byte, []int)
func (*GetOrderDealsRequest) GetLimit ¶
func (m *GetOrderDealsRequest) GetLimit() int32
func (*GetOrderDealsRequest) GetOffset ¶
func (m *GetOrderDealsRequest) GetOffset() int32
func (*GetOrderDealsRequest) GetOrderId ¶
func (m *GetOrderDealsRequest) GetOrderId() string
func (*GetOrderDealsRequest) ProtoMessage ¶
func (*GetOrderDealsRequest) ProtoMessage()
func (*GetOrderDealsRequest) Reset ¶
func (m *GetOrderDealsRequest) Reset()
func (*GetOrderDealsRequest) String ¶
func (m *GetOrderDealsRequest) String() string
func (*GetOrderDealsRequest) XXX_DiscardUnknown ¶
func (m *GetOrderDealsRequest) XXX_DiscardUnknown()
func (*GetOrderDealsRequest) XXX_Marshal ¶
func (m *GetOrderDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderDealsRequest) XXX_Merge ¶
func (m *GetOrderDealsRequest) XXX_Merge(src proto.Message)
func (*GetOrderDealsRequest) XXX_Size ¶
func (m *GetOrderDealsRequest) XXX_Size() int
func (*GetOrderDealsRequest) XXX_Unmarshal ¶
func (m *GetOrderDealsRequest) XXX_Unmarshal(b []byte) error
type GetOrderDetailFinishedReply ¶
type GetOrderDetailFinishedReply struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Ctime int64 `protobuf:"varint,2,opt,name=ctime,proto3" json:"ctime,omitempty"` Ftime int64 `protobuf:"varint,3,opt,name=ftime,proto3" json:"ftime,omitempty"` User string `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` Market string `protobuf:"bytes,5,opt,name=market,proto3" json:"market,omitempty"` Source string `protobuf:"bytes,6,opt,name=source,proto3" json:"source,omitempty"` Type uint32 `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"` Side uint32 `protobuf:"varint,8,opt,name=side,proto3" json:"side,omitempty"` Price string `protobuf:"bytes,9,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,10,opt,name=amount,proto3" json:"amount,omitempty"` TakerFee string `protobuf:"bytes,11,opt,name=taker_fee,json=takerFee,proto3" json:"taker_fee,omitempty"` MakerFee string `protobuf:"bytes,12,opt,name=maker_fee,json=makerFee,proto3" json:"maker_fee,omitempty"` DealStock string `protobuf:"bytes,13,opt,name=deal_stock,json=dealStock,proto3" json:"deal_stock,omitempty"` DealMoney string `protobuf:"bytes,14,opt,name=deal_money,json=dealMoney,proto3" json:"deal_money,omitempty"` DealFee string `protobuf:"bytes,15,opt,name=deal_fee,json=dealFee,proto3" json:"deal_fee,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderDetailFinishedReply) Descriptor ¶
func (*GetOrderDetailFinishedReply) Descriptor() ([]byte, []int)
func (*GetOrderDetailFinishedReply) GetAmount ¶
func (m *GetOrderDetailFinishedReply) GetAmount() string
func (*GetOrderDetailFinishedReply) GetCtime ¶
func (m *GetOrderDetailFinishedReply) GetCtime() int64
func (*GetOrderDetailFinishedReply) GetDealFee ¶
func (m *GetOrderDetailFinishedReply) GetDealFee() string
func (*GetOrderDetailFinishedReply) GetDealMoney ¶
func (m *GetOrderDetailFinishedReply) GetDealMoney() string
func (*GetOrderDetailFinishedReply) GetDealStock ¶
func (m *GetOrderDetailFinishedReply) GetDealStock() string
func (*GetOrderDetailFinishedReply) GetFtime ¶
func (m *GetOrderDetailFinishedReply) GetFtime() int64
func (*GetOrderDetailFinishedReply) GetId ¶
func (m *GetOrderDetailFinishedReply) GetId() uint64
func (*GetOrderDetailFinishedReply) GetMakerFee ¶
func (m *GetOrderDetailFinishedReply) GetMakerFee() string
func (*GetOrderDetailFinishedReply) GetMarket ¶
func (m *GetOrderDetailFinishedReply) GetMarket() string
func (*GetOrderDetailFinishedReply) GetPrice ¶
func (m *GetOrderDetailFinishedReply) GetPrice() string
func (*GetOrderDetailFinishedReply) GetSide ¶
func (m *GetOrderDetailFinishedReply) GetSide() uint32
func (*GetOrderDetailFinishedReply) GetSource ¶
func (m *GetOrderDetailFinishedReply) GetSource() string
func (*GetOrderDetailFinishedReply) GetTakerFee ¶
func (m *GetOrderDetailFinishedReply) GetTakerFee() string
func (*GetOrderDetailFinishedReply) GetType ¶
func (m *GetOrderDetailFinishedReply) GetType() uint32
func (*GetOrderDetailFinishedReply) GetUser ¶
func (m *GetOrderDetailFinishedReply) GetUser() string
func (*GetOrderDetailFinishedReply) ProtoMessage ¶
func (*GetOrderDetailFinishedReply) ProtoMessage()
func (*GetOrderDetailFinishedReply) Reset ¶
func (m *GetOrderDetailFinishedReply) Reset()
func (*GetOrderDetailFinishedReply) String ¶
func (m *GetOrderDetailFinishedReply) String() string
func (*GetOrderDetailFinishedReply) XXX_DiscardUnknown ¶
func (m *GetOrderDetailFinishedReply) XXX_DiscardUnknown()
func (*GetOrderDetailFinishedReply) XXX_Marshal ¶
func (m *GetOrderDetailFinishedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderDetailFinishedReply) XXX_Merge ¶
func (m *GetOrderDetailFinishedReply) XXX_Merge(src proto.Message)
func (*GetOrderDetailFinishedReply) XXX_Size ¶
func (m *GetOrderDetailFinishedReply) XXX_Size() int
func (*GetOrderDetailFinishedReply) XXX_Unmarshal ¶
func (m *GetOrderDetailFinishedReply) XXX_Unmarshal(b []byte) error
type GetOrderDetailFinishedRequest ¶
type GetOrderDetailFinishedRequest struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderDetailFinishedRequest) Descriptor ¶
func (*GetOrderDetailFinishedRequest) Descriptor() ([]byte, []int)
func (*GetOrderDetailFinishedRequest) GetOrderId ¶
func (m *GetOrderDetailFinishedRequest) GetOrderId() string
func (*GetOrderDetailFinishedRequest) ProtoMessage ¶
func (*GetOrderDetailFinishedRequest) ProtoMessage()
func (*GetOrderDetailFinishedRequest) Reset ¶
func (m *GetOrderDetailFinishedRequest) Reset()
func (*GetOrderDetailFinishedRequest) String ¶
func (m *GetOrderDetailFinishedRequest) String() string
func (*GetOrderDetailFinishedRequest) XXX_DiscardUnknown ¶
func (m *GetOrderDetailFinishedRequest) XXX_DiscardUnknown()
func (*GetOrderDetailFinishedRequest) XXX_Marshal ¶
func (m *GetOrderDetailFinishedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderDetailFinishedRequest) XXX_Merge ¶
func (m *GetOrderDetailFinishedRequest) XXX_Merge(src proto.Message)
func (*GetOrderDetailFinishedRequest) XXX_Size ¶
func (m *GetOrderDetailFinishedRequest) XXX_Size() int
func (*GetOrderDetailFinishedRequest) XXX_Unmarshal ¶
func (m *GetOrderDetailFinishedRequest) XXX_Unmarshal(b []byte) error
type GetOrderHistoryReply ¶
type GetOrderHistoryReply struct { Items []*OrderHistory `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderHistoryReply) Descriptor ¶
func (*GetOrderHistoryReply) Descriptor() ([]byte, []int)
func (*GetOrderHistoryReply) GetItems ¶
func (m *GetOrderHistoryReply) GetItems() []*OrderHistory
func (*GetOrderHistoryReply) ProtoMessage ¶
func (*GetOrderHistoryReply) ProtoMessage()
func (*GetOrderHistoryReply) Reset ¶
func (m *GetOrderHistoryReply) Reset()
func (*GetOrderHistoryReply) String ¶
func (m *GetOrderHistoryReply) String() string
func (*GetOrderHistoryReply) XXX_DiscardUnknown ¶
func (m *GetOrderHistoryReply) XXX_DiscardUnknown()
func (*GetOrderHistoryReply) XXX_Marshal ¶
func (m *GetOrderHistoryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderHistoryReply) XXX_Merge ¶
func (m *GetOrderHistoryReply) XXX_Merge(src proto.Message)
func (*GetOrderHistoryReply) XXX_Size ¶
func (m *GetOrderHistoryReply) XXX_Size() int
func (*GetOrderHistoryReply) XXX_Unmarshal ¶
func (m *GetOrderHistoryReply) XXX_Unmarshal(b []byte) error
type GetOrderHistoryRequest ¶
type GetOrderHistoryRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` StartTime int64 `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime int64 `protobuf:"varint,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` Side int32 `protobuf:"varint,7,opt,name=side,proto3" json:"side,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrderHistoryRequest) Descriptor ¶
func (*GetOrderHistoryRequest) Descriptor() ([]byte, []int)
func (*GetOrderHistoryRequest) GetEndTime ¶
func (m *GetOrderHistoryRequest) GetEndTime() int64
func (*GetOrderHistoryRequest) GetLimit ¶
func (m *GetOrderHistoryRequest) GetLimit() int32
func (*GetOrderHistoryRequest) GetMarket ¶
func (m *GetOrderHistoryRequest) GetMarket() string
func (*GetOrderHistoryRequest) GetOffset ¶
func (m *GetOrderHistoryRequest) GetOffset() int32
func (*GetOrderHistoryRequest) GetSide ¶
func (m *GetOrderHistoryRequest) GetSide() int32
func (*GetOrderHistoryRequest) GetStartTime ¶
func (m *GetOrderHistoryRequest) GetStartTime() int64
func (*GetOrderHistoryRequest) GetUserId ¶
func (m *GetOrderHistoryRequest) GetUserId() string
func (*GetOrderHistoryRequest) ProtoMessage ¶
func (*GetOrderHistoryRequest) ProtoMessage()
func (*GetOrderHistoryRequest) Reset ¶
func (m *GetOrderHistoryRequest) Reset()
func (*GetOrderHistoryRequest) String ¶
func (m *GetOrderHistoryRequest) String() string
func (*GetOrderHistoryRequest) XXX_DiscardUnknown ¶
func (m *GetOrderHistoryRequest) XXX_DiscardUnknown()
func (*GetOrderHistoryRequest) XXX_Marshal ¶
func (m *GetOrderHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrderHistoryRequest) XXX_Merge ¶
func (m *GetOrderHistoryRequest) XXX_Merge(src proto.Message)
func (*GetOrderHistoryRequest) XXX_Size ¶
func (m *GetOrderHistoryRequest) XXX_Size() int
func (*GetOrderHistoryRequest) XXX_Unmarshal ¶
func (m *GetOrderHistoryRequest) XXX_Unmarshal(b []byte) error
type GetSymbolsResponse ¶
type GetSymbolsResponse struct { Symbols []*Symbol `protobuf:"bytes,1,rep,name=symbols,proto3" json:"symbols,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSymbolsResponse) Descriptor ¶
func (*GetSymbolsResponse) Descriptor() ([]byte, []int)
func (*GetSymbolsResponse) GetSymbols ¶
func (m *GetSymbolsResponse) GetSymbols() []*Symbol
func (*GetSymbolsResponse) ProtoMessage ¶
func (*GetSymbolsResponse) ProtoMessage()
func (*GetSymbolsResponse) Reset ¶
func (m *GetSymbolsResponse) Reset()
func (*GetSymbolsResponse) String ¶
func (m *GetSymbolsResponse) String() string
func (*GetSymbolsResponse) XXX_DiscardUnknown ¶
func (m *GetSymbolsResponse) XXX_DiscardUnknown()
func (*GetSymbolsResponse) XXX_Marshal ¶
func (m *GetSymbolsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSymbolsResponse) XXX_Merge ¶
func (m *GetSymbolsResponse) XXX_Merge(src proto.Message)
func (*GetSymbolsResponse) XXX_Size ¶
func (m *GetSymbolsResponse) XXX_Size() int
func (*GetSymbolsResponse) XXX_Unmarshal ¶
func (m *GetSymbolsResponse) XXX_Unmarshal(b []byte) error
type KlineInfo ¶
type KlineInfo struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` Low float64 `protobuf:"fixed64,2,opt,name=low,proto3" json:"low,omitempty"` High float64 `protobuf:"fixed64,3,opt,name=high,proto3" json:"high,omitempty"` Open float64 `protobuf:"fixed64,4,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,5,opt,name=close,proto3" json:"close,omitempty"` Volume float64 `protobuf:"fixed64,6,opt,name=volume,proto3" json:"volume,omitempty"` Deal float64 `protobuf:"fixed64,7,opt,name=deal,proto3" json:"deal,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KlineInfo) Descriptor ¶
func (*KlineInfo) ProtoMessage ¶
func (*KlineInfo) ProtoMessage()
func (*KlineInfo) XXX_DiscardUnknown ¶
func (m *KlineInfo) XXX_DiscardUnknown()
func (*KlineInfo) XXX_Marshal ¶
func (*KlineInfo) XXX_Unmarshal ¶
type Market ¶
type Market struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` AsksAmount string `protobuf:"bytes,2,opt,name=asks_amount,json=asksAmount,proto3" json:"asks_amount,omitempty"` AsksCount int64 `protobuf:"varint,3,opt,name=asks_count,json=asksCount,proto3" json:"asks_count,omitempty"` BidsAmount string `protobuf:"bytes,4,opt,name=bids_amount,json=bidsAmount,proto3" json:"bids_amount,omitempty"` BidsCount int64 `protobuf:"varint,5,opt,name=bids_count,json=bidsCount,proto3" json:"bids_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Market) Descriptor ¶
func (*Market) GetAsksAmount ¶
func (*Market) GetAsksCount ¶
func (*Market) GetBidsAmount ¶
func (*Market) GetBidsCount ¶
func (*Market) ProtoMessage ¶
func (*Market) ProtoMessage()
func (*Market) XXX_DiscardUnknown ¶
func (m *Market) XXX_DiscardUnknown()
func (*Market) XXX_Marshal ¶
func (*Market) XXX_Unmarshal ¶
type MarketDeal ¶
type MarketDeal struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` Price string `protobuf:"bytes,4,opt,name=price,proto3" json:"price,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketDeal) Descriptor ¶
func (*MarketDeal) Descriptor() ([]byte, []int)
func (*MarketDeal) GetAmount ¶
func (m *MarketDeal) GetAmount() string
func (*MarketDeal) GetId ¶
func (m *MarketDeal) GetId() int32
func (*MarketDeal) GetPrice ¶
func (m *MarketDeal) GetPrice() string
func (*MarketDeal) GetTime ¶
func (m *MarketDeal) GetTime() int64
func (*MarketDeal) GetType ¶
func (m *MarketDeal) GetType() string
func (*MarketDeal) ProtoMessage ¶
func (*MarketDeal) ProtoMessage()
func (*MarketDeal) Reset ¶
func (m *MarketDeal) Reset()
func (*MarketDeal) String ¶
func (m *MarketDeal) String() string
func (*MarketDeal) XXX_DiscardUnknown ¶
func (m *MarketDeal) XXX_DiscardUnknown()
func (*MarketDeal) XXX_Marshal ¶
func (m *MarketDeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDeal) XXX_Merge ¶
func (m *MarketDeal) XXX_Merge(src proto.Message)
func (*MarketDeal) XXX_Size ¶
func (m *MarketDeal) XXX_Size() int
func (*MarketDeal) XXX_Unmarshal ¶
func (m *MarketDeal) XXX_Unmarshal(b []byte) error
type MarketDealsReply ¶
type MarketDealsReply struct { Items []*MarketDeal `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketDealsReply) Descriptor ¶
func (*MarketDealsReply) Descriptor() ([]byte, []int)
func (*MarketDealsReply) GetItems ¶
func (m *MarketDealsReply) GetItems() []*MarketDeal
func (*MarketDealsReply) ProtoMessage ¶
func (*MarketDealsReply) ProtoMessage()
func (*MarketDealsReply) Reset ¶
func (m *MarketDealsReply) Reset()
func (*MarketDealsReply) String ¶
func (m *MarketDealsReply) String() string
func (*MarketDealsReply) XXX_DiscardUnknown ¶
func (m *MarketDealsReply) XXX_DiscardUnknown()
func (*MarketDealsReply) XXX_Marshal ¶
func (m *MarketDealsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDealsReply) XXX_Merge ¶
func (m *MarketDealsReply) XXX_Merge(src proto.Message)
func (*MarketDealsReply) XXX_Size ¶
func (m *MarketDealsReply) XXX_Size() int
func (*MarketDealsReply) XXX_Unmarshal ¶
func (m *MarketDealsReply) XXX_Unmarshal(b []byte) error
type MarketDealsRequest ¶
type MarketDealsRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` LastId uint64 `protobuf:"varint,3,opt,name=last_id,json=lastId,proto3" json:"last_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketDealsRequest) Descriptor ¶
func (*MarketDealsRequest) Descriptor() ([]byte, []int)
func (*MarketDealsRequest) GetLastId ¶
func (m *MarketDealsRequest) GetLastId() uint64
func (*MarketDealsRequest) GetLimit ¶
func (m *MarketDealsRequest) GetLimit() int32
func (*MarketDealsRequest) GetMarket ¶
func (m *MarketDealsRequest) GetMarket() string
func (*MarketDealsRequest) ProtoMessage ¶
func (*MarketDealsRequest) ProtoMessage()
func (*MarketDealsRequest) Reset ¶
func (m *MarketDealsRequest) Reset()
func (*MarketDealsRequest) String ¶
func (m *MarketDealsRequest) String() string
func (*MarketDealsRequest) XXX_DiscardUnknown ¶
func (m *MarketDealsRequest) XXX_DiscardUnknown()
func (*MarketDealsRequest) XXX_Marshal ¶
func (m *MarketDealsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDealsRequest) XXX_Merge ¶
func (m *MarketDealsRequest) XXX_Merge(src proto.Message)
func (*MarketDealsRequest) XXX_Size ¶
func (m *MarketDealsRequest) XXX_Size() int
func (*MarketDealsRequest) XXX_Unmarshal ¶
func (m *MarketDealsRequest) XXX_Unmarshal(b []byte) error
type MarketKlineReply ¶
type MarketKlineReply struct { Items []*KlineInfo `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketKlineReply) Descriptor ¶
func (*MarketKlineReply) Descriptor() ([]byte, []int)
func (*MarketKlineReply) GetItems ¶
func (m *MarketKlineReply) GetItems() []*KlineInfo
func (*MarketKlineReply) ProtoMessage ¶
func (*MarketKlineReply) ProtoMessage()
func (*MarketKlineReply) Reset ¶
func (m *MarketKlineReply) Reset()
func (*MarketKlineReply) String ¶
func (m *MarketKlineReply) String() string
func (*MarketKlineReply) XXX_DiscardUnknown ¶
func (m *MarketKlineReply) XXX_DiscardUnknown()
func (*MarketKlineReply) XXX_Marshal ¶
func (m *MarketKlineReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketKlineReply) XXX_Merge ¶
func (m *MarketKlineReply) XXX_Merge(src proto.Message)
func (*MarketKlineReply) XXX_Size ¶
func (m *MarketKlineReply) XXX_Size() int
func (*MarketKlineReply) XXX_Unmarshal ¶
func (m *MarketKlineReply) XXX_Unmarshal(b []byte) error
type MarketKlineRequest ¶
type MarketKlineRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"` End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"` Interval int64 `protobuf:"varint,4,opt,name=interval,proto3" json:"interval,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketKlineRequest) Descriptor ¶
func (*MarketKlineRequest) Descriptor() ([]byte, []int)
func (*MarketKlineRequest) GetEnd ¶
func (m *MarketKlineRequest) GetEnd() int64
func (*MarketKlineRequest) GetInterval ¶
func (m *MarketKlineRequest) GetInterval() int64
func (*MarketKlineRequest) GetMarket ¶
func (m *MarketKlineRequest) GetMarket() string
func (*MarketKlineRequest) GetStart ¶
func (m *MarketKlineRequest) GetStart() int64
func (*MarketKlineRequest) ProtoMessage ¶
func (*MarketKlineRequest) ProtoMessage()
func (*MarketKlineRequest) Reset ¶
func (m *MarketKlineRequest) Reset()
func (*MarketKlineRequest) String ¶
func (m *MarketKlineRequest) String() string
func (*MarketKlineRequest) XXX_DiscardUnknown ¶
func (m *MarketKlineRequest) XXX_DiscardUnknown()
func (*MarketKlineRequest) XXX_Marshal ¶
func (m *MarketKlineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketKlineRequest) XXX_Merge ¶
func (m *MarketKlineRequest) XXX_Merge(src proto.Message)
func (*MarketKlineRequest) XXX_Size ¶
func (m *MarketKlineRequest) XXX_Size() int
func (*MarketKlineRequest) XXX_Unmarshal ¶
func (m *MarketKlineRequest) XXX_Unmarshal(b []byte) error
type MarketLastReply ¶
type MarketLastReply struct { Last float64 `protobuf:"fixed64,1,opt,name=last,proto3" json:"last,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketLastReply) Descriptor ¶
func (*MarketLastReply) Descriptor() ([]byte, []int)
func (*MarketLastReply) GetLast ¶
func (m *MarketLastReply) GetLast() float64
func (*MarketLastReply) ProtoMessage ¶
func (*MarketLastReply) ProtoMessage()
func (*MarketLastReply) Reset ¶
func (m *MarketLastReply) Reset()
func (*MarketLastReply) String ¶
func (m *MarketLastReply) String() string
func (*MarketLastReply) XXX_DiscardUnknown ¶
func (m *MarketLastReply) XXX_DiscardUnknown()
func (*MarketLastReply) XXX_Marshal ¶
func (m *MarketLastReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketLastReply) XXX_Merge ¶
func (m *MarketLastReply) XXX_Merge(src proto.Message)
func (*MarketLastReply) XXX_Size ¶
func (m *MarketLastReply) XXX_Size() int
func (*MarketLastReply) XXX_Unmarshal ¶
func (m *MarketLastReply) XXX_Unmarshal(b []byte) error
type MarketLastRequest ¶
type MarketLastRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketLastRequest) Descriptor ¶
func (*MarketLastRequest) Descriptor() ([]byte, []int)
func (*MarketLastRequest) GetMarket ¶
func (m *MarketLastRequest) GetMarket() string
func (*MarketLastRequest) ProtoMessage ¶
func (*MarketLastRequest) ProtoMessage()
func (*MarketLastRequest) Reset ¶
func (m *MarketLastRequest) Reset()
func (*MarketLastRequest) String ¶
func (m *MarketLastRequest) String() string
func (*MarketLastRequest) XXX_DiscardUnknown ¶
func (m *MarketLastRequest) XXX_DiscardUnknown()
func (*MarketLastRequest) XXX_Marshal ¶
func (m *MarketLastRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketLastRequest) XXX_Merge ¶
func (m *MarketLastRequest) XXX_Merge(src proto.Message)
func (*MarketLastRequest) XXX_Size ¶
func (m *MarketLastRequest) XXX_Size() int
func (*MarketLastRequest) XXX_Unmarshal ¶
func (m *MarketLastRequest) XXX_Unmarshal(b []byte) error
type MarketStatusReply ¶
type MarketStatusReply struct { Low float64 `protobuf:"fixed64,1,opt,name=low,proto3" json:"low,omitempty"` High float64 `protobuf:"fixed64,2,opt,name=high,proto3" json:"high,omitempty"` Open float64 `protobuf:"fixed64,3,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,4,opt,name=close,proto3" json:"close,omitempty"` Volume float64 `protobuf:"fixed64,5,opt,name=volume,proto3" json:"volume,omitempty"` Deal float64 `protobuf:"fixed64,6,opt,name=deal,proto3" json:"deal,omitempty"` Last float64 `protobuf:"fixed64,7,opt,name=last,proto3" json:"last,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketStatusReply) Descriptor ¶
func (*MarketStatusReply) Descriptor() ([]byte, []int)
func (*MarketStatusReply) GetClose ¶
func (m *MarketStatusReply) GetClose() float64
func (*MarketStatusReply) GetDeal ¶
func (m *MarketStatusReply) GetDeal() float64
func (*MarketStatusReply) GetHigh ¶
func (m *MarketStatusReply) GetHigh() float64
func (*MarketStatusReply) GetLast ¶
func (m *MarketStatusReply) GetLast() float64
func (*MarketStatusReply) GetLow ¶
func (m *MarketStatusReply) GetLow() float64
func (*MarketStatusReply) GetOpen ¶
func (m *MarketStatusReply) GetOpen() float64
func (*MarketStatusReply) GetVolume ¶
func (m *MarketStatusReply) GetVolume() float64
func (*MarketStatusReply) ProtoMessage ¶
func (*MarketStatusReply) ProtoMessage()
func (*MarketStatusReply) Reset ¶
func (m *MarketStatusReply) Reset()
func (*MarketStatusReply) String ¶
func (m *MarketStatusReply) String() string
func (*MarketStatusReply) XXX_DiscardUnknown ¶
func (m *MarketStatusReply) XXX_DiscardUnknown()
func (*MarketStatusReply) XXX_Marshal ¶
func (m *MarketStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketStatusReply) XXX_Merge ¶
func (m *MarketStatusReply) XXX_Merge(src proto.Message)
func (*MarketStatusReply) XXX_Size ¶
func (m *MarketStatusReply) XXX_Size() int
func (*MarketStatusReply) XXX_Unmarshal ¶
func (m *MarketStatusReply) XXX_Unmarshal(b []byte) error
type MarketStatusRequest ¶
type MarketStatusRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Period int32 `protobuf:"varint,2,opt,name=period,proto3" json:"period,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketStatusRequest) Descriptor ¶
func (*MarketStatusRequest) Descriptor() ([]byte, []int)
func (*MarketStatusRequest) GetMarket ¶
func (m *MarketStatusRequest) GetMarket() string
func (*MarketStatusRequest) GetPeriod ¶
func (m *MarketStatusRequest) GetPeriod() int32
func (*MarketStatusRequest) ProtoMessage ¶
func (*MarketStatusRequest) ProtoMessage()
func (*MarketStatusRequest) Reset ¶
func (m *MarketStatusRequest) Reset()
func (*MarketStatusRequest) String ¶
func (m *MarketStatusRequest) String() string
func (*MarketStatusRequest) XXX_DiscardUnknown ¶
func (m *MarketStatusRequest) XXX_DiscardUnknown()
func (*MarketStatusRequest) XXX_Marshal ¶
func (m *MarketStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketStatusRequest) XXX_Merge ¶
func (m *MarketStatusRequest) XXX_Merge(src proto.Message)
func (*MarketStatusRequest) XXX_Size ¶
func (m *MarketStatusRequest) XXX_Size() int
func (*MarketStatusRequest) XXX_Unmarshal ¶
func (m *MarketStatusRequest) XXX_Unmarshal(b []byte) error
type MarketStatusTodayReply ¶
type MarketStatusTodayReply struct { Low float64 `protobuf:"fixed64,1,opt,name=low,proto3" json:"low,omitempty"` High float64 `protobuf:"fixed64,2,opt,name=high,proto3" json:"high,omitempty"` Open float64 `protobuf:"fixed64,3,opt,name=open,proto3" json:"open,omitempty"` Last float64 `protobuf:"fixed64,4,opt,name=last,proto3" json:"last,omitempty"` Volume float64 `protobuf:"fixed64,5,opt,name=volume,proto3" json:"volume,omitempty"` Deal float64 `protobuf:"fixed64,6,opt,name=deal,proto3" json:"deal,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketStatusTodayReply) Descriptor ¶
func (*MarketStatusTodayReply) Descriptor() ([]byte, []int)
func (*MarketStatusTodayReply) GetDeal ¶
func (m *MarketStatusTodayReply) GetDeal() float64
func (*MarketStatusTodayReply) GetHigh ¶
func (m *MarketStatusTodayReply) GetHigh() float64
func (*MarketStatusTodayReply) GetLast ¶
func (m *MarketStatusTodayReply) GetLast() float64
func (*MarketStatusTodayReply) GetLow ¶
func (m *MarketStatusTodayReply) GetLow() float64
func (*MarketStatusTodayReply) GetOpen ¶
func (m *MarketStatusTodayReply) GetOpen() float64
func (*MarketStatusTodayReply) GetVolume ¶
func (m *MarketStatusTodayReply) GetVolume() float64
func (*MarketStatusTodayReply) ProtoMessage ¶
func (*MarketStatusTodayReply) ProtoMessage()
func (*MarketStatusTodayReply) Reset ¶
func (m *MarketStatusTodayReply) Reset()
func (*MarketStatusTodayReply) String ¶
func (m *MarketStatusTodayReply) String() string
func (*MarketStatusTodayReply) XXX_DiscardUnknown ¶
func (m *MarketStatusTodayReply) XXX_DiscardUnknown()
func (*MarketStatusTodayReply) XXX_Marshal ¶
func (m *MarketStatusTodayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketStatusTodayReply) XXX_Merge ¶
func (m *MarketStatusTodayReply) XXX_Merge(src proto.Message)
func (*MarketStatusTodayReply) XXX_Size ¶
func (m *MarketStatusTodayReply) XXX_Size() int
func (*MarketStatusTodayReply) XXX_Unmarshal ¶
func (m *MarketStatusTodayReply) XXX_Unmarshal(b []byte) error
type MarketStatusTodayRequest ¶
type MarketStatusTodayRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketStatusTodayRequest) Descriptor ¶
func (*MarketStatusTodayRequest) Descriptor() ([]byte, []int)
func (*MarketStatusTodayRequest) GetMarket ¶
func (m *MarketStatusTodayRequest) GetMarket() string
func (*MarketStatusTodayRequest) ProtoMessage ¶
func (*MarketStatusTodayRequest) ProtoMessage()
func (*MarketStatusTodayRequest) Reset ¶
func (m *MarketStatusTodayRequest) Reset()
func (*MarketStatusTodayRequest) String ¶
func (m *MarketStatusTodayRequest) String() string
func (*MarketStatusTodayRequest) XXX_DiscardUnknown ¶
func (m *MarketStatusTodayRequest) XXX_DiscardUnknown()
func (*MarketStatusTodayRequest) XXX_Marshal ¶
func (m *MarketStatusTodayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketStatusTodayRequest) XXX_Merge ¶
func (m *MarketStatusTodayRequest) XXX_Merge(src proto.Message)
func (*MarketStatusTodayRequest) XXX_Size ¶
func (m *MarketStatusTodayRequest) XXX_Size() int
func (*MarketStatusTodayRequest) XXX_Unmarshal ¶
func (m *MarketStatusTodayRequest) XXX_Unmarshal(b []byte) error
type MarketUserDeals ¶
type MarketUserDeals struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Id uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Side int32 `protobuf:"varint,4,opt,name=side,proto3" json:"side,omitempty"` Role int32 `protobuf:"varint,5,opt,name=role,proto3" json:"role,omitempty"` Price string `protobuf:"bytes,6,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"` Deal string `protobuf:"bytes,8,opt,name=deal,proto3" json:"deal,omitempty"` Fee string `protobuf:"bytes,9,opt,name=fee,proto3" json:"fee,omitempty"` DealOrderId uint64 `protobuf:"varint,10,opt,name=deal_order_id,json=dealOrderId,proto3" json:"deal_order_id,omitempty"` Market string `protobuf:"bytes,11,opt,name=market,proto3" json:"market,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarketUserDeals) Descriptor ¶
func (*MarketUserDeals) Descriptor() ([]byte, []int)
func (*MarketUserDeals) GetAmount ¶
func (m *MarketUserDeals) GetAmount() string
func (*MarketUserDeals) GetDeal ¶
func (m *MarketUserDeals) GetDeal() string
func (*MarketUserDeals) GetDealOrderId ¶
func (m *MarketUserDeals) GetDealOrderId() uint64
func (*MarketUserDeals) GetFee ¶
func (m *MarketUserDeals) GetFee() string
func (*MarketUserDeals) GetId ¶
func (m *MarketUserDeals) GetId() uint64
func (*MarketUserDeals) GetMarket ¶
func (m *MarketUserDeals) GetMarket() string
func (*MarketUserDeals) GetPrice ¶
func (m *MarketUserDeals) GetPrice() string
func (*MarketUserDeals) GetRole ¶
func (m *MarketUserDeals) GetRole() int32
func (*MarketUserDeals) GetSide ¶
func (m *MarketUserDeals) GetSide() int32
func (*MarketUserDeals) GetTime ¶
func (m *MarketUserDeals) GetTime() int64
func (*MarketUserDeals) GetUser ¶
func (m *MarketUserDeals) GetUser() string
func (*MarketUserDeals) ProtoMessage ¶
func (*MarketUserDeals) ProtoMessage()
func (*MarketUserDeals) Reset ¶
func (m *MarketUserDeals) Reset()
func (*MarketUserDeals) String ¶
func (m *MarketUserDeals) String() string
func (*MarketUserDeals) XXX_DiscardUnknown ¶
func (m *MarketUserDeals) XXX_DiscardUnknown()
func (*MarketUserDeals) XXX_Marshal ¶
func (m *MarketUserDeals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketUserDeals) XXX_Merge ¶
func (m *MarketUserDeals) XXX_Merge(src proto.Message)
func (*MarketUserDeals) XXX_Size ¶
func (m *MarketUserDeals) XXX_Size() int
func (*MarketUserDeals) XXX_Unmarshal ¶
func (m *MarketUserDeals) XXX_Unmarshal(b []byte) error
type MatchClient ¶
type MatchClient interface { GetCurrencies(ctx context.Context, in *EmptyRequest, opts ...grpc.CallOption) (*GetCurrencyResponse, error) GetSymbols(ctx context.Context, in *EmptyRequest, opts ...grpc.CallOption) (*GetSymbolsResponse, error) Balances(ctx context.Context, in *BalancesRequest, opts ...grpc.CallOption) (*BalancesResponse, error) NewOrder(ctx context.Context, in *NewOrderRequest, opts ...grpc.CallOption) (*NewOrderResponse, error) Orders(ctx context.Context, in *OrdersRequest, opts ...grpc.CallOption) (*OrdersResponse, error) UpdateBalance(ctx context.Context, in *UpdateBalanceRequest, opts ...grpc.CallOption) (*UpdateBalanceResponse, error) GetAssetSummary(ctx context.Context, in *GetAssetSummaryRequest, opts ...grpc.CallOption) (*GetAssetSummaryResponse, error) OrderCancel(ctx context.Context, in *OrderCancelRequest, opts ...grpc.CallOption) (*OrderCancelResponse, error) OrderBook(ctx context.Context, in *OrderBookRequest, opts ...grpc.CallOption) (*OrderBookResponse, error) OrderBookDepth(ctx context.Context, in *OrderBookDepthRequest, opts ...grpc.CallOption) (*OrderBookDepthResponse, error) OrderDetail(ctx context.Context, in *OrderDetailRequest, opts ...grpc.CallOption) (*OrderDetailResponse, error) GetMarketSummary(ctx context.Context, in *GetMarketSummaryRequest, opts ...grpc.CallOption) (*GetMarketSummaryResponse, error) }
MatchClient is the client API for Match service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMatchClient ¶
func NewMatchClient(cc *grpc.ClientConn) MatchClient
type MatchServer ¶
type MatchServer interface { GetCurrencies(context.Context, *EmptyRequest) (*GetCurrencyResponse, error) GetSymbols(context.Context, *EmptyRequest) (*GetSymbolsResponse, error) Balances(context.Context, *BalancesRequest) (*BalancesResponse, error) NewOrder(context.Context, *NewOrderRequest) (*NewOrderResponse, error) Orders(context.Context, *OrdersRequest) (*OrdersResponse, error) UpdateBalance(context.Context, *UpdateBalanceRequest) (*UpdateBalanceResponse, error) GetAssetSummary(context.Context, *GetAssetSummaryRequest) (*GetAssetSummaryResponse, error) OrderCancel(context.Context, *OrderCancelRequest) (*OrderCancelResponse, error) OrderBook(context.Context, *OrderBookRequest) (*OrderBookResponse, error) OrderBookDepth(context.Context, *OrderBookDepthRequest) (*OrderBookDepthResponse, error) OrderDetail(context.Context, *OrderDetailRequest) (*OrderDetailResponse, error) GetMarketSummary(context.Context, *GetMarketSummaryRequest) (*GetMarketSummaryResponse, error) }
MatchServer is the server API for Match service.
type MemorystoreClient ¶
type MemorystoreClient interface { MarketStatus(ctx context.Context, in *MarketStatusRequest, opts ...grpc.CallOption) (*MarketStatusReply, error) MarketKline(ctx context.Context, in *MarketKlineRequest, opts ...grpc.CallOption) (*MarketKlineReply, error) MarketDeals(ctx context.Context, in *MarketDealsRequest, opts ...grpc.CallOption) (*MarketDealsReply, error) MarketLast(ctx context.Context, in *MarketLastRequest, opts ...grpc.CallOption) (*MarketLastReply, error) MarketStatusToday(ctx context.Context, in *MarketStatusTodayRequest, opts ...grpc.CallOption) (*MarketStatusTodayReply, error) }
MemorystoreClient is the client API for Memorystore service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMemorystoreClient ¶
func NewMemorystoreClient(cc *grpc.ClientConn) MemorystoreClient
type MemorystoreServer ¶
type MemorystoreServer interface { MarketStatus(context.Context, *MarketStatusRequest) (*MarketStatusReply, error) MarketKline(context.Context, *MarketKlineRequest) (*MarketKlineReply, error) MarketDeals(context.Context, *MarketDealsRequest) (*MarketDealsReply, error) MarketLast(context.Context, *MarketLastRequest) (*MarketLastReply, error) MarketStatusToday(context.Context, *MarketStatusTodayRequest) (*MarketStatusTodayReply, error) }
MemorystoreServer is the server API for Memorystore service.
type NewOrderRequest ¶
type NewOrderRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ClientOrderId string `protobuf:"bytes,2,opt,name=client_order_id,json=clientOrderId,proto3" json:"client_order_id,omitempty"` Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Side string `protobuf:"bytes,5,opt,name=side,proto3" json:"side,omitempty"` Price string `protobuf:"bytes,6,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NewOrderRequest) Descriptor ¶
func (*NewOrderRequest) Descriptor() ([]byte, []int)
func (*NewOrderRequest) GetAmount ¶
func (m *NewOrderRequest) GetAmount() string
func (*NewOrderRequest) GetClientOrderId ¶
func (m *NewOrderRequest) GetClientOrderId() string
func (*NewOrderRequest) GetPrice ¶
func (m *NewOrderRequest) GetPrice() string
func (*NewOrderRequest) GetSide ¶
func (m *NewOrderRequest) GetSide() string
func (*NewOrderRequest) GetSymbol ¶
func (m *NewOrderRequest) GetSymbol() string
func (*NewOrderRequest) GetType ¶
func (m *NewOrderRequest) GetType() string
func (*NewOrderRequest) GetUserId ¶
func (m *NewOrderRequest) GetUserId() string
func (*NewOrderRequest) ProtoMessage ¶
func (*NewOrderRequest) ProtoMessage()
func (*NewOrderRequest) Reset ¶
func (m *NewOrderRequest) Reset()
func (*NewOrderRequest) String ¶
func (m *NewOrderRequest) String() string
func (*NewOrderRequest) XXX_DiscardUnknown ¶
func (m *NewOrderRequest) XXX_DiscardUnknown()
func (*NewOrderRequest) XXX_Marshal ¶
func (m *NewOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NewOrderRequest) XXX_Merge ¶
func (m *NewOrderRequest) XXX_Merge(src proto.Message)
func (*NewOrderRequest) XXX_Size ¶
func (m *NewOrderRequest) XXX_Size() int
func (*NewOrderRequest) XXX_Unmarshal ¶
func (m *NewOrderRequest) XXX_Unmarshal(b []byte) error
type NewOrderResponse ¶
type NewOrderResponse struct { Order *Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NewOrderResponse) Descriptor ¶
func (*NewOrderResponse) Descriptor() ([]byte, []int)
func (*NewOrderResponse) GetOrder ¶
func (m *NewOrderResponse) GetOrder() *Order
func (*NewOrderResponse) ProtoMessage ¶
func (*NewOrderResponse) ProtoMessage()
func (*NewOrderResponse) Reset ¶
func (m *NewOrderResponse) Reset()
func (*NewOrderResponse) String ¶
func (m *NewOrderResponse) String() string
func (*NewOrderResponse) XXX_DiscardUnknown ¶
func (m *NewOrderResponse) XXX_DiscardUnknown()
func (*NewOrderResponse) XXX_Marshal ¶
func (m *NewOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NewOrderResponse) XXX_Merge ¶
func (m *NewOrderResponse) XXX_Merge(src proto.Message)
func (*NewOrderResponse) XXX_Size ¶
func (m *NewOrderResponse) XXX_Size() int
func (*NewOrderResponse) XXX_Unmarshal ¶
func (m *NewOrderResponse) XXX_Unmarshal(b []byte) error
type Order ¶
type Order struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` Side string `protobuf:"bytes,5,opt,name=side,proto3" json:"side,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DoneAt *timestamp.Timestamp `protobuf:"bytes,9,opt,name=done_at,json=doneAt,proto3" json:"done_at,omitempty"` DoneReason string `protobuf:"bytes,10,opt,name=done_reason,json=doneReason,proto3" json:"done_reason,omitempty"` FillFees string `protobuf:"bytes,11,opt,name=fill_fees,json=fillFees,proto3" json:"fill_fees,omitempty"` FilledAmount string `protobuf:"bytes,12,opt,name=filled_amount,json=filledAmount,proto3" json:"filled_amount,omitempty"` RemainingAmount string `protobuf:"bytes,13,opt,name=remaining_amount,json=remainingAmount,proto3" json:"remaining_amount,omitempty"` ExecutedValue string `protobuf:"bytes,14,opt,name=executed_value,json=executedValue,proto3" json:"executed_value,omitempty"` Status string `protobuf:"bytes,15,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Order) Descriptor ¶
func (*Order) GetCreatedAt ¶
func (*Order) GetDoneReason ¶
func (*Order) GetExecutedValue ¶
func (*Order) GetFillFees ¶
func (*Order) GetFilledAmount ¶
func (*Order) GetRemainingAmount ¶
func (*Order) GetUpdatedAt ¶
func (*Order) ProtoMessage ¶
func (*Order) ProtoMessage()
func (*Order) XXX_DiscardUnknown ¶
func (m *Order) XXX_DiscardUnknown()
func (*Order) XXX_Marshal ¶
func (*Order) XXX_Unmarshal ¶
type OrderBookData ¶
type OrderBookData struct { Price string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"` Quantity string `protobuf:"bytes,2,opt,name=quantity,proto3" json:"quantity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderBookData) Descriptor ¶
func (*OrderBookData) Descriptor() ([]byte, []int)
func (*OrderBookData) GetPrice ¶
func (m *OrderBookData) GetPrice() string
func (*OrderBookData) GetQuantity ¶
func (m *OrderBookData) GetQuantity() string
func (*OrderBookData) ProtoMessage ¶
func (*OrderBookData) ProtoMessage()
func (*OrderBookData) Reset ¶
func (m *OrderBookData) Reset()
func (*OrderBookData) String ¶
func (m *OrderBookData) String() string
func (*OrderBookData) XXX_DiscardUnknown ¶
func (m *OrderBookData) XXX_DiscardUnknown()
func (*OrderBookData) XXX_Marshal ¶
func (m *OrderBookData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderBookData) XXX_Merge ¶
func (m *OrderBookData) XXX_Merge(src proto.Message)
func (*OrderBookData) XXX_Size ¶
func (m *OrderBookData) XXX_Size() int
func (*OrderBookData) XXX_Unmarshal ¶
func (m *OrderBookData) XXX_Unmarshal(b []byte) error
type OrderBookDepthRequest ¶
type OrderBookDepthRequest struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderBookDepthRequest) Descriptor ¶
func (*OrderBookDepthRequest) Descriptor() ([]byte, []int)
func (*OrderBookDepthRequest) GetLimit ¶
func (m *OrderBookDepthRequest) GetLimit() uint64
func (*OrderBookDepthRequest) GetSymbol ¶
func (m *OrderBookDepthRequest) GetSymbol() string
func (*OrderBookDepthRequest) ProtoMessage ¶
func (*OrderBookDepthRequest) ProtoMessage()
func (*OrderBookDepthRequest) Reset ¶
func (m *OrderBookDepthRequest) Reset()
func (*OrderBookDepthRequest) String ¶
func (m *OrderBookDepthRequest) String() string
func (*OrderBookDepthRequest) XXX_DiscardUnknown ¶
func (m *OrderBookDepthRequest) XXX_DiscardUnknown()
func (*OrderBookDepthRequest) XXX_Marshal ¶
func (m *OrderBookDepthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderBookDepthRequest) XXX_Merge ¶
func (m *OrderBookDepthRequest) XXX_Merge(src proto.Message)
func (*OrderBookDepthRequest) XXX_Size ¶
func (m *OrderBookDepthRequest) XXX_Size() int
func (*OrderBookDepthRequest) XXX_Unmarshal ¶
func (m *OrderBookDepthRequest) XXX_Unmarshal(b []byte) error
type OrderBookDepthResponse ¶
type OrderBookDepthResponse struct { Asks []*OrderBookData `protobuf:"bytes,1,rep,name=asks,proto3" json:"asks,omitempty"` Bids []*OrderBookData `protobuf:"bytes,2,rep,name=bids,proto3" json:"bids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderBookDepthResponse) Descriptor ¶
func (*OrderBookDepthResponse) Descriptor() ([]byte, []int)
func (*OrderBookDepthResponse) GetAsks ¶
func (m *OrderBookDepthResponse) GetAsks() []*OrderBookData
func (*OrderBookDepthResponse) GetBids ¶
func (m *OrderBookDepthResponse) GetBids() []*OrderBookData
func (*OrderBookDepthResponse) ProtoMessage ¶
func (*OrderBookDepthResponse) ProtoMessage()
func (*OrderBookDepthResponse) Reset ¶
func (m *OrderBookDepthResponse) Reset()
func (*OrderBookDepthResponse) String ¶
func (m *OrderBookDepthResponse) String() string
func (*OrderBookDepthResponse) XXX_DiscardUnknown ¶
func (m *OrderBookDepthResponse) XXX_DiscardUnknown()
func (*OrderBookDepthResponse) XXX_Marshal ¶
func (m *OrderBookDepthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderBookDepthResponse) XXX_Merge ¶
func (m *OrderBookDepthResponse) XXX_Merge(src proto.Message)
func (*OrderBookDepthResponse) XXX_Size ¶
func (m *OrderBookDepthResponse) XXX_Size() int
func (*OrderBookDepthResponse) XXX_Unmarshal ¶
func (m *OrderBookDepthResponse) XXX_Unmarshal(b []byte) error
type OrderBookRequest ¶
type OrderBookRequest struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` Side int32 `protobuf:"varint,2,opt,name=side,proto3" json:"side,omitempty"` // int32 offset = 3; Limit uint64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderBookRequest) Descriptor ¶
func (*OrderBookRequest) Descriptor() ([]byte, []int)
func (*OrderBookRequest) GetLimit ¶
func (m *OrderBookRequest) GetLimit() uint64
func (*OrderBookRequest) GetSide ¶
func (m *OrderBookRequest) GetSide() int32
func (*OrderBookRequest) GetSymbol ¶
func (m *OrderBookRequest) GetSymbol() string
func (*OrderBookRequest) ProtoMessage ¶
func (*OrderBookRequest) ProtoMessage()
func (*OrderBookRequest) Reset ¶
func (m *OrderBookRequest) Reset()
func (*OrderBookRequest) String ¶
func (m *OrderBookRequest) String() string
func (*OrderBookRequest) XXX_DiscardUnknown ¶
func (m *OrderBookRequest) XXX_DiscardUnknown()
func (*OrderBookRequest) XXX_Marshal ¶
func (m *OrderBookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderBookRequest) XXX_Merge ¶
func (m *OrderBookRequest) XXX_Merge(src proto.Message)
func (*OrderBookRequest) XXX_Size ¶
func (m *OrderBookRequest) XXX_Size() int
func (*OrderBookRequest) XXX_Unmarshal ¶
func (m *OrderBookRequest) XXX_Unmarshal(b []byte) error
type OrderBookResponse ¶
type OrderBookResponse struct { Orders []*Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderBookResponse) Descriptor ¶
func (*OrderBookResponse) Descriptor() ([]byte, []int)
func (*OrderBookResponse) GetOrders ¶
func (m *OrderBookResponse) GetOrders() []*Order
func (*OrderBookResponse) ProtoMessage ¶
func (*OrderBookResponse) ProtoMessage()
func (*OrderBookResponse) Reset ¶
func (m *OrderBookResponse) Reset()
func (*OrderBookResponse) String ¶
func (m *OrderBookResponse) String() string
func (*OrderBookResponse) XXX_DiscardUnknown ¶
func (m *OrderBookResponse) XXX_DiscardUnknown()
func (*OrderBookResponse) XXX_Marshal ¶
func (m *OrderBookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderBookResponse) XXX_Merge ¶
func (m *OrderBookResponse) XXX_Merge(src proto.Message)
func (*OrderBookResponse) XXX_Size ¶
func (m *OrderBookResponse) XXX_Size() int
func (*OrderBookResponse) XXX_Unmarshal ¶
func (m *OrderBookResponse) XXX_Unmarshal(b []byte) error
type OrderCancelRequest ¶
type OrderCancelRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` OrderId string `protobuf:"bytes,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderCancelRequest) Descriptor ¶
func (*OrderCancelRequest) Descriptor() ([]byte, []int)
func (*OrderCancelRequest) GetOrderId ¶
func (m *OrderCancelRequest) GetOrderId() string
func (*OrderCancelRequest) GetSymbol ¶
func (m *OrderCancelRequest) GetSymbol() string
func (*OrderCancelRequest) GetUserId ¶
func (m *OrderCancelRequest) GetUserId() string
func (*OrderCancelRequest) ProtoMessage ¶
func (*OrderCancelRequest) ProtoMessage()
func (*OrderCancelRequest) Reset ¶
func (m *OrderCancelRequest) Reset()
func (*OrderCancelRequest) String ¶
func (m *OrderCancelRequest) String() string
func (*OrderCancelRequest) XXX_DiscardUnknown ¶
func (m *OrderCancelRequest) XXX_DiscardUnknown()
func (*OrderCancelRequest) XXX_Marshal ¶
func (m *OrderCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderCancelRequest) XXX_Merge ¶
func (m *OrderCancelRequest) XXX_Merge(src proto.Message)
func (*OrderCancelRequest) XXX_Size ¶
func (m *OrderCancelRequest) XXX_Size() int
func (*OrderCancelRequest) XXX_Unmarshal ¶
func (m *OrderCancelRequest) XXX_Unmarshal(b []byte) error
type OrderCancelResponse ¶
type OrderCancelResponse struct { Order *Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderCancelResponse) Descriptor ¶
func (*OrderCancelResponse) Descriptor() ([]byte, []int)
func (*OrderCancelResponse) GetOrder ¶
func (m *OrderCancelResponse) GetOrder() *Order
func (*OrderCancelResponse) ProtoMessage ¶
func (*OrderCancelResponse) ProtoMessage()
func (*OrderCancelResponse) Reset ¶
func (m *OrderCancelResponse) Reset()
func (*OrderCancelResponse) String ¶
func (m *OrderCancelResponse) String() string
func (*OrderCancelResponse) XXX_DiscardUnknown ¶
func (m *OrderCancelResponse) XXX_DiscardUnknown()
func (*OrderCancelResponse) XXX_Marshal ¶
func (m *OrderCancelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderCancelResponse) XXX_Merge ¶
func (m *OrderCancelResponse) XXX_Merge(src proto.Message)
func (*OrderCancelResponse) XXX_Size ¶
func (m *OrderCancelResponse) XXX_Size() int
func (*OrderCancelResponse) XXX_Unmarshal ¶
func (m *OrderCancelResponse) XXX_Unmarshal(b []byte) error
type OrderDeals ¶
type OrderDeals struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Id uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Role int32 `protobuf:"varint,4,opt,name=role,proto3" json:"role,omitempty"` Price string `protobuf:"bytes,5,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"` Deal string `protobuf:"bytes,7,opt,name=deal,proto3" json:"deal,omitempty"` Fee string `protobuf:"bytes,8,opt,name=fee,proto3" json:"fee,omitempty"` DealOrderId uint64 `protobuf:"varint,9,opt,name=deal_order_id,json=dealOrderId,proto3" json:"deal_order_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderDeals) Descriptor ¶
func (*OrderDeals) Descriptor() ([]byte, []int)
func (*OrderDeals) GetAmount ¶
func (m *OrderDeals) GetAmount() string
func (*OrderDeals) GetDeal ¶
func (m *OrderDeals) GetDeal() string
func (*OrderDeals) GetDealOrderId ¶
func (m *OrderDeals) GetDealOrderId() uint64
func (*OrderDeals) GetFee ¶
func (m *OrderDeals) GetFee() string
func (*OrderDeals) GetId ¶
func (m *OrderDeals) GetId() uint64
func (*OrderDeals) GetPrice ¶
func (m *OrderDeals) GetPrice() string
func (*OrderDeals) GetRole ¶
func (m *OrderDeals) GetRole() int32
func (*OrderDeals) GetTime ¶
func (m *OrderDeals) GetTime() int64
func (*OrderDeals) GetUser ¶
func (m *OrderDeals) GetUser() string
func (*OrderDeals) ProtoMessage ¶
func (*OrderDeals) ProtoMessage()
func (*OrderDeals) Reset ¶
func (m *OrderDeals) Reset()
func (*OrderDeals) String ¶
func (m *OrderDeals) String() string
func (*OrderDeals) XXX_DiscardUnknown ¶
func (m *OrderDeals) XXX_DiscardUnknown()
func (*OrderDeals) XXX_Marshal ¶
func (m *OrderDeals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderDeals) XXX_Merge ¶
func (m *OrderDeals) XXX_Merge(src proto.Message)
func (*OrderDeals) XXX_Size ¶
func (m *OrderDeals) XXX_Size() int
func (*OrderDeals) XXX_Unmarshal ¶
func (m *OrderDeals) XXX_Unmarshal(b []byte) error
type OrderDetailRequest ¶
type OrderDetailRequest struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` OrderId string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderDetailRequest) Descriptor ¶
func (*OrderDetailRequest) Descriptor() ([]byte, []int)
func (*OrderDetailRequest) GetOrderId ¶
func (m *OrderDetailRequest) GetOrderId() string
func (*OrderDetailRequest) GetSymbol ¶
func (m *OrderDetailRequest) GetSymbol() string
func (*OrderDetailRequest) ProtoMessage ¶
func (*OrderDetailRequest) ProtoMessage()
func (*OrderDetailRequest) Reset ¶
func (m *OrderDetailRequest) Reset()
func (*OrderDetailRequest) String ¶
func (m *OrderDetailRequest) String() string
func (*OrderDetailRequest) XXX_DiscardUnknown ¶
func (m *OrderDetailRequest) XXX_DiscardUnknown()
func (*OrderDetailRequest) XXX_Marshal ¶
func (m *OrderDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderDetailRequest) XXX_Merge ¶
func (m *OrderDetailRequest) XXX_Merge(src proto.Message)
func (*OrderDetailRequest) XXX_Size ¶
func (m *OrderDetailRequest) XXX_Size() int
func (*OrderDetailRequest) XXX_Unmarshal ¶
func (m *OrderDetailRequest) XXX_Unmarshal(b []byte) error
type OrderDetailResponse ¶
type OrderDetailResponse struct { Order *Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderDetailResponse) Descriptor ¶
func (*OrderDetailResponse) Descriptor() ([]byte, []int)
func (*OrderDetailResponse) GetOrder ¶
func (m *OrderDetailResponse) GetOrder() *Order
func (*OrderDetailResponse) ProtoMessage ¶
func (*OrderDetailResponse) ProtoMessage()
func (*OrderDetailResponse) Reset ¶
func (m *OrderDetailResponse) Reset()
func (*OrderDetailResponse) String ¶
func (m *OrderDetailResponse) String() string
func (*OrderDetailResponse) XXX_DiscardUnknown ¶
func (m *OrderDetailResponse) XXX_DiscardUnknown()
func (*OrderDetailResponse) XXX_Marshal ¶
func (m *OrderDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderDetailResponse) XXX_Merge ¶
func (m *OrderDetailResponse) XXX_Merge(src proto.Message)
func (*OrderDetailResponse) XXX_Size ¶
func (m *OrderDetailResponse) XXX_Size() int
func (*OrderDetailResponse) XXX_Unmarshal ¶
func (m *OrderDetailResponse) XXX_Unmarshal(b []byte) error
type OrderHistory ¶
type OrderHistory struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Ctime int64 `protobuf:"varint,2,opt,name=ctime,proto3" json:"ctime,omitempty"` Ftime int64 `protobuf:"varint,3,opt,name=ftime,proto3" json:"ftime,omitempty"` User string `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` Market string `protobuf:"bytes,5,opt,name=market,proto3" json:"market,omitempty"` Source string `protobuf:"bytes,6,opt,name=source,proto3" json:"source,omitempty"` Type uint32 `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"` Side uint32 `protobuf:"varint,8,opt,name=side,proto3" json:"side,omitempty"` Price string `protobuf:"bytes,9,opt,name=price,proto3" json:"price,omitempty"` Amount string `protobuf:"bytes,10,opt,name=amount,proto3" json:"amount,omitempty"` TakerFee string `protobuf:"bytes,11,opt,name=taker_fee,json=takerFee,proto3" json:"taker_fee,omitempty"` MakerFee string `protobuf:"bytes,12,opt,name=maker_fee,json=makerFee,proto3" json:"maker_fee,omitempty"` DealStock string `protobuf:"bytes,13,opt,name=deal_stock,json=dealStock,proto3" json:"deal_stock,omitempty"` DealMoney string `protobuf:"bytes,14,opt,name=deal_money,json=dealMoney,proto3" json:"deal_money,omitempty"` DealFee string `protobuf:"bytes,15,opt,name=deal_fee,json=dealFee,proto3" json:"deal_fee,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrderHistory) Descriptor ¶
func (*OrderHistory) Descriptor() ([]byte, []int)
func (*OrderHistory) GetAmount ¶
func (m *OrderHistory) GetAmount() string
func (*OrderHistory) GetCtime ¶
func (m *OrderHistory) GetCtime() int64
func (*OrderHistory) GetDealFee ¶
func (m *OrderHistory) GetDealFee() string
func (*OrderHistory) GetDealMoney ¶
func (m *OrderHistory) GetDealMoney() string
func (*OrderHistory) GetDealStock ¶
func (m *OrderHistory) GetDealStock() string
func (*OrderHistory) GetFtime ¶
func (m *OrderHistory) GetFtime() int64
func (*OrderHistory) GetId ¶
func (m *OrderHistory) GetId() uint64
func (*OrderHistory) GetMakerFee ¶
func (m *OrderHistory) GetMakerFee() string
func (*OrderHistory) GetMarket ¶
func (m *OrderHistory) GetMarket() string
func (*OrderHistory) GetPrice ¶
func (m *OrderHistory) GetPrice() string
func (*OrderHistory) GetSide ¶
func (m *OrderHistory) GetSide() uint32
func (*OrderHistory) GetSource ¶
func (m *OrderHistory) GetSource() string
func (*OrderHistory) GetTakerFee ¶
func (m *OrderHistory) GetTakerFee() string
func (*OrderHistory) GetType ¶
func (m *OrderHistory) GetType() uint32
func (*OrderHistory) GetUser ¶
func (m *OrderHistory) GetUser() string
func (*OrderHistory) ProtoMessage ¶
func (*OrderHistory) ProtoMessage()
func (*OrderHistory) Reset ¶
func (m *OrderHistory) Reset()
func (*OrderHistory) String ¶
func (m *OrderHistory) String() string
func (*OrderHistory) XXX_DiscardUnknown ¶
func (m *OrderHistory) XXX_DiscardUnknown()
func (*OrderHistory) XXX_Marshal ¶
func (m *OrderHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderHistory) XXX_Merge ¶
func (m *OrderHistory) XXX_Merge(src proto.Message)
func (*OrderHistory) XXX_Size ¶
func (m *OrderHistory) XXX_Size() int
func (*OrderHistory) XXX_Unmarshal ¶
func (m *OrderHistory) XXX_Unmarshal(b []byte) error
type OrdersRequest ¶
type OrdersRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrdersRequest) Descriptor ¶
func (*OrdersRequest) Descriptor() ([]byte, []int)
func (*OrdersRequest) GetSymbol ¶
func (m *OrdersRequest) GetSymbol() string
func (*OrdersRequest) GetUserId ¶
func (m *OrdersRequest) GetUserId() string
func (*OrdersRequest) ProtoMessage ¶
func (*OrdersRequest) ProtoMessage()
func (*OrdersRequest) Reset ¶
func (m *OrdersRequest) Reset()
func (*OrdersRequest) String ¶
func (m *OrdersRequest) String() string
func (*OrdersRequest) XXX_DiscardUnknown ¶
func (m *OrdersRequest) XXX_DiscardUnknown()
func (*OrdersRequest) XXX_Marshal ¶
func (m *OrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersRequest) XXX_Merge ¶
func (m *OrdersRequest) XXX_Merge(src proto.Message)
func (*OrdersRequest) XXX_Size ¶
func (m *OrdersRequest) XXX_Size() int
func (*OrdersRequest) XXX_Unmarshal ¶
func (m *OrdersRequest) XXX_Unmarshal(b []byte) error
type OrdersResponse ¶
type OrdersResponse struct { Orders []*Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrdersResponse) Descriptor ¶
func (*OrdersResponse) Descriptor() ([]byte, []int)
func (*OrdersResponse) GetOrders ¶
func (m *OrdersResponse) GetOrders() []*Order
func (*OrdersResponse) ProtoMessage ¶
func (*OrdersResponse) ProtoMessage()
func (*OrdersResponse) Reset ¶
func (m *OrdersResponse) Reset()
func (*OrdersResponse) String ¶
func (m *OrdersResponse) String() string
func (*OrdersResponse) XXX_DiscardUnknown ¶
func (m *OrdersResponse) XXX_DiscardUnknown()
func (*OrdersResponse) XXX_Marshal ¶
func (m *OrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersResponse) XXX_Merge ¶
func (m *OrdersResponse) XXX_Merge(src proto.Message)
func (*OrdersResponse) XXX_Size ¶
func (m *OrdersResponse) XXX_Size() int
func (*OrdersResponse) XXX_Unmarshal ¶
func (m *OrdersResponse) XXX_Unmarshal(b []byte) error
type SqlClient ¶
type SqlClient interface { Transfers(ctx context.Context, in *TransfersRequest, opts ...grpc.CallOption) (*TransfersResponse, error) GetOrderHistory(ctx context.Context, in *GetOrderHistoryRequest, opts ...grpc.CallOption) (*GetOrderHistoryReply, error) GetOrderDeals(ctx context.Context, in *GetOrderDealsRequest, opts ...grpc.CallOption) (*GetOrderDealsReply, error) GetOrderDetailFinished(ctx context.Context, in *GetOrderDetailFinishedRequest, opts ...grpc.CallOption) (*GetOrderDetailFinishedReply, error) GetMarketUserDeals(ctx context.Context, in *GetMarketUserDealsRequest, opts ...grpc.CallOption) (*GetMarketUserDealsReply, error) }
SqlClient is the client API for Sql service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSqlClient ¶
func NewSqlClient(cc *grpc.ClientConn) SqlClient
type SqlServer ¶
type SqlServer interface { Transfers(context.Context, *TransfersRequest) (*TransfersResponse, error) GetOrderHistory(context.Context, *GetOrderHistoryRequest) (*GetOrderHistoryReply, error) GetOrderDeals(context.Context, *GetOrderDealsRequest) (*GetOrderDealsReply, error) GetOrderDetailFinished(context.Context, *GetOrderDetailFinishedRequest) (*GetOrderDetailFinishedReply, error) GetMarketUserDeals(context.Context, *GetMarketUserDealsRequest) (*GetMarketUserDealsReply, error) }
SqlServer is the server API for Sql service.
type Symbol ¶
type Symbol struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` BaseCurrency string `protobuf:"bytes,2,opt,name=base_currency,json=baseCurrency,proto3" json:"base_currency,omitempty"` QuoteCurrency string `protobuf:"bytes,3,opt,name=quote_currency,json=quoteCurrency,proto3" json:"quote_currency,omitempty"` BaseMinAmount string `protobuf:"bytes,4,opt,name=base_min_amount,json=baseMinAmount,proto3" json:"base_min_amount,omitempty"` BaseIncrement string `protobuf:"bytes,5,opt,name=base_increment,json=baseIncrement,proto3" json:"base_increment,omitempty"` QuoteIncrement string `protobuf:"bytes,6,opt,name=quote_increment,json=quoteIncrement,proto3" json:"quote_increment,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Symbol) Descriptor ¶
func (*Symbol) GetBaseCurrency ¶
func (*Symbol) GetBaseIncrement ¶
func (*Symbol) GetBaseMinAmount ¶
func (*Symbol) GetQuoteCurrency ¶
func (*Symbol) GetQuoteIncrement ¶
func (*Symbol) ProtoMessage ¶
func (*Symbol) ProtoMessage()
func (*Symbol) XXX_DiscardUnknown ¶
func (m *Symbol) XXX_DiscardUnknown()
func (*Symbol) XXX_Marshal ¶
func (*Symbol) XXX_Unmarshal ¶
type Transfer ¶
type Transfer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Transfer) Descriptor ¶
func (*Transfer) GetCreatedAt ¶
func (*Transfer) GetCurrency ¶
func (*Transfer) GetUpdatedAt ¶
func (*Transfer) ProtoMessage ¶
func (*Transfer) ProtoMessage()
func (*Transfer) XXX_DiscardUnknown ¶
func (m *Transfer) XXX_DiscardUnknown()
func (*Transfer) XXX_Marshal ¶
func (*Transfer) XXX_Unmarshal ¶
type TransfersRequest ¶
type TransfersRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Since *timestamp.Timestamp `protobuf:"bytes,4,opt,name=since,proto3" json:"since,omitempty"` Until *timestamp.Timestamp `protobuf:"bytes,5,opt,name=until,proto3" json:"until,omitempty"` Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransfersRequest) Descriptor ¶
func (*TransfersRequest) Descriptor() ([]byte, []int)
func (*TransfersRequest) GetCurrency ¶
func (m *TransfersRequest) GetCurrency() string
func (*TransfersRequest) GetLimit ¶
func (m *TransfersRequest) GetLimit() int32
func (*TransfersRequest) GetSince ¶
func (m *TransfersRequest) GetSince() *timestamp.Timestamp
func (*TransfersRequest) GetType ¶
func (m *TransfersRequest) GetType() string
func (*TransfersRequest) GetUntil ¶
func (m *TransfersRequest) GetUntil() *timestamp.Timestamp
func (*TransfersRequest) GetUserId ¶
func (m *TransfersRequest) GetUserId() string
func (*TransfersRequest) ProtoMessage ¶
func (*TransfersRequest) ProtoMessage()
func (*TransfersRequest) Reset ¶
func (m *TransfersRequest) Reset()
func (*TransfersRequest) String ¶
func (m *TransfersRequest) String() string
func (*TransfersRequest) XXX_DiscardUnknown ¶
func (m *TransfersRequest) XXX_DiscardUnknown()
func (*TransfersRequest) XXX_Marshal ¶
func (m *TransfersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransfersRequest) XXX_Merge ¶
func (m *TransfersRequest) XXX_Merge(src proto.Message)
func (*TransfersRequest) XXX_Size ¶
func (m *TransfersRequest) XXX_Size() int
func (*TransfersRequest) XXX_Unmarshal ¶
func (m *TransfersRequest) XXX_Unmarshal(b []byte) error
type TransfersResponse ¶
type TransfersResponse struct { Transfers []*Transfer `protobuf:"bytes,1,rep,name=transfers,proto3" json:"transfers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransfersResponse) Descriptor ¶
func (*TransfersResponse) Descriptor() ([]byte, []int)
func (*TransfersResponse) GetTransfers ¶
func (m *TransfersResponse) GetTransfers() []*Transfer
func (*TransfersResponse) ProtoMessage ¶
func (*TransfersResponse) ProtoMessage()
func (*TransfersResponse) Reset ¶
func (m *TransfersResponse) Reset()
func (*TransfersResponse) String ¶
func (m *TransfersResponse) String() string
func (*TransfersResponse) XXX_DiscardUnknown ¶
func (m *TransfersResponse) XXX_DiscardUnknown()
func (*TransfersResponse) XXX_Marshal ¶
func (m *TransfersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransfersResponse) XXX_Merge ¶
func (m *TransfersResponse) XXX_Merge(src proto.Message)
func (*TransfersResponse) XXX_Size ¶
func (m *TransfersResponse) XXX_Size() int
func (*TransfersResponse) XXX_Unmarshal ¶
func (m *TransfersResponse) XXX_Unmarshal(b []byte) error
type UpdateBalanceRequest ¶
type UpdateBalanceRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Currency string `protobuf:"bytes,4,opt,name=currency,proto3" json:"currency,omitempty"` Amount string `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
fund management
func (*UpdateBalanceRequest) Descriptor ¶
func (*UpdateBalanceRequest) Descriptor() ([]byte, []int)
func (*UpdateBalanceRequest) GetAmount ¶
func (m *UpdateBalanceRequest) GetAmount() string
func (*UpdateBalanceRequest) GetCurrency ¶
func (m *UpdateBalanceRequest) GetCurrency() string
func (*UpdateBalanceRequest) GetId ¶
func (m *UpdateBalanceRequest) GetId() string
func (*UpdateBalanceRequest) GetType ¶
func (m *UpdateBalanceRequest) GetType() string
func (*UpdateBalanceRequest) GetUserId ¶
func (m *UpdateBalanceRequest) GetUserId() string
func (*UpdateBalanceRequest) ProtoMessage ¶
func (*UpdateBalanceRequest) ProtoMessage()
func (*UpdateBalanceRequest) Reset ¶
func (m *UpdateBalanceRequest) Reset()
func (*UpdateBalanceRequest) String ¶
func (m *UpdateBalanceRequest) String() string
func (*UpdateBalanceRequest) XXX_DiscardUnknown ¶
func (m *UpdateBalanceRequest) XXX_DiscardUnknown()
func (*UpdateBalanceRequest) XXX_Marshal ¶
func (m *UpdateBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateBalanceRequest) XXX_Merge ¶
func (m *UpdateBalanceRequest) XXX_Merge(src proto.Message)
func (*UpdateBalanceRequest) XXX_Size ¶
func (m *UpdateBalanceRequest) XXX_Size() int
func (*UpdateBalanceRequest) XXX_Unmarshal ¶
func (m *UpdateBalanceRequest) XXX_Unmarshal(b []byte) error
type UpdateBalanceResponse ¶
type UpdateBalanceResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateBalanceResponse) Descriptor ¶
func (*UpdateBalanceResponse) Descriptor() ([]byte, []int)
func (*UpdateBalanceResponse) ProtoMessage ¶
func (*UpdateBalanceResponse) ProtoMessage()
func (*UpdateBalanceResponse) Reset ¶
func (m *UpdateBalanceResponse) Reset()
func (*UpdateBalanceResponse) String ¶
func (m *UpdateBalanceResponse) String() string
func (*UpdateBalanceResponse) XXX_DiscardUnknown ¶
func (m *UpdateBalanceResponse) XXX_DiscardUnknown()
func (*UpdateBalanceResponse) XXX_Marshal ¶
func (m *UpdateBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateBalanceResponse) XXX_Merge ¶
func (m *UpdateBalanceResponse) XXX_Merge(src proto.Message)
func (*UpdateBalanceResponse) XXX_Size ¶
func (m *UpdateBalanceResponse) XXX_Size() int
func (*UpdateBalanceResponse) XXX_Unmarshal ¶
func (m *UpdateBalanceResponse) XXX_Unmarshal(b []byte) error
type WalletClient ¶
type WalletClient interface { GetAddress(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*GetAddressResponse, error) Withdraw(ctx context.Context, in *WithdrawRequest, opts ...grpc.CallOption) (*WithdrawResponse, error) }
WalletClient is the client API for Wallet service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWalletClient ¶
func NewWalletClient(cc *grpc.ClientConn) WalletClient
type WalletServer ¶
type WalletServer interface { GetAddress(context.Context, *GetAddressRequest) (*GetAddressResponse, error) Withdraw(context.Context, *WithdrawRequest) (*WithdrawResponse, error) }
WalletServer is the server API for Wallet service.
type WithdrawRequest ¶
type WithdrawRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WithdrawRequest) Descriptor ¶
func (*WithdrawRequest) Descriptor() ([]byte, []int)
func (*WithdrawRequest) GetAddress ¶
func (m *WithdrawRequest) GetAddress() string
func (*WithdrawRequest) GetAmount ¶
func (m *WithdrawRequest) GetAmount() string
func (*WithdrawRequest) GetCurrency ¶
func (m *WithdrawRequest) GetCurrency() string
func (*WithdrawRequest) GetUserId ¶
func (m *WithdrawRequest) GetUserId() string
func (*WithdrawRequest) ProtoMessage ¶
func (*WithdrawRequest) ProtoMessage()
func (*WithdrawRequest) Reset ¶
func (m *WithdrawRequest) Reset()
func (*WithdrawRequest) String ¶
func (m *WithdrawRequest) String() string
func (*WithdrawRequest) XXX_DiscardUnknown ¶
func (m *WithdrawRequest) XXX_DiscardUnknown()
func (*WithdrawRequest) XXX_Marshal ¶
func (m *WithdrawRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawRequest) XXX_Merge ¶
func (m *WithdrawRequest) XXX_Merge(src proto.Message)
func (*WithdrawRequest) XXX_Size ¶
func (m *WithdrawRequest) XXX_Size() int
func (*WithdrawRequest) XXX_Unmarshal ¶
func (m *WithdrawRequest) XXX_Unmarshal(b []byte) error
type WithdrawResponse ¶
type WithdrawResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WithdrawResponse) Descriptor ¶
func (*WithdrawResponse) Descriptor() ([]byte, []int)
func (*WithdrawResponse) ProtoMessage ¶
func (*WithdrawResponse) ProtoMessage()
func (*WithdrawResponse) Reset ¶
func (m *WithdrawResponse) Reset()
func (*WithdrawResponse) String ¶
func (m *WithdrawResponse) String() string
func (*WithdrawResponse) XXX_DiscardUnknown ¶
func (m *WithdrawResponse) XXX_DiscardUnknown()
func (*WithdrawResponse) XXX_Marshal ¶
func (m *WithdrawResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawResponse) XXX_Merge ¶
func (m *WithdrawResponse) XXX_Merge(src proto.Message)
func (*WithdrawResponse) XXX_Size ¶
func (m *WithdrawResponse) XXX_Size() int
func (*WithdrawResponse) XXX_Unmarshal ¶
func (m *WithdrawResponse) XXX_Unmarshal(b []byte) error