@marleena/trb-proto 1.0.28 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +15 -3
  2. package/gen/js-ts/{tinvest → api/tinvest}/InstrumentsServiceClientPb.ts +432 -432
  3. package/gen/js-ts/{tinvest → api/tinvest}/MarketdataServiceClientPb.ts +98 -98
  4. package/gen/js-ts/{tinvest → api/tinvest}/OperationsServiceClientPb.ts +90 -90
  5. package/gen/js-ts/{tinvest → api/tinvest}/OrdersServiceClientPb.ts +94 -94
  6. package/gen/js-ts/{tinvest → api/tinvest}/SandboxServiceClientPb.ts +206 -206
  7. package/gen/js-ts/{tinvest → api/tinvest}/SignalsServiceClientPb.ts +22 -22
  8. package/gen/js-ts/{tinvest → api/tinvest}/StopordersServiceClientPb.ts +32 -32
  9. package/gen/js-ts/{tinvest → api/tinvest}/UsersServiceClientPb.ts +82 -82
  10. package/gen/js-ts/{tinvest → api/tinvest}/common_pb.js +1 -1
  11. package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.d.ts +560 -560
  12. package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.js +804 -804
  13. package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.d.ts +104 -104
  14. package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.js +154 -154
  15. package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.d.ts +229 -229
  16. package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.js +364 -364
  17. package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.d.ts +153 -153
  18. package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.js +226 -226
  19. package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.d.ts +12 -12
  20. package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.js +22 -22
  21. package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.d.ts +32 -32
  22. package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.js +54 -54
  23. package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.d.ts +38 -38
  24. package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.js +59 -59
  25. package/gen/js-ts/{tinvest → api/tinvest}/users_pb.d.ts +36 -36
  26. package/gen/js-ts/{tinvest → api/tinvest}/users_pb.js +59 -59
  27. package/gen/js-ts/clickhouse/AdminServiceClientPb.ts +1161 -0
  28. package/gen/js-ts/clickhouse/ClickhouseServiceClientPb.ts +216 -0
  29. package/gen/js-ts/{api/clickhouse/manager_pb.d.ts → clickhouse/admin_pb.d.ts} +2 -2
  30. package/gen/js-ts/{api/clickhouse/manager_pb.js → clickhouse/admin_pb.js} +1551 -1551
  31. package/gen/js-ts/{api/db_api/db_api_pb.d.ts → clickhouse/clickhouse_pb.d.ts} +8 -158
  32. package/gen/js-ts/clickhouse/clickhouse_pb.js +2440 -0
  33. package/gen/js-ts/nats/NatsServiceClientPb.ts +1032 -0
  34. package/gen/js-ts/{api/nats/manager_pb.d.ts → nats/nats_pb.d.ts} +1 -1
  35. package/gen/js-ts/{api/nats/manager_pb.js → nats/nats_pb.js} +1784 -1784
  36. package/gen/js-ts/postgresql/AdminServiceClientPb.ts +1591 -0
  37. package/gen/js-ts/postgresql/PostgresqlServiceClientPb.ts +129 -0
  38. package/gen/js-ts/postgresql/admin_pb.d.ts +1895 -0
  39. package/gen/js-ts/postgresql/admin_pb.js +15465 -0
  40. package/gen/js-ts/postgresql/postgresql_pb.d.ts +156 -0
  41. package/gen/js-ts/postgresql/postgresql_pb.js +1311 -0
  42. package/gen/js-ts/{api/test → test}/TestServiceClientPb.ts +16 -16
  43. package/gen/js-ts/{api/test → test}/test_pb.d.ts +5 -5
  44. package/gen/js-ts/{api/test → test}/test_pb.js +58 -58
  45. package/package.json +1 -1
  46. package/gen/js-ts/api/clickhouse/ManagerServiceClientPb.ts +0 -1161
  47. package/gen/js-ts/api/db_api/Db_apiServiceClientPb.ts +0 -302
  48. package/gen/js-ts/api/db_api/db_api_pb.js +0 -3723
  49. package/gen/js-ts/api/nats/ManagerServiceClientPb.ts +0 -1032
  50. /package/gen/js-ts/{tinvest → api/tinvest}/common_pb.d.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
3
  import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
4
- import * as tinvest_common_pb from '../tinvest/common_pb'; // proto import: "tinvest/common.proto"
5
- import * as google_api_field_behavior_pb from '../google/api/field_behavior_pb'; // proto import: "google/api/field_behavior.proto"
4
+ import * as api_tinvest_common_pb from '../../api/tinvest/common_pb'; // proto import: "api/tinvest/common.proto"
5
+ import * as google_api_field_behavior_pb from '../../google/api/field_behavior_pb'; // proto import: "google/api/field_behavior.proto"
6
6
 
7
7
 
