Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2023 Changes in this version + var AccessLevel_name = map[int32]string + var AccessLevel_value = map[string]int32 + var AccountStatus_name = map[int32]string + var AccountStatus_value = map[string]int32 + var AccountType_name = map[int32]string + var AccountType_value = map[string]int32 + var AssetType_name = map[int32]string + var AssetType_value = map[string]int32 + var CandleInterval_name = map[int32]string + var CandleInterval_value = map[string]int32 + var CouponType_name = map[int32]string + var CouponType_value = map[string]int32 + var EditFavoritesActionType_name = map[int32]string + var EditFavoritesActionType_value = map[string]int32 + var File_common_proto protoreflect.FileDescriptor + var File_instruments_proto protoreflect.FileDescriptor + var File_marketdata_proto protoreflect.FileDescriptor + var File_operations_proto protoreflect.FileDescriptor + var File_orders_proto protoreflect.FileDescriptor + var File_sandbox_proto protoreflect.FileDescriptor + var File_stoporders_proto protoreflect.FileDescriptor + var File_users_proto protoreflect.FileDescriptor + var InstrumentIdType_name = map[int32]string + var InstrumentIdType_value = map[string]int32 + var InstrumentStatus_name = map[int32]string + var InstrumentStatus_value = map[string]int32 + var InstrumentType_name = map[int32]string + var InstrumentType_value = map[string]int32 + var InstrumentsService_ServiceDesc = grpc.ServiceDesc + var MarketDataService_ServiceDesc = grpc.ServiceDesc + var MarketDataStreamService_ServiceDesc = grpc.ServiceDesc + var OperationState_name = map[int32]string + var OperationState_value = map[string]int32 + var OperationType_name = map[int32]string + var OperationType_value = map[string]int32 + var OperationsService_ServiceDesc = grpc.ServiceDesc + var OperationsStreamService_ServiceDesc = grpc.ServiceDesc + var OptionDirection_name = map[int32]string + var OptionDirection_value = map[string]int32 + var OptionPaymentType_name = map[int32]string + var OptionPaymentType_value = map[string]int32 + var OptionSettlementType_name = map[int32]string + var OptionSettlementType_value = map[string]int32 + var OptionStyle_name = map[int32]string + var OptionStyle_value = map[string]int32 + var OrderDirection_name = map[int32]string + var OrderDirection_value = map[string]int32 + var OrderExecutionReportStatus_name = map[int32]string + var OrderExecutionReportStatus_value = map[string]int32 + var OrderType_name = map[int32]string + var OrderType_value = map[string]int32 + var OrdersService_ServiceDesc = grpc.ServiceDesc + var OrdersStreamService_ServiceDesc = grpc.ServiceDesc + var PortfolioRequest_CurrencyRequest_name = map[int32]string + var PortfolioRequest_CurrencyRequest_value = map[string]int32 + var PortfolioSubscriptionStatus_name = map[int32]string + var PortfolioSubscriptionStatus_value = map[string]int32 + var PositionsAccountSubscriptionStatus_name = map[int32]string + var PositionsAccountSubscriptionStatus_value = map[string]int32 + var PriceType_name = map[int32]string + var PriceType_value = map[string]int32 + var RealExchange_name = map[int32]string + var RealExchange_value = map[string]int32 + var RiskLevel_name = map[int32]string + var RiskLevel_value = map[string]int32 + var SandboxService_ServiceDesc = grpc.ServiceDesc + var SecurityTradingStatus_name = map[int32]string + var SecurityTradingStatus_value = map[string]int32 + var ShareType_name = map[int32]string + var ShareType_value = map[string]int32 + var StopOrderDirection_name = map[int32]string + var StopOrderDirection_value = map[string]int32 + var StopOrderExpirationType_name = map[int32]string + var StopOrderExpirationType_value = map[string]int32 + var StopOrderType_name = map[int32]string + var StopOrderType_value = map[string]int32 + var StopOrdersService_ServiceDesc = grpc.ServiceDesc + var StructuredProductType_name = map[int32]string + var StructuredProductType_value = map[string]int32 + var SubscriptionAction_name = map[int32]string + var SubscriptionAction_value = map[string]int32 + var SubscriptionInterval_name = map[int32]string + var SubscriptionInterval_value = map[string]int32 + var SubscriptionStatus_name = map[int32]string + var SubscriptionStatus_value = map[string]int32 + var TradeDirection_name = map[int32]string + var TradeDirection_value = map[string]int32 + var UsersService_ServiceDesc = grpc.ServiceDesc + func RegisterInstrumentsServiceServer(s grpc.ServiceRegistrar, srv InstrumentsServiceServer) + func RegisterMarketDataServiceServer(s grpc.ServiceRegistrar, srv MarketDataServiceServer) + func RegisterMarketDataStreamServiceServer(s grpc.ServiceRegistrar, srv MarketDataStreamServiceServer) + func RegisterOperationsServiceServer(s grpc.ServiceRegistrar, srv OperationsServiceServer) + func RegisterOperationsStreamServiceServer(s grpc.ServiceRegistrar, srv OperationsStreamServiceServer) + func RegisterOrdersServiceServer(s grpc.ServiceRegistrar, srv OrdersServiceServer) + func RegisterOrdersStreamServiceServer(s grpc.ServiceRegistrar, srv OrdersStreamServiceServer) + func RegisterSandboxServiceServer(s grpc.ServiceRegistrar, srv SandboxServiceServer) + func RegisterStopOrdersServiceServer(s grpc.ServiceRegistrar, srv StopOrdersServiceServer) + func RegisterUsersServiceServer(s grpc.ServiceRegistrar, srv UsersServiceServer) + type AccessLevel int32 + const AccessLevel_ACCOUNT_ACCESS_LEVEL_FULL_ACCESS + const AccessLevel_ACCOUNT_ACCESS_LEVEL_NO_ACCESS + const AccessLevel_ACCOUNT_ACCESS_LEVEL_READ_ONLY + const AccessLevel_ACCOUNT_ACCESS_LEVEL_UNSPECIFIED + func (AccessLevel) Descriptor() protoreflect.EnumDescriptor + func (AccessLevel) EnumDescriptor() ([]byte, []int) + func (AccessLevel) Type() protoreflect.EnumType + func (x AccessLevel) Enum() *AccessLevel + func (x AccessLevel) Number() protoreflect.EnumNumber + func (x AccessLevel) String() string + type Account struct + AccessLevel AccessLevel + ClosedDate *timestamppb.Timestamp + Id string + Name string + OpenedDate *timestamppb.Timestamp + Status AccountStatus + Type AccountType + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (x *Account) GetAccessLevel() AccessLevel + func (x *Account) GetClosedDate() *timestamppb.Timestamp + func (x *Account) GetId() string + func (x *Account) GetName() string + func (x *Account) GetOpenedDate() *timestamppb.Timestamp + func (x *Account) GetStatus() AccountStatus + func (x *Account) GetType() AccountType + func (x *Account) ProtoReflect() protoreflect.Message + func (x *Account) Reset() + func (x *Account) String() string + type AccountStatus int32 + const AccountStatus_ACCOUNT_STATUS_CLOSED + const AccountStatus_ACCOUNT_STATUS_NEW + const AccountStatus_ACCOUNT_STATUS_OPEN + const AccountStatus_ACCOUNT_STATUS_UNSPECIFIED + func (AccountStatus) Descriptor() protoreflect.EnumDescriptor + func (AccountStatus) EnumDescriptor() ([]byte, []int) + func (AccountStatus) Type() protoreflect.EnumType + func (x AccountStatus) Enum() *AccountStatus + func (x AccountStatus) Number() protoreflect.EnumNumber + func (x AccountStatus) String() string + type AccountSubscriptionStatus struct + AccountId string + SubscriptionStatus PortfolioSubscriptionStatus + func (*AccountSubscriptionStatus) Descriptor() ([]byte, []int) + func (*AccountSubscriptionStatus) ProtoMessage() + func (x *AccountSubscriptionStatus) GetAccountId() string + func (x *AccountSubscriptionStatus) GetSubscriptionStatus() PortfolioSubscriptionStatus + func (x *AccountSubscriptionStatus) ProtoReflect() protoreflect.Message + func (x *AccountSubscriptionStatus) Reset() + func (x *AccountSubscriptionStatus) String() string + type AccountType int32 + const AccountType_ACCOUNT_TYPE_INVEST_BOX + const AccountType_ACCOUNT_TYPE_TINKOFF + const AccountType_ACCOUNT_TYPE_TINKOFF_IIS + const AccountType_ACCOUNT_TYPE_UNSPECIFIED + func (AccountType) Descriptor() protoreflect.EnumDescriptor + func (AccountType) EnumDescriptor() ([]byte, []int) + func (AccountType) Type() protoreflect.EnumType + func (x AccountType) Enum() *AccountType + func (x AccountType) Number() protoreflect.EnumNumber + func (x AccountType) String() string + type AccruedInterest struct + Date *timestamppb.Timestamp + Nominal *Quotation + Value *Quotation + ValuePercent *Quotation + func (*AccruedInterest) Descriptor() ([]byte, []int) + func (*AccruedInterest) ProtoMessage() + func (x *AccruedInterest) GetDate() *timestamppb.Timestamp + func (x *AccruedInterest) GetNominal() *Quotation + func (x *AccruedInterest) GetValue() *Quotation + func (x *AccruedInterest) GetValuePercent() *Quotation + func (x *AccruedInterest) ProtoReflect() protoreflect.Message + func (x *AccruedInterest) Reset() + func (x *AccruedInterest) String() string + type Asset struct + Instruments []*AssetInstrument + Name string + Type AssetType + Uid string + func (*Asset) Descriptor() ([]byte, []int) + func (*Asset) ProtoMessage() + func (x *Asset) GetInstruments() []*AssetInstrument + func (x *Asset) GetName() string + func (x *Asset) GetType() AssetType + func (x *Asset) GetUid() string + func (x *Asset) ProtoReflect() protoreflect.Message + func (x *Asset) Reset() + func (x *Asset) String() string + type AssetBond struct + AmortizationFlag bool + BorrowName string + CollateralFlag bool + CouponQuantityPerYear int32 + CurrentNominal *Quotation + FloatingCouponFlag bool + IndexedNominalFlag bool + InterestKind string + IssueKind string + IssueSize *Quotation + IssueSizePlan *Quotation + MaturityDate *timestamppb.Timestamp + Nominal *Quotation + NominalCurrency string + PerpetualFlag bool + PlacementDate *timestamppb.Timestamp + PlacementPrice *Quotation + ReturnCondition string + StateRegDate *timestamppb.Timestamp + SubordinatedFlag bool + TaxFreeFlag bool + func (*AssetBond) Descriptor() ([]byte, []int) + func (*AssetBond) ProtoMessage() + func (x *AssetBond) GetAmortizationFlag() bool + func (x *AssetBond) GetBorrowName() string + func (x *AssetBond) GetCollateralFlag() bool + func (x *AssetBond) GetCouponQuantityPerYear() int32 + func (x *AssetBond) GetCurrentNominal() *Quotation + func (x *AssetBond) GetFloatingCouponFlag() bool + func (x *AssetBond) GetIndexedNominalFlag() bool + func (x *AssetBond) GetInterestKind() string + func (x *AssetBond) GetIssueKind() string + func (x *AssetBond) GetIssueSize() *Quotation + func (x *AssetBond) GetIssueSizePlan() *Quotation + func (x *AssetBond) GetMaturityDate() *timestamppb.Timestamp + func (x *AssetBond) GetNominal() *Quotation + func (x *AssetBond) GetNominalCurrency() string + func (x *AssetBond) GetPerpetualFlag() bool + func (x *AssetBond) GetPlacementDate() *timestamppb.Timestamp + func (x *AssetBond) GetPlacementPrice() *Quotation + func (x *AssetBond) GetReturnCondition() string + func (x *AssetBond) GetStateRegDate() *timestamppb.Timestamp + func (x *AssetBond) GetSubordinatedFlag() bool + func (x *AssetBond) GetTaxFreeFlag() bool + func (x *AssetBond) ProtoReflect() protoreflect.Message + func (x *AssetBond) Reset() + func (x *AssetBond) String() string + type AssetClearingCertificate struct + Nominal *Quotation + NominalCurrency string + func (*AssetClearingCertificate) Descriptor() ([]byte, []int) + func (*AssetClearingCertificate) ProtoMessage() + func (x *AssetClearingCertificate) GetNominal() *Quotation + func (x *AssetClearingCertificate) GetNominalCurrency() string + func (x *AssetClearingCertificate) ProtoReflect() protoreflect.Message + func (x *AssetClearingCertificate) Reset() + func (x *AssetClearingCertificate) String() string + type AssetCurrency struct + BaseCurrency string + func (*AssetCurrency) Descriptor() ([]byte, []int) + func (*AssetCurrency) ProtoMessage() + func (x *AssetCurrency) GetBaseCurrency() string + func (x *AssetCurrency) ProtoReflect() protoreflect.Message + func (x *AssetCurrency) Reset() + func (x *AssetCurrency) String() string + type AssetEtf struct + BuyPremium *Quotation + Description string + DivYieldFlag bool + ExpenseCommission *Quotation + FixedCommission *Quotation + FocusType string + HurdleRate *Quotation + InavCode string + IndexRecoveryPeriod *Quotation + IssueKind string + LeveragedFlag bool + ManagementType string + Nominal *Quotation + NominalCurrency string + NumShare *Quotation + PaymentType string + PerformanceFee *Quotation + PrimaryIndex string + PrimaryIndexCompany string + PrimaryIndexDescription string + PrimaryIndexTrackingError *Quotation + RebalancingDates []*timestamppb.Timestamp + RebalancingFlag bool + RebalancingFreq string + RebalancingPlan string + ReleasedDate *timestamppb.Timestamp + SellDiscount *Quotation + TaxRate string + TotalExpense *Quotation + UcitsFlag bool + WatermarkFlag bool + func (*AssetEtf) Descriptor() ([]byte, []int) + func (*AssetEtf) ProtoMessage() + func (x *AssetEtf) GetBuyPremium() *Quotation + func (x *AssetEtf) GetDescription() string + func (x *AssetEtf) GetDivYieldFlag() bool + func (x *AssetEtf) GetExpenseCommission() *Quotation + func (x *AssetEtf) GetFixedCommission() *Quotation + func (x *AssetEtf) GetFocusType() string + func (x *AssetEtf) GetHurdleRate() *Quotation + func (x *AssetEtf) GetInavCode() string + func (x *AssetEtf) GetIndexRecoveryPeriod() *Quotation + func (x *AssetEtf) GetIssueKind() string + func (x *AssetEtf) GetLeveragedFlag() bool + func (x *AssetEtf) GetManagementType() string + func (x *AssetEtf) GetNominal() *Quotation + func (x *AssetEtf) GetNominalCurrency() string + func (x *AssetEtf) GetNumShare() *Quotation + func (x *AssetEtf) GetPaymentType() string + func (x *AssetEtf) GetPerformanceFee() *Quotation + func (x *AssetEtf) GetPrimaryIndex() string + func (x *AssetEtf) GetPrimaryIndexCompany() string + func (x *AssetEtf) GetPrimaryIndexDescription() string + func (x *AssetEtf) GetPrimaryIndexTrackingError() *Quotation + func (x *AssetEtf) GetRebalancingDates() []*timestamppb.Timestamp + func (x *AssetEtf) GetRebalancingFlag() bool + func (x *AssetEtf) GetRebalancingFreq() string + func (x *AssetEtf) GetRebalancingPlan() string + func (x *AssetEtf) GetReleasedDate() *timestamppb.Timestamp + func (x *AssetEtf) GetSellDiscount() *Quotation + func (x *AssetEtf) GetTaxRate() string + func (x *AssetEtf) GetTotalExpense() *Quotation + func (x *AssetEtf) GetUcitsFlag() bool + func (x *AssetEtf) GetWatermarkFlag() bool + func (x *AssetEtf) ProtoReflect() protoreflect.Message + func (x *AssetEtf) Reset() + func (x *AssetEtf) String() string + type AssetFull struct + BrCode string + BrCodeName string + Brand *Brand + Cfi string + CodeNsd string + DeletedAt *timestamppb.Timestamp + Description string + Ext isAssetFull_Ext + GosRegCode string + Instruments []*AssetInstrument + Name string + NameBrief string + RequiredTests []string + Status string + Type AssetType + Uid string + UpdatedAt *timestamppb.Timestamp + func (*AssetFull) Descriptor() ([]byte, []int) + func (*AssetFull) ProtoMessage() + func (m *AssetFull) GetExt() isAssetFull_Ext + func (x *AssetFull) GetBrCode() string + func (x *AssetFull) GetBrCodeName() string + func (x *AssetFull) GetBrand() *Brand + func (x *AssetFull) GetCfi() string + func (x *AssetFull) GetCodeNsd() string + func (x *AssetFull) GetCurrency() *AssetCurrency + func (x *AssetFull) GetDeletedAt() *timestamppb.Timestamp + func (x *AssetFull) GetDescription() string + func (x *AssetFull) GetGosRegCode() string + func (x *AssetFull) GetInstruments() []*AssetInstrument + func (x *AssetFull) GetName() string + func (x *AssetFull) GetNameBrief() string + func (x *AssetFull) GetRequiredTests() []string + func (x *AssetFull) GetSecurity() *AssetSecurity + func (x *AssetFull) GetStatus() string + func (x *AssetFull) GetType() AssetType + func (x *AssetFull) GetUid() string + func (x *AssetFull) GetUpdatedAt() *timestamppb.Timestamp + func (x *AssetFull) ProtoReflect() protoreflect.Message + func (x *AssetFull) Reset() + func (x *AssetFull) String() string + type AssetFull_Currency struct + Currency *AssetCurrency + type AssetFull_Security struct + Security *AssetSecurity + type AssetInstrument struct + ClassCode string + Figi string + InstrumentKind InstrumentType + InstrumentType string + Links []*InstrumentLink + PositionUid string + Ticker string + Uid string + func (*AssetInstrument) Descriptor() ([]byte, []int) + func (*AssetInstrument) ProtoMessage() + func (x *AssetInstrument) GetClassCode() string + func (x *AssetInstrument) GetFigi() string + func (x *AssetInstrument) GetInstrumentKind() InstrumentType + func (x *AssetInstrument) GetInstrumentType() string + func (x *AssetInstrument) GetLinks() []*InstrumentLink + func (x *AssetInstrument) GetPositionUid() string + func (x *AssetInstrument) GetTicker() string + func (x *AssetInstrument) GetUid() string + func (x *AssetInstrument) ProtoReflect() protoreflect.Message + func (x *AssetInstrument) Reset() + func (x *AssetInstrument) String() string + type AssetRequest struct + Id string + func (*AssetRequest) Descriptor() ([]byte, []int) + func (*AssetRequest) ProtoMessage() + func (x *AssetRequest) GetId() string + func (x *AssetRequest) ProtoReflect() protoreflect.Message + func (x *AssetRequest) Reset() + func (x *AssetRequest) String() string + type AssetResponse struct + Asset *AssetFull + func (*AssetResponse) Descriptor() ([]byte, []int) + func (*AssetResponse) ProtoMessage() + func (x *AssetResponse) GetAsset() *AssetFull + func (x *AssetResponse) ProtoReflect() protoreflect.Message + func (x *AssetResponse) Reset() + func (x *AssetResponse) String() string + type AssetSecurity struct + Ext isAssetSecurity_Ext + InstrumentKind InstrumentType + Isin string + Type string + func (*AssetSecurity) Descriptor() ([]byte, []int) + func (*AssetSecurity) ProtoMessage() + func (m *AssetSecurity) GetExt() isAssetSecurity_Ext + func (x *AssetSecurity) GetBond() *AssetBond + func (x *AssetSecurity) GetClearingCertificate() *AssetClearingCertificate + func (x *AssetSecurity) GetEtf() *AssetEtf + func (x *AssetSecurity) GetInstrumentKind() InstrumentType + func (x *AssetSecurity) GetIsin() string + func (x *AssetSecurity) GetShare() *AssetShare + func (x *AssetSecurity) GetSp() *AssetStructuredProduct + func (x *AssetSecurity) GetType() string + func (x *AssetSecurity) ProtoReflect() protoreflect.Message + func (x *AssetSecurity) Reset() + func (x *AssetSecurity) String() string + type AssetSecurity_Bond struct + Bond *AssetBond + type AssetSecurity_ClearingCertificate struct + ClearingCertificate *AssetClearingCertificate + type AssetSecurity_Etf struct + Etf *AssetEtf + type AssetSecurity_Share struct + Share *AssetShare + type AssetSecurity_Sp struct + Sp *AssetStructuredProduct + type AssetShare struct + DivYieldFlag bool + DividendRate *Quotation + IpoDate *timestamppb.Timestamp + IssueKind string + IssueSize *Quotation + IssueSizePlan *Quotation + Nominal *Quotation + NominalCurrency string + PlacementDate *timestamppb.Timestamp + PreferredShareType string + PrimaryIndex string + RegistryDate *timestamppb.Timestamp + RepresIsin string + TotalFloat *Quotation + Type ShareType + func (*AssetShare) Descriptor() ([]byte, []int) + func (*AssetShare) ProtoMessage() + func (x *AssetShare) GetDivYieldFlag() bool + func (x *AssetShare) GetDividendRate() *Quotation + func (x *AssetShare) GetIpoDate() *timestamppb.Timestamp + func (x *AssetShare) GetIssueKind() string + func (x *AssetShare) GetIssueSize() *Quotation + func (x *AssetShare) GetIssueSizePlan() *Quotation + func (x *AssetShare) GetNominal() *Quotation + func (x *AssetShare) GetNominalCurrency() string + func (x *AssetShare) GetPlacementDate() *timestamppb.Timestamp + func (x *AssetShare) GetPreferredShareType() string + func (x *AssetShare) GetPrimaryIndex() string + func (x *AssetShare) GetRegistryDate() *timestamppb.Timestamp + func (x *AssetShare) GetRepresIsin() string + func (x *AssetShare) GetTotalFloat() *Quotation + func (x *AssetShare) GetType() ShareType + func (x *AssetShare) ProtoReflect() protoreflect.Message + func (x *AssetShare) Reset() + func (x *AssetShare) String() string + type AssetStructuredProduct struct + AssetType AssetType + BasicAsset string + BorrowName string + IssueKind string + IssueSize *Quotation + IssueSizePlan *Quotation + LogicPortfolio string + MaturityDate *timestamppb.Timestamp + Nominal *Quotation + NominalCurrency string + PlacementDate *timestamppb.Timestamp + SafetyBarrier *Quotation + Type StructuredProductType + func (*AssetStructuredProduct) Descriptor() ([]byte, []int) + func (*AssetStructuredProduct) ProtoMessage() + func (x *AssetStructuredProduct) GetAssetType() AssetType + func (x *AssetStructuredProduct) GetBasicAsset() string + func (x *AssetStructuredProduct) GetBorrowName() string + func (x *AssetStructuredProduct) GetIssueKind() string + func (x *AssetStructuredProduct) GetIssueSize() *Quotation + func (x *AssetStructuredProduct) GetIssueSizePlan() *Quotation + func (x *AssetStructuredProduct) GetLogicPortfolio() string + func (x *AssetStructuredProduct) GetMaturityDate() *timestamppb.Timestamp + func (x *AssetStructuredProduct) GetNominal() *Quotation + func (x *AssetStructuredProduct) GetNominalCurrency() string + func (x *AssetStructuredProduct) GetPlacementDate() *timestamppb.Timestamp + func (x *AssetStructuredProduct) GetSafetyBarrier() *Quotation + func (x *AssetStructuredProduct) GetType() StructuredProductType + func (x *AssetStructuredProduct) ProtoReflect() protoreflect.Message + func (x *AssetStructuredProduct) Reset() + func (x *AssetStructuredProduct) String() string + type AssetType int32 + const AssetType_ASSET_TYPE_COMMODITY + const AssetType_ASSET_TYPE_CURRENCY + const AssetType_ASSET_TYPE_INDEX + const AssetType_ASSET_TYPE_SECURITY + const AssetType_ASSET_TYPE_UNSPECIFIED + func (AssetType) Descriptor() protoreflect.EnumDescriptor + func (AssetType) EnumDescriptor() ([]byte, []int) + func (AssetType) Type() protoreflect.EnumType + func (x AssetType) Enum() *AssetType + func (x AssetType) Number() protoreflect.EnumNumber + func (x AssetType) String() string + type AssetsRequest struct + InstrumentType InstrumentType + func (*AssetsRequest) Descriptor() ([]byte, []int) + func (*AssetsRequest) ProtoMessage() + func (x *AssetsRequest) GetInstrumentType() InstrumentType + func (x *AssetsRequest) ProtoReflect() protoreflect.Message + func (x *AssetsRequest) Reset() + func (x *AssetsRequest) String() string + type AssetsResponse struct + Assets []*Asset + func (*AssetsResponse) Descriptor() ([]byte, []int) + func (*AssetsResponse) ProtoMessage() + func (x *AssetsResponse) GetAssets() []*Asset + func (x *AssetsResponse) ProtoReflect() protoreflect.Message + func (x *AssetsResponse) Reset() + func (x *AssetsResponse) String() string + type Bond struct + AciValue *MoneyValue + AmortizationFlag bool + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + CouponQuantityPerYear int32 + Currency string + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + FloatingCouponFlag bool + ForIisFlag bool + ForQualInvestorFlag bool + InitialNominal *MoneyValue + Isin string + IssueKind string + IssueSize int64 + IssueSizePlan int64 + Klong *Quotation + Kshort *Quotation + LiquidityFlag bool + Lot int32 + MaturityDate *timestamppb.Timestamp + MinPriceIncrement *Quotation + Name string + Nominal *MoneyValue + OtcFlag bool + PerpetualFlag bool + PlacementDate *timestamppb.Timestamp + PlacementPrice *MoneyValue + PositionUid string + RealExchange RealExchange + RiskLevel RiskLevel + Sector string + SellAvailableFlag bool + ShortEnabledFlag bool + StateRegDate *timestamppb.Timestamp + SubordinatedFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Bond) Descriptor() ([]byte, []int) + func (*Bond) ProtoMessage() + func (x *Bond) GetAciValue() *MoneyValue + func (x *Bond) GetAmortizationFlag() bool + func (x *Bond) GetApiTradeAvailableFlag() bool + func (x *Bond) GetBlockedTcaFlag() bool + func (x *Bond) GetBuyAvailableFlag() bool + func (x *Bond) GetClassCode() string + func (x *Bond) GetCountryOfRisk() string + func (x *Bond) GetCountryOfRiskName() string + func (x *Bond) GetCouponQuantityPerYear() int32 + func (x *Bond) GetCurrency() string + func (x *Bond) GetDlong() *Quotation + func (x *Bond) GetDlongMin() *Quotation + func (x *Bond) GetDshort() *Quotation + func (x *Bond) GetDshortMin() *Quotation + func (x *Bond) GetExchange() string + func (x *Bond) GetFigi() string + func (x *Bond) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Bond) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Bond) GetFloatingCouponFlag() bool + func (x *Bond) GetForIisFlag() bool + func (x *Bond) GetForQualInvestorFlag() bool + func (x *Bond) GetInitialNominal() *MoneyValue + func (x *Bond) GetIsin() string + func (x *Bond) GetIssueKind() string + func (x *Bond) GetIssueSize() int64 + func (x *Bond) GetIssueSizePlan() int64 + func (x *Bond) GetKlong() *Quotation + func (x *Bond) GetKshort() *Quotation + func (x *Bond) GetLiquidityFlag() bool + func (x *Bond) GetLot() int32 + func (x *Bond) GetMaturityDate() *timestamppb.Timestamp + func (x *Bond) GetMinPriceIncrement() *Quotation + func (x *Bond) GetName() string + func (x *Bond) GetNominal() *MoneyValue + func (x *Bond) GetOtcFlag() bool + func (x *Bond) GetPerpetualFlag() bool + func (x *Bond) GetPlacementDate() *timestamppb.Timestamp + func (x *Bond) GetPlacementPrice() *MoneyValue + func (x *Bond) GetPositionUid() string + func (x *Bond) GetRealExchange() RealExchange + func (x *Bond) GetRiskLevel() RiskLevel + func (x *Bond) GetSector() string + func (x *Bond) GetSellAvailableFlag() bool + func (x *Bond) GetShortEnabledFlag() bool + func (x *Bond) GetStateRegDate() *timestamppb.Timestamp + func (x *Bond) GetSubordinatedFlag() bool + func (x *Bond) GetTicker() string + func (x *Bond) GetTradingStatus() SecurityTradingStatus + func (x *Bond) GetUid() string + func (x *Bond) GetWeekendFlag() bool + func (x *Bond) ProtoReflect() protoreflect.Message + func (x *Bond) Reset() + func (x *Bond) String() string + type BondResponse struct + Instrument *Bond + func (*BondResponse) Descriptor() ([]byte, []int) + func (*BondResponse) ProtoMessage() + func (x *BondResponse) GetInstrument() *Bond + func (x *BondResponse) ProtoReflect() protoreflect.Message + func (x *BondResponse) Reset() + func (x *BondResponse) String() string + type BondsResponse struct + Instruments []*Bond + func (*BondsResponse) Descriptor() ([]byte, []int) + func (*BondsResponse) ProtoMessage() + func (x *BondsResponse) GetInstruments() []*Bond + func (x *BondsResponse) ProtoReflect() protoreflect.Message + func (x *BondsResponse) Reset() + func (x *BondsResponse) String() string + type Brand struct + Company string + CountryOfRisk string + CountryOfRiskName string + Description string + Info string + Name string + Sector string + Uid string + func (*Brand) Descriptor() ([]byte, []int) + func (*Brand) ProtoMessage() + func (x *Brand) GetCompany() string + func (x *Brand) GetCountryOfRisk() string + func (x *Brand) GetCountryOfRiskName() string + func (x *Brand) GetDescription() string + func (x *Brand) GetInfo() string + func (x *Brand) GetName() string + func (x *Brand) GetSector() string + func (x *Brand) GetUid() string + func (x *Brand) ProtoReflect() protoreflect.Message + func (x *Brand) Reset() + func (x *Brand) String() string + type BrokerReport struct + AciValue *Quotation + BrokerCommission *MoneyValue + BrokerStatus string + ClassCode string + ClearValueDate *timestamppb.Timestamp + DeliveryType string + Direction string + Exchange string + ExchangeClearingCommission *MoneyValue + ExchangeCommission *MoneyValue + ExecuteSign string + Figi string + Name string + OrderAmount *MoneyValue + OrderId string + Party string + Price *MoneyValue + Quantity int64 + RepoRate *Quotation + SecValueDate *timestamppb.Timestamp + SeparateAgreementDate string + SeparateAgreementNumber string + SeparateAgreementType string + Ticker string + TotalOrderAmount *MoneyValue + TradeDatetime *timestamppb.Timestamp + TradeId string + func (*BrokerReport) Descriptor() ([]byte, []int) + func (*BrokerReport) ProtoMessage() + func (x *BrokerReport) GetAciValue() *Quotation + func (x *BrokerReport) GetBrokerCommission() *MoneyValue + func (x *BrokerReport) GetBrokerStatus() string + func (x *BrokerReport) GetClassCode() string + func (x *BrokerReport) GetClearValueDate() *timestamppb.Timestamp + func (x *BrokerReport) GetDeliveryType() string + func (x *BrokerReport) GetDirection() string + func (x *BrokerReport) GetExchange() string + func (x *BrokerReport) GetExchangeClearingCommission() *MoneyValue + func (x *BrokerReport) GetExchangeCommission() *MoneyValue + func (x *BrokerReport) GetExecuteSign() string + func (x *BrokerReport) GetFigi() string + func (x *BrokerReport) GetName() string + func (x *BrokerReport) GetOrderAmount() *MoneyValue + func (x *BrokerReport) GetOrderId() string + func (x *BrokerReport) GetParty() string + func (x *BrokerReport) GetPrice() *MoneyValue + func (x *BrokerReport) GetQuantity() int64 + func (x *BrokerReport) GetRepoRate() *Quotation + func (x *BrokerReport) GetSecValueDate() *timestamppb.Timestamp + func (x *BrokerReport) GetSeparateAgreementDate() string + func (x *BrokerReport) GetSeparateAgreementNumber() string + func (x *BrokerReport) GetSeparateAgreementType() string + func (x *BrokerReport) GetTicker() string + func (x *BrokerReport) GetTotalOrderAmount() *MoneyValue + func (x *BrokerReport) GetTradeDatetime() *timestamppb.Timestamp + func (x *BrokerReport) GetTradeId() string + func (x *BrokerReport) ProtoReflect() protoreflect.Message + func (x *BrokerReport) Reset() + func (x *BrokerReport) String() string + type BrokerReportRequest struct + Payload isBrokerReportRequest_Payload + func (*BrokerReportRequest) Descriptor() ([]byte, []int) + func (*BrokerReportRequest) ProtoMessage() + func (m *BrokerReportRequest) GetPayload() isBrokerReportRequest_Payload + func (x *BrokerReportRequest) GetGenerateBrokerReportRequest() *GenerateBrokerReportRequest + func (x *BrokerReportRequest) GetGetBrokerReportRequest() *GetBrokerReportRequest + func (x *BrokerReportRequest) ProtoReflect() protoreflect.Message + func (x *BrokerReportRequest) Reset() + func (x *BrokerReportRequest) String() string + type BrokerReportRequest_GenerateBrokerReportRequest struct + GenerateBrokerReportRequest *GenerateBrokerReportRequest + type BrokerReportRequest_GetBrokerReportRequest struct + GetBrokerReportRequest *GetBrokerReportRequest + type BrokerReportResponse struct + Payload isBrokerReportResponse_Payload + func (*BrokerReportResponse) Descriptor() ([]byte, []int) + func (*BrokerReportResponse) ProtoMessage() + func (m *BrokerReportResponse) GetPayload() isBrokerReportResponse_Payload + func (x *BrokerReportResponse) GetGenerateBrokerReportResponse() *GenerateBrokerReportResponse + func (x *BrokerReportResponse) GetGetBrokerReportResponse() *GetBrokerReportResponse + func (x *BrokerReportResponse) ProtoReflect() protoreflect.Message + func (x *BrokerReportResponse) Reset() + func (x *BrokerReportResponse) String() string + type BrokerReportResponse_GenerateBrokerReportResponse struct + GenerateBrokerReportResponse *GenerateBrokerReportResponse + type BrokerReportResponse_GetBrokerReportResponse struct + GetBrokerReportResponse *GetBrokerReportResponse + type CancelOrderRequest struct + AccountId string + OrderId string + func (*CancelOrderRequest) Descriptor() ([]byte, []int) + func (*CancelOrderRequest) ProtoMessage() + func (x *CancelOrderRequest) GetAccountId() string + func (x *CancelOrderRequest) GetOrderId() string + func (x *CancelOrderRequest) ProtoReflect() protoreflect.Message + func (x *CancelOrderRequest) Reset() + func (x *CancelOrderRequest) String() string + type CancelOrderResponse struct + Time *timestamppb.Timestamp + func (*CancelOrderResponse) Descriptor() ([]byte, []int) + func (*CancelOrderResponse) ProtoMessage() + func (x *CancelOrderResponse) GetTime() *timestamppb.Timestamp + func (x *CancelOrderResponse) ProtoReflect() protoreflect.Message + func (x *CancelOrderResponse) Reset() + func (x *CancelOrderResponse) String() string + type CancelStopOrderRequest struct + AccountId string + StopOrderId string + func (*CancelStopOrderRequest) Descriptor() ([]byte, []int) + func (*CancelStopOrderRequest) ProtoMessage() + func (x *CancelStopOrderRequest) GetAccountId() string + func (x *CancelStopOrderRequest) GetStopOrderId() string + func (x *CancelStopOrderRequest) ProtoReflect() protoreflect.Message + func (x *CancelStopOrderRequest) Reset() + func (x *CancelStopOrderRequest) String() string + type CancelStopOrderResponse struct + Time *timestamppb.Timestamp + func (*CancelStopOrderResponse) Descriptor() ([]byte, []int) + func (*CancelStopOrderResponse) ProtoMessage() + func (x *CancelStopOrderResponse) GetTime() *timestamppb.Timestamp + func (x *CancelStopOrderResponse) ProtoReflect() protoreflect.Message + func (x *CancelStopOrderResponse) Reset() + func (x *CancelStopOrderResponse) String() string + type Candle struct + Close *Quotation + Figi string + High *Quotation + InstrumentUid string + Interval SubscriptionInterval + LastTradeTs *timestamppb.Timestamp + Low *Quotation + Open *Quotation + Time *timestamppb.Timestamp + Volume int64 + func (*Candle) Descriptor() ([]byte, []int) + func (*Candle) ProtoMessage() + func (x *Candle) GetClose() *Quotation + func (x *Candle) GetFigi() string + func (x *Candle) GetHigh() *Quotation + func (x *Candle) GetInstrumentUid() string + func (x *Candle) GetInterval() SubscriptionInterval + func (x *Candle) GetLastTradeTs() *timestamppb.Timestamp + func (x *Candle) GetLow() *Quotation + func (x *Candle) GetOpen() *Quotation + func (x *Candle) GetTime() *timestamppb.Timestamp + func (x *Candle) GetVolume() int64 + func (x *Candle) ProtoReflect() protoreflect.Message + func (x *Candle) Reset() + func (x *Candle) String() string + type CandleInstrument struct + Figi string + InstrumentId string + Interval SubscriptionInterval + func (*CandleInstrument) Descriptor() ([]byte, []int) + func (*CandleInstrument) ProtoMessage() + func (x *CandleInstrument) GetFigi() string + func (x *CandleInstrument) GetInstrumentId() string + func (x *CandleInstrument) GetInterval() SubscriptionInterval + func (x *CandleInstrument) ProtoReflect() protoreflect.Message + func (x *CandleInstrument) Reset() + func (x *CandleInstrument) String() string + type CandleInterval int32 + const CandleInterval_CANDLE_INTERVAL_10_MIN + const CandleInterval_CANDLE_INTERVAL_15_MIN + const CandleInterval_CANDLE_INTERVAL_1_MIN + const CandleInterval_CANDLE_INTERVAL_2_HOUR + const CandleInterval_CANDLE_INTERVAL_2_MIN + const CandleInterval_CANDLE_INTERVAL_30_MIN + const CandleInterval_CANDLE_INTERVAL_3_MIN + const CandleInterval_CANDLE_INTERVAL_4_HOUR + const CandleInterval_CANDLE_INTERVAL_5_MIN + const CandleInterval_CANDLE_INTERVAL_DAY + const CandleInterval_CANDLE_INTERVAL_HOUR + const CandleInterval_CANDLE_INTERVAL_MONTH + const CandleInterval_CANDLE_INTERVAL_UNSPECIFIED + const CandleInterval_CANDLE_INTERVAL_WEEK + func (CandleInterval) Descriptor() protoreflect.EnumDescriptor + func (CandleInterval) EnumDescriptor() ([]byte, []int) + func (CandleInterval) Type() protoreflect.EnumType + func (x CandleInterval) Enum() *CandleInterval + func (x CandleInterval) Number() protoreflect.EnumNumber + func (x CandleInterval) String() string + type CandleSubscription struct + Figi string + InstrumentUid string + Interval SubscriptionInterval + SubscriptionStatus SubscriptionStatus + func (*CandleSubscription) Descriptor() ([]byte, []int) + func (*CandleSubscription) ProtoMessage() + func (x *CandleSubscription) GetFigi() string + func (x *CandleSubscription) GetInstrumentUid() string + func (x *CandleSubscription) GetInterval() SubscriptionInterval + func (x *CandleSubscription) GetSubscriptionStatus() SubscriptionStatus + func (x *CandleSubscription) ProtoReflect() protoreflect.Message + func (x *CandleSubscription) Reset() + func (x *CandleSubscription) String() string + type CloseSandboxAccountRequest struct + AccountId string + func (*CloseSandboxAccountRequest) Descriptor() ([]byte, []int) + func (*CloseSandboxAccountRequest) ProtoMessage() + func (x *CloseSandboxAccountRequest) GetAccountId() string + func (x *CloseSandboxAccountRequest) ProtoReflect() protoreflect.Message + func (x *CloseSandboxAccountRequest) Reset() + func (x *CloseSandboxAccountRequest) String() string + type CloseSandboxAccountResponse struct + func (*CloseSandboxAccountResponse) Descriptor() ([]byte, []int) + func (*CloseSandboxAccountResponse) ProtoMessage() + func (x *CloseSandboxAccountResponse) ProtoReflect() protoreflect.Message + func (x *CloseSandboxAccountResponse) Reset() + func (x *CloseSandboxAccountResponse) String() string + type CountryResponse struct + AlfaThree string + AlfaTwo string + Name string + NameBrief string + func (*CountryResponse) Descriptor() ([]byte, []int) + func (*CountryResponse) ProtoMessage() + func (x *CountryResponse) GetAlfaThree() string + func (x *CountryResponse) GetAlfaTwo() string + func (x *CountryResponse) GetName() string + func (x *CountryResponse) GetNameBrief() string + func (x *CountryResponse) ProtoReflect() protoreflect.Message + func (x *CountryResponse) Reset() + func (x *CountryResponse) String() string + type Coupon struct + CouponDate *timestamppb.Timestamp + CouponEndDate *timestamppb.Timestamp + CouponNumber int64 + CouponPeriod int32 + CouponStartDate *timestamppb.Timestamp + CouponType CouponType + Figi string + FixDate *timestamppb.Timestamp + PayOneBond *MoneyValue + func (*Coupon) Descriptor() ([]byte, []int) + func (*Coupon) ProtoMessage() + func (x *Coupon) GetCouponDate() *timestamppb.Timestamp + func (x *Coupon) GetCouponEndDate() *timestamppb.Timestamp + func (x *Coupon) GetCouponNumber() int64 + func (x *Coupon) GetCouponPeriod() int32 + func (x *Coupon) GetCouponStartDate() *timestamppb.Timestamp + func (x *Coupon) GetCouponType() CouponType + func (x *Coupon) GetFigi() string + func (x *Coupon) GetFixDate() *timestamppb.Timestamp + func (x *Coupon) GetPayOneBond() *MoneyValue + func (x *Coupon) ProtoReflect() protoreflect.Message + func (x *Coupon) Reset() + func (x *Coupon) String() string + type CouponType int32 + const CouponType_COUPON_TYPE_CONSTANT + const CouponType_COUPON_TYPE_DISCOUNT + const CouponType_COUPON_TYPE_FIX + const CouponType_COUPON_TYPE_FLOATING + const CouponType_COUPON_TYPE_MORTGAGE + const CouponType_COUPON_TYPE_OTHER + const CouponType_COUPON_TYPE_UNSPECIFIED + const CouponType_COUPON_TYPE_VARIABLE + func (CouponType) Descriptor() protoreflect.EnumDescriptor + func (CouponType) EnumDescriptor() ([]byte, []int) + func (CouponType) Type() protoreflect.EnumType + func (x CouponType) Enum() *CouponType + func (x CouponType) Number() protoreflect.EnumNumber + func (x CouponType) String() string + type CurrenciesResponse struct + Instruments []*Currency + func (*CurrenciesResponse) Descriptor() ([]byte, []int) + func (*CurrenciesResponse) ProtoMessage() + func (x *CurrenciesResponse) GetInstruments() []*Currency + func (x *CurrenciesResponse) ProtoReflect() protoreflect.Message + func (x *CurrenciesResponse) Reset() + func (x *CurrenciesResponse) String() string + type Currency struct + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + Isin string + IsoCurrencyName string + Klong *Quotation + Kshort *Quotation + Lot int32 + MinPriceIncrement *Quotation + Name string + Nominal *MoneyValue + OtcFlag bool + PositionUid string + RealExchange RealExchange + SellAvailableFlag bool + ShortEnabledFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Currency) Descriptor() ([]byte, []int) + func (*Currency) ProtoMessage() + func (x *Currency) GetApiTradeAvailableFlag() bool + func (x *Currency) GetBlockedTcaFlag() bool + func (x *Currency) GetBuyAvailableFlag() bool + func (x *Currency) GetClassCode() string + func (x *Currency) GetCountryOfRisk() string + func (x *Currency) GetCountryOfRiskName() string + func (x *Currency) GetCurrency() string + func (x *Currency) GetDlong() *Quotation + func (x *Currency) GetDlongMin() *Quotation + func (x *Currency) GetDshort() *Quotation + func (x *Currency) GetDshortMin() *Quotation + func (x *Currency) GetExchange() string + func (x *Currency) GetFigi() string + func (x *Currency) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Currency) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Currency) GetForIisFlag() bool + func (x *Currency) GetForQualInvestorFlag() bool + func (x *Currency) GetIsin() string + func (x *Currency) GetIsoCurrencyName() string + func (x *Currency) GetKlong() *Quotation + func (x *Currency) GetKshort() *Quotation + func (x *Currency) GetLot() int32 + func (x *Currency) GetMinPriceIncrement() *Quotation + func (x *Currency) GetName() string + func (x *Currency) GetNominal() *MoneyValue + func (x *Currency) GetOtcFlag() bool + func (x *Currency) GetPositionUid() string + func (x *Currency) GetRealExchange() RealExchange + func (x *Currency) GetSellAvailableFlag() bool + func (x *Currency) GetShortEnabledFlag() bool + func (x *Currency) GetTicker() string + func (x *Currency) GetTradingStatus() SecurityTradingStatus + func (x *Currency) GetUid() string + func (x *Currency) GetWeekendFlag() bool + func (x *Currency) ProtoReflect() protoreflect.Message + func (x *Currency) Reset() + func (x *Currency) String() string + type CurrencyResponse struct + Instrument *Currency + func (*CurrencyResponse) Descriptor() ([]byte, []int) + func (*CurrencyResponse) ProtoMessage() + func (x *CurrencyResponse) GetInstrument() *Currency + func (x *CurrencyResponse) ProtoReflect() protoreflect.Message + func (x *CurrencyResponse) Reset() + func (x *CurrencyResponse) String() string + type Dividend struct + ClosePrice *MoneyValue + CreatedAt *timestamppb.Timestamp + DeclaredDate *timestamppb.Timestamp + DividendNet *MoneyValue + DividendType string + LastBuyDate *timestamppb.Timestamp + PaymentDate *timestamppb.Timestamp + RecordDate *timestamppb.Timestamp + Regularity string + YieldValue *Quotation + func (*Dividend) Descriptor() ([]byte, []int) + func (*Dividend) ProtoMessage() + func (x *Dividend) GetClosePrice() *MoneyValue + func (x *Dividend) GetCreatedAt() *timestamppb.Timestamp + func (x *Dividend) GetDeclaredDate() *timestamppb.Timestamp + func (x *Dividend) GetDividendNet() *MoneyValue + func (x *Dividend) GetDividendType() string + func (x *Dividend) GetLastBuyDate() *timestamppb.Timestamp + func (x *Dividend) GetPaymentDate() *timestamppb.Timestamp + func (x *Dividend) GetRecordDate() *timestamppb.Timestamp + func (x *Dividend) GetRegularity() string + func (x *Dividend) GetYieldValue() *Quotation + func (x *Dividend) ProtoReflect() protoreflect.Message + func (x *Dividend) Reset() + func (x *Dividend) String() string + type DividendsForeignIssuerReport struct + Currency string + Dividend *Quotation + DividendAmount *Quotation + DividendGross *Quotation + ExternalCommission *Quotation + Isin string + IssuerCountry string + PaymentDate *timestamppb.Timestamp + Quantity int64 + RecordDate *timestamppb.Timestamp + SecurityName string + Tax *Quotation + func (*DividendsForeignIssuerReport) Descriptor() ([]byte, []int) + func (*DividendsForeignIssuerReport) ProtoMessage() + func (x *DividendsForeignIssuerReport) GetCurrency() string + func (x *DividendsForeignIssuerReport) GetDividend() *Quotation + func (x *DividendsForeignIssuerReport) GetDividendAmount() *Quotation + func (x *DividendsForeignIssuerReport) GetDividendGross() *Quotation + func (x *DividendsForeignIssuerReport) GetExternalCommission() *Quotation + func (x *DividendsForeignIssuerReport) GetIsin() string + func (x *DividendsForeignIssuerReport) GetIssuerCountry() string + func (x *DividendsForeignIssuerReport) GetPaymentDate() *timestamppb.Timestamp + func (x *DividendsForeignIssuerReport) GetQuantity() int64 + func (x *DividendsForeignIssuerReport) GetRecordDate() *timestamppb.Timestamp + func (x *DividendsForeignIssuerReport) GetSecurityName() string + func (x *DividendsForeignIssuerReport) GetTax() *Quotation + func (x *DividendsForeignIssuerReport) ProtoReflect() protoreflect.Message + func (x *DividendsForeignIssuerReport) Reset() + func (x *DividendsForeignIssuerReport) String() string + type EditFavoritesActionType int32 + const EditFavoritesActionType_EDIT_FAVORITES_ACTION_TYPE_ADD + const EditFavoritesActionType_EDIT_FAVORITES_ACTION_TYPE_DEL + const EditFavoritesActionType_EDIT_FAVORITES_ACTION_TYPE_UNSPECIFIED + func (EditFavoritesActionType) Descriptor() protoreflect.EnumDescriptor + func (EditFavoritesActionType) EnumDescriptor() ([]byte, []int) + func (EditFavoritesActionType) Type() protoreflect.EnumType + func (x EditFavoritesActionType) Enum() *EditFavoritesActionType + func (x EditFavoritesActionType) Number() protoreflect.EnumNumber + func (x EditFavoritesActionType) String() string + type EditFavoritesRequest struct + ActionType EditFavoritesActionType + Instruments []*EditFavoritesRequestInstrument + func (*EditFavoritesRequest) Descriptor() ([]byte, []int) + func (*EditFavoritesRequest) ProtoMessage() + func (x *EditFavoritesRequest) GetActionType() EditFavoritesActionType + func (x *EditFavoritesRequest) GetInstruments() []*EditFavoritesRequestInstrument + func (x *EditFavoritesRequest) ProtoReflect() protoreflect.Message + func (x *EditFavoritesRequest) Reset() + func (x *EditFavoritesRequest) String() string + type EditFavoritesRequestInstrument struct + Figi string + func (*EditFavoritesRequestInstrument) Descriptor() ([]byte, []int) + func (*EditFavoritesRequestInstrument) ProtoMessage() + func (x *EditFavoritesRequestInstrument) GetFigi() string + func (x *EditFavoritesRequestInstrument) ProtoReflect() protoreflect.Message + func (x *EditFavoritesRequestInstrument) Reset() + func (x *EditFavoritesRequestInstrument) String() string + type EditFavoritesResponse struct + FavoriteInstruments []*FavoriteInstrument + func (*EditFavoritesResponse) Descriptor() ([]byte, []int) + func (*EditFavoritesResponse) ProtoMessage() + func (x *EditFavoritesResponse) GetFavoriteInstruments() []*FavoriteInstrument + func (x *EditFavoritesResponse) ProtoReflect() protoreflect.Message + func (x *EditFavoritesResponse) Reset() + func (x *EditFavoritesResponse) String() string + type Etf struct + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + FixedCommission *Quotation + FocusType string + ForIisFlag bool + ForQualInvestorFlag bool + Isin string + Klong *Quotation + Kshort *Quotation + LiquidityFlag bool + Lot int32 + MinPriceIncrement *Quotation + Name string + NumShares *Quotation + OtcFlag bool + PositionUid string + RealExchange RealExchange + RebalancingFreq string + ReleasedDate *timestamppb.Timestamp + Sector string + SellAvailableFlag bool + ShortEnabledFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Etf) Descriptor() ([]byte, []int) + func (*Etf) ProtoMessage() + func (x *Etf) GetApiTradeAvailableFlag() bool + func (x *Etf) GetBlockedTcaFlag() bool + func (x *Etf) GetBuyAvailableFlag() bool + func (x *Etf) GetClassCode() string + func (x *Etf) GetCountryOfRisk() string + func (x *Etf) GetCountryOfRiskName() string + func (x *Etf) GetCurrency() string + func (x *Etf) GetDlong() *Quotation + func (x *Etf) GetDlongMin() *Quotation + func (x *Etf) GetDshort() *Quotation + func (x *Etf) GetDshortMin() *Quotation + func (x *Etf) GetExchange() string + func (x *Etf) GetFigi() string + func (x *Etf) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Etf) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Etf) GetFixedCommission() *Quotation + func (x *Etf) GetFocusType() string + func (x *Etf) GetForIisFlag() bool + func (x *Etf) GetForQualInvestorFlag() bool + func (x *Etf) GetIsin() string + func (x *Etf) GetKlong() *Quotation + func (x *Etf) GetKshort() *Quotation + func (x *Etf) GetLiquidityFlag() bool + func (x *Etf) GetLot() int32 + func (x *Etf) GetMinPriceIncrement() *Quotation + func (x *Etf) GetName() string + func (x *Etf) GetNumShares() *Quotation + func (x *Etf) GetOtcFlag() bool + func (x *Etf) GetPositionUid() string + func (x *Etf) GetRealExchange() RealExchange + func (x *Etf) GetRebalancingFreq() string + func (x *Etf) GetReleasedDate() *timestamppb.Timestamp + func (x *Etf) GetSector() string + func (x *Etf) GetSellAvailableFlag() bool + func (x *Etf) GetShortEnabledFlag() bool + func (x *Etf) GetTicker() string + func (x *Etf) GetTradingStatus() SecurityTradingStatus + func (x *Etf) GetUid() string + func (x *Etf) GetWeekendFlag() bool + func (x *Etf) ProtoReflect() protoreflect.Message + func (x *Etf) Reset() + func (x *Etf) String() string + type EtfResponse struct + Instrument *Etf + func (*EtfResponse) Descriptor() ([]byte, []int) + func (*EtfResponse) ProtoMessage() + func (x *EtfResponse) GetInstrument() *Etf + func (x *EtfResponse) ProtoReflect() protoreflect.Message + func (x *EtfResponse) Reset() + func (x *EtfResponse) String() string + type EtfsResponse struct + Instruments []*Etf + func (*EtfsResponse) Descriptor() ([]byte, []int) + func (*EtfsResponse) ProtoMessage() + func (x *EtfsResponse) GetInstruments() []*Etf + func (x *EtfsResponse) ProtoReflect() protoreflect.Message + func (x *EtfsResponse) Reset() + func (x *EtfsResponse) String() string + type FavoriteInstrument struct + ApiTradeAvailableFlag bool + ClassCode string + Figi string + InstrumentKind InstrumentType + InstrumentType string + Isin string + OtcFlag bool + Ticker string + func (*FavoriteInstrument) Descriptor() ([]byte, []int) + func (*FavoriteInstrument) ProtoMessage() + func (x *FavoriteInstrument) GetApiTradeAvailableFlag() bool + func (x *FavoriteInstrument) GetClassCode() string + func (x *FavoriteInstrument) GetFigi() string + func (x *FavoriteInstrument) GetInstrumentKind() InstrumentType + func (x *FavoriteInstrument) GetInstrumentType() string + func (x *FavoriteInstrument) GetIsin() string + func (x *FavoriteInstrument) GetOtcFlag() bool + func (x *FavoriteInstrument) GetTicker() string + func (x *FavoriteInstrument) ProtoReflect() protoreflect.Message + func (x *FavoriteInstrument) Reset() + func (x *FavoriteInstrument) String() string + type FilterOptionsRequest struct + BasicAssetPositionUid string + BasicAssetUid string + func (*FilterOptionsRequest) Descriptor() ([]byte, []int) + func (*FilterOptionsRequest) ProtoMessage() + func (x *FilterOptionsRequest) GetBasicAssetPositionUid() string + func (x *FilterOptionsRequest) GetBasicAssetUid() string + func (x *FilterOptionsRequest) ProtoReflect() protoreflect.Message + func (x *FilterOptionsRequest) Reset() + func (x *FilterOptionsRequest) String() string + type FindInstrumentRequest struct + ApiTradeAvailableFlag bool + InstrumentKind InstrumentType + Query string + func (*FindInstrumentRequest) Descriptor() ([]byte, []int) + func (*FindInstrumentRequest) ProtoMessage() + func (x *FindInstrumentRequest) GetApiTradeAvailableFlag() bool + func (x *FindInstrumentRequest) GetInstrumentKind() InstrumentType + func (x *FindInstrumentRequest) GetQuery() string + func (x *FindInstrumentRequest) ProtoReflect() protoreflect.Message + func (x *FindInstrumentRequest) Reset() + func (x *FindInstrumentRequest) String() string + type FindInstrumentResponse struct + Instruments []*InstrumentShort + func (*FindInstrumentResponse) Descriptor() ([]byte, []int) + func (*FindInstrumentResponse) ProtoMessage() + func (x *FindInstrumentResponse) GetInstruments() []*InstrumentShort + func (x *FindInstrumentResponse) ProtoReflect() protoreflect.Message + func (x *FindInstrumentResponse) Reset() + func (x *FindInstrumentResponse) String() string + type Future struct + ApiTradeAvailableFlag bool + AssetType string + BasicAsset string + BasicAssetPositionUid string + BasicAssetSize *Quotation + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + ExpirationDate *timestamppb.Timestamp + Figi string + FirstTradeDate *timestamppb.Timestamp + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + FuturesType string + Klong *Quotation + Kshort *Quotation + LastTradeDate *timestamppb.Timestamp + Lot int32 + MinPriceIncrement *Quotation + Name string + OtcFlag bool + PositionUid string + RealExchange RealExchange + Sector string + SellAvailableFlag bool + ShortEnabledFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Future) Descriptor() ([]byte, []int) + func (*Future) ProtoMessage() + func (x *Future) GetApiTradeAvailableFlag() bool + func (x *Future) GetAssetType() string + func (x *Future) GetBasicAsset() string + func (x *Future) GetBasicAssetPositionUid() string + func (x *Future) GetBasicAssetSize() *Quotation + func (x *Future) GetBlockedTcaFlag() bool + func (x *Future) GetBuyAvailableFlag() bool + func (x *Future) GetClassCode() string + func (x *Future) GetCountryOfRisk() string + func (x *Future) GetCountryOfRiskName() string + func (x *Future) GetCurrency() string + func (x *Future) GetDlong() *Quotation + func (x *Future) GetDlongMin() *Quotation + func (x *Future) GetDshort() *Quotation + func (x *Future) GetDshortMin() *Quotation + func (x *Future) GetExchange() string + func (x *Future) GetExpirationDate() *timestamppb.Timestamp + func (x *Future) GetFigi() string + func (x *Future) GetFirstTradeDate() *timestamppb.Timestamp + func (x *Future) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Future) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Future) GetForIisFlag() bool + func (x *Future) GetForQualInvestorFlag() bool + func (x *Future) GetFuturesType() string + func (x *Future) GetKlong() *Quotation + func (x *Future) GetKshort() *Quotation + func (x *Future) GetLastTradeDate() *timestamppb.Timestamp + func (x *Future) GetLot() int32 + func (x *Future) GetMinPriceIncrement() *Quotation + func (x *Future) GetName() string + func (x *Future) GetOtcFlag() bool + func (x *Future) GetPositionUid() string + func (x *Future) GetRealExchange() RealExchange + func (x *Future) GetSector() string + func (x *Future) GetSellAvailableFlag() bool + func (x *Future) GetShortEnabledFlag() bool + func (x *Future) GetTicker() string + func (x *Future) GetTradingStatus() SecurityTradingStatus + func (x *Future) GetUid() string + func (x *Future) GetWeekendFlag() bool + func (x *Future) ProtoReflect() protoreflect.Message + func (x *Future) Reset() + func (x *Future) String() string + type FutureResponse struct + Instrument *Future + func (*FutureResponse) Descriptor() ([]byte, []int) + func (*FutureResponse) ProtoMessage() + func (x *FutureResponse) GetInstrument() *Future + func (x *FutureResponse) ProtoReflect() protoreflect.Message + func (x *FutureResponse) Reset() + func (x *FutureResponse) String() string + type FuturesResponse struct + Instruments []*Future + func (*FuturesResponse) Descriptor() ([]byte, []int) + func (*FuturesResponse) ProtoMessage() + func (x *FuturesResponse) GetInstruments() []*Future + func (x *FuturesResponse) ProtoReflect() protoreflect.Message + func (x *FuturesResponse) Reset() + func (x *FuturesResponse) String() string + type GenerateBrokerReportRequest struct + AccountId string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*GenerateBrokerReportRequest) Descriptor() ([]byte, []int) + func (*GenerateBrokerReportRequest) ProtoMessage() + func (x *GenerateBrokerReportRequest) GetAccountId() string + func (x *GenerateBrokerReportRequest) GetFrom() *timestamppb.Timestamp + func (x *GenerateBrokerReportRequest) GetTo() *timestamppb.Timestamp + func (x *GenerateBrokerReportRequest) ProtoReflect() protoreflect.Message + func (x *GenerateBrokerReportRequest) Reset() + func (x *GenerateBrokerReportRequest) String() string + type GenerateBrokerReportResponse struct + TaskId string + func (*GenerateBrokerReportResponse) Descriptor() ([]byte, []int) + func (*GenerateBrokerReportResponse) ProtoMessage() + func (x *GenerateBrokerReportResponse) GetTaskId() string + func (x *GenerateBrokerReportResponse) ProtoReflect() protoreflect.Message + func (x *GenerateBrokerReportResponse) Reset() + func (x *GenerateBrokerReportResponse) String() string + type GenerateDividendsForeignIssuerReportRequest struct + AccountId string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*GenerateDividendsForeignIssuerReportRequest) Descriptor() ([]byte, []int) + func (*GenerateDividendsForeignIssuerReportRequest) ProtoMessage() + func (x *GenerateDividendsForeignIssuerReportRequest) GetAccountId() string + func (x *GenerateDividendsForeignIssuerReportRequest) GetFrom() *timestamppb.Timestamp + func (x *GenerateDividendsForeignIssuerReportRequest) GetTo() *timestamppb.Timestamp + func (x *GenerateDividendsForeignIssuerReportRequest) ProtoReflect() protoreflect.Message + func (x *GenerateDividendsForeignIssuerReportRequest) Reset() + func (x *GenerateDividendsForeignIssuerReportRequest) String() string + type GenerateDividendsForeignIssuerReportResponse struct + TaskId string + func (*GenerateDividendsForeignIssuerReportResponse) Descriptor() ([]byte, []int) + func (*GenerateDividendsForeignIssuerReportResponse) ProtoMessage() + func (x *GenerateDividendsForeignIssuerReportResponse) GetTaskId() string + func (x *GenerateDividendsForeignIssuerReportResponse) ProtoReflect() protoreflect.Message + func (x *GenerateDividendsForeignIssuerReportResponse) Reset() + func (x *GenerateDividendsForeignIssuerReportResponse) String() string + type GetAccountsRequest struct + func (*GetAccountsRequest) Descriptor() ([]byte, []int) + func (*GetAccountsRequest) ProtoMessage() + func (x *GetAccountsRequest) ProtoReflect() protoreflect.Message + func (x *GetAccountsRequest) Reset() + func (x *GetAccountsRequest) String() string + type GetAccountsResponse struct + Accounts []*Account + func (*GetAccountsResponse) Descriptor() ([]byte, []int) + func (*GetAccountsResponse) ProtoMessage() + func (x *GetAccountsResponse) GetAccounts() []*Account + func (x *GetAccountsResponse) ProtoReflect() protoreflect.Message + func (x *GetAccountsResponse) Reset() + func (x *GetAccountsResponse) String() string + type GetAccruedInterestsRequest struct + Figi string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*GetAccruedInterestsRequest) Descriptor() ([]byte, []int) + func (*GetAccruedInterestsRequest) ProtoMessage() + func (x *GetAccruedInterestsRequest) GetFigi() string + func (x *GetAccruedInterestsRequest) GetFrom() *timestamppb.Timestamp + func (x *GetAccruedInterestsRequest) GetTo() *timestamppb.Timestamp + func (x *GetAccruedInterestsRequest) ProtoReflect() protoreflect.Message + func (x *GetAccruedInterestsRequest) Reset() + func (x *GetAccruedInterestsRequest) String() string + type GetAccruedInterestsResponse struct + AccruedInterests []*AccruedInterest + func (*GetAccruedInterestsResponse) Descriptor() ([]byte, []int) + func (*GetAccruedInterestsResponse) ProtoMessage() + func (x *GetAccruedInterestsResponse) GetAccruedInterests() []*AccruedInterest + func (x *GetAccruedInterestsResponse) ProtoReflect() protoreflect.Message + func (x *GetAccruedInterestsResponse) Reset() + func (x *GetAccruedInterestsResponse) String() string + type GetBondCouponsRequest struct + Figi string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*GetBondCouponsRequest) Descriptor() ([]byte, []int) + func (*GetBondCouponsRequest) ProtoMessage() + func (x *GetBondCouponsRequest) GetFigi() string + func (x *GetBondCouponsRequest) GetFrom() *timestamppb.Timestamp + func (x *GetBondCouponsRequest) GetTo() *timestamppb.Timestamp + func (x *GetBondCouponsRequest) ProtoReflect() protoreflect.Message + func (x *GetBondCouponsRequest) Reset() + func (x *GetBondCouponsRequest) String() string + type GetBondCouponsResponse struct + Events []*Coupon + func (*GetBondCouponsResponse) Descriptor() ([]byte, []int) + func (*GetBondCouponsResponse) ProtoMessage() + func (x *GetBondCouponsResponse) GetEvents() []*Coupon + func (x *GetBondCouponsResponse) ProtoReflect() protoreflect.Message + func (x *GetBondCouponsResponse) Reset() + func (x *GetBondCouponsResponse) String() string + type GetBrandRequest struct + Id string + func (*GetBrandRequest) Descriptor() ([]byte, []int) + func (*GetBrandRequest) ProtoMessage() + func (x *GetBrandRequest) GetId() string + func (x *GetBrandRequest) ProtoReflect() protoreflect.Message + func (x *GetBrandRequest) Reset() + func (x *GetBrandRequest) String() string + type GetBrandsRequest struct + func (*GetBrandsRequest) Descriptor() ([]byte, []int) + func (*GetBrandsRequest) ProtoMessage() + func (x *GetBrandsRequest) ProtoReflect() protoreflect.Message + func (x *GetBrandsRequest) Reset() + func (x *GetBrandsRequest) String() string + type GetBrandsResponse struct + Brands []*Brand + func (*GetBrandsResponse) Descriptor() ([]byte, []int) + func (*GetBrandsResponse) ProtoMessage() + func (x *GetBrandsResponse) GetBrands() []*Brand + func (x *GetBrandsResponse) ProtoReflect() protoreflect.Message + func (x *GetBrandsResponse) Reset() + func (x *GetBrandsResponse) String() string + type GetBrokerReportRequest struct + Page int32 + TaskId string + func (*GetBrokerReportRequest) Descriptor() ([]byte, []int) + func (*GetBrokerReportRequest) ProtoMessage() + func (x *GetBrokerReportRequest) GetPage() int32 + func (x *GetBrokerReportRequest) GetTaskId() string + func (x *GetBrokerReportRequest) ProtoReflect() protoreflect.Message + func (x *GetBrokerReportRequest) Reset() + func (x *GetBrokerReportRequest) String() string + type GetBrokerReportResponse struct + BrokerReport []*BrokerReport + ItemsCount int32 + Page int32 + PagesCount int32 + func (*GetBrokerReportResponse) Descriptor() ([]byte, []int) + func (*GetBrokerReportResponse) ProtoMessage() + func (x *GetBrokerReportResponse) GetBrokerReport() []*BrokerReport + func (x *GetBrokerReportResponse) GetItemsCount() int32 + func (x *GetBrokerReportResponse) GetPage() int32 + func (x *GetBrokerReportResponse) GetPagesCount() int32 + func (x *GetBrokerReportResponse) ProtoReflect() protoreflect.Message + func (x *GetBrokerReportResponse) Reset() + func (x *GetBrokerReportResponse) String() string + type GetCandlesRequest struct + Figi string + From *timestamppb.Timestamp + InstrumentId string + Interval CandleInterval + To *timestamppb.Timestamp + func (*GetCandlesRequest) Descriptor() ([]byte, []int) + func (*GetCandlesRequest) ProtoMessage() + func (x *GetCandlesRequest) GetFigi() string + func (x *GetCandlesRequest) GetFrom() *timestamppb.Timestamp + func (x *GetCandlesRequest) GetInstrumentId() string + func (x *GetCandlesRequest) GetInterval() CandleInterval + func (x *GetCandlesRequest) GetTo() *timestamppb.Timestamp + func (x *GetCandlesRequest) ProtoReflect() protoreflect.Message + func (x *GetCandlesRequest) Reset() + func (x *GetCandlesRequest) String() string + type GetCandlesResponse struct + Candles []*HistoricCandle + func (*GetCandlesResponse) Descriptor() ([]byte, []int) + func (*GetCandlesResponse) ProtoMessage() + func (x *GetCandlesResponse) GetCandles() []*HistoricCandle + func (x *GetCandlesResponse) ProtoReflect() protoreflect.Message + func (x *GetCandlesResponse) Reset() + func (x *GetCandlesResponse) String() string + type GetClosePricesRequest struct + Instruments []*InstrumentClosePriceRequest + func (*GetClosePricesRequest) Descriptor() ([]byte, []int) + func (*GetClosePricesRequest) ProtoMessage() + func (x *GetClosePricesRequest) GetInstruments() []*InstrumentClosePriceRequest + func (x *GetClosePricesRequest) ProtoReflect() protoreflect.Message + func (x *GetClosePricesRequest) Reset() + func (x *GetClosePricesRequest) String() string + type GetClosePricesResponse struct + ClosePrices []*InstrumentClosePriceResponse + func (*GetClosePricesResponse) Descriptor() ([]byte, []int) + func (*GetClosePricesResponse) ProtoMessage() + func (x *GetClosePricesResponse) GetClosePrices() []*InstrumentClosePriceResponse + func (x *GetClosePricesResponse) ProtoReflect() protoreflect.Message + func (x *GetClosePricesResponse) Reset() + func (x *GetClosePricesResponse) String() string + type GetCountriesRequest struct + func (*GetCountriesRequest) Descriptor() ([]byte, []int) + func (*GetCountriesRequest) ProtoMessage() + func (x *GetCountriesRequest) ProtoReflect() protoreflect.Message + func (x *GetCountriesRequest) Reset() + func (x *GetCountriesRequest) String() string + type GetCountriesResponse struct + Countries []*CountryResponse + func (*GetCountriesResponse) Descriptor() ([]byte, []int) + func (*GetCountriesResponse) ProtoMessage() + func (x *GetCountriesResponse) GetCountries() []*CountryResponse + func (x *GetCountriesResponse) ProtoReflect() protoreflect.Message + func (x *GetCountriesResponse) Reset() + func (x *GetCountriesResponse) String() string + type GetDividendsForeignIssuerReportRequest struct + Page int32 + TaskId string + func (*GetDividendsForeignIssuerReportRequest) Descriptor() ([]byte, []int) + func (*GetDividendsForeignIssuerReportRequest) ProtoMessage() + func (x *GetDividendsForeignIssuerReportRequest) GetPage() int32 + func (x *GetDividendsForeignIssuerReportRequest) GetTaskId() string + func (x *GetDividendsForeignIssuerReportRequest) ProtoReflect() protoreflect.Message + func (x *GetDividendsForeignIssuerReportRequest) Reset() + func (x *GetDividendsForeignIssuerReportRequest) String() string + type GetDividendsForeignIssuerReportResponse struct + DividendsForeignIssuerReport []*DividendsForeignIssuerReport + ItemsCount int32 + Page int32 + PagesCount int32 + func (*GetDividendsForeignIssuerReportResponse) Descriptor() ([]byte, []int) + func (*GetDividendsForeignIssuerReportResponse) ProtoMessage() + func (x *GetDividendsForeignIssuerReportResponse) GetDividendsForeignIssuerReport() []*DividendsForeignIssuerReport + func (x *GetDividendsForeignIssuerReportResponse) GetItemsCount() int32 + func (x *GetDividendsForeignIssuerReportResponse) GetPage() int32 + func (x *GetDividendsForeignIssuerReportResponse) GetPagesCount() int32 + func (x *GetDividendsForeignIssuerReportResponse) ProtoReflect() protoreflect.Message + func (x *GetDividendsForeignIssuerReportResponse) Reset() + func (x *GetDividendsForeignIssuerReportResponse) String() string + type GetDividendsForeignIssuerRequest struct + Payload isGetDividendsForeignIssuerRequest_Payload + func (*GetDividendsForeignIssuerRequest) Descriptor() ([]byte, []int) + func (*GetDividendsForeignIssuerRequest) ProtoMessage() + func (m *GetDividendsForeignIssuerRequest) GetPayload() isGetDividendsForeignIssuerRequest_Payload + func (x *GetDividendsForeignIssuerRequest) GetGenerateDivForeignIssuerReport() *GenerateDividendsForeignIssuerReportRequest + func (x *GetDividendsForeignIssuerRequest) GetGetDivForeignIssuerReport() *GetDividendsForeignIssuerReportRequest + func (x *GetDividendsForeignIssuerRequest) ProtoReflect() protoreflect.Message + func (x *GetDividendsForeignIssuerRequest) Reset() + func (x *GetDividendsForeignIssuerRequest) String() string + type GetDividendsForeignIssuerRequest_GenerateDivForeignIssuerReport struct + GenerateDivForeignIssuerReport *GenerateDividendsForeignIssuerReportRequest + type GetDividendsForeignIssuerRequest_GetDivForeignIssuerReport struct + GetDivForeignIssuerReport *GetDividendsForeignIssuerReportRequest + type GetDividendsForeignIssuerResponse struct + Payload isGetDividendsForeignIssuerResponse_Payload + func (*GetDividendsForeignIssuerResponse) Descriptor() ([]byte, []int) + func (*GetDividendsForeignIssuerResponse) ProtoMessage() + func (m *GetDividendsForeignIssuerResponse) GetPayload() isGetDividendsForeignIssuerResponse_Payload + func (x *GetDividendsForeignIssuerResponse) GetDivForeignIssuerReport() *GetDividendsForeignIssuerReportResponse + func (x *GetDividendsForeignIssuerResponse) GetGenerateDivForeignIssuerReportResponse() *GenerateDividendsForeignIssuerReportResponse + func (x *GetDividendsForeignIssuerResponse) ProtoReflect() protoreflect.Message + func (x *GetDividendsForeignIssuerResponse) Reset() + func (x *GetDividendsForeignIssuerResponse) String() string + type GetDividendsForeignIssuerResponse_DivForeignIssuerReport struct + DivForeignIssuerReport *GetDividendsForeignIssuerReportResponse + type GetDividendsForeignIssuerResponse_GenerateDivForeignIssuerReportResponse struct + GenerateDivForeignIssuerReportResponse *GenerateDividendsForeignIssuerReportResponse + type GetDividendsRequest struct + Figi string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*GetDividendsRequest) Descriptor() ([]byte, []int) + func (*GetDividendsRequest) ProtoMessage() + func (x *GetDividendsRequest) GetFigi() string + func (x *GetDividendsRequest) GetFrom() *timestamppb.Timestamp + func (x *GetDividendsRequest) GetTo() *timestamppb.Timestamp + func (x *GetDividendsRequest) ProtoReflect() protoreflect.Message + func (x *GetDividendsRequest) Reset() + func (x *GetDividendsRequest) String() string + type GetDividendsResponse struct + Dividends []*Dividend + func (*GetDividendsResponse) Descriptor() ([]byte, []int) + func (*GetDividendsResponse) ProtoMessage() + func (x *GetDividendsResponse) GetDividends() []*Dividend + func (x *GetDividendsResponse) ProtoReflect() protoreflect.Message + func (x *GetDividendsResponse) Reset() + func (x *GetDividendsResponse) String() string + type GetFavoritesRequest struct + func (*GetFavoritesRequest) Descriptor() ([]byte, []int) + func (*GetFavoritesRequest) ProtoMessage() + func (x *GetFavoritesRequest) ProtoReflect() protoreflect.Message + func (x *GetFavoritesRequest) Reset() + func (x *GetFavoritesRequest) String() string + type GetFavoritesResponse struct + FavoriteInstruments []*FavoriteInstrument + func (*GetFavoritesResponse) Descriptor() ([]byte, []int) + func (*GetFavoritesResponse) ProtoMessage() + func (x *GetFavoritesResponse) GetFavoriteInstruments() []*FavoriteInstrument + func (x *GetFavoritesResponse) ProtoReflect() protoreflect.Message + func (x *GetFavoritesResponse) Reset() + func (x *GetFavoritesResponse) String() string + type GetFuturesMarginRequest struct + Figi string + func (*GetFuturesMarginRequest) Descriptor() ([]byte, []int) + func (*GetFuturesMarginRequest) ProtoMessage() + func (x *GetFuturesMarginRequest) GetFigi() string + func (x *GetFuturesMarginRequest) ProtoReflect() protoreflect.Message + func (x *GetFuturesMarginRequest) Reset() + func (x *GetFuturesMarginRequest) String() string + type GetFuturesMarginResponse struct + InitialMarginOnBuy *MoneyValue + InitialMarginOnSell *MoneyValue + MinPriceIncrement *Quotation + MinPriceIncrementAmount *Quotation + func (*GetFuturesMarginResponse) Descriptor() ([]byte, []int) + func (*GetFuturesMarginResponse) ProtoMessage() + func (x *GetFuturesMarginResponse) GetInitialMarginOnBuy() *MoneyValue + func (x *GetFuturesMarginResponse) GetInitialMarginOnSell() *MoneyValue + func (x *GetFuturesMarginResponse) GetMinPriceIncrement() *Quotation + func (x *GetFuturesMarginResponse) GetMinPriceIncrementAmount() *Quotation + func (x *GetFuturesMarginResponse) ProtoReflect() protoreflect.Message + func (x *GetFuturesMarginResponse) Reset() + func (x *GetFuturesMarginResponse) String() string + type GetInfoRequest struct + func (*GetInfoRequest) Descriptor() ([]byte, []int) + func (*GetInfoRequest) ProtoMessage() + func (x *GetInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetInfoRequest) Reset() + func (x *GetInfoRequest) String() string + type GetInfoResponse struct + PremStatus bool + QualStatus bool + QualifiedForWorkWith []string + Tariff string + func (*GetInfoResponse) Descriptor() ([]byte, []int) + func (*GetInfoResponse) ProtoMessage() + func (x *GetInfoResponse) GetPremStatus() bool + func (x *GetInfoResponse) GetQualStatus() bool + func (x *GetInfoResponse) GetQualifiedForWorkWith() []string + func (x *GetInfoResponse) GetTariff() string + func (x *GetInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetInfoResponse) Reset() + func (x *GetInfoResponse) String() string + type GetLastPricesRequest struct + Figi []string + InstrumentId []string + func (*GetLastPricesRequest) Descriptor() ([]byte, []int) + func (*GetLastPricesRequest) ProtoMessage() + func (x *GetLastPricesRequest) GetFigi() []string + func (x *GetLastPricesRequest) GetInstrumentId() []string + func (x *GetLastPricesRequest) ProtoReflect() protoreflect.Message + func (x *GetLastPricesRequest) Reset() + func (x *GetLastPricesRequest) String() string + type GetLastPricesResponse struct + LastPrices []*LastPrice + func (*GetLastPricesResponse) Descriptor() ([]byte, []int) + func (*GetLastPricesResponse) ProtoMessage() + func (x *GetLastPricesResponse) GetLastPrices() []*LastPrice + func (x *GetLastPricesResponse) ProtoReflect() protoreflect.Message + func (x *GetLastPricesResponse) Reset() + func (x *GetLastPricesResponse) String() string + type GetLastTradesRequest struct + Figi string + From *timestamppb.Timestamp + InstrumentId string + To *timestamppb.Timestamp + func (*GetLastTradesRequest) Descriptor() ([]byte, []int) + func (*GetLastTradesRequest) ProtoMessage() + func (x *GetLastTradesRequest) GetFigi() string + func (x *GetLastTradesRequest) GetFrom() *timestamppb.Timestamp + func (x *GetLastTradesRequest) GetInstrumentId() string + func (x *GetLastTradesRequest) GetTo() *timestamppb.Timestamp + func (x *GetLastTradesRequest) ProtoReflect() protoreflect.Message + func (x *GetLastTradesRequest) Reset() + func (x *GetLastTradesRequest) String() string + type GetLastTradesResponse struct + Trades []*Trade + func (*GetLastTradesResponse) Descriptor() ([]byte, []int) + func (*GetLastTradesResponse) ProtoMessage() + func (x *GetLastTradesResponse) GetTrades() []*Trade + func (x *GetLastTradesResponse) ProtoReflect() protoreflect.Message + func (x *GetLastTradesResponse) Reset() + func (x *GetLastTradesResponse) String() string + type GetMarginAttributesRequest struct + AccountId string + func (*GetMarginAttributesRequest) Descriptor() ([]byte, []int) + func (*GetMarginAttributesRequest) ProtoMessage() + func (x *GetMarginAttributesRequest) GetAccountId() string + func (x *GetMarginAttributesRequest) ProtoReflect() protoreflect.Message + func (x *GetMarginAttributesRequest) Reset() + func (x *GetMarginAttributesRequest) String() string + type GetMarginAttributesResponse struct + AmountOfMissingFunds *MoneyValue + CorrectedMargin *MoneyValue + FundsSufficiencyLevel *Quotation + LiquidPortfolio *MoneyValue + MinimalMargin *MoneyValue + StartingMargin *MoneyValue + func (*GetMarginAttributesResponse) Descriptor() ([]byte, []int) + func (*GetMarginAttributesResponse) ProtoMessage() + func (x *GetMarginAttributesResponse) GetAmountOfMissingFunds() *MoneyValue + func (x *GetMarginAttributesResponse) GetCorrectedMargin() *MoneyValue + func (x *GetMarginAttributesResponse) GetFundsSufficiencyLevel() *Quotation + func (x *GetMarginAttributesResponse) GetLiquidPortfolio() *MoneyValue + func (x *GetMarginAttributesResponse) GetMinimalMargin() *MoneyValue + func (x *GetMarginAttributesResponse) GetStartingMargin() *MoneyValue + func (x *GetMarginAttributesResponse) ProtoReflect() protoreflect.Message + func (x *GetMarginAttributesResponse) Reset() + func (x *GetMarginAttributesResponse) String() string + type GetMySubscriptions struct + func (*GetMySubscriptions) Descriptor() ([]byte, []int) + func (*GetMySubscriptions) ProtoMessage() + func (x *GetMySubscriptions) ProtoReflect() protoreflect.Message + func (x *GetMySubscriptions) Reset() + func (x *GetMySubscriptions) String() string + type GetOperationsByCursorRequest struct + AccountId string + Cursor string + From *timestamppb.Timestamp + InstrumentId string + Limit int32 + OperationTypes []OperationType + State OperationState + To *timestamppb.Timestamp + WithoutCommissions bool + WithoutOvernights bool + WithoutTrades bool + func (*GetOperationsByCursorRequest) Descriptor() ([]byte, []int) + func (*GetOperationsByCursorRequest) ProtoMessage() + func (x *GetOperationsByCursorRequest) GetAccountId() string + func (x *GetOperationsByCursorRequest) GetCursor() string + func (x *GetOperationsByCursorRequest) GetFrom() *timestamppb.Timestamp + func (x *GetOperationsByCursorRequest) GetInstrumentId() string + func (x *GetOperationsByCursorRequest) GetLimit() int32 + func (x *GetOperationsByCursorRequest) GetOperationTypes() []OperationType + func (x *GetOperationsByCursorRequest) GetState() OperationState + func (x *GetOperationsByCursorRequest) GetTo() *timestamppb.Timestamp + func (x *GetOperationsByCursorRequest) GetWithoutCommissions() bool + func (x *GetOperationsByCursorRequest) GetWithoutOvernights() bool + func (x *GetOperationsByCursorRequest) GetWithoutTrades() bool + func (x *GetOperationsByCursorRequest) ProtoReflect() protoreflect.Message + func (x *GetOperationsByCursorRequest) Reset() + func (x *GetOperationsByCursorRequest) String() string + type GetOperationsByCursorResponse struct + HasNext bool + Items []*OperationItem + NextCursor string + func (*GetOperationsByCursorResponse) Descriptor() ([]byte, []int) + func (*GetOperationsByCursorResponse) ProtoMessage() + func (x *GetOperationsByCursorResponse) GetHasNext() bool + func (x *GetOperationsByCursorResponse) GetItems() []*OperationItem + func (x *GetOperationsByCursorResponse) GetNextCursor() string + func (x *GetOperationsByCursorResponse) ProtoReflect() protoreflect.Message + func (x *GetOperationsByCursorResponse) Reset() + func (x *GetOperationsByCursorResponse) String() string + type GetOrderBookRequest struct + Depth int32 + Figi string + InstrumentId string + func (*GetOrderBookRequest) Descriptor() ([]byte, []int) + func (*GetOrderBookRequest) ProtoMessage() + func (x *GetOrderBookRequest) GetDepth() int32 + func (x *GetOrderBookRequest) GetFigi() string + func (x *GetOrderBookRequest) GetInstrumentId() string + func (x *GetOrderBookRequest) ProtoReflect() protoreflect.Message + func (x *GetOrderBookRequest) Reset() + func (x *GetOrderBookRequest) String() string + type GetOrderBookResponse struct + Asks []*Order + Bids []*Order + ClosePrice *Quotation + ClosePriceTs *timestamppb.Timestamp + Depth int32 + Figi string + InstrumentUid string + LastPrice *Quotation + LastPriceTs *timestamppb.Timestamp + LimitDown *Quotation + LimitUp *Quotation + OrderbookTs *timestamppb.Timestamp + func (*GetOrderBookResponse) Descriptor() ([]byte, []int) + func (*GetOrderBookResponse) ProtoMessage() + func (x *GetOrderBookResponse) GetAsks() []*Order + func (x *GetOrderBookResponse) GetBids() []*Order + func (x *GetOrderBookResponse) GetClosePrice() *Quotation + func (x *GetOrderBookResponse) GetClosePriceTs() *timestamppb.Timestamp + func (x *GetOrderBookResponse) GetDepth() int32 + func (x *GetOrderBookResponse) GetFigi() string + func (x *GetOrderBookResponse) GetInstrumentUid() string + func (x *GetOrderBookResponse) GetLastPrice() *Quotation + func (x *GetOrderBookResponse) GetLastPriceTs() *timestamppb.Timestamp + func (x *GetOrderBookResponse) GetLimitDown() *Quotation + func (x *GetOrderBookResponse) GetLimitUp() *Quotation + func (x *GetOrderBookResponse) GetOrderbookTs() *timestamppb.Timestamp + func (x *GetOrderBookResponse) ProtoReflect() protoreflect.Message + func (x *GetOrderBookResponse) Reset() + func (x *GetOrderBookResponse) String() string + type GetOrderStateRequest struct + AccountId string + OrderId string + func (*GetOrderStateRequest) Descriptor() ([]byte, []int) + func (*GetOrderStateRequest) ProtoMessage() + func (x *GetOrderStateRequest) GetAccountId() string + func (x *GetOrderStateRequest) GetOrderId() string + func (x *GetOrderStateRequest) ProtoReflect() protoreflect.Message + func (x *GetOrderStateRequest) Reset() + func (x *GetOrderStateRequest) String() string + type GetOrdersRequest struct + AccountId string + func (*GetOrdersRequest) Descriptor() ([]byte, []int) + func (*GetOrdersRequest) ProtoMessage() + func (x *GetOrdersRequest) GetAccountId() string + func (x *GetOrdersRequest) ProtoReflect() protoreflect.Message + func (x *GetOrdersRequest) Reset() + func (x *GetOrdersRequest) String() string + type GetOrdersResponse struct + Orders []*OrderState + func (*GetOrdersResponse) Descriptor() ([]byte, []int) + func (*GetOrdersResponse) ProtoMessage() + func (x *GetOrdersResponse) GetOrders() []*OrderState + func (x *GetOrdersResponse) ProtoReflect() protoreflect.Message + func (x *GetOrdersResponse) Reset() + func (x *GetOrdersResponse) String() string + type GetStopOrdersRequest struct + AccountId string + func (*GetStopOrdersRequest) Descriptor() ([]byte, []int) + func (*GetStopOrdersRequest) ProtoMessage() + func (x *GetStopOrdersRequest) GetAccountId() string + func (x *GetStopOrdersRequest) ProtoReflect() protoreflect.Message + func (x *GetStopOrdersRequest) Reset() + func (x *GetStopOrdersRequest) String() string + type GetStopOrdersResponse struct + StopOrders []*StopOrder + func (*GetStopOrdersResponse) Descriptor() ([]byte, []int) + func (*GetStopOrdersResponse) ProtoMessage() + func (x *GetStopOrdersResponse) GetStopOrders() []*StopOrder + func (x *GetStopOrdersResponse) ProtoReflect() protoreflect.Message + func (x *GetStopOrdersResponse) Reset() + func (x *GetStopOrdersResponse) String() string + type GetTradingStatusRequest struct + Figi string + InstrumentId string + func (*GetTradingStatusRequest) Descriptor() ([]byte, []int) + func (*GetTradingStatusRequest) ProtoMessage() + func (x *GetTradingStatusRequest) GetFigi() string + func (x *GetTradingStatusRequest) GetInstrumentId() string + func (x *GetTradingStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetTradingStatusRequest) Reset() + func (x *GetTradingStatusRequest) String() string + type GetTradingStatusResponse struct + ApiTradeAvailableFlag bool + Figi string + InstrumentUid string + LimitOrderAvailableFlag bool + MarketOrderAvailableFlag bool + TradingStatus SecurityTradingStatus + func (*GetTradingStatusResponse) Descriptor() ([]byte, []int) + func (*GetTradingStatusResponse) ProtoMessage() + func (x *GetTradingStatusResponse) GetApiTradeAvailableFlag() bool + func (x *GetTradingStatusResponse) GetFigi() string + func (x *GetTradingStatusResponse) GetInstrumentUid() string + func (x *GetTradingStatusResponse) GetLimitOrderAvailableFlag() bool + func (x *GetTradingStatusResponse) GetMarketOrderAvailableFlag() bool + func (x *GetTradingStatusResponse) GetTradingStatus() SecurityTradingStatus + func (x *GetTradingStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetTradingStatusResponse) Reset() + func (x *GetTradingStatusResponse) String() string + type GetTradingStatusesRequest struct + InstrumentId []string + func (*GetTradingStatusesRequest) Descriptor() ([]byte, []int) + func (*GetTradingStatusesRequest) ProtoMessage() + func (x *GetTradingStatusesRequest) GetInstrumentId() []string + func (x *GetTradingStatusesRequest) ProtoReflect() protoreflect.Message + func (x *GetTradingStatusesRequest) Reset() + func (x *GetTradingStatusesRequest) String() string + type GetTradingStatusesResponse struct + TradingStatuses []*GetTradingStatusResponse + func (*GetTradingStatusesResponse) Descriptor() ([]byte, []int) + func (*GetTradingStatusesResponse) ProtoMessage() + func (x *GetTradingStatusesResponse) GetTradingStatuses() []*GetTradingStatusResponse + func (x *GetTradingStatusesResponse) ProtoReflect() protoreflect.Message + func (x *GetTradingStatusesResponse) Reset() + func (x *GetTradingStatusesResponse) String() string + type GetUserTariffRequest struct + func (*GetUserTariffRequest) Descriptor() ([]byte, []int) + func (*GetUserTariffRequest) ProtoMessage() + func (x *GetUserTariffRequest) ProtoReflect() protoreflect.Message + func (x *GetUserTariffRequest) Reset() + func (x *GetUserTariffRequest) String() string + type GetUserTariffResponse struct + StreamLimits []*StreamLimit + UnaryLimits []*UnaryLimit + func (*GetUserTariffResponse) Descriptor() ([]byte, []int) + func (*GetUserTariffResponse) ProtoMessage() + func (x *GetUserTariffResponse) GetStreamLimits() []*StreamLimit + func (x *GetUserTariffResponse) GetUnaryLimits() []*UnaryLimit + func (x *GetUserTariffResponse) ProtoReflect() protoreflect.Message + func (x *GetUserTariffResponse) Reset() + func (x *GetUserTariffResponse) String() string + type HistoricCandle struct + Close *Quotation + High *Quotation + IsComplete bool + Low *Quotation + Open *Quotation + Time *timestamppb.Timestamp + Volume int64 + func (*HistoricCandle) Descriptor() ([]byte, []int) + func (*HistoricCandle) ProtoMessage() + func (hc *HistoricCandle) ToCSV() string + func (x *HistoricCandle) GetClose() *Quotation + func (x *HistoricCandle) GetHigh() *Quotation + func (x *HistoricCandle) GetIsComplete() bool + func (x *HistoricCandle) GetLow() *Quotation + func (x *HistoricCandle) GetOpen() *Quotation + func (x *HistoricCandle) GetTime() *timestamppb.Timestamp + func (x *HistoricCandle) GetVolume() int64 + func (x *HistoricCandle) ProtoReflect() protoreflect.Message + func (x *HistoricCandle) Reset() + func (x *HistoricCandle) String() string + type InfoInstrument struct + Figi string + InstrumentId string + func (*InfoInstrument) Descriptor() ([]byte, []int) + func (*InfoInstrument) ProtoMessage() + func (x *InfoInstrument) GetFigi() string + func (x *InfoInstrument) GetInstrumentId() string + func (x *InfoInstrument) ProtoReflect() protoreflect.Message + func (x *InfoInstrument) Reset() + func (x *InfoInstrument) String() string + type InfoSubscription struct + Figi string + InstrumentUid string + SubscriptionStatus SubscriptionStatus + func (*InfoSubscription) Descriptor() ([]byte, []int) + func (*InfoSubscription) ProtoMessage() + func (x *InfoSubscription) GetFigi() string + func (x *InfoSubscription) GetInstrumentUid() string + func (x *InfoSubscription) GetSubscriptionStatus() SubscriptionStatus + func (x *InfoSubscription) ProtoReflect() protoreflect.Message + func (x *InfoSubscription) Reset() + func (x *InfoSubscription) String() string + type Instrument struct + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + InstrumentKind InstrumentType + InstrumentType string + Isin string + Klong *Quotation + Kshort *Quotation + Lot int32 + MinPriceIncrement *Quotation + Name string + OtcFlag bool + PositionUid string + RealExchange RealExchange + SellAvailableFlag bool + ShortEnabledFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Instrument) Descriptor() ([]byte, []int) + func (*Instrument) ProtoMessage() + func (x *Instrument) GetApiTradeAvailableFlag() bool + func (x *Instrument) GetBlockedTcaFlag() bool + func (x *Instrument) GetBuyAvailableFlag() bool + func (x *Instrument) GetClassCode() string + func (x *Instrument) GetCountryOfRisk() string + func (x *Instrument) GetCountryOfRiskName() string + func (x *Instrument) GetCurrency() string + func (x *Instrument) GetDlong() *Quotation + func (x *Instrument) GetDlongMin() *Quotation + func (x *Instrument) GetDshort() *Quotation + func (x *Instrument) GetDshortMin() *Quotation + func (x *Instrument) GetExchange() string + func (x *Instrument) GetFigi() string + func (x *Instrument) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Instrument) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Instrument) GetForIisFlag() bool + func (x *Instrument) GetForQualInvestorFlag() bool + func (x *Instrument) GetInstrumentKind() InstrumentType + func (x *Instrument) GetInstrumentType() string + func (x *Instrument) GetIsin() string + func (x *Instrument) GetKlong() *Quotation + func (x *Instrument) GetKshort() *Quotation + func (x *Instrument) GetLot() int32 + func (x *Instrument) GetMinPriceIncrement() *Quotation + func (x *Instrument) GetName() string + func (x *Instrument) GetOtcFlag() bool + func (x *Instrument) GetPositionUid() string + func (x *Instrument) GetRealExchange() RealExchange + func (x *Instrument) GetSellAvailableFlag() bool + func (x *Instrument) GetShortEnabledFlag() bool + func (x *Instrument) GetTicker() string + func (x *Instrument) GetTradingStatus() SecurityTradingStatus + func (x *Instrument) GetUid() string + func (x *Instrument) GetWeekendFlag() bool + func (x *Instrument) ProtoReflect() protoreflect.Message + func (x *Instrument) Reset() + func (x *Instrument) String() string + type InstrumentClosePriceRequest struct + InstrumentId string + func (*InstrumentClosePriceRequest) Descriptor() ([]byte, []int) + func (*InstrumentClosePriceRequest) ProtoMessage() + func (x *InstrumentClosePriceRequest) GetInstrumentId() string + func (x *InstrumentClosePriceRequest) ProtoReflect() protoreflect.Message + func (x *InstrumentClosePriceRequest) Reset() + func (x *InstrumentClosePriceRequest) String() string + type InstrumentClosePriceResponse struct + Figi string + InstrumentUid string + Price *Quotation + Time *timestamppb.Timestamp + func (*InstrumentClosePriceResponse) Descriptor() ([]byte, []int) + func (*InstrumentClosePriceResponse) ProtoMessage() + func (x *InstrumentClosePriceResponse) GetFigi() string + func (x *InstrumentClosePriceResponse) GetInstrumentUid() string + func (x *InstrumentClosePriceResponse) GetPrice() *Quotation + func (x *InstrumentClosePriceResponse) GetTime() *timestamppb.Timestamp + func (x *InstrumentClosePriceResponse) ProtoReflect() protoreflect.Message + func (x *InstrumentClosePriceResponse) Reset() + func (x *InstrumentClosePriceResponse) String() string + type InstrumentIdType int32 + const InstrumentIdType_INSTRUMENT_ID_TYPE_FIGI + const InstrumentIdType_INSTRUMENT_ID_TYPE_POSITION_UID + const InstrumentIdType_INSTRUMENT_ID_TYPE_TICKER + const InstrumentIdType_INSTRUMENT_ID_TYPE_UID + const InstrumentIdType_INSTRUMENT_ID_UNSPECIFIED + func (InstrumentIdType) Descriptor() protoreflect.EnumDescriptor + func (InstrumentIdType) EnumDescriptor() ([]byte, []int) + func (InstrumentIdType) Type() protoreflect.EnumType + func (x InstrumentIdType) Enum() *InstrumentIdType + func (x InstrumentIdType) Number() protoreflect.EnumNumber + func (x InstrumentIdType) String() string + type InstrumentLink struct + InstrumentUid string + Type string + func (*InstrumentLink) Descriptor() ([]byte, []int) + func (*InstrumentLink) ProtoMessage() + func (x *InstrumentLink) GetInstrumentUid() string + func (x *InstrumentLink) GetType() string + func (x *InstrumentLink) ProtoReflect() protoreflect.Message + func (x *InstrumentLink) Reset() + func (x *InstrumentLink) String() string + type InstrumentRequest struct + ClassCode string + Id string + IdType InstrumentIdType + func (*InstrumentRequest) Descriptor() ([]byte, []int) + func (*InstrumentRequest) ProtoMessage() + func (x *InstrumentRequest) GetClassCode() string + func (x *InstrumentRequest) GetId() string + func (x *InstrumentRequest) GetIdType() InstrumentIdType + func (x *InstrumentRequest) ProtoReflect() protoreflect.Message + func (x *InstrumentRequest) Reset() + func (x *InstrumentRequest) String() string + type InstrumentResponse struct + Instrument *Instrument + func (*InstrumentResponse) Descriptor() ([]byte, []int) + func (*InstrumentResponse) ProtoMessage() + func (x *InstrumentResponse) GetInstrument() *Instrument + func (x *InstrumentResponse) ProtoReflect() protoreflect.Message + func (x *InstrumentResponse) Reset() + func (x *InstrumentResponse) String() string + type InstrumentShort struct + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + ClassCode string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + InstrumentKind InstrumentType + InstrumentType string + Isin string + Name string + PositionUid string + Ticker string + Uid string + WeekendFlag bool + func (*InstrumentShort) Descriptor() ([]byte, []int) + func (*InstrumentShort) ProtoMessage() + func (x *InstrumentShort) GetApiTradeAvailableFlag() bool + func (x *InstrumentShort) GetBlockedTcaFlag() bool + func (x *InstrumentShort) GetClassCode() string + func (x *InstrumentShort) GetFigi() string + func (x *InstrumentShort) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *InstrumentShort) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *InstrumentShort) GetForIisFlag() bool + func (x *InstrumentShort) GetForQualInvestorFlag() bool + func (x *InstrumentShort) GetInstrumentKind() InstrumentType + func (x *InstrumentShort) GetInstrumentType() string + func (x *InstrumentShort) GetIsin() string + func (x *InstrumentShort) GetName() string + func (x *InstrumentShort) GetPositionUid() string + func (x *InstrumentShort) GetTicker() string + func (x *InstrumentShort) GetUid() string + func (x *InstrumentShort) GetWeekendFlag() bool + func (x *InstrumentShort) ProtoReflect() protoreflect.Message + func (x *InstrumentShort) Reset() + func (x *InstrumentShort) String() string + type InstrumentStatus int32 + const InstrumentStatus_INSTRUMENT_STATUS_ALL + const InstrumentStatus_INSTRUMENT_STATUS_BASE + const InstrumentStatus_INSTRUMENT_STATUS_UNSPECIFIED + func (InstrumentStatus) Descriptor() protoreflect.EnumDescriptor + func (InstrumentStatus) EnumDescriptor() ([]byte, []int) + func (InstrumentStatus) Type() protoreflect.EnumType + func (x InstrumentStatus) Enum() *InstrumentStatus + func (x InstrumentStatus) Number() protoreflect.EnumNumber + func (x InstrumentStatus) String() string + type InstrumentType int32 + const InstrumentType_INSTRUMENT_TYPE_BOND + const InstrumentType_INSTRUMENT_TYPE_CLEARING_CERTIFICATE + const InstrumentType_INSTRUMENT_TYPE_CURRENCY + const InstrumentType_INSTRUMENT_TYPE_ETF + const InstrumentType_INSTRUMENT_TYPE_FUTURES + const InstrumentType_INSTRUMENT_TYPE_OPTION + const InstrumentType_INSTRUMENT_TYPE_SHARE + const InstrumentType_INSTRUMENT_TYPE_SP + const InstrumentType_INSTRUMENT_TYPE_UNSPECIFIED + func (InstrumentType) Descriptor() protoreflect.EnumDescriptor + func (InstrumentType) EnumDescriptor() ([]byte, []int) + func (InstrumentType) Type() protoreflect.EnumType + func (x InstrumentType) Enum() *InstrumentType + func (x InstrumentType) Number() protoreflect.EnumNumber + func (x InstrumentType) String() string + type InstrumentsRequest struct + InstrumentStatus InstrumentStatus + func (*InstrumentsRequest) Descriptor() ([]byte, []int) + func (*InstrumentsRequest) ProtoMessage() + func (x *InstrumentsRequest) GetInstrumentStatus() InstrumentStatus + func (x *InstrumentsRequest) ProtoReflect() protoreflect.Message + func (x *InstrumentsRequest) Reset() + func (x *InstrumentsRequest) String() string + type InstrumentsServiceClient interface + BondBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*BondResponse, error) + Bonds func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*BondsResponse, error) + Currencies func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*CurrenciesResponse, error) + CurrencyBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*CurrencyResponse, error) + EditFavorites func(ctx context.Context, in *EditFavoritesRequest, opts ...grpc.CallOption) (*EditFavoritesResponse, error) + EtfBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*EtfResponse, error) + Etfs func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*EtfsResponse, error) + FindInstrument func(ctx context.Context, in *FindInstrumentRequest, opts ...grpc.CallOption) (*FindInstrumentResponse, error) + FutureBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*FutureResponse, error) + Futures func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*FuturesResponse, error) + GetAccruedInterests func(ctx context.Context, in *GetAccruedInterestsRequest, opts ...grpc.CallOption) (*GetAccruedInterestsResponse, error) + GetAssetBy func(ctx context.Context, in *AssetRequest, opts ...grpc.CallOption) (*AssetResponse, error) + GetAssets func(ctx context.Context, in *AssetsRequest, opts ...grpc.CallOption) (*AssetsResponse, error) + GetBondCoupons func(ctx context.Context, in *GetBondCouponsRequest, opts ...grpc.CallOption) (*GetBondCouponsResponse, error) + GetBrandBy func(ctx context.Context, in *GetBrandRequest, opts ...grpc.CallOption) (*Brand, error) + GetBrands func(ctx context.Context, in *GetBrandsRequest, opts ...grpc.CallOption) (*GetBrandsResponse, error) + GetCountries func(ctx context.Context, in *GetCountriesRequest, opts ...grpc.CallOption) (*GetCountriesResponse, error) + GetDividends func(ctx context.Context, in *GetDividendsRequest, opts ...grpc.CallOption) (*GetDividendsResponse, error) + GetFavorites func(ctx context.Context, in *GetFavoritesRequest, opts ...grpc.CallOption) (*GetFavoritesResponse, error) + GetFuturesMargin func(ctx context.Context, in *GetFuturesMarginRequest, opts ...grpc.CallOption) (*GetFuturesMarginResponse, error) + GetInstrumentBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*InstrumentResponse, error) + OptionBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*OptionResponse, error) + Options func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*OptionsResponse, error) + OptionsBy func(ctx context.Context, in *FilterOptionsRequest, opts ...grpc.CallOption) (*OptionsResponse, error) + ShareBy func(ctx context.Context, in *InstrumentRequest, opts ...grpc.CallOption) (*ShareResponse, error) + Shares func(ctx context.Context, in *InstrumentsRequest, opts ...grpc.CallOption) (*SharesResponse, error) + TradingSchedules func(ctx context.Context, in *TradingSchedulesRequest, opts ...grpc.CallOption) (*TradingSchedulesResponse, error) + func NewInstrumentsServiceClient(cc grpc.ClientConnInterface) InstrumentsServiceClient + type InstrumentsServiceServer interface + BondBy func(context.Context, *InstrumentRequest) (*BondResponse, error) + Bonds func(context.Context, *InstrumentsRequest) (*BondsResponse, error) + Currencies func(context.Context, *InstrumentsRequest) (*CurrenciesResponse, error) + CurrencyBy func(context.Context, *InstrumentRequest) (*CurrencyResponse, error) + EditFavorites func(context.Context, *EditFavoritesRequest) (*EditFavoritesResponse, error) + EtfBy func(context.Context, *InstrumentRequest) (*EtfResponse, error) + Etfs func(context.Context, *InstrumentsRequest) (*EtfsResponse, error) + FindInstrument func(context.Context, *FindInstrumentRequest) (*FindInstrumentResponse, error) + FutureBy func(context.Context, *InstrumentRequest) (*FutureResponse, error) + Futures func(context.Context, *InstrumentsRequest) (*FuturesResponse, error) + GetAccruedInterests func(context.Context, *GetAccruedInterestsRequest) (*GetAccruedInterestsResponse, error) + GetAssetBy func(context.Context, *AssetRequest) (*AssetResponse, error) + GetAssets func(context.Context, *AssetsRequest) (*AssetsResponse, error) + GetBondCoupons func(context.Context, *GetBondCouponsRequest) (*GetBondCouponsResponse, error) + GetBrandBy func(context.Context, *GetBrandRequest) (*Brand, error) + GetBrands func(context.Context, *GetBrandsRequest) (*GetBrandsResponse, error) + GetCountries func(context.Context, *GetCountriesRequest) (*GetCountriesResponse, error) + GetDividends func(context.Context, *GetDividendsRequest) (*GetDividendsResponse, error) + GetFavorites func(context.Context, *GetFavoritesRequest) (*GetFavoritesResponse, error) + GetFuturesMargin func(context.Context, *GetFuturesMarginRequest) (*GetFuturesMarginResponse, error) + GetInstrumentBy func(context.Context, *InstrumentRequest) (*InstrumentResponse, error) + OptionBy func(context.Context, *InstrumentRequest) (*OptionResponse, error) + Options func(context.Context, *InstrumentsRequest) (*OptionsResponse, error) + OptionsBy func(context.Context, *FilterOptionsRequest) (*OptionsResponse, error) + ShareBy func(context.Context, *InstrumentRequest) (*ShareResponse, error) + Shares func(context.Context, *InstrumentsRequest) (*SharesResponse, error) + TradingSchedules func(context.Context, *TradingSchedulesRequest) (*TradingSchedulesResponse, error) + type LastPrice struct + Figi string + InstrumentUid string + Price *Quotation + Time *timestamppb.Timestamp + func (*LastPrice) Descriptor() ([]byte, []int) + func (*LastPrice) ProtoMessage() + func (x *LastPrice) GetFigi() string + func (x *LastPrice) GetInstrumentUid() string + func (x *LastPrice) GetPrice() *Quotation + func (x *LastPrice) GetTime() *timestamppb.Timestamp + func (x *LastPrice) ProtoReflect() protoreflect.Message + func (x *LastPrice) Reset() + func (x *LastPrice) String() string + type LastPriceInstrument struct + Figi string + InstrumentId string + func (*LastPriceInstrument) Descriptor() ([]byte, []int) + func (*LastPriceInstrument) ProtoMessage() + func (x *LastPriceInstrument) GetFigi() string + func (x *LastPriceInstrument) GetInstrumentId() string + func (x *LastPriceInstrument) ProtoReflect() protoreflect.Message + func (x *LastPriceInstrument) Reset() + func (x *LastPriceInstrument) String() string + type LastPriceSubscription struct + Figi string + InstrumentUid string + SubscriptionStatus SubscriptionStatus + func (*LastPriceSubscription) Descriptor() ([]byte, []int) + func (*LastPriceSubscription) ProtoMessage() + func (x *LastPriceSubscription) GetFigi() string + func (x *LastPriceSubscription) GetInstrumentUid() string + func (x *LastPriceSubscription) GetSubscriptionStatus() SubscriptionStatus + func (x *LastPriceSubscription) ProtoReflect() protoreflect.Message + func (x *LastPriceSubscription) Reset() + func (x *LastPriceSubscription) String() string + type MarketDataRequest struct + Payload isMarketDataRequest_Payload + func (*MarketDataRequest) Descriptor() ([]byte, []int) + func (*MarketDataRequest) ProtoMessage() + func (m *MarketDataRequest) GetPayload() isMarketDataRequest_Payload + func (x *MarketDataRequest) GetGetMySubscriptions() *GetMySubscriptions + func (x *MarketDataRequest) GetSubscribeCandlesRequest() *SubscribeCandlesRequest + func (x *MarketDataRequest) GetSubscribeInfoRequest() *SubscribeInfoRequest + func (x *MarketDataRequest) GetSubscribeLastPriceRequest() *SubscribeLastPriceRequest + func (x *MarketDataRequest) GetSubscribeOrderBookRequest() *SubscribeOrderBookRequest + func (x *MarketDataRequest) GetSubscribeTradesRequest() *SubscribeTradesRequest + func (x *MarketDataRequest) ProtoReflect() protoreflect.Message + func (x *MarketDataRequest) Reset() + func (x *MarketDataRequest) String() string + type MarketDataRequest_GetMySubscriptions struct + GetMySubscriptions *GetMySubscriptions + type MarketDataRequest_SubscribeCandlesRequest struct + SubscribeCandlesRequest *SubscribeCandlesRequest + type MarketDataRequest_SubscribeInfoRequest struct + SubscribeInfoRequest *SubscribeInfoRequest + type MarketDataRequest_SubscribeLastPriceRequest struct + SubscribeLastPriceRequest *SubscribeLastPriceRequest + type MarketDataRequest_SubscribeOrderBookRequest struct + SubscribeOrderBookRequest *SubscribeOrderBookRequest + type MarketDataRequest_SubscribeTradesRequest struct + SubscribeTradesRequest *SubscribeTradesRequest + type MarketDataResponse struct + Payload isMarketDataResponse_Payload + func (*MarketDataResponse) Descriptor() ([]byte, []int) + func (*MarketDataResponse) ProtoMessage() + func (m *MarketDataResponse) GetPayload() isMarketDataResponse_Payload + func (x *MarketDataResponse) GetCandle() *Candle + func (x *MarketDataResponse) GetLastPrice() *LastPrice + func (x *MarketDataResponse) GetOrderbook() *OrderBook + func (x *MarketDataResponse) GetPing() *Ping + func (x *MarketDataResponse) GetSubscribeCandlesResponse() *SubscribeCandlesResponse + func (x *MarketDataResponse) GetSubscribeInfoResponse() *SubscribeInfoResponse + func (x *MarketDataResponse) GetSubscribeLastPriceResponse() *SubscribeLastPriceResponse + func (x *MarketDataResponse) GetSubscribeOrderBookResponse() *SubscribeOrderBookResponse + func (x *MarketDataResponse) GetSubscribeTradesResponse() *SubscribeTradesResponse + func (x *MarketDataResponse) GetTrade() *Trade + func (x *MarketDataResponse) GetTradingStatus() *TradingStatus + func (x *MarketDataResponse) ProtoReflect() protoreflect.Message + func (x *MarketDataResponse) Reset() + func (x *MarketDataResponse) String() string + type MarketDataResponse_Candle struct + Candle *Candle + type MarketDataResponse_LastPrice struct + LastPrice *LastPrice + type MarketDataResponse_Orderbook struct + Orderbook *OrderBook + type MarketDataResponse_Ping struct + Ping *Ping + type MarketDataResponse_SubscribeCandlesResponse struct + SubscribeCandlesResponse *SubscribeCandlesResponse + type MarketDataResponse_SubscribeInfoResponse struct + SubscribeInfoResponse *SubscribeInfoResponse + type MarketDataResponse_SubscribeLastPriceResponse struct + SubscribeLastPriceResponse *SubscribeLastPriceResponse + type MarketDataResponse_SubscribeOrderBookResponse struct + SubscribeOrderBookResponse *SubscribeOrderBookResponse + type MarketDataResponse_SubscribeTradesResponse struct + SubscribeTradesResponse *SubscribeTradesResponse + type MarketDataResponse_Trade struct + Trade *Trade + type MarketDataResponse_TradingStatus struct + TradingStatus *TradingStatus + type MarketDataServerSideStreamRequest struct + SubscribeCandlesRequest *SubscribeCandlesRequest + SubscribeInfoRequest *SubscribeInfoRequest + SubscribeLastPriceRequest *SubscribeLastPriceRequest + SubscribeOrderBookRequest *SubscribeOrderBookRequest + SubscribeTradesRequest *SubscribeTradesRequest + func (*MarketDataServerSideStreamRequest) Descriptor() ([]byte, []int) + func (*MarketDataServerSideStreamRequest) ProtoMessage() + func (x *MarketDataServerSideStreamRequest) GetSubscribeCandlesRequest() *SubscribeCandlesRequest + func (x *MarketDataServerSideStreamRequest) GetSubscribeInfoRequest() *SubscribeInfoRequest + func (x *MarketDataServerSideStreamRequest) GetSubscribeLastPriceRequest() *SubscribeLastPriceRequest + func (x *MarketDataServerSideStreamRequest) GetSubscribeOrderBookRequest() *SubscribeOrderBookRequest + func (x *MarketDataServerSideStreamRequest) GetSubscribeTradesRequest() *SubscribeTradesRequest + func (x *MarketDataServerSideStreamRequest) ProtoReflect() protoreflect.Message + func (x *MarketDataServerSideStreamRequest) Reset() + func (x *MarketDataServerSideStreamRequest) String() string + type MarketDataServiceClient interface + GetCandles func(ctx context.Context, in *GetCandlesRequest, opts ...grpc.CallOption) (*GetCandlesResponse, error) + GetClosePrices func(ctx context.Context, in *GetClosePricesRequest, opts ...grpc.CallOption) (*GetClosePricesResponse, error) + GetLastPrices func(ctx context.Context, in *GetLastPricesRequest, opts ...grpc.CallOption) (*GetLastPricesResponse, error) + GetLastTrades func(ctx context.Context, in *GetLastTradesRequest, opts ...grpc.CallOption) (*GetLastTradesResponse, error) + GetOrderBook func(ctx context.Context, in *GetOrderBookRequest, opts ...grpc.CallOption) (*GetOrderBookResponse, error) + GetTradingStatus func(ctx context.Context, in *GetTradingStatusRequest, opts ...grpc.CallOption) (*GetTradingStatusResponse, error) + GetTradingStatuses func(ctx context.Context, in *GetTradingStatusesRequest, opts ...grpc.CallOption) (*GetTradingStatusesResponse, error) + func NewMarketDataServiceClient(cc grpc.ClientConnInterface) MarketDataServiceClient + type MarketDataServiceServer interface + GetCandles func(context.Context, *GetCandlesRequest) (*GetCandlesResponse, error) + GetClosePrices func(context.Context, *GetClosePricesRequest) (*GetClosePricesResponse, error) + GetLastPrices func(context.Context, *GetLastPricesRequest) (*GetLastPricesResponse, error) + GetLastTrades func(context.Context, *GetLastTradesRequest) (*GetLastTradesResponse, error) + GetOrderBook func(context.Context, *GetOrderBookRequest) (*GetOrderBookResponse, error) + GetTradingStatus func(context.Context, *GetTradingStatusRequest) (*GetTradingStatusResponse, error) + GetTradingStatuses func(context.Context, *GetTradingStatusesRequest) (*GetTradingStatusesResponse, error) + type MarketDataStreamServiceClient interface + MarketDataServerSideStream func(ctx context.Context, in *MarketDataServerSideStreamRequest, ...) (MarketDataStreamService_MarketDataServerSideStreamClient, error) + MarketDataStream func(ctx context.Context, opts ...grpc.CallOption) (MarketDataStreamService_MarketDataStreamClient, error) + func NewMarketDataStreamServiceClient(cc grpc.ClientConnInterface) MarketDataStreamServiceClient + type MarketDataStreamServiceServer interface + MarketDataServerSideStream func(*MarketDataServerSideStreamRequest, ...) error + MarketDataStream func(MarketDataStreamService_MarketDataStreamServer) error + type MarketDataStreamService_MarketDataServerSideStreamClient interface + Recv func() (*MarketDataResponse, error) + type MarketDataStreamService_MarketDataServerSideStreamServer interface + Send func(*MarketDataResponse) error + type MarketDataStreamService_MarketDataStreamClient interface + Recv func() (*MarketDataResponse, error) + Send func(*MarketDataRequest) error + type MarketDataStreamService_MarketDataStreamServer interface + Recv func() (*MarketDataRequest, error) + Send func(*MarketDataResponse) error + type MoneyValue struct + Currency string + Nano int32 + Units int64 + func (*MoneyValue) Descriptor() ([]byte, []int) + func (*MoneyValue) ProtoMessage() + func (mv *MoneyValue) ToFloat() float64 + func (x *MoneyValue) GetCurrency() string + func (x *MoneyValue) GetNano() int32 + func (x *MoneyValue) GetUnits() int64 + func (x *MoneyValue) ProtoReflect() protoreflect.Message + func (x *MoneyValue) Reset() + func (x *MoneyValue) String() string + type OpenSandboxAccountRequest struct + func (*OpenSandboxAccountRequest) Descriptor() ([]byte, []int) + func (*OpenSandboxAccountRequest) ProtoMessage() + func (x *OpenSandboxAccountRequest) ProtoReflect() protoreflect.Message + func (x *OpenSandboxAccountRequest) Reset() + func (x *OpenSandboxAccountRequest) String() string + type OpenSandboxAccountResponse struct + AccountId string + func (*OpenSandboxAccountResponse) Descriptor() ([]byte, []int) + func (*OpenSandboxAccountResponse) ProtoMessage() + func (x *OpenSandboxAccountResponse) GetAccountId() string + func (x *OpenSandboxAccountResponse) ProtoReflect() protoreflect.Message + func (x *OpenSandboxAccountResponse) Reset() + func (x *OpenSandboxAccountResponse) String() string + type Operation struct + AssetUid string + Currency string + Date *timestamppb.Timestamp + Figi string + Id string + InstrumentType string + InstrumentUid string + OperationType OperationType + ParentOperationId string + Payment *MoneyValue + PositionUid string + Price *MoneyValue + Quantity int64 + QuantityRest int64 + State OperationState + Trades []*OperationTrade + Type string + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (x *Operation) GetAssetUid() string + func (x *Operation) GetCurrency() string + func (x *Operation) GetDate() *timestamppb.Timestamp + func (x *Operation) GetFigi() string + func (x *Operation) GetId() string + func (x *Operation) GetInstrumentType() string + func (x *Operation) GetInstrumentUid() string + func (x *Operation) GetOperationType() OperationType + func (x *Operation) GetParentOperationId() string + func (x *Operation) GetPayment() *MoneyValue + func (x *Operation) GetPositionUid() string + func (x *Operation) GetPrice() *MoneyValue + func (x *Operation) GetQuantity() int64 + func (x *Operation) GetQuantityRest() int64 + func (x *Operation) GetState() OperationState + func (x *Operation) GetTrades() []*OperationTrade + func (x *Operation) GetType() string + func (x *Operation) ProtoReflect() protoreflect.Message + func (x *Operation) Reset() + func (x *Operation) String() string + type OperationItem struct + AccruedInt *MoneyValue + AssetUid string + BrokerAccountId string + CancelDateTime *timestamppb.Timestamp + CancelReason string + Commission *MoneyValue + Cursor string + Date *timestamppb.Timestamp + Description string + Figi string + Id string + InstrumentKind InstrumentType + InstrumentType string + InstrumentUid string + Name string + ParentOperationId string + Payment *MoneyValue + PositionUid string + Price *MoneyValue + Quantity int64 + QuantityDone int64 + QuantityRest int64 + State OperationState + TradesInfo *OperationItemTrades + Type OperationType + Yield *MoneyValue + YieldRelative *Quotation + func (*OperationItem) Descriptor() ([]byte, []int) + func (*OperationItem) ProtoMessage() + func (x *OperationItem) GetAccruedInt() *MoneyValue + func (x *OperationItem) GetAssetUid() string + func (x *OperationItem) GetBrokerAccountId() string + func (x *OperationItem) GetCancelDateTime() *timestamppb.Timestamp + func (x *OperationItem) GetCancelReason() string + func (x *OperationItem) GetCommission() *MoneyValue + func (x *OperationItem) GetCursor() string + func (x *OperationItem) GetDate() *timestamppb.Timestamp + func (x *OperationItem) GetDescription() string + func (x *OperationItem) GetFigi() string + func (x *OperationItem) GetId() string + func (x *OperationItem) GetInstrumentKind() InstrumentType + func (x *OperationItem) GetInstrumentType() string + func (x *OperationItem) GetInstrumentUid() string + func (x *OperationItem) GetName() string + func (x *OperationItem) GetParentOperationId() string + func (x *OperationItem) GetPayment() *MoneyValue + func (x *OperationItem) GetPositionUid() string + func (x *OperationItem) GetPrice() *MoneyValue + func (x *OperationItem) GetQuantity() int64 + func (x *OperationItem) GetQuantityDone() int64 + func (x *OperationItem) GetQuantityRest() int64 + func (x *OperationItem) GetState() OperationState + func (x *OperationItem) GetTradesInfo() *OperationItemTrades + func (x *OperationItem) GetType() OperationType + func (x *OperationItem) GetYield() *MoneyValue + func (x *OperationItem) GetYieldRelative() *Quotation + func (x *OperationItem) ProtoReflect() protoreflect.Message + func (x *OperationItem) Reset() + func (x *OperationItem) String() string + type OperationItemTrade struct + Date *timestamppb.Timestamp + Num string + Price *MoneyValue + Quantity int64 + Yield *MoneyValue + YieldRelative *Quotation + func (*OperationItemTrade) Descriptor() ([]byte, []int) + func (*OperationItemTrade) ProtoMessage() + func (x *OperationItemTrade) GetDate() *timestamppb.Timestamp + func (x *OperationItemTrade) GetNum() string + func (x *OperationItemTrade) GetPrice() *MoneyValue + func (x *OperationItemTrade) GetQuantity() int64 + func (x *OperationItemTrade) GetYield() *MoneyValue + func (x *OperationItemTrade) GetYieldRelative() *Quotation + func (x *OperationItemTrade) ProtoReflect() protoreflect.Message + func (x *OperationItemTrade) Reset() + func (x *OperationItemTrade) String() string + type OperationItemTrades struct + Trades []*OperationItemTrade + func (*OperationItemTrades) Descriptor() ([]byte, []int) + func (*OperationItemTrades) ProtoMessage() + func (x *OperationItemTrades) GetTrades() []*OperationItemTrade + func (x *OperationItemTrades) ProtoReflect() protoreflect.Message + func (x *OperationItemTrades) Reset() + func (x *OperationItemTrades) String() string + type OperationState int32 + const OperationState_OPERATION_STATE_CANCELED + const OperationState_OPERATION_STATE_EXECUTED + const OperationState_OPERATION_STATE_PROGRESS + const OperationState_OPERATION_STATE_UNSPECIFIED + func (OperationState) Descriptor() protoreflect.EnumDescriptor + func (OperationState) EnumDescriptor() ([]byte, []int) + func (OperationState) Type() protoreflect.EnumType + func (x OperationState) Enum() *OperationState + func (x OperationState) Number() protoreflect.EnumNumber + func (x OperationState) String() string + type OperationTrade struct + DateTime *timestamppb.Timestamp + Price *MoneyValue + Quantity int64 + TradeId string + func (*OperationTrade) Descriptor() ([]byte, []int) + func (*OperationTrade) ProtoMessage() + func (x *OperationTrade) GetDateTime() *timestamppb.Timestamp + func (x *OperationTrade) GetPrice() *MoneyValue + func (x *OperationTrade) GetQuantity() int64 + func (x *OperationTrade) GetTradeId() string + func (x *OperationTrade) ProtoReflect() protoreflect.Message + func (x *OperationTrade) Reset() + func (x *OperationTrade) String() string + type OperationType int32 + const OperationType_OPERATION_TYPE_ACCRUING_VARMARGIN + const OperationType_OPERATION_TYPE_ADVICE_FEE + const OperationType_OPERATION_TYPE_BENEFIT_TAX + const OperationType_OPERATION_TYPE_BENEFIT_TAX_PROGRESSIVE + const OperationType_OPERATION_TYPE_BOND_REPAYMENT + const OperationType_OPERATION_TYPE_BOND_REPAYMENT_FULL + const OperationType_OPERATION_TYPE_BOND_TAX + const OperationType_OPERATION_TYPE_BOND_TAX_PROGRESSIVE + const OperationType_OPERATION_TYPE_BROKER_FEE + const OperationType_OPERATION_TYPE_BUY + const OperationType_OPERATION_TYPE_BUY_CARD + const OperationType_OPERATION_TYPE_BUY_MARGIN + const OperationType_OPERATION_TYPE_CASH_FEE + const OperationType_OPERATION_TYPE_COUPON + const OperationType_OPERATION_TYPE_DELIVERY_BUY + const OperationType_OPERATION_TYPE_DELIVERY_SELL + const OperationType_OPERATION_TYPE_DIVIDEND + const OperationType_OPERATION_TYPE_DIVIDEND_TAX + const OperationType_OPERATION_TYPE_DIVIDEND_TAX_PROGRESSIVE + const OperationType_OPERATION_TYPE_DIVIDEND_TRANSFER + const OperationType_OPERATION_TYPE_DIV_EXT + const OperationType_OPERATION_TYPE_INPUT + const OperationType_OPERATION_TYPE_INPUT_ACQUIRING + const OperationType_OPERATION_TYPE_INPUT_SECURITIES + const OperationType_OPERATION_TYPE_INPUT_SWIFT + const OperationType_OPERATION_TYPE_INP_MULTI + const OperationType_OPERATION_TYPE_MARGIN_FEE + const OperationType_OPERATION_TYPE_OPTION_EXPIRATION + const OperationType_OPERATION_TYPE_OUTPUT + const OperationType_OPERATION_TYPE_OUTPUT_ACQUIRING + const OperationType_OPERATION_TYPE_OUTPUT_PENALTY + const OperationType_OPERATION_TYPE_OUTPUT_SECURITIES + const OperationType_OPERATION_TYPE_OUTPUT_SWIFT + const OperationType_OPERATION_TYPE_OUT_FEE + const OperationType_OPERATION_TYPE_OUT_MULTI + const OperationType_OPERATION_TYPE_OUT_STAMP_DUTY + const OperationType_OPERATION_TYPE_OVERNIGHT + const OperationType_OPERATION_TYPE_OVER_COM + const OperationType_OPERATION_TYPE_OVER_INCOME + const OperationType_OPERATION_TYPE_OVER_PLACEMENT + const OperationType_OPERATION_TYPE_SELL + const OperationType_OPERATION_TYPE_SELL_CARD + const OperationType_OPERATION_TYPE_SELL_MARGIN + const OperationType_OPERATION_TYPE_SERVICE_FEE + const OperationType_OPERATION_TYPE_SUCCESS_FEE + const OperationType_OPERATION_TYPE_TAX + const OperationType_OPERATION_TYPE_TAX_CORRECTION + const OperationType_OPERATION_TYPE_TAX_CORRECTION_COUPON + const OperationType_OPERATION_TYPE_TAX_CORRECTION_PROGRESSIVE + const OperationType_OPERATION_TYPE_TAX_PROGRESSIVE + const OperationType_OPERATION_TYPE_TAX_REPO + const OperationType_OPERATION_TYPE_TAX_REPO_HOLD + const OperationType_OPERATION_TYPE_TAX_REPO_HOLD_PROGRESSIVE + const OperationType_OPERATION_TYPE_TAX_REPO_PROGRESSIVE + const OperationType_OPERATION_TYPE_TAX_REPO_REFUND + const OperationType_OPERATION_TYPE_TAX_REPO_REFUND_PROGRESSIVE + const OperationType_OPERATION_TYPE_TRACK_MFEE + const OperationType_OPERATION_TYPE_TRACK_PFEE + const OperationType_OPERATION_TYPE_TRANS_BS_BS + const OperationType_OPERATION_TYPE_TRANS_IIS_BS + const OperationType_OPERATION_TYPE_UNSPECIFIED + const OperationType_OPERATION_TYPE_WRITING_OFF_VARMARGIN + func (OperationType) Descriptor() protoreflect.EnumDescriptor + func (OperationType) EnumDescriptor() ([]byte, []int) + func (OperationType) Type() protoreflect.EnumType + func (x OperationType) Enum() *OperationType + func (x OperationType) Number() protoreflect.EnumNumber + func (x OperationType) String() string + type OperationsRequest struct + AccountId string + Figi string + From *timestamppb.Timestamp + State OperationState + To *timestamppb.Timestamp + func (*OperationsRequest) Descriptor() ([]byte, []int) + func (*OperationsRequest) ProtoMessage() + func (x *OperationsRequest) GetAccountId() string + func (x *OperationsRequest) GetFigi() string + func (x *OperationsRequest) GetFrom() *timestamppb.Timestamp + func (x *OperationsRequest) GetState() OperationState + func (x *OperationsRequest) GetTo() *timestamppb.Timestamp + func (x *OperationsRequest) ProtoReflect() protoreflect.Message + func (x *OperationsRequest) Reset() + func (x *OperationsRequest) String() string + type OperationsResponse struct + Operations []*Operation + func (*OperationsResponse) Descriptor() ([]byte, []int) + func (*OperationsResponse) ProtoMessage() + func (x *OperationsResponse) GetOperations() []*Operation + func (x *OperationsResponse) ProtoReflect() protoreflect.Message + func (x *OperationsResponse) Reset() + func (x *OperationsResponse) String() string + type OperationsServiceClient interface + GetBrokerReport func(ctx context.Context, in *BrokerReportRequest, opts ...grpc.CallOption) (*BrokerReportResponse, error) + GetDividendsForeignIssuer func(ctx context.Context, in *GetDividendsForeignIssuerRequest, ...) (*GetDividendsForeignIssuerResponse, error) + GetOperations func(ctx context.Context, in *OperationsRequest, opts ...grpc.CallOption) (*OperationsResponse, error) + GetOperationsByCursor func(ctx context.Context, in *GetOperationsByCursorRequest, opts ...grpc.CallOption) (*GetOperationsByCursorResponse, error) + GetPortfolio func(ctx context.Context, in *PortfolioRequest, opts ...grpc.CallOption) (*PortfolioResponse, error) + GetPositions func(ctx context.Context, in *PositionsRequest, opts ...grpc.CallOption) (*PositionsResponse, error) + GetWithdrawLimits func(ctx context.Context, in *WithdrawLimitsRequest, opts ...grpc.CallOption) (*WithdrawLimitsResponse, error) + func NewOperationsServiceClient(cc grpc.ClientConnInterface) OperationsServiceClient + type OperationsServiceServer interface + GetBrokerReport func(context.Context, *BrokerReportRequest) (*BrokerReportResponse, error) + GetDividendsForeignIssuer func(context.Context, *GetDividendsForeignIssuerRequest) (*GetDividendsForeignIssuerResponse, error) + GetOperations func(context.Context, *OperationsRequest) (*OperationsResponse, error) + GetOperationsByCursor func(context.Context, *GetOperationsByCursorRequest) (*GetOperationsByCursorResponse, error) + GetPortfolio func(context.Context, *PortfolioRequest) (*PortfolioResponse, error) + GetPositions func(context.Context, *PositionsRequest) (*PositionsResponse, error) + GetWithdrawLimits func(context.Context, *WithdrawLimitsRequest) (*WithdrawLimitsResponse, error) + type OperationsStreamServiceClient interface + PortfolioStream func(ctx context.Context, in *PortfolioStreamRequest, opts ...grpc.CallOption) (OperationsStreamService_PortfolioStreamClient, error) + PositionsStream func(ctx context.Context, in *PositionsStreamRequest, opts ...grpc.CallOption) (OperationsStreamService_PositionsStreamClient, error) + func NewOperationsStreamServiceClient(cc grpc.ClientConnInterface) OperationsStreamServiceClient + type OperationsStreamServiceServer interface + PortfolioStream func(*PortfolioStreamRequest, OperationsStreamService_PortfolioStreamServer) error + PositionsStream func(*PositionsStreamRequest, OperationsStreamService_PositionsStreamServer) error + type OperationsStreamService_PortfolioStreamClient interface + Recv func() (*PortfolioStreamResponse, error) + type OperationsStreamService_PortfolioStreamServer interface + Send func(*PortfolioStreamResponse) error + type OperationsStreamService_PositionsStreamClient interface + Recv func() (*PositionsStreamResponse, error) + type OperationsStreamService_PositionsStreamServer interface + Send func(*PositionsStreamResponse) error + type Option struct + ApiTradeAvailableFlag bool + AssetType string + BasicAsset string + BasicAssetPositionUid string + BasicAssetSize *Quotation + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + Direction OptionDirection + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + ExpirationDate *timestamppb.Timestamp + FirstTradeDate *timestamppb.Timestamp + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + Klong *Quotation + Kshort *Quotation + LastTradeDate *timestamppb.Timestamp + Lot int32 + MinPriceIncrement *Quotation + Name string + OtcFlag bool + PaymentType OptionPaymentType + PositionUid string + RealExchange RealExchange + Sector string + SellAvailableFlag bool + SettlementCurrency string + SettlementType OptionSettlementType + ShortEnabledFlag bool + StrikePrice *MoneyValue + Style OptionStyle + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Option) Descriptor() ([]byte, []int) + func (*Option) ProtoMessage() + func (x *Option) GetApiTradeAvailableFlag() bool + func (x *Option) GetAssetType() string + func (x *Option) GetBasicAsset() string + func (x *Option) GetBasicAssetPositionUid() string + func (x *Option) GetBasicAssetSize() *Quotation + func (x *Option) GetBlockedTcaFlag() bool + func (x *Option) GetBuyAvailableFlag() bool + func (x *Option) GetClassCode() string + func (x *Option) GetCountryOfRisk() string + func (x *Option) GetCountryOfRiskName() string + func (x *Option) GetCurrency() string + func (x *Option) GetDirection() OptionDirection + func (x *Option) GetDlong() *Quotation + func (x *Option) GetDlongMin() *Quotation + func (x *Option) GetDshort() *Quotation + func (x *Option) GetDshortMin() *Quotation + func (x *Option) GetExchange() string + func (x *Option) GetExpirationDate() *timestamppb.Timestamp + func (x *Option) GetFirstTradeDate() *timestamppb.Timestamp + func (x *Option) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Option) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Option) GetForIisFlag() bool + func (x *Option) GetForQualInvestorFlag() bool + func (x *Option) GetKlong() *Quotation + func (x *Option) GetKshort() *Quotation + func (x *Option) GetLastTradeDate() *timestamppb.Timestamp + func (x *Option) GetLot() int32 + func (x *Option) GetMinPriceIncrement() *Quotation + func (x *Option) GetName() string + func (x *Option) GetOtcFlag() bool + func (x *Option) GetPaymentType() OptionPaymentType + func (x *Option) GetPositionUid() string + func (x *Option) GetRealExchange() RealExchange + func (x *Option) GetSector() string + func (x *Option) GetSellAvailableFlag() bool + func (x *Option) GetSettlementCurrency() string + func (x *Option) GetSettlementType() OptionSettlementType + func (x *Option) GetShortEnabledFlag() bool + func (x *Option) GetStrikePrice() *MoneyValue + func (x *Option) GetStyle() OptionStyle + func (x *Option) GetTicker() string + func (x *Option) GetTradingStatus() SecurityTradingStatus + func (x *Option) GetUid() string + func (x *Option) GetWeekendFlag() bool + func (x *Option) ProtoReflect() protoreflect.Message + func (x *Option) Reset() + func (x *Option) String() string + type OptionDirection int32 + const OptionDirection_OPTION_DIRECTION_CALL + const OptionDirection_OPTION_DIRECTION_PUT + const OptionDirection_OPTION_DIRECTION_UNSPECIFIED + func (OptionDirection) Descriptor() protoreflect.EnumDescriptor + func (OptionDirection) EnumDescriptor() ([]byte, []int) + func (OptionDirection) Type() protoreflect.EnumType + func (x OptionDirection) Enum() *OptionDirection + func (x OptionDirection) Number() protoreflect.EnumNumber + func (x OptionDirection) String() string + type OptionPaymentType int32 + const OptionPaymentType_OPTION_PAYMENT_TYPE_MARGINAL + const OptionPaymentType_OPTION_PAYMENT_TYPE_PREMIUM + const OptionPaymentType_OPTION_PAYMENT_TYPE_UNSPECIFIED + func (OptionPaymentType) Descriptor() protoreflect.EnumDescriptor + func (OptionPaymentType) EnumDescriptor() ([]byte, []int) + func (OptionPaymentType) Type() protoreflect.EnumType + func (x OptionPaymentType) Enum() *OptionPaymentType + func (x OptionPaymentType) Number() protoreflect.EnumNumber + func (x OptionPaymentType) String() string + type OptionResponse struct + Instrument *Option + func (*OptionResponse) Descriptor() ([]byte, []int) + func (*OptionResponse) ProtoMessage() + func (x *OptionResponse) GetInstrument() *Option + func (x *OptionResponse) ProtoReflect() protoreflect.Message + func (x *OptionResponse) Reset() + func (x *OptionResponse) String() string + type OptionSettlementType int32 + const OptionSettlementType_OPTION_EXECUTION_TYPE_CASH_SETTLEMENT + const OptionSettlementType_OPTION_EXECUTION_TYPE_PHYSICAL_DELIVERY + const OptionSettlementType_OPTION_EXECUTION_TYPE_UNSPECIFIED + func (OptionSettlementType) Descriptor() protoreflect.EnumDescriptor + func (OptionSettlementType) EnumDescriptor() ([]byte, []int) + func (OptionSettlementType) Type() protoreflect.EnumType + func (x OptionSettlementType) Enum() *OptionSettlementType + func (x OptionSettlementType) Number() protoreflect.EnumNumber + func (x OptionSettlementType) String() string + type OptionStyle int32 + const OptionStyle_OPTION_STYLE_AMERICAN + const OptionStyle_OPTION_STYLE_EUROPEAN + const OptionStyle_OPTION_STYLE_UNSPECIFIED + func (OptionStyle) Descriptor() protoreflect.EnumDescriptor + func (OptionStyle) EnumDescriptor() ([]byte, []int) + func (OptionStyle) Type() protoreflect.EnumType + func (x OptionStyle) Enum() *OptionStyle + func (x OptionStyle) Number() protoreflect.EnumNumber + func (x OptionStyle) String() string + type OptionsResponse struct + Instruments []*Option + func (*OptionsResponse) Descriptor() ([]byte, []int) + func (*OptionsResponse) ProtoMessage() + func (x *OptionsResponse) GetInstruments() []*Option + func (x *OptionsResponse) ProtoReflect() protoreflect.Message + func (x *OptionsResponse) Reset() + func (x *OptionsResponse) String() string + type Order struct + Price *Quotation + Quantity int64 + func (*Order) Descriptor() ([]byte, []int) + func (*Order) ProtoMessage() + func (x *Order) GetPrice() *Quotation + func (x *Order) GetQuantity() int64 + func (x *Order) ProtoReflect() protoreflect.Message + func (x *Order) Reset() + func (x *Order) String() string + type OrderBook struct + Asks []*Order + Bids []*Order + Depth int32 + Figi string + InstrumentUid string + IsConsistent bool + LimitDown *Quotation + LimitUp *Quotation + Time *timestamppb.Timestamp + func (*OrderBook) Descriptor() ([]byte, []int) + func (*OrderBook) ProtoMessage() + func (x *OrderBook) GetAsks() []*Order + func (x *OrderBook) GetBids() []*Order + func (x *OrderBook) GetDepth() int32 + func (x *OrderBook) GetFigi() string + func (x *OrderBook) GetInstrumentUid() string + func (x *OrderBook) GetIsConsistent() bool + func (x *OrderBook) GetLimitDown() *Quotation + func (x *OrderBook) GetLimitUp() *Quotation + func (x *OrderBook) GetTime() *timestamppb.Timestamp + func (x *OrderBook) ProtoReflect() protoreflect.Message + func (x *OrderBook) Reset() + func (x *OrderBook) String() string + type OrderBookInstrument struct + Depth int32 + Figi string + InstrumentId string + func (*OrderBookInstrument) Descriptor() ([]byte, []int) + func (*OrderBookInstrument) ProtoMessage() + func (x *OrderBookInstrument) GetDepth() int32 + func (x *OrderBookInstrument) GetFigi() string + func (x *OrderBookInstrument) GetInstrumentId() string + func (x *OrderBookInstrument) ProtoReflect() protoreflect.Message + func (x *OrderBookInstrument) Reset() + func (x *OrderBookInstrument) String() string + type OrderBookSubscription struct + Depth int32 + Figi string + InstrumentUid string + SubscriptionStatus SubscriptionStatus + func (*OrderBookSubscription) Descriptor() ([]byte, []int) + func (*OrderBookSubscription) ProtoMessage() + func (x *OrderBookSubscription) GetDepth() int32 + func (x *OrderBookSubscription) GetFigi() string + func (x *OrderBookSubscription) GetInstrumentUid() string + func (x *OrderBookSubscription) GetSubscriptionStatus() SubscriptionStatus + func (x *OrderBookSubscription) ProtoReflect() protoreflect.Message + func (x *OrderBookSubscription) Reset() + func (x *OrderBookSubscription) String() string + type OrderDirection int32 + const OrderDirection_ORDER_DIRECTION_BUY + const OrderDirection_ORDER_DIRECTION_SELL + const OrderDirection_ORDER_DIRECTION_UNSPECIFIED + func (OrderDirection) Descriptor() protoreflect.EnumDescriptor + func (OrderDirection) EnumDescriptor() ([]byte, []int) + func (OrderDirection) Type() protoreflect.EnumType + func (x OrderDirection) Enum() *OrderDirection + func (x OrderDirection) Number() protoreflect.EnumNumber + func (x OrderDirection) String() string + type OrderExecutionReportStatus int32 + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_CANCELLED + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_FILL + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_NEW + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_PARTIALLYFILL + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_REJECTED + const OrderExecutionReportStatus_EXECUTION_REPORT_STATUS_UNSPECIFIED + func (OrderExecutionReportStatus) Descriptor() protoreflect.EnumDescriptor + func (OrderExecutionReportStatus) EnumDescriptor() ([]byte, []int) + func (OrderExecutionReportStatus) Type() protoreflect.EnumType + func (x OrderExecutionReportStatus) Enum() *OrderExecutionReportStatus + func (x OrderExecutionReportStatus) Number() protoreflect.EnumNumber + func (x OrderExecutionReportStatus) String() string + type OrderStage struct + Price *MoneyValue + Quantity int64 + TradeId string + func (*OrderStage) Descriptor() ([]byte, []int) + func (*OrderStage) ProtoMessage() + func (x *OrderStage) GetPrice() *MoneyValue + func (x *OrderStage) GetQuantity() int64 + func (x *OrderStage) GetTradeId() string + func (x *OrderStage) ProtoReflect() protoreflect.Message + func (x *OrderStage) Reset() + func (x *OrderStage) String() string + type OrderState struct + AveragePositionPrice *MoneyValue + Currency string + Direction OrderDirection + ExecutedCommission *MoneyValue + ExecutedOrderPrice *MoneyValue + ExecutionReportStatus OrderExecutionReportStatus + Figi string + InitialCommission *MoneyValue + InitialOrderPrice *MoneyValue + InitialSecurityPrice *MoneyValue + InstrumentUid string + LotsExecuted int64 + LotsRequested int64 + OrderDate *timestamppb.Timestamp + OrderId string + OrderRequestId string + OrderType OrderType + ServiceCommission *MoneyValue + Stages []*OrderStage + TotalOrderAmount *MoneyValue + func (*OrderState) Descriptor() ([]byte, []int) + func (*OrderState) ProtoMessage() + func (x *OrderState) GetAveragePositionPrice() *MoneyValue + func (x *OrderState) GetCurrency() string + func (x *OrderState) GetDirection() OrderDirection + func (x *OrderState) GetExecutedCommission() *MoneyValue + func (x *OrderState) GetExecutedOrderPrice() *MoneyValue + func (x *OrderState) GetExecutionReportStatus() OrderExecutionReportStatus + func (x *OrderState) GetFigi() string + func (x *OrderState) GetInitialCommission() *MoneyValue + func (x *OrderState) GetInitialOrderPrice() *MoneyValue + func (x *OrderState) GetInitialSecurityPrice() *MoneyValue + func (x *OrderState) GetInstrumentUid() string + func (x *OrderState) GetLotsExecuted() int64 + func (x *OrderState) GetLotsRequested() int64 + func (x *OrderState) GetOrderDate() *timestamppb.Timestamp + func (x *OrderState) GetOrderId() string + func (x *OrderState) GetOrderRequestId() string + func (x *OrderState) GetOrderType() OrderType + func (x *OrderState) GetServiceCommission() *MoneyValue + func (x *OrderState) GetStages() []*OrderStage + func (x *OrderState) GetTotalOrderAmount() *MoneyValue + func (x *OrderState) ProtoReflect() protoreflect.Message + func (x *OrderState) Reset() + func (x *OrderState) String() string + type OrderTrade struct + DateTime *timestamppb.Timestamp + Price *Quotation + Quantity int64 + TradeId string + func (*OrderTrade) Descriptor() ([]byte, []int) + func (*OrderTrade) ProtoMessage() + func (x *OrderTrade) GetDateTime() *timestamppb.Timestamp + func (x *OrderTrade) GetPrice() *Quotation + func (x *OrderTrade) GetQuantity() int64 + func (x *OrderTrade) GetTradeId() string + func (x *OrderTrade) ProtoReflect() protoreflect.Message + func (x *OrderTrade) Reset() + func (x *OrderTrade) String() string + type OrderTrades struct + AccountId string + CreatedAt *timestamppb.Timestamp + Direction OrderDirection + Figi string + InstrumentUid string + OrderId string + Trades []*OrderTrade + func (*OrderTrades) Descriptor() ([]byte, []int) + func (*OrderTrades) ProtoMessage() + func (x *OrderTrades) GetAccountId() string + func (x *OrderTrades) GetCreatedAt() *timestamppb.Timestamp + func (x *OrderTrades) GetDirection() OrderDirection + func (x *OrderTrades) GetFigi() string + func (x *OrderTrades) GetInstrumentUid() string + func (x *OrderTrades) GetOrderId() string + func (x *OrderTrades) GetTrades() []*OrderTrade + func (x *OrderTrades) ProtoReflect() protoreflect.Message + func (x *OrderTrades) Reset() + func (x *OrderTrades) String() string + type OrderType int32 + const OrderType_ORDER_TYPE_BESTPRICE + const OrderType_ORDER_TYPE_LIMIT + const OrderType_ORDER_TYPE_MARKET + const OrderType_ORDER_TYPE_UNSPECIFIED + func (OrderType) Descriptor() protoreflect.EnumDescriptor + func (OrderType) EnumDescriptor() ([]byte, []int) + func (OrderType) Type() protoreflect.EnumType + func (x OrderType) Enum() *OrderType + func (x OrderType) Number() protoreflect.EnumNumber + func (x OrderType) String() string + type OrdersServiceClient interface + CancelOrder func(ctx context.Context, in *CancelOrderRequest, opts ...grpc.CallOption) (*CancelOrderResponse, error) + GetOrderState func(ctx context.Context, in *GetOrderStateRequest, opts ...grpc.CallOption) (*OrderState, error) + GetOrders func(ctx context.Context, in *GetOrdersRequest, opts ...grpc.CallOption) (*GetOrdersResponse, error) + PostOrder func(ctx context.Context, in *PostOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) + ReplaceOrder func(ctx context.Context, in *ReplaceOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) + func NewOrdersServiceClient(cc grpc.ClientConnInterface) OrdersServiceClient + type OrdersServiceServer interface + CancelOrder func(context.Context, *CancelOrderRequest) (*CancelOrderResponse, error) + GetOrderState func(context.Context, *GetOrderStateRequest) (*OrderState, error) + GetOrders func(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error) + PostOrder func(context.Context, *PostOrderRequest) (*PostOrderResponse, error) + ReplaceOrder func(context.Context, *ReplaceOrderRequest) (*PostOrderResponse, error) + type OrdersStreamServiceClient interface + TradesStream func(ctx context.Context, in *TradesStreamRequest, opts ...grpc.CallOption) (OrdersStreamService_TradesStreamClient, error) + func NewOrdersStreamServiceClient(cc grpc.ClientConnInterface) OrdersStreamServiceClient + type OrdersStreamServiceServer interface + TradesStream func(*TradesStreamRequest, OrdersStreamService_TradesStreamServer) error + type OrdersStreamService_TradesStreamClient interface + Recv func() (*TradesStreamResponse, error) + type OrdersStreamService_TradesStreamServer interface + Send func(*TradesStreamResponse) error + type Ping struct + Time *timestamppb.Timestamp + func (*Ping) Descriptor() ([]byte, []int) + func (*Ping) ProtoMessage() + func (x *Ping) GetTime() *timestamppb.Timestamp + func (x *Ping) ProtoReflect() protoreflect.Message + func (x *Ping) Reset() + func (x *Ping) String() string + type PortfolioPosition struct + AveragePositionPrice *MoneyValue + AveragePositionPriceFifo *MoneyValue + AveragePositionPricePt *Quotation + Blocked bool + BlockedLots *Quotation + CurrentNkd *MoneyValue + CurrentPrice *MoneyValue + ExpectedYield *Quotation + ExpectedYieldFifo *Quotation + Figi string + InstrumentType string + InstrumentUid string + PositionUid string + Quantity *Quotation + QuantityLots *Quotation + VarMargin *MoneyValue + func (*PortfolioPosition) Descriptor() ([]byte, []int) + func (*PortfolioPosition) ProtoMessage() + func (x *PortfolioPosition) GetAveragePositionPrice() *MoneyValue + func (x *PortfolioPosition) GetAveragePositionPriceFifo() *MoneyValue + func (x *PortfolioPosition) GetAveragePositionPricePt() *Quotation + func (x *PortfolioPosition) GetBlocked() bool + func (x *PortfolioPosition) GetBlockedLots() *Quotation + func (x *PortfolioPosition) GetCurrentNkd() *MoneyValue + func (x *PortfolioPosition) GetCurrentPrice() *MoneyValue + func (x *PortfolioPosition) GetExpectedYield() *Quotation + func (x *PortfolioPosition) GetExpectedYieldFifo() *Quotation + func (x *PortfolioPosition) GetFigi() string + func (x *PortfolioPosition) GetInstrumentType() string + func (x *PortfolioPosition) GetInstrumentUid() string + func (x *PortfolioPosition) GetPositionUid() string + func (x *PortfolioPosition) GetQuantity() *Quotation + func (x *PortfolioPosition) GetQuantityLots() *Quotation + func (x *PortfolioPosition) GetVarMargin() *MoneyValue + func (x *PortfolioPosition) ProtoReflect() protoreflect.Message + func (x *PortfolioPosition) Reset() + func (x *PortfolioPosition) String() string + type PortfolioRequest struct + AccountId string + Currency PortfolioRequest_CurrencyRequest + func (*PortfolioRequest) Descriptor() ([]byte, []int) + func (*PortfolioRequest) ProtoMessage() + func (x *PortfolioRequest) GetAccountId() string + func (x *PortfolioRequest) GetCurrency() PortfolioRequest_CurrencyRequest + func (x *PortfolioRequest) ProtoReflect() protoreflect.Message + func (x *PortfolioRequest) Reset() + func (x *PortfolioRequest) String() string + type PortfolioRequest_CurrencyRequest int32 + const PortfolioRequest_EUR + const PortfolioRequest_RUB + const PortfolioRequest_USD + func (PortfolioRequest_CurrencyRequest) Descriptor() protoreflect.EnumDescriptor + func (PortfolioRequest_CurrencyRequest) EnumDescriptor() ([]byte, []int) + func (PortfolioRequest_CurrencyRequest) Type() protoreflect.EnumType + func (x PortfolioRequest_CurrencyRequest) Enum() *PortfolioRequest_CurrencyRequest + func (x PortfolioRequest_CurrencyRequest) Number() protoreflect.EnumNumber + func (x PortfolioRequest_CurrencyRequest) String() string + type PortfolioResponse struct + AccountId string + ExpectedYield *Quotation + Positions []*PortfolioPosition + TotalAmountBonds *MoneyValue + TotalAmountCurrencies *MoneyValue + TotalAmountEtf *MoneyValue + TotalAmountFutures *MoneyValue + TotalAmountOptions *MoneyValue + TotalAmountPortfolio *MoneyValue + TotalAmountShares *MoneyValue + TotalAmountSp *MoneyValue + VirtualPositions []*VirtualPortfolioPosition + func (*PortfolioResponse) Descriptor() ([]byte, []int) + func (*PortfolioResponse) ProtoMessage() + func (x *PortfolioResponse) GetAccountId() string + func (x *PortfolioResponse) GetExpectedYield() *Quotation + func (x *PortfolioResponse) GetPositions() []*PortfolioPosition + func (x *PortfolioResponse) GetTotalAmountBonds() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountCurrencies() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountEtf() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountFutures() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountOptions() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountPortfolio() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountShares() *MoneyValue + func (x *PortfolioResponse) GetTotalAmountSp() *MoneyValue + func (x *PortfolioResponse) GetVirtualPositions() []*VirtualPortfolioPosition + func (x *PortfolioResponse) ProtoReflect() protoreflect.Message + func (x *PortfolioResponse) Reset() + func (x *PortfolioResponse) String() string + type PortfolioStreamRequest struct + Accounts []string + func (*PortfolioStreamRequest) Descriptor() ([]byte, []int) + func (*PortfolioStreamRequest) ProtoMessage() + func (x *PortfolioStreamRequest) GetAccounts() []string + func (x *PortfolioStreamRequest) ProtoReflect() protoreflect.Message + func (x *PortfolioStreamRequest) Reset() + func (x *PortfolioStreamRequest) String() string + type PortfolioStreamResponse struct + Payload isPortfolioStreamResponse_Payload + func (*PortfolioStreamResponse) Descriptor() ([]byte, []int) + func (*PortfolioStreamResponse) ProtoMessage() + func (m *PortfolioStreamResponse) GetPayload() isPortfolioStreamResponse_Payload + func (x *PortfolioStreamResponse) GetPing() *Ping + func (x *PortfolioStreamResponse) GetPortfolio() *PortfolioResponse + func (x *PortfolioStreamResponse) GetSubscriptions() *PortfolioSubscriptionResult + func (x *PortfolioStreamResponse) ProtoReflect() protoreflect.Message + func (x *PortfolioStreamResponse) Reset() + func (x *PortfolioStreamResponse) String() string + type PortfolioStreamResponse_Ping struct + Ping *Ping + type PortfolioStreamResponse_Portfolio struct + Portfolio *PortfolioResponse + type PortfolioStreamResponse_Subscriptions struct + Subscriptions *PortfolioSubscriptionResult + type PortfolioSubscriptionResult struct + Accounts []*AccountSubscriptionStatus + func (*PortfolioSubscriptionResult) Descriptor() ([]byte, []int) + func (*PortfolioSubscriptionResult) ProtoMessage() + func (x *PortfolioSubscriptionResult) GetAccounts() []*AccountSubscriptionStatus + func (x *PortfolioSubscriptionResult) ProtoReflect() protoreflect.Message + func (x *PortfolioSubscriptionResult) Reset() + func (x *PortfolioSubscriptionResult) String() string + type PortfolioSubscriptionStatus int32 + const PortfolioSubscriptionStatus_PORTFOLIO_SUBSCRIPTION_STATUS_ACCOUNT_NOT_FOUND + const PortfolioSubscriptionStatus_PORTFOLIO_SUBSCRIPTION_STATUS_INTERNAL_ERROR + const PortfolioSubscriptionStatus_PORTFOLIO_SUBSCRIPTION_STATUS_SUCCESS + const PortfolioSubscriptionStatus_PORTFOLIO_SUBSCRIPTION_STATUS_UNSPECIFIED + func (PortfolioSubscriptionStatus) Descriptor() protoreflect.EnumDescriptor + func (PortfolioSubscriptionStatus) EnumDescriptor() ([]byte, []int) + func (PortfolioSubscriptionStatus) Type() protoreflect.EnumType + func (x PortfolioSubscriptionStatus) Enum() *PortfolioSubscriptionStatus + func (x PortfolioSubscriptionStatus) Number() protoreflect.EnumNumber + func (x PortfolioSubscriptionStatus) String() string + type PositionData struct + AccountId string + Date *timestamppb.Timestamp + Futures []*PositionsFutures + Money []*PositionsMoney + Options []*PositionsOptions + Securities []*PositionsSecurities + func (*PositionData) Descriptor() ([]byte, []int) + func (*PositionData) ProtoMessage() + func (x *PositionData) GetAccountId() string + func (x *PositionData) GetDate() *timestamppb.Timestamp + func (x *PositionData) GetFutures() []*PositionsFutures + func (x *PositionData) GetMoney() []*PositionsMoney + func (x *PositionData) GetOptions() []*PositionsOptions + func (x *PositionData) GetSecurities() []*PositionsSecurities + func (x *PositionData) ProtoReflect() protoreflect.Message + func (x *PositionData) Reset() + func (x *PositionData) String() string + type PositionsAccountSubscriptionStatus int32 + const PositionsAccountSubscriptionStatus_POSITIONS_SUBSCRIPTION_STATUS_ACCOUNT_NOT_FOUND + const PositionsAccountSubscriptionStatus_POSITIONS_SUBSCRIPTION_STATUS_INTERNAL_ERROR + const PositionsAccountSubscriptionStatus_POSITIONS_SUBSCRIPTION_STATUS_SUCCESS + const PositionsAccountSubscriptionStatus_POSITIONS_SUBSCRIPTION_STATUS_UNSPECIFIED + func (PositionsAccountSubscriptionStatus) Descriptor() protoreflect.EnumDescriptor + func (PositionsAccountSubscriptionStatus) EnumDescriptor() ([]byte, []int) + func (PositionsAccountSubscriptionStatus) Type() protoreflect.EnumType + func (x PositionsAccountSubscriptionStatus) Enum() *PositionsAccountSubscriptionStatus + func (x PositionsAccountSubscriptionStatus) Number() protoreflect.EnumNumber + func (x PositionsAccountSubscriptionStatus) String() string + type PositionsFutures struct + Balance int64 + Blocked int64 + Figi string + InstrumentUid string + PositionUid string + func (*PositionsFutures) Descriptor() ([]byte, []int) + func (*PositionsFutures) ProtoMessage() + func (x *PositionsFutures) GetBalance() int64 + func (x *PositionsFutures) GetBlocked() int64 + func (x *PositionsFutures) GetFigi() string + func (x *PositionsFutures) GetInstrumentUid() string + func (x *PositionsFutures) GetPositionUid() string + func (x *PositionsFutures) ProtoReflect() protoreflect.Message + func (x *PositionsFutures) Reset() + func (x *PositionsFutures) String() string + type PositionsMoney struct + AvailableValue *MoneyValue + BlockedValue *MoneyValue + func (*PositionsMoney) Descriptor() ([]byte, []int) + func (*PositionsMoney) ProtoMessage() + func (x *PositionsMoney) GetAvailableValue() *MoneyValue + func (x *PositionsMoney) GetBlockedValue() *MoneyValue + func (x *PositionsMoney) ProtoReflect() protoreflect.Message + func (x *PositionsMoney) Reset() + func (x *PositionsMoney) String() string + type PositionsOptions struct + Balance int64 + Blocked int64 + InstrumentUid string + PositionUid string + func (*PositionsOptions) Descriptor() ([]byte, []int) + func (*PositionsOptions) ProtoMessage() + func (x *PositionsOptions) GetBalance() int64 + func (x *PositionsOptions) GetBlocked() int64 + func (x *PositionsOptions) GetInstrumentUid() string + func (x *PositionsOptions) GetPositionUid() string + func (x *PositionsOptions) ProtoReflect() protoreflect.Message + func (x *PositionsOptions) Reset() + func (x *PositionsOptions) String() string + type PositionsRequest struct + AccountId string + func (*PositionsRequest) Descriptor() ([]byte, []int) + func (*PositionsRequest) ProtoMessage() + func (x *PositionsRequest) GetAccountId() string + func (x *PositionsRequest) ProtoReflect() protoreflect.Message + func (x *PositionsRequest) Reset() + func (x *PositionsRequest) String() string + type PositionsResponse struct + Blocked []*MoneyValue + Futures []*PositionsFutures + LimitsLoadingInProgress bool + Money []*MoneyValue + Options []*PositionsOptions + Securities []*PositionsSecurities + func (*PositionsResponse) Descriptor() ([]byte, []int) + func (*PositionsResponse) ProtoMessage() + func (x *PositionsResponse) GetBlocked() []*MoneyValue + func (x *PositionsResponse) GetFutures() []*PositionsFutures + func (x *PositionsResponse) GetLimitsLoadingInProgress() bool + func (x *PositionsResponse) GetMoney() []*MoneyValue + func (x *PositionsResponse) GetOptions() []*PositionsOptions + func (x *PositionsResponse) GetSecurities() []*PositionsSecurities + func (x *PositionsResponse) ProtoReflect() protoreflect.Message + func (x *PositionsResponse) Reset() + func (x *PositionsResponse) String() string + type PositionsSecurities struct + Balance int64 + Blocked int64 + ExchangeBlocked bool + Figi string + InstrumentType string + InstrumentUid string + PositionUid string + func (*PositionsSecurities) Descriptor() ([]byte, []int) + func (*PositionsSecurities) ProtoMessage() + func (x *PositionsSecurities) GetBalance() int64 + func (x *PositionsSecurities) GetBlocked() int64 + func (x *PositionsSecurities) GetExchangeBlocked() bool + func (x *PositionsSecurities) GetFigi() string + func (x *PositionsSecurities) GetInstrumentType() string + func (x *PositionsSecurities) GetInstrumentUid() string + func (x *PositionsSecurities) GetPositionUid() string + func (x *PositionsSecurities) ProtoReflect() protoreflect.Message + func (x *PositionsSecurities) Reset() + func (x *PositionsSecurities) String() string + type PositionsStreamRequest struct + Accounts []string + func (*PositionsStreamRequest) Descriptor() ([]byte, []int) + func (*PositionsStreamRequest) ProtoMessage() + func (x *PositionsStreamRequest) GetAccounts() []string + func (x *PositionsStreamRequest) ProtoReflect() protoreflect.Message + func (x *PositionsStreamRequest) Reset() + func (x *PositionsStreamRequest) String() string + type PositionsStreamResponse struct + Payload isPositionsStreamResponse_Payload + func (*PositionsStreamResponse) Descriptor() ([]byte, []int) + func (*PositionsStreamResponse) ProtoMessage() + func (m *PositionsStreamResponse) GetPayload() isPositionsStreamResponse_Payload + func (x *PositionsStreamResponse) GetPing() *Ping + func (x *PositionsStreamResponse) GetPosition() *PositionData + func (x *PositionsStreamResponse) GetSubscriptions() *PositionsSubscriptionResult + func (x *PositionsStreamResponse) ProtoReflect() protoreflect.Message + func (x *PositionsStreamResponse) Reset() + func (x *PositionsStreamResponse) String() string + type PositionsStreamResponse_Ping struct + Ping *Ping + type PositionsStreamResponse_Position struct + Position *PositionData + type PositionsStreamResponse_Subscriptions struct + Subscriptions *PositionsSubscriptionResult + type PositionsSubscriptionResult struct + Accounts []*PositionsSubscriptionStatus + func (*PositionsSubscriptionResult) Descriptor() ([]byte, []int) + func (*PositionsSubscriptionResult) ProtoMessage() + func (x *PositionsSubscriptionResult) GetAccounts() []*PositionsSubscriptionStatus + func (x *PositionsSubscriptionResult) ProtoReflect() protoreflect.Message + func (x *PositionsSubscriptionResult) Reset() + func (x *PositionsSubscriptionResult) String() string + type PositionsSubscriptionStatus struct + AccountId string + SubscriptionStatus PositionsAccountSubscriptionStatus + func (*PositionsSubscriptionStatus) Descriptor() ([]byte, []int) + func (*PositionsSubscriptionStatus) ProtoMessage() + func (x *PositionsSubscriptionStatus) GetAccountId() string + func (x *PositionsSubscriptionStatus) GetSubscriptionStatus() PositionsAccountSubscriptionStatus + func (x *PositionsSubscriptionStatus) ProtoReflect() protoreflect.Message + func (x *PositionsSubscriptionStatus) Reset() + func (x *PositionsSubscriptionStatus) String() string + type PostOrderRequest struct + AccountId string + Direction OrderDirection + Figi string + InstrumentId string + OrderId string + OrderType OrderType + Price *Quotation + Quantity int64 + func (*PostOrderRequest) Descriptor() ([]byte, []int) + func (*PostOrderRequest) ProtoMessage() + func (x *PostOrderRequest) GetAccountId() string + func (x *PostOrderRequest) GetDirection() OrderDirection + func (x *PostOrderRequest) GetFigi() string + func (x *PostOrderRequest) GetInstrumentId() string + func (x *PostOrderRequest) GetOrderId() string + func (x *PostOrderRequest) GetOrderType() OrderType + func (x *PostOrderRequest) GetPrice() *Quotation + func (x *PostOrderRequest) GetQuantity() int64 + func (x *PostOrderRequest) ProtoReflect() protoreflect.Message + func (x *PostOrderRequest) Reset() + func (x *PostOrderRequest) String() string + type PostOrderResponse struct + AciValue *MoneyValue + Direction OrderDirection + ExecutedCommission *MoneyValue + ExecutedOrderPrice *MoneyValue + ExecutionReportStatus OrderExecutionReportStatus + Figi string + InitialCommission *MoneyValue + InitialOrderPrice *MoneyValue + InitialOrderPricePt *Quotation + InitialSecurityPrice *MoneyValue + InstrumentUid string + LotsExecuted int64 + LotsRequested int64 + Message string + OrderId string + OrderType OrderType + TotalOrderAmount *MoneyValue + func (*PostOrderResponse) Descriptor() ([]byte, []int) + func (*PostOrderResponse) ProtoMessage() + func (x *PostOrderResponse) GetAciValue() *MoneyValue + func (x *PostOrderResponse) GetDirection() OrderDirection + func (x *PostOrderResponse) GetExecutedCommission() *MoneyValue + func (x *PostOrderResponse) GetExecutedOrderPrice() *MoneyValue + func (x *PostOrderResponse) GetExecutionReportStatus() OrderExecutionReportStatus + func (x *PostOrderResponse) GetFigi() string + func (x *PostOrderResponse) GetInitialCommission() *MoneyValue + func (x *PostOrderResponse) GetInitialOrderPrice() *MoneyValue + func (x *PostOrderResponse) GetInitialOrderPricePt() *Quotation + func (x *PostOrderResponse) GetInitialSecurityPrice() *MoneyValue + func (x *PostOrderResponse) GetInstrumentUid() string + func (x *PostOrderResponse) GetLotsExecuted() int64 + func (x *PostOrderResponse) GetLotsRequested() int64 + func (x *PostOrderResponse) GetMessage() string + func (x *PostOrderResponse) GetOrderId() string + func (x *PostOrderResponse) GetOrderType() OrderType + func (x *PostOrderResponse) GetTotalOrderAmount() *MoneyValue + func (x *PostOrderResponse) ProtoReflect() protoreflect.Message + func (x *PostOrderResponse) Reset() + func (x *PostOrderResponse) String() string + type PostStopOrderRequest struct + AccountId string + Direction StopOrderDirection + ExpirationType StopOrderExpirationType + ExpireDate *timestamppb.Timestamp + Figi string + InstrumentId string + Price *Quotation + Quantity int64 + StopOrderType StopOrderType + StopPrice *Quotation + func (*PostStopOrderRequest) Descriptor() ([]byte, []int) + func (*PostStopOrderRequest) ProtoMessage() + func (x *PostStopOrderRequest) GetAccountId() string + func (x *PostStopOrderRequest) GetDirection() StopOrderDirection + func (x *PostStopOrderRequest) GetExpirationType() StopOrderExpirationType + func (x *PostStopOrderRequest) GetExpireDate() *timestamppb.Timestamp + func (x *PostStopOrderRequest) GetFigi() string + func (x *PostStopOrderRequest) GetInstrumentId() string + func (x *PostStopOrderRequest) GetPrice() *Quotation + func (x *PostStopOrderRequest) GetQuantity() int64 + func (x *PostStopOrderRequest) GetStopOrderType() StopOrderType + func (x *PostStopOrderRequest) GetStopPrice() *Quotation + func (x *PostStopOrderRequest) ProtoReflect() protoreflect.Message + func (x *PostStopOrderRequest) Reset() + func (x *PostStopOrderRequest) String() string + type PostStopOrderResponse struct + StopOrderId string + func (*PostStopOrderResponse) Descriptor() ([]byte, []int) + func (*PostStopOrderResponse) ProtoMessage() + func (x *PostStopOrderResponse) GetStopOrderId() string + func (x *PostStopOrderResponse) ProtoReflect() protoreflect.Message + func (x *PostStopOrderResponse) Reset() + func (x *PostStopOrderResponse) String() string + type PriceType int32 + const PriceType_PRICE_TYPE_CURRENCY + const PriceType_PRICE_TYPE_POINT + const PriceType_PRICE_TYPE_UNSPECIFIED + func (PriceType) Descriptor() protoreflect.EnumDescriptor + func (PriceType) EnumDescriptor() ([]byte, []int) + func (PriceType) Type() protoreflect.EnumType + func (x PriceType) Enum() *PriceType + func (x PriceType) Number() protoreflect.EnumNumber + func (x PriceType) String() string + type Quotation struct + Nano int32 + Units int64 + func (*Quotation) Descriptor() ([]byte, []int) + func (*Quotation) ProtoMessage() + func (q *Quotation) ToFloat() float64 + func (x *Quotation) GetNano() int32 + func (x *Quotation) GetUnits() int64 + func (x *Quotation) ProtoReflect() protoreflect.Message + func (x *Quotation) Reset() + func (x *Quotation) String() string + type RealExchange int32 + const RealExchange_REAL_EXCHANGE_MOEX + const RealExchange_REAL_EXCHANGE_OTC + const RealExchange_REAL_EXCHANGE_RTS + const RealExchange_REAL_EXCHANGE_UNSPECIFIED + func (RealExchange) Descriptor() protoreflect.EnumDescriptor + func (RealExchange) EnumDescriptor() ([]byte, []int) + func (RealExchange) Type() protoreflect.EnumType + func (x RealExchange) Enum() *RealExchange + func (x RealExchange) Number() protoreflect.EnumNumber + func (x RealExchange) String() string + type ReplaceOrderRequest struct + AccountId string + IdempotencyKey string + OrderId string + Price *Quotation + PriceType PriceType + Quantity int64 + func (*ReplaceOrderRequest) Descriptor() ([]byte, []int) + func (*ReplaceOrderRequest) ProtoMessage() + func (x *ReplaceOrderRequest) GetAccountId() string + func (x *ReplaceOrderRequest) GetIdempotencyKey() string + func (x *ReplaceOrderRequest) GetOrderId() string + func (x *ReplaceOrderRequest) GetPrice() *Quotation + func (x *ReplaceOrderRequest) GetPriceType() PriceType + func (x *ReplaceOrderRequest) GetQuantity() int64 + func (x *ReplaceOrderRequest) ProtoReflect() protoreflect.Message + func (x *ReplaceOrderRequest) Reset() + func (x *ReplaceOrderRequest) String() string + type RiskLevel int32 + const RiskLevel_RISK_LEVEL_HIGH + const RiskLevel_RISK_LEVEL_LOW + const RiskLevel_RISK_LEVEL_MODERATE + const RiskLevel_RISK_LEVEL_UNSPECIFIED + func (RiskLevel) Descriptor() protoreflect.EnumDescriptor + func (RiskLevel) EnumDescriptor() ([]byte, []int) + func (RiskLevel) Type() protoreflect.EnumType + func (x RiskLevel) Enum() *RiskLevel + func (x RiskLevel) Number() protoreflect.EnumNumber + func (x RiskLevel) String() string + type SandboxPayInRequest struct + AccountId string + Amount *MoneyValue + func (*SandboxPayInRequest) Descriptor() ([]byte, []int) + func (*SandboxPayInRequest) ProtoMessage() + func (x *SandboxPayInRequest) GetAccountId() string + func (x *SandboxPayInRequest) GetAmount() *MoneyValue + func (x *SandboxPayInRequest) ProtoReflect() protoreflect.Message + func (x *SandboxPayInRequest) Reset() + func (x *SandboxPayInRequest) String() string + type SandboxPayInResponse struct + Balance *MoneyValue + func (*SandboxPayInResponse) Descriptor() ([]byte, []int) + func (*SandboxPayInResponse) ProtoMessage() + func (x *SandboxPayInResponse) GetBalance() *MoneyValue + func (x *SandboxPayInResponse) ProtoReflect() protoreflect.Message + func (x *SandboxPayInResponse) Reset() + func (x *SandboxPayInResponse) String() string + type SandboxServiceClient interface + CancelSandboxOrder func(ctx context.Context, in *CancelOrderRequest, opts ...grpc.CallOption) (*CancelOrderResponse, error) + CloseSandboxAccount func(ctx context.Context, in *CloseSandboxAccountRequest, opts ...grpc.CallOption) (*CloseSandboxAccountResponse, error) + GetSandboxAccounts func(ctx context.Context, in *GetAccountsRequest, opts ...grpc.CallOption) (*GetAccountsResponse, error) + GetSandboxOperations func(ctx context.Context, in *OperationsRequest, opts ...grpc.CallOption) (*OperationsResponse, error) + GetSandboxOperationsByCursor func(ctx context.Context, in *GetOperationsByCursorRequest, opts ...grpc.CallOption) (*GetOperationsByCursorResponse, error) + GetSandboxOrderState func(ctx context.Context, in *GetOrderStateRequest, opts ...grpc.CallOption) (*OrderState, error) + GetSandboxOrders func(ctx context.Context, in *GetOrdersRequest, opts ...grpc.CallOption) (*GetOrdersResponse, error) + GetSandboxPortfolio func(ctx context.Context, in *PortfolioRequest, opts ...grpc.CallOption) (*PortfolioResponse, error) + GetSandboxPositions func(ctx context.Context, in *PositionsRequest, opts ...grpc.CallOption) (*PositionsResponse, error) + GetSandboxWithdrawLimits func(ctx context.Context, in *WithdrawLimitsRequest, opts ...grpc.CallOption) (*WithdrawLimitsResponse, error) + OpenSandboxAccount func(ctx context.Context, in *OpenSandboxAccountRequest, opts ...grpc.CallOption) (*OpenSandboxAccountResponse, error) + PostSandboxOrder func(ctx context.Context, in *PostOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) + ReplaceSandboxOrder func(ctx context.Context, in *ReplaceOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) + SandboxPayIn func(ctx context.Context, in *SandboxPayInRequest, opts ...grpc.CallOption) (*SandboxPayInResponse, error) + func NewSandboxServiceClient(cc grpc.ClientConnInterface) SandboxServiceClient + type SandboxServiceServer interface + CancelSandboxOrder func(context.Context, *CancelOrderRequest) (*CancelOrderResponse, error) + CloseSandboxAccount func(context.Context, *CloseSandboxAccountRequest) (*CloseSandboxAccountResponse, error) + GetSandboxAccounts func(context.Context, *GetAccountsRequest) (*GetAccountsResponse, error) + GetSandboxOperations func(context.Context, *OperationsRequest) (*OperationsResponse, error) + GetSandboxOperationsByCursor func(context.Context, *GetOperationsByCursorRequest) (*GetOperationsByCursorResponse, error) + GetSandboxOrderState func(context.Context, *GetOrderStateRequest) (*OrderState, error) + GetSandboxOrders func(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error) + GetSandboxPortfolio func(context.Context, *PortfolioRequest) (*PortfolioResponse, error) + GetSandboxPositions func(context.Context, *PositionsRequest) (*PositionsResponse, error) + GetSandboxWithdrawLimits func(context.Context, *WithdrawLimitsRequest) (*WithdrawLimitsResponse, error) + OpenSandboxAccount func(context.Context, *OpenSandboxAccountRequest) (*OpenSandboxAccountResponse, error) + PostSandboxOrder func(context.Context, *PostOrderRequest) (*PostOrderResponse, error) + ReplaceSandboxOrder func(context.Context, *ReplaceOrderRequest) (*PostOrderResponse, error) + SandboxPayIn func(context.Context, *SandboxPayInRequest) (*SandboxPayInResponse, error) + type SecurityTradingStatus int32 + const SecurityTradingStatus_SECURITY_TRADING_STATUS_BREAK_IN_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_CLOSING_AUCTION + const SecurityTradingStatus_SECURITY_TRADING_STATUS_CLOSING_PERIOD + const SecurityTradingStatus_SECURITY_TRADING_STATUS_DARK_POOL_AUCTION + const SecurityTradingStatus_SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_DISCRETE_AUCTION + const SecurityTradingStatus_SECURITY_TRADING_STATUS_NORMAL_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING + const SecurityTradingStatus_SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD + const SecurityTradingStatus_SECURITY_TRADING_STATUS_OPENING_PERIOD + const SecurityTradingStatus_SECURITY_TRADING_STATUS_SESSION_ASSIGNED + const SecurityTradingStatus_SECURITY_TRADING_STATUS_SESSION_CLOSE + const SecurityTradingStatus_SECURITY_TRADING_STATUS_SESSION_OPEN + const SecurityTradingStatus_SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE + const SecurityTradingStatus_SECURITY_TRADING_STATUS_UNSPECIFIED + func (SecurityTradingStatus) Descriptor() protoreflect.EnumDescriptor + func (SecurityTradingStatus) EnumDescriptor() ([]byte, []int) + func (SecurityTradingStatus) Type() protoreflect.EnumType + func (x SecurityTradingStatus) Enum() *SecurityTradingStatus + func (x SecurityTradingStatus) Number() protoreflect.EnumNumber + func (x SecurityTradingStatus) String() string + type Share struct + ApiTradeAvailableFlag bool + BlockedTcaFlag bool + BuyAvailableFlag bool + ClassCode string + CountryOfRisk string + CountryOfRiskName string + Currency string + DivYieldFlag bool + Dlong *Quotation + DlongMin *Quotation + Dshort *Quotation + DshortMin *Quotation + Exchange string + Figi string + First_1DayCandleDate *timestamppb.Timestamp + First_1MinCandleDate *timestamppb.Timestamp + ForIisFlag bool + ForQualInvestorFlag bool + IpoDate *timestamppb.Timestamp + Isin string + IssueSize int64 + IssueSizePlan int64 + Klong *Quotation + Kshort *Quotation + LiquidityFlag bool + Lot int32 + MinPriceIncrement *Quotation + Name string + Nominal *MoneyValue + OtcFlag bool + PositionUid string + RealExchange RealExchange + Sector string + SellAvailableFlag bool + ShareType ShareType + ShortEnabledFlag bool + Ticker string + TradingStatus SecurityTradingStatus + Uid string + WeekendFlag bool + func (*Share) Descriptor() ([]byte, []int) + func (*Share) ProtoMessage() + func (x *Share) GetApiTradeAvailableFlag() bool + func (x *Share) GetBlockedTcaFlag() bool + func (x *Share) GetBuyAvailableFlag() bool + func (x *Share) GetClassCode() string + func (x *Share) GetCountryOfRisk() string + func (x *Share) GetCountryOfRiskName() string + func (x *Share) GetCurrency() string + func (x *Share) GetDivYieldFlag() bool + func (x *Share) GetDlong() *Quotation + func (x *Share) GetDlongMin() *Quotation + func (x *Share) GetDshort() *Quotation + func (x *Share) GetDshortMin() *Quotation + func (x *Share) GetExchange() string + func (x *Share) GetFigi() string + func (x *Share) GetFirst_1DayCandleDate() *timestamppb.Timestamp + func (x *Share) GetFirst_1MinCandleDate() *timestamppb.Timestamp + func (x *Share) GetForIisFlag() bool + func (x *Share) GetForQualInvestorFlag() bool + func (x *Share) GetIpoDate() *timestamppb.Timestamp + func (x *Share) GetIsin() string + func (x *Share) GetIssueSize() int64 + func (x *Share) GetIssueSizePlan() int64 + func (x *Share) GetKlong() *Quotation + func (x *Share) GetKshort() *Quotation + func (x *Share) GetLiquidityFlag() bool + func (x *Share) GetLot() int32 + func (x *Share) GetMinPriceIncrement() *Quotation + func (x *Share) GetName() string + func (x *Share) GetNominal() *MoneyValue + func (x *Share) GetOtcFlag() bool + func (x *Share) GetPositionUid() string + func (x *Share) GetRealExchange() RealExchange + func (x *Share) GetSector() string + func (x *Share) GetSellAvailableFlag() bool + func (x *Share) GetShareType() ShareType + func (x *Share) GetShortEnabledFlag() bool + func (x *Share) GetTicker() string + func (x *Share) GetTradingStatus() SecurityTradingStatus + func (x *Share) GetUid() string + func (x *Share) GetWeekendFlag() bool + func (x *Share) ProtoReflect() protoreflect.Message + func (x *Share) Reset() + func (x *Share) String() string + type ShareResponse struct + Instrument *Share + func (*ShareResponse) Descriptor() ([]byte, []int) + func (*ShareResponse) ProtoMessage() + func (x *ShareResponse) GetInstrument() *Share + func (x *ShareResponse) ProtoReflect() protoreflect.Message + func (x *ShareResponse) Reset() + func (x *ShareResponse) String() string + type ShareType int32 + const ShareType_SHARE_TYPE_ADR + const ShareType_SHARE_TYPE_CLOSED_END_FUND + const ShareType_SHARE_TYPE_COMMON + const ShareType_SHARE_TYPE_GDR + const ShareType_SHARE_TYPE_MLP + const ShareType_SHARE_TYPE_NY_REG_SHRS + const ShareType_SHARE_TYPE_PREFERRED + const ShareType_SHARE_TYPE_REIT + const ShareType_SHARE_TYPE_UNSPECIFIED + func (ShareType) Descriptor() protoreflect.EnumDescriptor + func (ShareType) EnumDescriptor() ([]byte, []int) + func (ShareType) Type() protoreflect.EnumType + func (x ShareType) Enum() *ShareType + func (x ShareType) Number() protoreflect.EnumNumber + func (x ShareType) String() string + type SharesResponse struct + Instruments []*Share + func (*SharesResponse) Descriptor() ([]byte, []int) + func (*SharesResponse) ProtoMessage() + func (x *SharesResponse) GetInstruments() []*Share + func (x *SharesResponse) ProtoReflect() protoreflect.Message + func (x *SharesResponse) Reset() + func (x *SharesResponse) String() string + type StopOrder struct + ActivationDateTime *timestamppb.Timestamp + CreateDate *timestamppb.Timestamp + Currency string + Direction StopOrderDirection + ExpirationTime *timestamppb.Timestamp + Figi string + InstrumentUid string + LotsRequested int64 + OrderType StopOrderType + Price *MoneyValue + StopOrderId string + StopPrice *MoneyValue + func (*StopOrder) Descriptor() ([]byte, []int) + func (*StopOrder) ProtoMessage() + func (x *StopOrder) GetActivationDateTime() *timestamppb.Timestamp + func (x *StopOrder) GetCreateDate() *timestamppb.Timestamp + func (x *StopOrder) GetCurrency() string + func (x *StopOrder) GetDirection() StopOrderDirection + func (x *StopOrder) GetExpirationTime() *timestamppb.Timestamp + func (x *StopOrder) GetFigi() string + func (x *StopOrder) GetInstrumentUid() string + func (x *StopOrder) GetLotsRequested() int64 + func (x *StopOrder) GetOrderType() StopOrderType + func (x *StopOrder) GetPrice() *MoneyValue + func (x *StopOrder) GetStopOrderId() string + func (x *StopOrder) GetStopPrice() *MoneyValue + func (x *StopOrder) ProtoReflect() protoreflect.Message + func (x *StopOrder) Reset() + func (x *StopOrder) String() string + type StopOrderDirection int32 + const StopOrderDirection_STOP_ORDER_DIRECTION_BUY + const StopOrderDirection_STOP_ORDER_DIRECTION_SELL + const StopOrderDirection_STOP_ORDER_DIRECTION_UNSPECIFIED + func (StopOrderDirection) Descriptor() protoreflect.EnumDescriptor + func (StopOrderDirection) EnumDescriptor() ([]byte, []int) + func (StopOrderDirection) Type() protoreflect.EnumType + func (x StopOrderDirection) Enum() *StopOrderDirection + func (x StopOrderDirection) Number() protoreflect.EnumNumber + func (x StopOrderDirection) String() string + type StopOrderExpirationType int32 + const StopOrderExpirationType_STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL + const StopOrderExpirationType_STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE + const StopOrderExpirationType_STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED + func (StopOrderExpirationType) Descriptor() protoreflect.EnumDescriptor + func (StopOrderExpirationType) EnumDescriptor() ([]byte, []int) + func (StopOrderExpirationType) Type() protoreflect.EnumType + func (x StopOrderExpirationType) Enum() *StopOrderExpirationType + func (x StopOrderExpirationType) Number() protoreflect.EnumNumber + func (x StopOrderExpirationType) String() string + type StopOrderType int32 + const StopOrderType_STOP_ORDER_TYPE_STOP_LIMIT + const StopOrderType_STOP_ORDER_TYPE_STOP_LOSS + const StopOrderType_STOP_ORDER_TYPE_TAKE_PROFIT + const StopOrderType_STOP_ORDER_TYPE_UNSPECIFIED + func (StopOrderType) Descriptor() protoreflect.EnumDescriptor + func (StopOrderType) EnumDescriptor() ([]byte, []int) + func (StopOrderType) Type() protoreflect.EnumType + func (x StopOrderType) Enum() *StopOrderType + func (x StopOrderType) Number() protoreflect.EnumNumber + func (x StopOrderType) String() string + type StopOrdersServiceClient interface + CancelStopOrder func(ctx context.Context, in *CancelStopOrderRequest, opts ...grpc.CallOption) (*CancelStopOrderResponse, error) + GetStopOrders func(ctx context.Context, in *GetStopOrdersRequest, opts ...grpc.CallOption) (*GetStopOrdersResponse, error) + PostStopOrder func(ctx context.Context, in *PostStopOrderRequest, opts ...grpc.CallOption) (*PostStopOrderResponse, error) + func NewStopOrdersServiceClient(cc grpc.ClientConnInterface) StopOrdersServiceClient + type StopOrdersServiceServer interface + CancelStopOrder func(context.Context, *CancelStopOrderRequest) (*CancelStopOrderResponse, error) + GetStopOrders func(context.Context, *GetStopOrdersRequest) (*GetStopOrdersResponse, error) + PostStopOrder func(context.Context, *PostStopOrderRequest) (*PostStopOrderResponse, error) + type StreamLimit struct + Limit int32 + Open int32 + Streams []string + func (*StreamLimit) Descriptor() ([]byte, []int) + func (*StreamLimit) ProtoMessage() + func (x *StreamLimit) GetLimit() int32 + func (x *StreamLimit) GetOpen() int32 + func (x *StreamLimit) GetStreams() []string + func (x *StreamLimit) ProtoReflect() protoreflect.Message + func (x *StreamLimit) Reset() + func (x *StreamLimit) String() string + type StructuredProductType int32 + const StructuredProductType_SP_TYPE_DELIVERABLE + const StructuredProductType_SP_TYPE_NON_DELIVERABLE + const StructuredProductType_SP_TYPE_UNSPECIFIED + func (StructuredProductType) Descriptor() protoreflect.EnumDescriptor + func (StructuredProductType) EnumDescriptor() ([]byte, []int) + func (StructuredProductType) Type() protoreflect.EnumType + func (x StructuredProductType) Enum() *StructuredProductType + func (x StructuredProductType) Number() protoreflect.EnumNumber + func (x StructuredProductType) String() string + type SubscribeCandlesRequest struct + Instruments []*CandleInstrument + SubscriptionAction SubscriptionAction + WaitingClose bool + func (*SubscribeCandlesRequest) Descriptor() ([]byte, []int) + func (*SubscribeCandlesRequest) ProtoMessage() + func (x *SubscribeCandlesRequest) GetInstruments() []*CandleInstrument + func (x *SubscribeCandlesRequest) GetSubscriptionAction() SubscriptionAction + func (x *SubscribeCandlesRequest) GetWaitingClose() bool + func (x *SubscribeCandlesRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeCandlesRequest) Reset() + func (x *SubscribeCandlesRequest) String() string + type SubscribeCandlesResponse struct + CandlesSubscriptions []*CandleSubscription + TrackingId string + func (*SubscribeCandlesResponse) Descriptor() ([]byte, []int) + func (*SubscribeCandlesResponse) ProtoMessage() + func (x *SubscribeCandlesResponse) GetCandlesSubscriptions() []*CandleSubscription + func (x *SubscribeCandlesResponse) GetTrackingId() string + func (x *SubscribeCandlesResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeCandlesResponse) Reset() + func (x *SubscribeCandlesResponse) String() string + type SubscribeInfoRequest struct + Instruments []*InfoInstrument + SubscriptionAction SubscriptionAction + func (*SubscribeInfoRequest) Descriptor() ([]byte, []int) + func (*SubscribeInfoRequest) ProtoMessage() + func (x *SubscribeInfoRequest) GetInstruments() []*InfoInstrument + func (x *SubscribeInfoRequest) GetSubscriptionAction() SubscriptionAction + func (x *SubscribeInfoRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeInfoRequest) Reset() + func (x *SubscribeInfoRequest) String() string + type SubscribeInfoResponse struct + InfoSubscriptions []*InfoSubscription + TrackingId string + func (*SubscribeInfoResponse) Descriptor() ([]byte, []int) + func (*SubscribeInfoResponse) ProtoMessage() + func (x *SubscribeInfoResponse) GetInfoSubscriptions() []*InfoSubscription + func (x *SubscribeInfoResponse) GetTrackingId() string + func (x *SubscribeInfoResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeInfoResponse) Reset() + func (x *SubscribeInfoResponse) String() string + type SubscribeLastPriceRequest struct + Instruments []*LastPriceInstrument + SubscriptionAction SubscriptionAction + func (*SubscribeLastPriceRequest) Descriptor() ([]byte, []int) + func (*SubscribeLastPriceRequest) ProtoMessage() + func (x *SubscribeLastPriceRequest) GetInstruments() []*LastPriceInstrument + func (x *SubscribeLastPriceRequest) GetSubscriptionAction() SubscriptionAction + func (x *SubscribeLastPriceRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeLastPriceRequest) Reset() + func (x *SubscribeLastPriceRequest) String() string + type SubscribeLastPriceResponse struct + LastPriceSubscriptions []*LastPriceSubscription + TrackingId string + func (*SubscribeLastPriceResponse) Descriptor() ([]byte, []int) + func (*SubscribeLastPriceResponse) ProtoMessage() + func (x *SubscribeLastPriceResponse) GetLastPriceSubscriptions() []*LastPriceSubscription + func (x *SubscribeLastPriceResponse) GetTrackingId() string + func (x *SubscribeLastPriceResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeLastPriceResponse) Reset() + func (x *SubscribeLastPriceResponse) String() string + type SubscribeOrderBookRequest struct + Instruments []*OrderBookInstrument + SubscriptionAction SubscriptionAction + func (*SubscribeOrderBookRequest) Descriptor() ([]byte, []int) + func (*SubscribeOrderBookRequest) ProtoMessage() + func (x *SubscribeOrderBookRequest) GetInstruments() []*OrderBookInstrument + func (x *SubscribeOrderBookRequest) GetSubscriptionAction() SubscriptionAction + func (x *SubscribeOrderBookRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeOrderBookRequest) Reset() + func (x *SubscribeOrderBookRequest) String() string + type SubscribeOrderBookResponse struct + OrderBookSubscriptions []*OrderBookSubscription + TrackingId string + func (*SubscribeOrderBookResponse) Descriptor() ([]byte, []int) + func (*SubscribeOrderBookResponse) ProtoMessage() + func (x *SubscribeOrderBookResponse) GetOrderBookSubscriptions() []*OrderBookSubscription + func (x *SubscribeOrderBookResponse) GetTrackingId() string + func (x *SubscribeOrderBookResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeOrderBookResponse) Reset() + func (x *SubscribeOrderBookResponse) String() string + type SubscribeTradesRequest struct + Instruments []*TradeInstrument + SubscriptionAction SubscriptionAction + func (*SubscribeTradesRequest) Descriptor() ([]byte, []int) + func (*SubscribeTradesRequest) ProtoMessage() + func (x *SubscribeTradesRequest) GetInstruments() []*TradeInstrument + func (x *SubscribeTradesRequest) GetSubscriptionAction() SubscriptionAction + func (x *SubscribeTradesRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeTradesRequest) Reset() + func (x *SubscribeTradesRequest) String() string + type SubscribeTradesResponse struct + TrackingId string + TradeSubscriptions []*TradeSubscription + func (*SubscribeTradesResponse) Descriptor() ([]byte, []int) + func (*SubscribeTradesResponse) ProtoMessage() + func (x *SubscribeTradesResponse) GetTrackingId() string + func (x *SubscribeTradesResponse) GetTradeSubscriptions() []*TradeSubscription + func (x *SubscribeTradesResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeTradesResponse) Reset() + func (x *SubscribeTradesResponse) String() string + type SubscriptionAction int32 + const SubscriptionAction_SUBSCRIPTION_ACTION_SUBSCRIBE + const SubscriptionAction_SUBSCRIPTION_ACTION_UNSPECIFIED + const SubscriptionAction_SUBSCRIPTION_ACTION_UNSUBSCRIBE + func (SubscriptionAction) Descriptor() protoreflect.EnumDescriptor + func (SubscriptionAction) EnumDescriptor() ([]byte, []int) + func (SubscriptionAction) Type() protoreflect.EnumType + func (x SubscriptionAction) Enum() *SubscriptionAction + func (x SubscriptionAction) Number() protoreflect.EnumNumber + func (x SubscriptionAction) String() string + type SubscriptionInterval int32 + const SubscriptionInterval_SUBSCRIPTION_INTERVAL_FIVE_MINUTES + const SubscriptionInterval_SUBSCRIPTION_INTERVAL_ONE_MINUTE + const SubscriptionInterval_SUBSCRIPTION_INTERVAL_UNSPECIFIED + func (SubscriptionInterval) Descriptor() protoreflect.EnumDescriptor + func (SubscriptionInterval) EnumDescriptor() ([]byte, []int) + func (SubscriptionInterval) Type() protoreflect.EnumType + func (x SubscriptionInterval) Enum() *SubscriptionInterval + func (x SubscriptionInterval) Number() protoreflect.EnumNumber + func (x SubscriptionInterval) String() string + type SubscriptionStatus int32 + const SubscriptionStatus_SUBSCRIPTION_STATUS_DEPTH_IS_INVALID + const SubscriptionStatus_SUBSCRIPTION_STATUS_INSTRUMENT_NOT_FOUND + const SubscriptionStatus_SUBSCRIPTION_STATUS_INTERNAL_ERROR + const SubscriptionStatus_SUBSCRIPTION_STATUS_INTERVAL_IS_INVALID + const SubscriptionStatus_SUBSCRIPTION_STATUS_LIMIT_IS_EXCEEDED + const SubscriptionStatus_SUBSCRIPTION_STATUS_SUBSCRIPTION_ACTION_IS_INVALID + const SubscriptionStatus_SUBSCRIPTION_STATUS_SUCCESS + const SubscriptionStatus_SUBSCRIPTION_STATUS_TOO_MANY_REQUESTS + const SubscriptionStatus_SUBSCRIPTION_STATUS_UNSPECIFIED + func (SubscriptionStatus) Descriptor() protoreflect.EnumDescriptor + func (SubscriptionStatus) EnumDescriptor() ([]byte, []int) + func (SubscriptionStatus) Type() protoreflect.EnumType + func (x SubscriptionStatus) Enum() *SubscriptionStatus + func (x SubscriptionStatus) Number() protoreflect.EnumNumber + func (x SubscriptionStatus) String() string + type Trade struct + Direction TradeDirection + Figi string + InstrumentUid string + Price *Quotation + Quantity int64 + Time *timestamppb.Timestamp + func (*Trade) Descriptor() ([]byte, []int) + func (*Trade) ProtoMessage() + func (x *Trade) GetDirection() TradeDirection + func (x *Trade) GetFigi() string + func (x *Trade) GetInstrumentUid() string + func (x *Trade) GetPrice() *Quotation + func (x *Trade) GetQuantity() int64 + func (x *Trade) GetTime() *timestamppb.Timestamp + func (x *Trade) ProtoReflect() protoreflect.Message + func (x *Trade) Reset() + func (x *Trade) String() string + type TradeDirection int32 + const TradeDirection_TRADE_DIRECTION_BUY + const TradeDirection_TRADE_DIRECTION_SELL + const TradeDirection_TRADE_DIRECTION_UNSPECIFIED + func (TradeDirection) Descriptor() protoreflect.EnumDescriptor + func (TradeDirection) EnumDescriptor() ([]byte, []int) + func (TradeDirection) Type() protoreflect.EnumType + func (x TradeDirection) Enum() *TradeDirection + func (x TradeDirection) Number() protoreflect.EnumNumber + func (x TradeDirection) String() string + type TradeInstrument struct + Figi string + InstrumentId string + func (*TradeInstrument) Descriptor() ([]byte, []int) + func (*TradeInstrument) ProtoMessage() + func (x *TradeInstrument) GetFigi() string + func (x *TradeInstrument) GetInstrumentId() string + func (x *TradeInstrument) ProtoReflect() protoreflect.Message + func (x *TradeInstrument) Reset() + func (x *TradeInstrument) String() string + type TradeSubscription struct + Figi string + InstrumentUid string + SubscriptionStatus SubscriptionStatus + func (*TradeSubscription) Descriptor() ([]byte, []int) + func (*TradeSubscription) ProtoMessage() + func (x *TradeSubscription) GetFigi() string + func (x *TradeSubscription) GetInstrumentUid() string + func (x *TradeSubscription) GetSubscriptionStatus() SubscriptionStatus + func (x *TradeSubscription) ProtoReflect() protoreflect.Message + func (x *TradeSubscription) Reset() + func (x *TradeSubscription) String() string + type TradesStreamRequest struct + Accounts []string + func (*TradesStreamRequest) Descriptor() ([]byte, []int) + func (*TradesStreamRequest) ProtoMessage() + func (x *TradesStreamRequest) GetAccounts() []string + func (x *TradesStreamRequest) ProtoReflect() protoreflect.Message + func (x *TradesStreamRequest) Reset() + func (x *TradesStreamRequest) String() string + type TradesStreamResponse struct + Payload isTradesStreamResponse_Payload + func (*TradesStreamResponse) Descriptor() ([]byte, []int) + func (*TradesStreamResponse) ProtoMessage() + func (m *TradesStreamResponse) GetPayload() isTradesStreamResponse_Payload + func (x *TradesStreamResponse) GetOrderTrades() *OrderTrades + func (x *TradesStreamResponse) GetPing() *Ping + func (x *TradesStreamResponse) ProtoReflect() protoreflect.Message + func (x *TradesStreamResponse) Reset() + func (x *TradesStreamResponse) String() string + type TradesStreamResponse_OrderTrades struct + OrderTrades *OrderTrades + type TradesStreamResponse_Ping struct + Ping *Ping + type TradingDay struct + ClearingEndTime *timestamppb.Timestamp + ClearingStartTime *timestamppb.Timestamp + ClosingAuctionEndTime *timestamppb.Timestamp + ClosingAuctionStartTime *timestamppb.Timestamp + Date *timestamppb.Timestamp + EndTime *timestamppb.Timestamp + EveningEndTime *timestamppb.Timestamp + EveningOpeningAuctionStartTime *timestamppb.Timestamp + EveningStartTime *timestamppb.Timestamp + IsTradingDay bool + OpeningAuctionEndTime *timestamppb.Timestamp + OpeningAuctionStartTime *timestamppb.Timestamp + PremarketEndTime *timestamppb.Timestamp + PremarketStartTime *timestamppb.Timestamp + StartTime *timestamppb.Timestamp + func (*TradingDay) Descriptor() ([]byte, []int) + func (*TradingDay) ProtoMessage() + func (x *TradingDay) GetClearingEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetClearingStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetClosingAuctionEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetClosingAuctionStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetDate() *timestamppb.Timestamp + func (x *TradingDay) GetEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetEveningEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetEveningOpeningAuctionStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetEveningStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetIsTradingDay() bool + func (x *TradingDay) GetOpeningAuctionEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetOpeningAuctionStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetPremarketEndTime() *timestamppb.Timestamp + func (x *TradingDay) GetPremarketStartTime() *timestamppb.Timestamp + func (x *TradingDay) GetStartTime() *timestamppb.Timestamp + func (x *TradingDay) ProtoReflect() protoreflect.Message + func (x *TradingDay) Reset() + func (x *TradingDay) String() string + type TradingSchedule struct + Days []*TradingDay + Exchange string + func (*TradingSchedule) Descriptor() ([]byte, []int) + func (*TradingSchedule) ProtoMessage() + func (x *TradingSchedule) GetDays() []*TradingDay + func (x *TradingSchedule) GetExchange() string + func (x *TradingSchedule) ProtoReflect() protoreflect.Message + func (x *TradingSchedule) Reset() + func (x *TradingSchedule) String() string + type TradingSchedulesRequest struct + Exchange string + From *timestamppb.Timestamp + To *timestamppb.Timestamp + func (*TradingSchedulesRequest) Descriptor() ([]byte, []int) + func (*TradingSchedulesRequest) ProtoMessage() + func (x *TradingSchedulesRequest) GetExchange() string + func (x *TradingSchedulesRequest) GetFrom() *timestamppb.Timestamp + func (x *TradingSchedulesRequest) GetTo() *timestamppb.Timestamp + func (x *TradingSchedulesRequest) ProtoReflect() protoreflect.Message + func (x *TradingSchedulesRequest) Reset() + func (x *TradingSchedulesRequest) String() string + type TradingSchedulesResponse struct + Exchanges []*TradingSchedule + func (*TradingSchedulesResponse) Descriptor() ([]byte, []int) + func (*TradingSchedulesResponse) ProtoMessage() + func (x *TradingSchedulesResponse) GetExchanges() []*TradingSchedule + func (x *TradingSchedulesResponse) ProtoReflect() protoreflect.Message + func (x *TradingSchedulesResponse) Reset() + func (x *TradingSchedulesResponse) String() string + type TradingStatus struct + Figi string + InstrumentUid string + LimitOrderAvailableFlag bool + MarketOrderAvailableFlag bool + Time *timestamppb.Timestamp + TradingStatus SecurityTradingStatus + func (*TradingStatus) Descriptor() ([]byte, []int) + func (*TradingStatus) ProtoMessage() + func (x *TradingStatus) GetFigi() string + func (x *TradingStatus) GetInstrumentUid() string + func (x *TradingStatus) GetLimitOrderAvailableFlag() bool + func (x *TradingStatus) GetMarketOrderAvailableFlag() bool + func (x *TradingStatus) GetTime() *timestamppb.Timestamp + func (x *TradingStatus) GetTradingStatus() SecurityTradingStatus + func (x *TradingStatus) ProtoReflect() protoreflect.Message + func (x *TradingStatus) Reset() + func (x *TradingStatus) String() string + type UnaryLimit struct + LimitPerMinute int32 + Methods []string + func (*UnaryLimit) Descriptor() ([]byte, []int) + func (*UnaryLimit) ProtoMessage() + func (x *UnaryLimit) GetLimitPerMinute() int32 + func (x *UnaryLimit) GetMethods() []string + func (x *UnaryLimit) ProtoReflect() protoreflect.Message + func (x *UnaryLimit) Reset() + func (x *UnaryLimit) String() string + type UnimplementedInstrumentsServiceServer struct + func (UnimplementedInstrumentsServiceServer) BondBy(context.Context, *InstrumentRequest) (*BondResponse, error) + func (UnimplementedInstrumentsServiceServer) Bonds(context.Context, *InstrumentsRequest) (*BondsResponse, error) + func (UnimplementedInstrumentsServiceServer) Currencies(context.Context, *InstrumentsRequest) (*CurrenciesResponse, error) + func (UnimplementedInstrumentsServiceServer) CurrencyBy(context.Context, *InstrumentRequest) (*CurrencyResponse, error) + func (UnimplementedInstrumentsServiceServer) EditFavorites(context.Context, *EditFavoritesRequest) (*EditFavoritesResponse, error) + func (UnimplementedInstrumentsServiceServer) EtfBy(context.Context, *InstrumentRequest) (*EtfResponse, error) + func (UnimplementedInstrumentsServiceServer) Etfs(context.Context, *InstrumentsRequest) (*EtfsResponse, error) + func (UnimplementedInstrumentsServiceServer) FindInstrument(context.Context, *FindInstrumentRequest) (*FindInstrumentResponse, error) + func (UnimplementedInstrumentsServiceServer) FutureBy(context.Context, *InstrumentRequest) (*FutureResponse, error) + func (UnimplementedInstrumentsServiceServer) Futures(context.Context, *InstrumentsRequest) (*FuturesResponse, error) + func (UnimplementedInstrumentsServiceServer) GetAccruedInterests(context.Context, *GetAccruedInterestsRequest) (*GetAccruedInterestsResponse, error) + func (UnimplementedInstrumentsServiceServer) GetAssetBy(context.Context, *AssetRequest) (*AssetResponse, error) + func (UnimplementedInstrumentsServiceServer) GetAssets(context.Context, *AssetsRequest) (*AssetsResponse, error) + func (UnimplementedInstrumentsServiceServer) GetBondCoupons(context.Context, *GetBondCouponsRequest) (*GetBondCouponsResponse, error) + func (UnimplementedInstrumentsServiceServer) GetBrandBy(context.Context, *GetBrandRequest) (*Brand, error) + func (UnimplementedInstrumentsServiceServer) GetBrands(context.Context, *GetBrandsRequest) (*GetBrandsResponse, error) + func (UnimplementedInstrumentsServiceServer) GetCountries(context.Context, *GetCountriesRequest) (*GetCountriesResponse, error) + func (UnimplementedInstrumentsServiceServer) GetDividends(context.Context, *GetDividendsRequest) (*GetDividendsResponse, error) + func (UnimplementedInstrumentsServiceServer) GetFavorites(context.Context, *GetFavoritesRequest) (*GetFavoritesResponse, error) + func (UnimplementedInstrumentsServiceServer) GetFuturesMargin(context.Context, *GetFuturesMarginRequest) (*GetFuturesMarginResponse, error) + func (UnimplementedInstrumentsServiceServer) GetInstrumentBy(context.Context, *InstrumentRequest) (*InstrumentResponse, error) + func (UnimplementedInstrumentsServiceServer) OptionBy(context.Context, *InstrumentRequest) (*OptionResponse, error) + func (UnimplementedInstrumentsServiceServer) Options(context.Context, *InstrumentsRequest) (*OptionsResponse, error) + func (UnimplementedInstrumentsServiceServer) OptionsBy(context.Context, *FilterOptionsRequest) (*OptionsResponse, error) + func (UnimplementedInstrumentsServiceServer) ShareBy(context.Context, *InstrumentRequest) (*ShareResponse, error) + func (UnimplementedInstrumentsServiceServer) Shares(context.Context, *InstrumentsRequest) (*SharesResponse, error) + func (UnimplementedInstrumentsServiceServer) TradingSchedules(context.Context, *TradingSchedulesRequest) (*TradingSchedulesResponse, error) + type UnimplementedMarketDataServiceServer struct + func (UnimplementedMarketDataServiceServer) GetCandles(context.Context, *GetCandlesRequest) (*GetCandlesResponse, error) + func (UnimplementedMarketDataServiceServer) GetClosePrices(context.Context, *GetClosePricesRequest) (*GetClosePricesResponse, error) + func (UnimplementedMarketDataServiceServer) GetLastPrices(context.Context, *GetLastPricesRequest) (*GetLastPricesResponse, error) + func (UnimplementedMarketDataServiceServer) GetLastTrades(context.Context, *GetLastTradesRequest) (*GetLastTradesResponse, error) + func (UnimplementedMarketDataServiceServer) GetOrderBook(context.Context, *GetOrderBookRequest) (*GetOrderBookResponse, error) + func (UnimplementedMarketDataServiceServer) GetTradingStatus(context.Context, *GetTradingStatusRequest) (*GetTradingStatusResponse, error) + func (UnimplementedMarketDataServiceServer) GetTradingStatuses(context.Context, *GetTradingStatusesRequest) (*GetTradingStatusesResponse, error) + type UnimplementedMarketDataStreamServiceServer struct + func (UnimplementedMarketDataStreamServiceServer) MarketDataServerSideStream(*MarketDataServerSideStreamRequest, ...) error + func (UnimplementedMarketDataStreamServiceServer) MarketDataStream(MarketDataStreamService_MarketDataStreamServer) error + type UnimplementedOperationsServiceServer struct + func (UnimplementedOperationsServiceServer) GetBrokerReport(context.Context, *BrokerReportRequest) (*BrokerReportResponse, error) + func (UnimplementedOperationsServiceServer) GetDividendsForeignIssuer(context.Context, *GetDividendsForeignIssuerRequest) (*GetDividendsForeignIssuerResponse, error) + func (UnimplementedOperationsServiceServer) GetOperations(context.Context, *OperationsRequest) (*OperationsResponse, error) + func (UnimplementedOperationsServiceServer) GetOperationsByCursor(context.Context, *GetOperationsByCursorRequest) (*GetOperationsByCursorResponse, error) + func (UnimplementedOperationsServiceServer) GetPortfolio(context.Context, *PortfolioRequest) (*PortfolioResponse, error) + func (UnimplementedOperationsServiceServer) GetPositions(context.Context, *PositionsRequest) (*PositionsResponse, error) + func (UnimplementedOperationsServiceServer) GetWithdrawLimits(context.Context, *WithdrawLimitsRequest) (*WithdrawLimitsResponse, error) + type UnimplementedOperationsStreamServiceServer struct + func (UnimplementedOperationsStreamServiceServer) PortfolioStream(*PortfolioStreamRequest, OperationsStreamService_PortfolioStreamServer) error + func (UnimplementedOperationsStreamServiceServer) PositionsStream(*PositionsStreamRequest, OperationsStreamService_PositionsStreamServer) error + type UnimplementedOrdersServiceServer struct + func (UnimplementedOrdersServiceServer) CancelOrder(context.Context, *CancelOrderRequest) (*CancelOrderResponse, error) + func (UnimplementedOrdersServiceServer) GetOrderState(context.Context, *GetOrderStateRequest) (*OrderState, error) + func (UnimplementedOrdersServiceServer) GetOrders(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error) + func (UnimplementedOrdersServiceServer) PostOrder(context.Context, *PostOrderRequest) (*PostOrderResponse, error) + func (UnimplementedOrdersServiceServer) ReplaceOrder(context.Context, *ReplaceOrderRequest) (*PostOrderResponse, error) + type UnimplementedOrdersStreamServiceServer struct + func (UnimplementedOrdersStreamServiceServer) TradesStream(*TradesStreamRequest, OrdersStreamService_TradesStreamServer) error + type UnimplementedSandboxServiceServer struct + func (UnimplementedSandboxServiceServer) CancelSandboxOrder(context.Context, *CancelOrderRequest) (*CancelOrderResponse, error) + func (UnimplementedSandboxServiceServer) CloseSandboxAccount(context.Context, *CloseSandboxAccountRequest) (*CloseSandboxAccountResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxAccounts(context.Context, *GetAccountsRequest) (*GetAccountsResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxOperations(context.Context, *OperationsRequest) (*OperationsResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxOperationsByCursor(context.Context, *GetOperationsByCursorRequest) (*GetOperationsByCursorResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxOrderState(context.Context, *GetOrderStateRequest) (*OrderState, error) + func (UnimplementedSandboxServiceServer) GetSandboxOrders(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxPortfolio(context.Context, *PortfolioRequest) (*PortfolioResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxPositions(context.Context, *PositionsRequest) (*PositionsResponse, error) + func (UnimplementedSandboxServiceServer) GetSandboxWithdrawLimits(context.Context, *WithdrawLimitsRequest) (*WithdrawLimitsResponse, error) + func (UnimplementedSandboxServiceServer) OpenSandboxAccount(context.Context, *OpenSandboxAccountRequest) (*OpenSandboxAccountResponse, error) + func (UnimplementedSandboxServiceServer) PostSandboxOrder(context.Context, *PostOrderRequest) (*PostOrderResponse, error) + func (UnimplementedSandboxServiceServer) ReplaceSandboxOrder(context.Context, *ReplaceOrderRequest) (*PostOrderResponse, error) + func (UnimplementedSandboxServiceServer) SandboxPayIn(context.Context, *SandboxPayInRequest) (*SandboxPayInResponse, error) + type UnimplementedStopOrdersServiceServer struct + func (UnimplementedStopOrdersServiceServer) CancelStopOrder(context.Context, *CancelStopOrderRequest) (*CancelStopOrderResponse, error) + func (UnimplementedStopOrdersServiceServer) GetStopOrders(context.Context, *GetStopOrdersRequest) (*GetStopOrdersResponse, error) + func (UnimplementedStopOrdersServiceServer) PostStopOrder(context.Context, *PostStopOrderRequest) (*PostStopOrderResponse, error) + type UnimplementedUsersServiceServer struct + func (UnimplementedUsersServiceServer) GetAccounts(context.Context, *GetAccountsRequest) (*GetAccountsResponse, error) + func (UnimplementedUsersServiceServer) GetInfo(context.Context, *GetInfoRequest) (*GetInfoResponse, error) + func (UnimplementedUsersServiceServer) GetMarginAttributes(context.Context, *GetMarginAttributesRequest) (*GetMarginAttributesResponse, error) + func (UnimplementedUsersServiceServer) GetUserTariff(context.Context, *GetUserTariffRequest) (*GetUserTariffResponse, error) + type UnsafeInstrumentsServiceServer interface + type UnsafeMarketDataServiceServer interface + type UnsafeMarketDataStreamServiceServer interface + type UnsafeOperationsServiceServer interface + type UnsafeOperationsStreamServiceServer interface + type UnsafeOrdersServiceServer interface + type UnsafeOrdersStreamServiceServer interface + type UnsafeSandboxServiceServer interface + type UnsafeStopOrdersServiceServer interface + type UnsafeUsersServiceServer interface + type UsersServiceClient interface + GetAccounts func(ctx context.Context, in *GetAccountsRequest, opts ...grpc.CallOption) (*GetAccountsResponse, error) + GetInfo func(ctx context.Context, in *GetInfoRequest, opts ...grpc.CallOption) (*GetInfoResponse, error) + GetMarginAttributes func(ctx context.Context, in *GetMarginAttributesRequest, opts ...grpc.CallOption) (*GetMarginAttributesResponse, error) + GetUserTariff func(ctx context.Context, in *GetUserTariffRequest, opts ...grpc.CallOption) (*GetUserTariffResponse, error) + func NewUsersServiceClient(cc grpc.ClientConnInterface) UsersServiceClient + type UsersServiceServer interface + GetAccounts func(context.Context, *GetAccountsRequest) (*GetAccountsResponse, error) + GetInfo func(context.Context, *GetInfoRequest) (*GetInfoResponse, error) + GetMarginAttributes func(context.Context, *GetMarginAttributesRequest) (*GetMarginAttributesResponse, error) + GetUserTariff func(context.Context, *GetUserTariffRequest) (*GetUserTariffResponse, error) + type VirtualPortfolioPosition struct + AveragePositionPrice *MoneyValue + AveragePositionPriceFifo *MoneyValue + CurrentPrice *MoneyValue + ExpectedYield *Quotation + ExpectedYieldFifo *Quotation + ExpireDate *timestamppb.Timestamp + Figi string + InstrumentType string + InstrumentUid string + PositionUid string + Quantity *Quotation + func (*VirtualPortfolioPosition) Descriptor() ([]byte, []int) + func (*VirtualPortfolioPosition) ProtoMessage() + func (x *VirtualPortfolioPosition) GetAveragePositionPrice() *MoneyValue + func (x *VirtualPortfolioPosition) GetAveragePositionPriceFifo() *MoneyValue + func (x *VirtualPortfolioPosition) GetCurrentPrice() *MoneyValue + func (x *VirtualPortfolioPosition) GetExpectedYield() *Quotation + func (x *VirtualPortfolioPosition) GetExpectedYieldFifo() *Quotation + func (x *VirtualPortfolioPosition) GetExpireDate() *timestamppb.Timestamp + func (x *VirtualPortfolioPosition) GetFigi() string + func (x *VirtualPortfolioPosition) GetInstrumentType() string + func (x *VirtualPortfolioPosition) GetInstrumentUid() string + func (x *VirtualPortfolioPosition) GetPositionUid() string + func (x *VirtualPortfolioPosition) GetQuantity() *Quotation + func (x *VirtualPortfolioPosition) ProtoReflect() protoreflect.Message + func (x *VirtualPortfolioPosition) Reset() + func (x *VirtualPortfolioPosition) String() string + type WithdrawLimitsRequest struct + AccountId string + func (*WithdrawLimitsRequest) Descriptor() ([]byte, []int) + func (*WithdrawLimitsRequest) ProtoMessage() + func (x *WithdrawLimitsRequest) GetAccountId() string + func (x *WithdrawLimitsRequest) ProtoReflect() protoreflect.Message + func (x *WithdrawLimitsRequest) Reset() + func (x *WithdrawLimitsRequest) String() string + type WithdrawLimitsResponse struct + Blocked []*MoneyValue + BlockedGuarantee []*MoneyValue + Money []*MoneyValue + func (*WithdrawLimitsResponse) Descriptor() ([]byte, []int) + func (*WithdrawLimitsResponse) ProtoMessage() + func (x *WithdrawLimitsResponse) GetBlocked() []*MoneyValue + func (x *WithdrawLimitsResponse) GetBlockedGuarantee() []*MoneyValue + func (x *WithdrawLimitsResponse) GetMoney() []*MoneyValue + func (x *WithdrawLimitsResponse) ProtoReflect() protoreflect.Message + func (x *WithdrawLimitsResponse) Reset() + func (x *WithdrawLimitsResponse) String() string