8
8
  export class OperationsRequest extends jspb.Message {
@@ -97,13 +97,13 @@ export class Operation extends jspb.Message {
97
97
  getCurrency(): string;
98
98
  setCurrency(value: string): Operation;
99
99
 
100
- getPayment(): tinvest_common_pb.MoneyValue | undefined;
101
- setPayment(value?: tinvest_common_pb.MoneyValue): Operation;
100
+ getPayment(): api_tinvest_common_pb.MoneyValue | undefined;
101
+ setPayment(value?: api_tinvest_common_pb.MoneyValue): Operation;
102
102
  hasPayment(): boolean;
103
103
  clearPayment(): Operation;
104
104
 
105
- getPrice(): tinvest_common_pb.MoneyValue | undefined;
106
- setPrice(value?: tinvest_common_pb.MoneyValue): Operation;
105
+ getPrice(): api_tinvest_common_pb.MoneyValue | undefined;
106
+ setPrice(value?: api_tinvest_common_pb.MoneyValue): Operation;
107
107
  hasPrice(): boolean;
108
108
  clearPrice(): Operation;
109
109
 
@@ -165,8 +165,8 @@ export namespace Operation {
165
165
  id: string,
166
166
  parentOperationId: string,
167
167
  currency: string,
168
- payment?: tinvest_common_pb.MoneyValue.AsObject,
169
- price?: tinvest_common_pb.MoneyValue.AsObject,
168
+ payment?: api_tinvest_common_pb.MoneyValue.AsObject,
169
+ price?: api_tinvest_common_pb.MoneyValue.AsObject,
170
170
  state: OperationState,
171
171
  quantity: number,
172
172
  quantityRest: number,
@@ -195,8 +195,8 @@ export class OperationTrade extends jspb.Message {
195
195
  getQuantity(): number;
196
196
  setQuantity(value: number): OperationTrade;
197
197
 
198
- getPrice(): tinvest_common_pb.MoneyValue | undefined;
199
- setPrice(value?: tinvest_common_pb.MoneyValue): OperationTrade;
198
+ getPrice(): api_tinvest_common_pb.MoneyValue | undefined;
199
+ setPrice(value?: api_tinvest_common_pb.MoneyValue): OperationTrade;
200
200
  hasPrice(): boolean;
201
201
  clearPrice(): OperationTrade;
202
202
 
@@ -213,7 +213,7 @@ export namespace OperationTrade {
213
213
  tradeId: string,
214
214
  dateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
215
215
  quantity: number,
216
- price?: tinvest_common_pb.MoneyValue.AsObject,
216
+ price?: api_tinvest_common_pb.MoneyValue.AsObject,
217
217
  }
218
218
  }
219
219
 
@@ -253,33 +253,33 @@ export namespace PortfolioRequest {
253
253
  }
254
254
 
255
255
  export class PortfolioResponse extends jspb.Message {
256
- getTotalAmountShares(): tinvest_common_pb.MoneyValue | undefined;
257
- setTotalAmountShares(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
256
+ getTotalAmountShares(): api_tinvest_common_pb.MoneyValue | undefined;
257
+ setTotalAmountShares(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
258
258
  hasTotalAmountShares(): boolean;
259
259
  clearTotalAmountShares(): PortfolioResponse;
260
260
 
261
- getTotalAmountBonds(): tinvest_common_pb.MoneyValue | undefined;
262
- setTotalAmountBonds(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
261
+ getTotalAmountBonds(): api_tinvest_common_pb.MoneyValue | undefined;
262
+ setTotalAmountBonds(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
263
263
  hasTotalAmountBonds(): boolean;
264
264
  clearTotalAmountBonds(): PortfolioResponse;
265
265
 
266
- getTotalAmountEtf(): tinvest_common_pb.MoneyValue | undefined;
267
- setTotalAmountEtf(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
266
+ getTotalAmountEtf(): api_tinvest_common_pb.MoneyValue | undefined;
267
+ setTotalAmountEtf(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
268
268
  hasTotalAmountEtf(): boolean;
269
269
  clearTotalAmountEtf(): PortfolioResponse;
270
270
 
271
- getTotalAmountCurrencies(): tinvest_common_pb.MoneyValue | undefined;
272
- setTotalAmountCurrencies(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
271
+ getTotalAmountCurrencies(): api_tinvest_common_pb.MoneyValue | undefined;
272
+ setTotalAmountCurrencies(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
273
273
  hasTotalAmountCurrencies(): boolean;
274
274
  clearTotalAmountCurrencies(): PortfolioResponse;
275
275
 
276
- getTotalAmountFutures(): tinvest_common_pb.MoneyValue | undefined;
277
- setTotalAmountFutures(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
276
+ getTotalAmountFutures(): api_tinvest_common_pb.MoneyValue | undefined;
277
+ setTotalAmountFutures(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
278
278
  hasTotalAmountFutures(): boolean;
279
279
  clearTotalAmountFutures(): PortfolioResponse;
280
280
 
281
- getExpectedYield(): tinvest_common_pb.Quotation | undefined;
282
- setExpectedYield(value?: tinvest_common_pb.Quotation): PortfolioResponse;
281
+ getExpectedYield(): api_tinvest_common_pb.Quotation | undefined;
282
+ setExpectedYield(value?: api_tinvest_common_pb.Quotation): PortfolioResponse;
283
283
  hasExpectedYield(): boolean;
284
284
  clearExpectedYield(): PortfolioResponse;
285
285
 
@@ -291,18 +291,18 @@ export class PortfolioResponse extends jspb.Message {
291
291
  getAccountId(): string;
292
292
  setAccountId(value: string): PortfolioResponse;
293
293
 
294
- getTotalAmountOptions(): tinvest_common_pb.MoneyValue | undefined;
295
- setTotalAmountOptions(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
294
+ getTotalAmountOptions(): api_tinvest_common_pb.MoneyValue | undefined;
295
+ setTotalAmountOptions(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
296
296
  hasTotalAmountOptions(): boolean;
297
297
  clearTotalAmountOptions(): PortfolioResponse;
298
298
 
299
- getTotalAmountSp(): tinvest_common_pb.MoneyValue | undefined;
300
- setTotalAmountSp(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
299
+ getTotalAmountSp(): api_tinvest_common_pb.MoneyValue | undefined;
300
+ setTotalAmountSp(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
301
301
  hasTotalAmountSp(): boolean;
302
302
  clearTotalAmountSp(): PortfolioResponse;
303
303
 
304
- getTotalAmountPortfolio(): tinvest_common_pb.MoneyValue | undefined;
305
- setTotalAmountPortfolio(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
304
+ getTotalAmountPortfolio(): api_tinvest_common_pb.MoneyValue | undefined;
305
+ setTotalAmountPortfolio(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
306
306
  hasTotalAmountPortfolio(): boolean;
307
307
  clearTotalAmountPortfolio(): PortfolioResponse;
308
308
 
@@ -311,18 +311,18 @@ export class PortfolioResponse extends jspb.Message {
311
311
  clearVirtualPositionsList(): PortfolioResponse;
312
312
  addVirtualPositions(value?: VirtualPortfolioPosition, index?: number): VirtualPortfolioPosition;
313
313
 
314
- getDailyYield(): tinvest_common_pb.MoneyValue | undefined;
315
- setDailyYield(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
314
+ getDailyYield(): api_tinvest_common_pb.MoneyValue | undefined;
315
+ setDailyYield(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
316
316
  hasDailyYield(): boolean;
317
317
  clearDailyYield(): PortfolioResponse;
318
318
 
319
- getDailyYieldRelative(): tinvest_common_pb.Quotation | undefined;
320
- setDailyYieldRelative(value?: tinvest_common_pb.Quotation): PortfolioResponse;
319
+ getDailyYieldRelative(): api_tinvest_common_pb.Quotation | undefined;
320
+ setDailyYieldRelative(value?: api_tinvest_common_pb.Quotation): PortfolioResponse;
321
321
  hasDailyYieldRelative(): boolean;
322
322
  clearDailyYieldRelative(): PortfolioResponse;
323
323
 
324
- getTotalAmountDfa(): tinvest_common_pb.MoneyValue | undefined;
325
- setTotalAmountDfa(value?: tinvest_common_pb.MoneyValue): PortfolioResponse;
324
+ getTotalAmountDfa(): api_tinvest_common_pb.MoneyValue | undefined;
325
+ setTotalAmountDfa(value?: api_tinvest_common_pb.MoneyValue): PortfolioResponse;
326
326
  hasTotalAmountDfa(): boolean;
327
327
  clearTotalAmountDfa(): PortfolioResponse;
328
328
 
@@ -336,21 +336,21 @@ export class PortfolioResponse extends jspb.Message {
336
336
 
337
337
  export namespace PortfolioResponse {
338
338
  export type AsObject = {
339
- totalAmountShares?: tinvest_common_pb.MoneyValue.AsObject,
340
- totalAmountBonds?: tinvest_common_pb.MoneyValue.AsObject,
341
- totalAmountEtf?: tinvest_common_pb.MoneyValue.AsObject,
342
- totalAmountCurrencies?: tinvest_common_pb.MoneyValue.AsObject,
343
- totalAmountFutures?: tinvest_common_pb.MoneyValue.AsObject,
344
- expectedYield?: tinvest_common_pb.Quotation.AsObject,
339
+ totalAmountShares?: api_tinvest_common_pb.MoneyValue.AsObject,
340
+ totalAmountBonds?: api_tinvest_common_pb.MoneyValue.AsObject,
341
+ totalAmountEtf?: api_tinvest_common_pb.MoneyValue.AsObject,
342
+ totalAmountCurrencies?: api_tinvest_common_pb.MoneyValue.AsObject,
343
+ totalAmountFutures?: api_tinvest_common_pb.MoneyValue.AsObject,
344
+ expectedYield?: api_tinvest_common_pb.Quotation.AsObject,
345
345
  positionsList: Array<PortfolioPosition.AsObject>,
346
346
  accountId: string,
347
- totalAmountOptions?: tinvest_common_pb.MoneyValue.AsObject,
348
- totalAmountSp?: tinvest_common_pb.MoneyValue.AsObject,
349
- totalAmountPortfolio?: tinvest_common_pb.MoneyValue.AsObject,
347
+ totalAmountOptions?: api_tinvest_common_pb.MoneyValue.AsObject,
348
+ totalAmountSp?: api_tinvest_common_pb.MoneyValue.AsObject,
349
+ totalAmountPortfolio?: api_tinvest_common_pb.MoneyValue.AsObject,
350
350
  virtualPositionsList: Array<VirtualPortfolioPosition.AsObject>,
351
- dailyYield?: tinvest_common_pb.MoneyValue.AsObject,
352
- dailyYieldRelative?: tinvest_common_pb.Quotation.AsObject,
353
- totalAmountDfa?: tinvest_common_pb.MoneyValue.AsObject,
351
+ dailyYield?: api_tinvest_common_pb.MoneyValue.AsObject,
352
+ dailyYieldRelative?: api_tinvest_common_pb.Quotation.AsObject,
353
+ totalAmountDfa?: api_tinvest_common_pb.MoneyValue.AsObject,
354
354
  }
355
355
  }
356
356
 
@@ -373,15 +373,15 @@ export namespace PositionsRequest {
373
373
  }
374
374
 
375
375
  export class PositionsResponse extends jspb.Message {
376
- getMoneyList(): Array<tinvest_common_pb.MoneyValue>;
377
- setMoneyList(value: Array<tinvest_common_pb.MoneyValue>): PositionsResponse;
376
+ getMoneyList(): Array<api_tinvest_common_pb.MoneyValue>;
377
+ setMoneyList(value: Array<api_tinvest_common_pb.MoneyValue>): PositionsResponse;
378
378
  clearMoneyList(): PositionsResponse;
379
- addMoney(value?: tinvest_common_pb.MoneyValue, index?: number): tinvest_common_pb.MoneyValue;
379
+ addMoney(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
380
380
 
381
- getBlockedList(): Array<tinvest_common_pb.MoneyValue>;
382
- setBlockedList(value: Array<tinvest_common_pb.MoneyValue>): PositionsResponse;
381
+ getBlockedList(): Array<api_tinvest_common_pb.MoneyValue>;
382
+ setBlockedList(value: Array<api_tinvest_common_pb.MoneyValue>): PositionsResponse;
383
383
  clearBlockedList(): PositionsResponse;
384
- addBlocked(value?: tinvest_common_pb.MoneyValue, index?: number): tinvest_common_pb.MoneyValue;
384
+ addBlocked(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
385
385
 
386
386
  getSecuritiesList(): Array<PositionsSecurities>;
387
387
  setSecuritiesList(value: Array<PositionsSecurities>): PositionsResponse;
@@ -414,8 +414,8 @@ export class PositionsResponse extends jspb.Message {
414
414
 
415
415
  export namespace PositionsResponse {
416
416
  export type AsObject = {
417
- moneyList: Array<tinvest_common_pb.MoneyValue.AsObject>,
418
- blockedList: Array<tinvest_common_pb.MoneyValue.AsObject>,
417
+ moneyList: Array<api_tinvest_common_pb.MoneyValue.AsObject>,
418
+ blockedList: Array<api_tinvest_common_pb.MoneyValue.AsObject>,
419
419
  securitiesList: Array<PositionsSecurities.AsObject>,
420
420
  limitsLoadingInProgress: boolean,
421
421
  futuresList: Array<PositionsFutures.AsObject>,
@@ -443,20 +443,20 @@ export namespace WithdrawLimitsRequest {
443
443
  }
444
444
 
445
445
  export class WithdrawLimitsResponse extends jspb.Message {
446
- getMoneyList(): Array<tinvest_common_pb.MoneyValue>;
447
- setMoneyList(value: Array<tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
446
+ getMoneyList(): Array<api_tinvest_common_pb.MoneyValue>;
447
+ setMoneyList(value: Array<api_tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
448
448
  clearMoneyList(): WithdrawLimitsResponse;
449
- addMoney(value?: tinvest_common_pb.MoneyValue, index?: number): tinvest_common_pb.MoneyValue;
449
+ addMoney(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
450
450
 
451
- getBlockedList(): Array<tinvest_common_pb.MoneyValue>;
452
- setBlockedList(value: Array<tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
451
+ getBlockedList(): Array<api_tinvest_common_pb.MoneyValue>;
452
+ setBlockedList(value: Array<api_tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
453
453
  clearBlockedList(): WithdrawLimitsResponse;
454
- addBlocked(value?: tinvest_common_pb.MoneyValue, index?: number): tinvest_common_pb.MoneyValue;
454
+ addBlocked(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
455
455
 
456
- getBlockedGuaranteeList(): Array<tinvest_common_pb.MoneyValue>;
457
- setBlockedGuaranteeList(value: Array<tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
456
+ getBlockedGuaranteeList(): Array<api_tinvest_common_pb.MoneyValue>;
457
+ setBlockedGuaranteeList(value: Array<api_tinvest_common_pb.MoneyValue>): WithdrawLimitsResponse;
458
458
  clearBlockedGuaranteeList(): WithdrawLimitsResponse;
459
- addBlockedGuarantee(value?: tinvest_common_pb.MoneyValue, index?: number): tinvest_common_pb.MoneyValue;
459
+ addBlockedGuarantee(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
460
460
 
461
461
  serializeBinary(): Uint8Array;
462
462
  toObject(includeInstance?: boolean): WithdrawLimitsResponse.AsObject;
@@ -468,9 +468,9 @@ export class WithdrawLimitsResponse extends jspb.Message {
468
468
 
469
469
  export namespace WithdrawLimitsResponse {
470
470
  export type AsObject = {
471
- moneyList: Array<tinvest_common_pb.MoneyValue.AsObject>,
472
- blockedList: Array<tinvest_common_pb.MoneyValue.AsObject>,
473
- blockedGuaranteeList: Array<tinvest_common_pb.MoneyValue.AsObject>,
471
+ moneyList: Array<api_tinvest_common_pb.MoneyValue.AsObject>,
472
+ blockedList: Array<api_tinvest_common_pb.MoneyValue.AsObject>,
473
+ blockedGuaranteeList: Array<api_tinvest_common_pb.MoneyValue.AsObject>,
474
474
  }
475
475
  }
476
476
 
@@ -481,51 +481,51 @@ export class PortfolioPosition extends jspb.Message {
481
481
  getInstrumentType(): string;
482
482
  setInstrumentType(value: string): PortfolioPosition;
483
483
 
484
- getQuantity(): tinvest_common_pb.Quotation | undefined;
485
- setQuantity(value?: tinvest_common_pb.Quotation): PortfolioPosition;
484
+ getQuantity(): api_tinvest_common_pb.Quotation | undefined;
485
+ setQuantity(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
486
486
  hasQuantity(): boolean;
487
487
  clearQuantity(): PortfolioPosition;
488
488
 
489
- getAveragePositionPrice(): tinvest_common_pb.MoneyValue | undefined;
490
- setAveragePositionPrice(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
489
+ getAveragePositionPrice(): api_tinvest_common_pb.MoneyValue | undefined;
490
+ setAveragePositionPrice(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
491
491
  hasAveragePositionPrice(): boolean;
492
492
  clearAveragePositionPrice(): PortfolioPosition;
493
493
 
494
- getExpectedYield(): tinvest_common_pb.Quotation | undefined;
495
- setExpectedYield(value?: tinvest_common_pb.Quotation): PortfolioPosition;
494
+ getExpectedYield(): api_tinvest_common_pb.Quotation | undefined;
495
+ setExpectedYield(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
496
496
  hasExpectedYield(): boolean;
497
497
  clearExpectedYield(): PortfolioPosition;
498
498
 
499
- getCurrentNkd(): tinvest_common_pb.MoneyValue | undefined;
500
- setCurrentNkd(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
499
+ getCurrentNkd(): api_tinvest_common_pb.MoneyValue | undefined;
500
+ setCurrentNkd(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
501
501
  hasCurrentNkd(): boolean;
502
502
  clearCurrentNkd(): PortfolioPosition;
503
503
 
504
- getAveragePositionPricePt(): tinvest_common_pb.Quotation | undefined;
505
- setAveragePositionPricePt(value?: tinvest_common_pb.Quotation): PortfolioPosition;
504
+ getAveragePositionPricePt(): api_tinvest_common_pb.Quotation | undefined;
505
+ setAveragePositionPricePt(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
506
506
  hasAveragePositionPricePt(): boolean;
507
507
  clearAveragePositionPricePt(): PortfolioPosition;
508
508
 
509
- getCurrentPrice(): tinvest_common_pb.MoneyValue | undefined;
510
- setCurrentPrice(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
509
+ getCurrentPrice(): api_tinvest_common_pb.MoneyValue | undefined;
510
+ setCurrentPrice(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
511
511
  hasCurrentPrice(): boolean;
512
512
  clearCurrentPrice(): PortfolioPosition;
513
513
 
514
- getAveragePositionPriceFifo(): tinvest_common_pb.MoneyValue | undefined;
515
- setAveragePositionPriceFifo(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
514
+ getAveragePositionPriceFifo(): api_tinvest_common_pb.MoneyValue | undefined;
515
+ setAveragePositionPriceFifo(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
516
516
  hasAveragePositionPriceFifo(): boolean;
517
517
  clearAveragePositionPriceFifo(): PortfolioPosition;
518
518
 
519
- getQuantityLots(): tinvest_common_pb.Quotation | undefined;
520
- setQuantityLots(value?: tinvest_common_pb.Quotation): PortfolioPosition;
519
+ getQuantityLots(): api_tinvest_common_pb.Quotation | undefined;
520
+ setQuantityLots(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
521
521
  hasQuantityLots(): boolean;
522
522
  clearQuantityLots(): PortfolioPosition;
523
523
 
524
524
  getBlocked(): boolean;
525
525
  setBlocked(value: boolean): PortfolioPosition;
526
526
 
527
- getBlockedLots(): tinvest_common_pb.Quotation | undefined;
528
- setBlockedLots(value?: tinvest_common_pb.Quotation): PortfolioPosition;
527
+ getBlockedLots(): api_tinvest_common_pb.Quotation | undefined;
528
+ setBlockedLots(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
529
529
  hasBlockedLots(): boolean;
530
530
  clearBlockedLots(): PortfolioPosition;
531
531
 
@@ -535,18 +535,18 @@ export class PortfolioPosition extends jspb.Message {
535
535
  getInstrumentUid(): string;
536
536
  setInstrumentUid(value: string): PortfolioPosition;
537
537
 
538
- getVarMargin(): tinvest_common_pb.MoneyValue | undefined;
539
- setVarMargin(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
538
+ getVarMargin(): api_tinvest_common_pb.MoneyValue | undefined;
539
+ setVarMargin(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
540
540
  hasVarMargin(): boolean;
541
541
  clearVarMargin(): PortfolioPosition;
542
542
 
543
- getExpectedYieldFifo(): tinvest_common_pb.Quotation | undefined;
544
- setExpectedYieldFifo(value?: tinvest_common_pb.Quotation): PortfolioPosition;
543
+ getExpectedYieldFifo(): api_tinvest_common_pb.Quotation | undefined;
544
+ setExpectedYieldFifo(value?: api_tinvest_common_pb.Quotation): PortfolioPosition;
545
545
  hasExpectedYieldFifo(): boolean;
546
546
  clearExpectedYieldFifo(): PortfolioPosition;
547
547
 
548
- getDailyYield(): tinvest_common_pb.MoneyValue | undefined;
549
- setDailyYield(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
548
+ getDailyYield(): api_tinvest_common_pb.MoneyValue | undefined;
549
+ setDailyYield(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
550
550
  hasDailyYield(): boolean;
551
551
  clearDailyYield(): PortfolioPosition;
552
552
 
@@ -556,8 +556,8 @@ export class PortfolioPosition extends jspb.Message {
556
556
  getClassCode(): string;
557
557
  setClassCode(value: string): PortfolioPosition;
558
558
 
559
- getVarMarginSettled(): tinvest_common_pb.MoneyValue | undefined;
560
- setVarMarginSettled(value?: tinvest_common_pb.MoneyValue): PortfolioPosition;
559
+ getVarMarginSettled(): api_tinvest_common_pb.MoneyValue | undefined;
560
+ setVarMarginSettled(value?: api_tinvest_common_pb.MoneyValue): PortfolioPosition;
561
561
  hasVarMarginSettled(): boolean;
562
562
  clearVarMarginSettled(): PortfolioPosition;
563
563
 
@@ -573,24 +573,24 @@ export namespace PortfolioPosition {
573
573
  export type AsObject = {
574
574
  figi: string,
575
575
  instrumentType: string,
576
- quantity?: tinvest_common_pb.Quotation.AsObject,
577
- averagePositionPrice?: tinvest_common_pb.MoneyValue.AsObject,
578
- expectedYield?: tinvest_common_pb.Quotation.AsObject,
579
- currentNkd?: tinvest_common_pb.MoneyValue.AsObject,
580
- averagePositionPricePt?: tinvest_common_pb.Quotation.AsObject,
581
- currentPrice?: tinvest_common_pb.MoneyValue.AsObject,
582
- averagePositionPriceFifo?: tinvest_common_pb.MoneyValue.AsObject,
583
- quantityLots?: tinvest_common_pb.Quotation.AsObject,
576
+ quantity?: api_tinvest_common_pb.Quotation.AsObject,
577
+ averagePositionPrice?: api_tinvest_common_pb.MoneyValue.AsObject,
578
+ expectedYield?: api_tinvest_common_pb.Quotation.AsObject,
579
+ currentNkd?: api_tinvest_common_pb.MoneyValue.AsObject,
580
+ averagePositionPricePt?: api_tinvest_common_pb.Quotation.AsObject,
581
+ currentPrice?: api_tinvest_common_pb.MoneyValue.AsObject,
582
+ averagePositionPriceFifo?: api_tinvest_common_pb.MoneyValue.AsObject,
583
+ quantityLots?: api_tinvest_common_pb.Quotation.AsObject,
584
584
  blocked: boolean,
585
- blockedLots?: tinvest_common_pb.Quotation.AsObject,
585
+ blockedLots?: api_tinvest_common_pb.Quotation.AsObject,
586
586
  positionUid: string,
587
587
  instrumentUid: string,
588
- varMargin?: tinvest_common_pb.MoneyValue.AsObject,
589
- expectedYieldFifo?: tinvest_common_pb.Quotation.AsObject,
590
- dailyYield?: tinvest_common_pb.MoneyValue.AsObject,
588
+ varMargin?: api_tinvest_common_pb.MoneyValue.AsObject,
589
+ expectedYieldFifo?: api_tinvest_common_pb.Quotation.AsObject,
590
+ dailyYield?: api_tinvest_common_pb.MoneyValue.AsObject,
591
591
  ticker: string,
592
592
  classCode: string,
593
- varMarginSettled?: tinvest_common_pb.MoneyValue.AsObject,
593
+ varMarginSettled?: api_tinvest_common_pb.MoneyValue.AsObject,
594
594
  }
595
595
 
596
596
  export enum VarMarginSettledCase {
@@ -612,23 +612,23 @@ export class VirtualPortfolioPosition extends jspb.Message {
612
612
  getInstrumentType(): string;
613
613
  setInstrumentType(value: string): VirtualPortfolioPosition;
614
614
 
615
- getQuantity(): tinvest_common_pb.Quotation | undefined;
616
- setQuantity(value?: tinvest_common_pb.Quotation): VirtualPortfolioPosition;
615
+ getQuantity(): api_tinvest_common_pb.Quotation | undefined;
616
+ setQuantity(value?: api_tinvest_common_pb.Quotation): VirtualPortfolioPosition;
617
617
  hasQuantity(): boolean;
618
618
  clearQuantity(): VirtualPortfolioPosition;
619
619
 
620
- getAveragePositionPrice(): tinvest_common_pb.MoneyValue | undefined;
621
- setAveragePositionPrice(value?: tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
620
+ getAveragePositionPrice(): api_tinvest_common_pb.MoneyValue | undefined;
621
+ setAveragePositionPrice(value?: api_tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
622
622
  hasAveragePositionPrice(): boolean;
623
623
  clearAveragePositionPrice(): VirtualPortfolioPosition;
624
624
 
625
- getExpectedYield(): tinvest_common_pb.Quotation | undefined;
626
- setExpectedYield(value?: tinvest_common_pb.Quotation): VirtualPortfolioPosition;
625
+ getExpectedYield(): api_tinvest_common_pb.Quotation | undefined;
626
+ setExpectedYield(value?: api_tinvest_common_pb.Quotation): VirtualPortfolioPosition;
627
627
  hasExpectedYield(): boolean;
628
628
  clearExpectedYield(): VirtualPortfolioPosition;
629
629
 
630
- getExpectedYieldFifo(): tinvest_common_pb.Quotation | undefined;
631
- setExpectedYieldFifo(value?: tinvest_common_pb.Quotation): VirtualPortfolioPosition;
630
+ getExpectedYieldFifo(): api_tinvest_common_pb.Quotation | undefined;
631
+ setExpectedYieldFifo(value?: api_tinvest_common_pb.Quotation): VirtualPortfolioPosition;
632
632
  hasExpectedYieldFifo(): boolean;
633
633
  clearExpectedYieldFifo(): VirtualPortfolioPosition;
634
634
 
@@ -637,18 +637,18 @@ export class VirtualPortfolioPosition extends jspb.Message {
637
637
  hasExpireDate(): boolean;
638
638
  clearExpireDate(): VirtualPortfolioPosition;
639
639
 
640
- getCurrentPrice(): tinvest_common_pb.MoneyValue | undefined;
641
- setCurrentPrice(value?: tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
640
+ getCurrentPrice(): api_tinvest_common_pb.MoneyValue | undefined;
641
+ setCurrentPrice(value?: api_tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
642
642
  hasCurrentPrice(): boolean;
643
643
  clearCurrentPrice(): VirtualPortfolioPosition;
644
644
 
645
- getAveragePositionPriceFifo(): tinvest_common_pb.MoneyValue | undefined;
646
- setAveragePositionPriceFifo(value?: tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
645
+ getAveragePositionPriceFifo(): api_tinvest_common_pb.MoneyValue | undefined;
646
+ setAveragePositionPriceFifo(value?: api_tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
647
647
  hasAveragePositionPriceFifo(): boolean;
648
648
  clearAveragePositionPriceFifo(): VirtualPortfolioPosition;
649
649
 
650
- getDailyYield(): tinvest_common_pb.MoneyValue | undefined;
651
- setDailyYield(value?: tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
650
+ getDailyYield(): api_tinvest_common_pb.MoneyValue | undefined;
651
+ setDailyYield(value?: api_tinvest_common_pb.MoneyValue): VirtualPortfolioPosition;
652
652
  hasDailyYield(): boolean;
653
653
  clearDailyYield(): VirtualPortfolioPosition;
654
654
 
@@ -672,14 +672,14 @@ export namespace VirtualPortfolioPosition {
672
672
  instrumentUid: string,
673
673
  figi: string,
674
674
  instrumentType: string,
675
- quantity?: tinvest_common_pb.Quotation.AsObject,
676
- averagePositionPrice?: tinvest_common_pb.MoneyValue.AsObject,
677
- expectedYield?: tinvest_common_pb.Quotation.AsObject,
678
- expectedYieldFifo?: tinvest_common_pb.Quotation.AsObject,
675
+ quantity?: api_tinvest_common_pb.Quotation.AsObject,
676
+ averagePositionPrice?: api_tinvest_common_pb.MoneyValue.AsObject,
677
+ expectedYield?: api_tinvest_common_pb.Quotation.AsObject,
678
+ expectedYieldFifo?: api_tinvest_common_pb.Quotation.AsObject,
679
679
  expireDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
680
- currentPrice?: tinvest_common_pb.MoneyValue.AsObject,
681
- averagePositionPriceFifo?: tinvest_common_pb.MoneyValue.AsObject,
682
- dailyYield?: tinvest_common_pb.MoneyValue.AsObject,
680
+ currentPrice?: api_tinvest_common_pb.MoneyValue.AsObject,
681
+ averagePositionPriceFifo?: api_tinvest_common_pb.MoneyValue.AsObject,
682
+ dailyYield?: api_tinvest_common_pb.MoneyValue.AsObject,
683
683
  ticker: string,
684
684
  classCode: string,
685
685
  }
@@ -1029,46 +1029,46 @@ export class BrokerReport extends jspb.Message {
1029
1029
  getTicker(): string;
1030
1030
  setTicker(value: string): BrokerReport;
1031
1031
 
1032
- getPrice(): tinvest_common_pb.MoneyValue | undefined;
1033
- setPrice(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1032
+ getPrice(): api_tinvest_common_pb.MoneyValue | undefined;
1033
+ setPrice(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1034
1034
  hasPrice(): boolean;
1035
1035
  clearPrice(): BrokerReport;
1036
1036
 
1037
1037
  getQuantity(): number;
1038
1038
  setQuantity(value: number): BrokerReport;
1039
1039
 
1040
- getOrderAmount(): tinvest_common_pb.MoneyValue | undefined;
1041
- setOrderAmount(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1040
+ getOrderAmount(): api_tinvest_common_pb.MoneyValue | undefined;
1041
+ setOrderAmount(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1042
1042
  hasOrderAmount(): boolean;
1043
1043
  clearOrderAmount(): BrokerReport;
1044
1044
 
1045
- getAciValue(): tinvest_common_pb.Quotation | undefined;
1046
- setAciValue(value?: tinvest_common_pb.Quotation): BrokerReport;
1045
+ getAciValue(): api_tinvest_common_pb.Quotation | undefined;
1046
+ setAciValue(value?: api_tinvest_common_pb.Quotation): BrokerReport;
1047
1047
  hasAciValue(): boolean;
1048
1048
  clearAciValue(): BrokerReport;
1049
1049
 
1050
- getTotalOrderAmount(): tinvest_common_pb.MoneyValue | undefined;
1051
- setTotalOrderAmount(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1050
+ getTotalOrderAmount(): api_tinvest_common_pb.MoneyValue | undefined;
1051
+ setTotalOrderAmount(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1052
1052
  hasTotalOrderAmount(): boolean;
1053
1053
  clearTotalOrderAmount(): BrokerReport;
1054
1054
 
1055
- getBrokerCommission(): tinvest_common_pb.MoneyValue | undefined;
1056
- setBrokerCommission(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1055
+ getBrokerCommission(): api_tinvest_common_pb.MoneyValue | undefined;
1056
+ setBrokerCommission(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1057
1057
  hasBrokerCommission(): boolean;
1058
1058
  clearBrokerCommission(): BrokerReport;
1059
1059
 
1060
- getExchangeCommission(): tinvest_common_pb.MoneyValue | undefined;
1061
- setExchangeCommission(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1060
+ getExchangeCommission(): api_tinvest_common_pb.MoneyValue | undefined;
1061
+ setExchangeCommission(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1062
1062
  hasExchangeCommission(): boolean;
1063
1063
  clearExchangeCommission(): BrokerReport;
1064
1064
 
1065
- getExchangeClearingCommission(): tinvest_common_pb.MoneyValue | undefined;
1066
- setExchangeClearingCommission(value?: tinvest_common_pb.MoneyValue): BrokerReport;
1065
+ getExchangeClearingCommission(): api_tinvest_common_pb.MoneyValue | undefined;
1066
+ setExchangeClearingCommission(value?: api_tinvest_common_pb.MoneyValue): BrokerReport;
1067
1067
  hasExchangeClearingCommission(): boolean;
1068
1068
  clearExchangeClearingCommission(): BrokerReport;
1069
1069
 
1070
- getRepoRate(): tinvest_common_pb.Quotation | undefined;
1071
- setRepoRate(value?: tinvest_common_pb.Quotation): BrokerReport;
1070
+ getRepoRate(): api_tinvest_common_pb.Quotation | undefined;
1071
+ setRepoRate(value?: api_tinvest_common_pb.Quotation): BrokerReport;
1072
1072
  hasRepoRate(): boolean;
1073
1073
  clearRepoRate(): BrokerReport;
1074
1074
 
@@ -1120,15 +1120,15 @@ export namespace BrokerReport {
1120
1120
  direction: string,
1121
1121
  name: string,
1122
1122
  ticker: string,
1123
- price?: tinvest_common_pb.MoneyValue.AsObject,
1123
+ price?: api_tinvest_common_pb.MoneyValue.AsObject,
1124
1124
  quantity: number,
1125
- orderAmount?: tinvest_common_pb.MoneyValue.AsObject,
1126
- aciValue?: tinvest_common_pb.Quotation.AsObject,
1127
- totalOrderAmount?: tinvest_common_pb.MoneyValue.AsObject,
1128
- brokerCommission?: tinvest_common_pb.MoneyValue.AsObject,
1129
- exchangeCommission?: tinvest_common_pb.MoneyValue.AsObject,
1130
- exchangeClearingCommission?: tinvest_common_pb.MoneyValue.AsObject,
1131
- repoRate?: tinvest_common_pb.Quotation.AsObject,
1125
+ orderAmount?: api_tinvest_common_pb.MoneyValue.AsObject,
1126
+ aciValue?: api_tinvest_common_pb.Quotation.AsObject,
1127
+ totalOrderAmount?: api_tinvest_common_pb.MoneyValue.AsObject,
1128
+ brokerCommission?: api_tinvest_common_pb.MoneyValue.AsObject,
1129
+ exchangeCommission?: api_tinvest_common_pb.MoneyValue.AsObject,
1130
+ exchangeClearingCommission?: api_tinvest_common_pb.MoneyValue.AsObject,
1131
+ repoRate?: api_tinvest_common_pb.Quotation.AsObject,
1132
1132
  party: string,
1133
1133
  clearValueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1134
1134
  secValueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
@@ -1340,28 +1340,28 @@ export class DividendsForeignIssuerReport extends jspb.Message {
1340
1340
  getQuantity(): number;
1341
1341
  setQuantity(value: number): DividendsForeignIssuerReport;
1342
1342
 
1343
- getDividend(): tinvest_common_pb.Quotation | undefined;
1344
- setDividend(value?: tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1343
+ getDividend(): api_tinvest_common_pb.Quotation | undefined;
1344
+ setDividend(value?: api_tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1345
1345
  hasDividend(): boolean;
1346
1346
  clearDividend(): DividendsForeignIssuerReport;
1347
1347
 
1348
- getExternalCommission(): tinvest_common_pb.Quotation | undefined;
1349
- setExternalCommission(value?: tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1348
+ getExternalCommission(): api_tinvest_common_pb.Quotation | undefined;
1349
+ setExternalCommission(value?: api_tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1350
1350
  hasExternalCommission(): boolean;
1351
1351
  clearExternalCommission(): DividendsForeignIssuerReport;
1352
1352
 
1353
- getDividendGross(): tinvest_common_pb.Quotation | undefined;
1354
- setDividendGross(value?: tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1353
+ getDividendGross(): api_tinvest_common_pb.Quotation | undefined;
1354
+ setDividendGross(value?: api_tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1355
1355
  hasDividendGross(): boolean;
1356
1356
  clearDividendGross(): DividendsForeignIssuerReport;
1357
1357
 
1358
- getTax(): tinvest_common_pb.Quotation | undefined;
1359
- setTax(value?: tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1358
+ getTax(): api_tinvest_common_pb.Quotation | undefined;
1359
+ setTax(value?: api_tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1360
1360
  hasTax(): boolean;
1361
1361
  clearTax(): DividendsForeignIssuerReport;
1362
1362
 
1363
- getDividendAmount(): tinvest_common_pb.Quotation | undefined;
1364
- setDividendAmount(value?: tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1363
+ getDividendAmount(): api_tinvest_common_pb.Quotation | undefined;
1364
+ setDividendAmount(value?: api_tinvest_common_pb.Quotation): DividendsForeignIssuerReport;
1365
1365
  hasDividendAmount(): boolean;
1366
1366
  clearDividendAmount(): DividendsForeignIssuerReport;
1367
1367
 
@@ -1384,11 +1384,11 @@ export namespace DividendsForeignIssuerReport {
1384
1384
  isin: string,
1385
1385
  issuerCountry: string,
1386
1386
  quantity: number,
1387
- dividend?: tinvest_common_pb.Quotation.AsObject,
1388
- externalCommission?: tinvest_common_pb.Quotation.AsObject,
1389
- dividendGross?: tinvest_common_pb.Quotation.AsObject,
1390
- tax?: tinvest_common_pb.Quotation.AsObject,
1391
- dividendAmount?: tinvest_common_pb.Quotation.AsObject,
1387
+ dividend?: api_tinvest_common_pb.Quotation.AsObject,
1388
+ externalCommission?: api_tinvest_common_pb.Quotation.AsObject,
1389
+ dividendGross?: api_tinvest_common_pb.Quotation.AsObject,
1390
+ tax?: api_tinvest_common_pb.Quotation.AsObject,
1391
+ dividendAmount?: api_tinvest_common_pb.Quotation.AsObject,
1392
1392
  currency: string,
1393
1393
  }
1394
1394
  }
@@ -1399,8 +1399,8 @@ export class PortfolioStreamRequest extends jspb.Message {
1399
1399
  clearAccountsList(): PortfolioStreamRequest;
1400
1400
  addAccounts(value: string, index?: number): PortfolioStreamRequest;
1401
1401
 
1402
- getPingSettings(): tinvest_common_pb.PingDelaySettings | undefined;
1403
- setPingSettings(value?: tinvest_common_pb.PingDelaySettings): PortfolioStreamRequest;
1402
+ getPingSettings(): api_tinvest_common_pb.PingDelaySettings | undefined;
1403
+ setPingSettings(value?: api_tinvest_common_pb.PingDelaySettings): PortfolioStreamRequest;
1404
1404
  hasPingSettings(): boolean;
1405
1405
  clearPingSettings(): PortfolioStreamRequest;
1406
1406
 
@@ -1415,7 +1415,7 @@ export class PortfolioStreamRequest extends jspb.Message {
1415
1415
  export namespace PortfolioStreamRequest {
1416
1416
  export type AsObject = {
1417
1417
  accountsList: Array<string>,
1418
- pingSettings?: tinvest_common_pb.PingDelaySettings.AsObject,
1418
+ pingSettings?: api_tinvest_common_pb.PingDelaySettings.AsObject,
1419
1419
  }
1420
1420
  }
1421
1421
 
@@ -1430,8 +1430,8 @@ export class PortfolioStreamResponse extends jspb.Message {
1430
1430
  hasPortfolio(): boolean;
1431
1431
  clearPortfolio(): PortfolioStreamResponse;
1432
1432
 
1433
- getPing(): tinvest_common_pb.Ping | undefined;
1434
- setPing(value?: tinvest_common_pb.Ping): PortfolioStreamResponse;
1433
+ getPing(): api_tinvest_common_pb.Ping | undefined;
1434
+ setPing(value?: api_tinvest_common_pb.Ping): PortfolioStreamResponse;
1435
1435
  hasPing(): boolean;
1436
1436
  clearPing(): PortfolioStreamResponse;
1437
1437
 
@@ -1449,7 +1449,7 @@ export namespace PortfolioStreamResponse {
1449
1449
  export type AsObject = {
1450
1450
  subscriptions?: PortfolioSubscriptionResult.AsObject,
1451
1451
  portfolio?: PortfolioResponse.AsObject,
1452
- ping?: tinvest_common_pb.Ping.AsObject,
1452
+ ping?: api_tinvest_common_pb.Ping.AsObject,
1453
1453
  }
1454
1454
 
1455
1455
  export enum PayloadCase {
@@ -1700,8 +1700,8 @@ export class OperationItem extends jspb.Message {
1700
1700
  getInstrumentType(): string;
1701
1701
  setInstrumentType(value: string): OperationItem;
1702
1702
 
1703
- getInstrumentKind(): tinvest_common_pb.InstrumentType;
1704
- setInstrumentKind(value: tinvest_common_pb.InstrumentType): OperationItem;
1703
+ getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
1704
+ setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): OperationItem;
1705
1705
 
1706
1706
  getPositionUid(): string;
1707
1707
  setPositionUid(value: string): OperationItem;
@@ -1712,33 +1712,33 @@ export class OperationItem extends jspb.Message {
1712
1712
  getClassCode(): string;
1713
1713
  setClassCode(value: string): OperationItem;
1714
1714
 
1715
- getPayment(): tinvest_common_pb.MoneyValue | undefined;
1716
- setPayment(value?: tinvest_common_pb.MoneyValue): OperationItem;
1715
+ getPayment(): api_tinvest_common_pb.MoneyValue | undefined;
1716
+ setPayment(value?: api_tinvest_common_pb.MoneyValue): OperationItem;
1717
1717
  hasPayment(): boolean;
1718
1718
  clearPayment(): OperationItem;
1719
1719
 
1720
- getPrice(): tinvest_common_pb.MoneyValue | undefined;
1721
- setPrice(value?: tinvest_common_pb.MoneyValue): OperationItem;
1720
+ getPrice(): api_tinvest_common_pb.MoneyValue | undefined;
1721
+ setPrice(value?: api_tinvest_common_pb.MoneyValue): OperationItem;
1722
1722
  hasPrice(): boolean;
1723
1723
  clearPrice(): OperationItem;
1724
1724
 
1725
- getCommission(): tinvest_common_pb.MoneyValue | undefined;
1726
- setCommission(value?: tinvest_common_pb.MoneyValue): OperationItem;
1725
+ getCommission(): api_tinvest_common_pb.MoneyValue | undefined;
1726
+ setCommission(value?: api_tinvest_common_pb.MoneyValue): OperationItem;
1727
1727
  hasCommission(): boolean;
1728
1728
  clearCommission(): OperationItem;
1729
1729
 
1730
- getYield(): tinvest_common_pb.MoneyValue | undefined;
1731
- setYield(value?: tinvest_common_pb.MoneyValue): OperationItem;
1730
+ getYield(): api_tinvest_common_pb.MoneyValue | undefined;
1731
+ setYield(value?: api_tinvest_common_pb.MoneyValue): OperationItem;
1732
1732
  hasYield(): boolean;
1733
1733
  clearYield(): OperationItem;
1734
1734
 
1735
- getYieldRelative(): tinvest_common_pb.Quotation | undefined;
1736
- setYieldRelative(value?: tinvest_common_pb.Quotation): OperationItem;
1735
+ getYieldRelative(): api_tinvest_common_pb.Quotation | undefined;
1736
+ setYieldRelative(value?: api_tinvest_common_pb.Quotation): OperationItem;
1737
1737
  hasYieldRelative(): boolean;
1738
1738
  clearYieldRelative(): OperationItem;
1739
1739
 
1740
- getAccruedInt(): tinvest_common_pb.MoneyValue | undefined;
1741
- setAccruedInt(value?: tinvest_common_pb.MoneyValue): OperationItem;
1740
+ getAccruedInt(): api_tinvest_common_pb.MoneyValue | undefined;
1741
+ setAccruedInt(value?: api_tinvest_common_pb.MoneyValue): OperationItem;
1742
1742
  hasAccruedInt(): boolean;
1743
1743
  clearAccruedInt(): OperationItem;
1744
1744
 
@@ -1794,16 +1794,16 @@ export namespace OperationItem {
1794
1794
  instrumentUid: string,
1795
1795
  figi: string,
1796
1796
  instrumentType: string,
1797
- instrumentKind: tinvest_common_pb.InstrumentType,
1797
+ instrumentKind: api_tinvest_common_pb.InstrumentType,
1798
1798
  positionUid: string,
1799
1799
  ticker: string,
1800
1800
  classCode: string,
1801
- payment?: tinvest_common_pb.MoneyValue.AsObject,
1802
- price?: tinvest_common_pb.MoneyValue.AsObject,
1803
- commission?: tinvest_common_pb.MoneyValue.AsObject,
1804
- yield?: tinvest_common_pb.MoneyValue.AsObject,
1805
- yieldRelative?: tinvest_common_pb.Quotation.AsObject,
1806
- accruedInt?: tinvest_common_pb.MoneyValue.AsObject,
1801
+ payment?: api_tinvest_common_pb.MoneyValue.AsObject,
1802
+ price?: api_tinvest_common_pb.MoneyValue.AsObject,
1803
+ commission?: api_tinvest_common_pb.MoneyValue.AsObject,
1804
+ yield?: api_tinvest_common_pb.MoneyValue.AsObject,
1805
+ yieldRelative?: api_tinvest_common_pb.Quotation.AsObject,
1806
+ accruedInt?: api_tinvest_common_pb.MoneyValue.AsObject,
1807
1807
  quantity: number,
1808
1808
  quantityRest: number,
1809
1809
  quantityDone: number,
@@ -1847,18 +1847,18 @@ export class OperationItemTrade extends jspb.Message {
1847
1847
  getQuantity(): number;
1848
1848
  setQuantity(value: number): OperationItemTrade;
1849
1849
 
1850
- getPrice(): tinvest_common_pb.MoneyValue | undefined;
1851
- setPrice(value?: tinvest_common_pb.MoneyValue): OperationItemTrade;
1850
+ getPrice(): api_tinvest_common_pb.MoneyValue | undefined;
1851
+ setPrice(value?: api_tinvest_common_pb.MoneyValue): OperationItemTrade;
1852
1852
  hasPrice(): boolean;
1853
1853
  clearPrice(): OperationItemTrade;
1854
1854
 
1855
- getYield(): tinvest_common_pb.MoneyValue | undefined;
1856
- setYield(value?: tinvest_common_pb.MoneyValue): OperationItemTrade;
1855
+ getYield(): api_tinvest_common_pb.MoneyValue | undefined;
1856
+ setYield(value?: api_tinvest_common_pb.MoneyValue): OperationItemTrade;
1857
1857
  hasYield(): boolean;
1858
1858
  clearYield(): OperationItemTrade;
1859
1859
 
1860
- getYieldRelative(): tinvest_common_pb.Quotation | undefined;
1861
- setYieldRelative(value?: tinvest_common_pb.Quotation): OperationItemTrade;
1860
+ getYieldRelative(): api_tinvest_common_pb.Quotation | undefined;
1861
+ setYieldRelative(value?: api_tinvest_common_pb.Quotation): OperationItemTrade;
1862
1862
  hasYieldRelative(): boolean;
1863
1863
  clearYieldRelative(): OperationItemTrade;
1864
1864
 
@@ -1875,9 +1875,9 @@ export namespace OperationItemTrade {
1875
1875
  num: string,
1876
1876
  date?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1877
1877
  quantity: number,
1878
- price?: tinvest_common_pb.MoneyValue.AsObject,
1879
- yield?: tinvest_common_pb.MoneyValue.AsObject,
1880
- yieldRelative?: tinvest_common_pb.Quotation.AsObject,
1878
+ price?: api_tinvest_common_pb.MoneyValue.AsObject,
1879
+ yield?: api_tinvest_common_pb.MoneyValue.AsObject,
1880
+ yieldRelative?: api_tinvest_common_pb.Quotation.AsObject,
1881
1881
  }
1882
1882
  }
1883
1883
 
@@ -1890,8 +1890,8 @@ export class PositionsStreamRequest extends jspb.Message {
1890
1890
  getWithInitialPositions(): boolean;
1891
1891
  setWithInitialPositions(value: boolean): PositionsStreamRequest;
1892
1892
 
1893
- getPingSettings(): tinvest_common_pb.PingDelaySettings | undefined;
1894
- setPingSettings(value?: tinvest_common_pb.PingDelaySettings): PositionsStreamRequest;
1893
+ getPingSettings(): api_tinvest_common_pb.PingDelaySettings | undefined;
1894
+ setPingSettings(value?: api_tinvest_common_pb.PingDelaySettings): PositionsStreamRequest;
1895
1895
  hasPingSettings(): boolean;
1896
1896
  clearPingSettings(): PositionsStreamRequest;
1897
1897
 
@@ -1907,7 +1907,7 @@ export namespace PositionsStreamRequest {
1907
1907
  export type AsObject = {
1908
1908
  accountsList: Array<string>,
1909
1909
  withInitialPositions: boolean,
1910
- pingSettings?: tinvest_common_pb.PingDelaySettings.AsObject,
1910
+ pingSettings?: api_tinvest_common_pb.PingDelaySettings.AsObject,
1911
1911
  }
1912
1912
  }
1913
1913
 
@@ -1922,8 +1922,8 @@ export class PositionsStreamResponse extends jspb.Message {
1922
1922
  hasPosition(): boolean;
1923
1923
  clearPosition(): PositionsStreamResponse;
1924
1924
 
1925
- getPing(): tinvest_common_pb.Ping | undefined;
1926
- setPing(value?: tinvest_common_pb.Ping): PositionsStreamResponse;
1925
+ getPing(): api_tinvest_common_pb.Ping | undefined;
1926
+ setPing(value?: api_tinvest_common_pb.Ping): PositionsStreamResponse;
1927
1927
  hasPing(): boolean;
1928
1928
  clearPing(): PositionsStreamResponse;
1929
1929
 
@@ -1946,7 +1946,7 @@ export namespace PositionsStreamResponse {
1946
1946
  export type AsObject = {
1947
1947
  subscriptions?: PositionsSubscriptionResult.AsObject,
1948
1948
  position?: PositionData.AsObject,
1949
- ping?: tinvest_common_pb.Ping.AsObject,
1949
+ ping?: api_tinvest_common_pb.Ping.AsObject,
1950
1950
  initialPositions?: PositionsResponse.AsObject,
1951
1951
  }
1952
1952
 
@@ -2058,13 +2058,13 @@ export namespace PositionData {
2058
2058
  }
2059
2059
 
2060
2060
  export class PositionsMoney extends jspb.Message {
2061
- getAvailableValue(): tinvest_common_pb.MoneyValue | undefined;
2062
- setAvailableValue(value?: tinvest_common_pb.MoneyValue): PositionsMoney;
2061
+ getAvailableValue(): api_tinvest_common_pb.MoneyValue | undefined;
2062
+ setAvailableValue(value?: api_tinvest_common_pb.MoneyValue): PositionsMoney;
2063
2063
  hasAvailableValue(): boolean;
2064
2064
  clearAvailableValue(): PositionsMoney;
2065
2065
 
2066
- getBlockedValue(): tinvest_common_pb.MoneyValue | undefined;
2067
- setBlockedValue(value?: tinvest_common_pb.MoneyValue): PositionsMoney;
2066
+ getBlockedValue(): api_tinvest_common_pb.MoneyValue | undefined;
2067
+ setBlockedValue(value?: api_tinvest_common_pb.MoneyValue): PositionsMoney;
2068
2068
  hasBlockedValue(): boolean;
2069
2069
  clearBlockedValue(): PositionsMoney;
2070
2070
 
@@ -2078,8 +2078,8 @@ export class PositionsMoney extends jspb.Message {
2078
2078
 
2079
2079
  export namespace PositionsMoney {
2080
2080
  export type AsObject = {
2081
- availableValue?: tinvest_common_pb.MoneyValue.AsObject,
2082
- blockedValue?: tinvest_common_pb.MoneyValue.AsObject,
2081
+ availableValue?: api_tinvest_common_pb.MoneyValue.AsObject,
2082
+ blockedValue?: api_tinvest_common_pb.MoneyValue.AsObject,
2083
2083
  }
2084
2084
  }
2085
2085
 
@@ -2087,8 +2087,8 @@ export class ChildOperationItem extends jspb.Message {
2087
2087
  getInstrumentUid(): string;
2088
2088
  setInstrumentUid(value: string): ChildOperationItem;
2089
2089
 
2090
- getPayment(): tinvest_common_pb.MoneyValue | undefined;
2091
- setPayment(value?: tinvest_common_pb.MoneyValue): ChildOperationItem;
2090
+ getPayment(): api_tinvest_common_pb.MoneyValue | undefined;
2091
+ setPayment(value?: api_tinvest_common_pb.MoneyValue): ChildOperationItem;
2092
2092
  hasPayment(): boolean;
2093
2093
  clearPayment(): ChildOperationItem;
2094
2094
 
@@ -2103,7 +2103,7 @@ export class ChildOperationItem extends jspb.Message {
2103
2103
  export namespace ChildOperationItem {
2104
2104
  export type AsObject = {
2105
2105
  instrumentUid: string,
2106
- payment?: tinvest_common_pb.MoneyValue.AsObject,
2106
+ payment?: api_tinvest_common_pb.MoneyValue.AsObject,
2107
2107
  }
2108
2108
  }
2109
2109
 
@@ -2113,8 +2113,8 @@ export class OperationsStreamRequest extends jspb.Message {
2113
2113
  clearAccountsList(): OperationsStreamRequest;
2114
2114
  addAccounts(value: string, index?: number): OperationsStreamRequest;
2115
2115
 
2116
- getPingSettings(): tinvest_common_pb.PingDelaySettings | undefined;
2117
- setPingSettings(value?: tinvest_common_pb.PingDelaySettings): OperationsStreamRequest;
2116
+ getPingSettings(): api_tinvest_common_pb.PingDelaySettings | undefined;
2117
+ setPingSettings(value?: api_tinvest_common_pb.PingDelaySettings): OperationsStreamRequest;
2118
2118
  hasPingSettings(): boolean;
2119
2119
  clearPingSettings(): OperationsStreamRequest;
2120
2120
 
@@ -2129,7 +2129,7 @@ export class OperationsStreamRequest extends jspb.Message {
2129
2129
  export namespace OperationsStreamRequest {
2130
2130
  export type AsObject = {
2131
2131
  accountsList: Array<string>,
2132
- pingSettings?: tinvest_common_pb.PingDelaySettings.AsObject,
2132
+ pingSettings?: api_tinvest_common_pb.PingDelaySettings.AsObject,
2133
2133
  }
2134
2134
  }
2135
2135
 
@@ -2144,8 +2144,8 @@ export class OperationsStreamResponse extends jspb.Message {
2144
2144
  hasOperation(): boolean;
2145
2145
  clearOperation(): OperationsStreamResponse;
2146
2146
 
2147
- getPing(): tinvest_common_pb.Ping | undefined;
2148
- setPing(value?: tinvest_common_pb.Ping): OperationsStreamResponse;
2147
+ getPing(): api_tinvest_common_pb.Ping | undefined;
2148
+ setPing(value?: api_tinvest_common_pb.Ping): OperationsStreamResponse;
2149
2149
  hasPing(): boolean;
2150
2150
  clearPing(): OperationsStreamResponse;
2151
2151
 
@@ -2163,7 +2163,7 @@ export namespace OperationsStreamResponse {
2163
2163
  export type AsObject = {
2164
2164
  subscriptions?: OperationsSubscriptionResult.AsObject,
2165
2165
  operation?: OperationData.AsObject,
2166
- ping?: tinvest_common_pb.Ping.AsObject,
2166
+ ping?: api_tinvest_common_pb.Ping.AsObject,
2167
2167
  }
2168
2168
 
2169
2169
  export enum PayloadCase {
@@ -2239,8 +2239,8 @@ export class OperationData extends jspb.Message {
2239
2239
  getInstrumentType(): string;
2240
2240
  setInstrumentType(value: string): OperationData;
2241
2241
 
2242
- getInstrumentKind(): tinvest_common_pb.InstrumentType;
2243
- setInstrumentKind(value: tinvest_common_pb.InstrumentType): OperationData;
2242
+ getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
2243
+ setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): OperationData;
2244
2244
 
2245
2245
  getPositionUid(): string;
2246
2246
  setPositionUid(value: string): OperationData;
@@ -2251,8 +2251,8 @@ export class OperationData extends jspb.Message {
2251
2251
  getClassCode(): string;
2252
2252
  setClassCode(value: string): OperationData;
2253
2253
 
2254
- getPayment(): tinvest_common_pb.MoneyValue | undefined;
2255
- setPayment(value?: tinvest_common_pb.MoneyValue): OperationData;
2254
+ getPayment(): api_tinvest_common_pb.MoneyValue | undefined;
2255
+ setPayment(value?: api_tinvest_common_pb.MoneyValue): OperationData;
2256
2256
  hasPayment(): boolean;
2257
2257
  clearPayment(): OperationData;
2258
2258
 
@@ -2276,11 +2276,11 @@ export namespace OperationData {
2276
2276
  instrumentUid: string,
2277
2277
  figi: string,
2278
2278
  instrumentType: string,
2279
- instrumentKind: tinvest_common_pb.InstrumentType,
2279
+ instrumentKind: api_tinvest_common_pb.InstrumentType,
2280
2280
  positionUid: string,
2281
2281
  ticker: string,
2282
2282
  classCode: string,
2283
- payment?: tinvest_common_pb.MoneyValue.AsObject,
2283
+ payment?: api_tinvest_common_pb.MoneyValue.AsObject,
2284
2284
  }
2285
2285
  }
2286
2286