@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.
- package/README.md +15 -3
- package/gen/js-ts/{tinvest → api/tinvest}/InstrumentsServiceClientPb.ts +432 -432
- package/gen/js-ts/{tinvest → api/tinvest}/MarketdataServiceClientPb.ts +98 -98
- package/gen/js-ts/{tinvest → api/tinvest}/OperationsServiceClientPb.ts +90 -90
- package/gen/js-ts/{tinvest → api/tinvest}/OrdersServiceClientPb.ts +94 -94
- package/gen/js-ts/{tinvest → api/tinvest}/SandboxServiceClientPb.ts +206 -206
- package/gen/js-ts/{tinvest → api/tinvest}/SignalsServiceClientPb.ts +22 -22
- package/gen/js-ts/{tinvest → api/tinvest}/StopordersServiceClientPb.ts +32 -32
- package/gen/js-ts/{tinvest → api/tinvest}/UsersServiceClientPb.ts +82 -82
- package/gen/js-ts/{tinvest → api/tinvest}/common_pb.js +1 -1
- package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.d.ts +560 -560
- package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.js +804 -804
- package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.d.ts +104 -104
- package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.js +154 -154
- package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.d.ts +229 -229
- package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.js +364 -364
- package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.d.ts +153 -153
- package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.js +226 -226
- package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.d.ts +12 -12
- package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.js +22 -22
- package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.d.ts +32 -32
- package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.js +54 -54
- package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.d.ts +38 -38
- package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.js +59 -59
- package/gen/js-ts/{tinvest → api/tinvest}/users_pb.d.ts +36 -36
- package/gen/js-ts/{tinvest → api/tinvest}/users_pb.js +59 -59
- package/gen/js-ts/clickhouse/AdminServiceClientPb.ts +1161 -0
- package/gen/js-ts/clickhouse/ClickhouseServiceClientPb.ts +216 -0
- package/gen/js-ts/{api/clickhouse/manager_pb.d.ts → clickhouse/admin_pb.d.ts} +2 -2
- package/gen/js-ts/{api/clickhouse/manager_pb.js → clickhouse/admin_pb.js} +1551 -1551
- package/gen/js-ts/{api/db_api/db_api_pb.d.ts → clickhouse/clickhouse_pb.d.ts} +8 -158
- package/gen/js-ts/clickhouse/clickhouse_pb.js +2440 -0
- package/gen/js-ts/nats/NatsServiceClientPb.ts +1032 -0
- package/gen/js-ts/{api/nats/manager_pb.d.ts → nats/nats_pb.d.ts} +1 -1
- package/gen/js-ts/{api/nats/manager_pb.js → nats/nats_pb.js} +1784 -1784
- package/gen/js-ts/postgresql/AdminServiceClientPb.ts +1591 -0
- package/gen/js-ts/postgresql/PostgresqlServiceClientPb.ts +129 -0
- package/gen/js-ts/postgresql/admin_pb.d.ts +1895 -0
- package/gen/js-ts/postgresql/admin_pb.js +15465 -0
- package/gen/js-ts/postgresql/postgresql_pb.d.ts +156 -0
- package/gen/js-ts/postgresql/postgresql_pb.js +1311 -0
- package/gen/js-ts/{api/test → test}/TestServiceClientPb.ts +16 -16
- package/gen/js-ts/{api/test → test}/test_pb.d.ts +5 -5
- package/gen/js-ts/{api/test → test}/test_pb.js +58 -58
- package/package.json +1 -1
- package/gen/js-ts/api/clickhouse/ManagerServiceClientPb.ts +0 -1161
- package/gen/js-ts/api/db_api/Db_apiServiceClientPb.ts +0 -302
- package/gen/js-ts/api/db_api/db_api_pb.js +0 -3723
- package/gen/js-ts/api/nats/ManagerServiceClientPb.ts +0 -1032
- /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
|
|
5
|
-
import * as google_api_field_behavior_pb from '
|
|
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():
|
|
101
|
-
setPayment(value?:
|
|
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():
|
|
106
|
-
setPrice(value?:
|
|
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?:
|
|
169
|
-
price?:
|
|
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():
|
|
199
|
-
setPrice(value?:
|
|
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?:
|
|
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():
|
|
257
|
-
setTotalAmountShares(value?:
|
|
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():
|
|
262
|
-
setTotalAmountBonds(value?:
|
|
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():
|
|
267
|
-
setTotalAmountEtf(value?:
|
|
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():
|
|
272
|
-
setTotalAmountCurrencies(value?:
|
|
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():
|
|
277
|
-
setTotalAmountFutures(value?:
|
|
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():
|
|
282
|
-
setExpectedYield(value?:
|
|
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():
|
|
295
|
-
setTotalAmountOptions(value?:
|
|
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():
|
|
300
|
-
setTotalAmountSp(value?:
|
|
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():
|
|
305
|
-
setTotalAmountPortfolio(value?:
|
|
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():
|
|
315
|
-
setDailyYield(value?:
|
|
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():
|
|
320
|
-
setDailyYieldRelative(value?:
|
|
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():
|
|
325
|
-
setTotalAmountDfa(value?:
|
|
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?:
|
|
340
|
-
totalAmountBonds?:
|
|
341
|
-
totalAmountEtf?:
|
|
342
|
-
totalAmountCurrencies?:
|
|
343
|
-
totalAmountFutures?:
|
|
344
|
-
expectedYield?:
|
|
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?:
|
|
348
|
-
totalAmountSp?:
|
|
349
|
-
totalAmountPortfolio?:
|
|
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?:
|
|
352
|
-
dailyYieldRelative?:
|
|
353
|
-
totalAmountDfa?:
|
|
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<
|
|
377
|
-
setMoneyList(value: Array<
|
|
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?:
|
|
379
|
+
addMoney(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
|
|
380
380
|
|
|
381
|
-
getBlockedList(): Array<
|
|
382
|
-
setBlockedList(value: Array<
|
|
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?:
|
|
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<
|
|
418
|
-
blockedList: Array<
|
|
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<
|
|
447
|
-
setMoneyList(value: Array<
|
|
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?:
|
|
449
|
+
addMoney(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
|
|
450
450
|
|
|
451
|
-
getBlockedList(): Array<
|
|
452
|
-
setBlockedList(value: Array<
|
|
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?:
|
|
454
|
+
addBlocked(value?: api_tinvest_common_pb.MoneyValue, index?: number): api_tinvest_common_pb.MoneyValue;
|
|
455
455
|
|
|
456
|
-
getBlockedGuaranteeList(): Array<
|
|
457
|
-
setBlockedGuaranteeList(value: Array<
|
|
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?:
|
|
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<
|
|
472
|
-
blockedList: Array<
|
|
473
|
-
blockedGuaranteeList: Array<
|
|
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():
|
|
485
|
-
setQuantity(value?:
|
|
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():
|
|
490
|
-
setAveragePositionPrice(value?:
|
|
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():
|
|
495
|
-
setExpectedYield(value?:
|
|
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():
|
|
500
|
-
setCurrentNkd(value?:
|
|
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():
|
|
505
|
-
setAveragePositionPricePt(value?:
|
|
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():
|
|
510
|
-
setCurrentPrice(value?:
|
|
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():
|
|
515
|
-
setAveragePositionPriceFifo(value?:
|
|
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():
|
|
520
|
-
setQuantityLots(value?:
|
|
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():
|
|
528
|
-
setBlockedLots(value?:
|
|
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():
|
|
539
|
-
setVarMargin(value?:
|
|
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():
|
|
544
|
-
setExpectedYieldFifo(value?:
|
|
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():
|
|
549
|
-
setDailyYield(value?:
|
|
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():
|
|
560
|
-
setVarMarginSettled(value?:
|
|
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?:
|
|
577
|
-
averagePositionPrice?:
|
|
578
|
-
expectedYield?:
|
|
579
|
-
currentNkd?:
|
|
580
|
-
averagePositionPricePt?:
|
|
581
|
-
currentPrice?:
|
|
582
|
-
averagePositionPriceFifo?:
|
|
583
|
-
quantityLots?:
|
|
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?:
|
|
585
|
+
blockedLots?: api_tinvest_common_pb.Quotation.AsObject,
|
|
586
586
|
positionUid: string,
|
|
587
587
|
instrumentUid: string,
|
|
588
|
-
varMargin?:
|
|
589
|
-
expectedYieldFifo?:
|
|
590
|
-
dailyYield?:
|
|
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?:
|
|
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():
|
|
616
|
-
setQuantity(value?:
|
|
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():
|
|
621
|
-
setAveragePositionPrice(value?:
|
|
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():
|
|
626
|
-
setExpectedYield(value?:
|
|
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():
|
|
631
|
-
setExpectedYieldFifo(value?:
|
|
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():
|
|
641
|
-
setCurrentPrice(value?:
|
|
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():
|
|
646
|
-
setAveragePositionPriceFifo(value?:
|
|
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():
|
|
651
|
-
setDailyYield(value?:
|
|
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?:
|
|
676
|
-
averagePositionPrice?:
|
|
677
|
-
expectedYield?:
|
|
678
|
-
expectedYieldFifo?:
|
|
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?:
|
|
681
|
-
averagePositionPriceFifo?:
|
|
682
|
-
dailyYield?:
|
|
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():
|
|
1033
|
-
setPrice(value?:
|
|
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():
|
|
1041
|
-
setOrderAmount(value?:
|
|
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():
|
|
1046
|
-
setAciValue(value?:
|
|
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():
|
|
1051
|
-
setTotalOrderAmount(value?:
|
|
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():
|
|
1056
|
-
setBrokerCommission(value?:
|
|
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():
|
|
1061
|
-
setExchangeCommission(value?:
|
|
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():
|
|
1066
|
-
setExchangeClearingCommission(value?:
|
|
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():
|
|
1071
|
-
setRepoRate(value?:
|
|
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?:
|
|
1123
|
+
price?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1124
1124
|
quantity: number,
|
|
1125
|
-
orderAmount?:
|
|
1126
|
-
aciValue?:
|
|
1127
|
-
totalOrderAmount?:
|
|
1128
|
-
brokerCommission?:
|
|
1129
|
-
exchangeCommission?:
|
|
1130
|
-
exchangeClearingCommission?:
|
|
1131
|
-
repoRate?:
|
|
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():
|
|
1344
|
-
setDividend(value?:
|
|
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():
|
|
1349
|
-
setExternalCommission(value?:
|
|
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():
|
|
1354
|
-
setDividendGross(value?:
|
|
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():
|
|
1359
|
-
setTax(value?:
|
|
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():
|
|
1364
|
-
setDividendAmount(value?:
|
|
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?:
|
|
1388
|
-
externalCommission?:
|
|
1389
|
-
dividendGross?:
|
|
1390
|
-
tax?:
|
|
1391
|
-
dividendAmount?:
|
|
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():
|
|
1403
|
-
setPingSettings(value?:
|
|
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?:
|
|
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():
|
|
1434
|
-
setPing(value?:
|
|
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?:
|
|
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():
|
|
1704
|
-
setInstrumentKind(value:
|
|
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():
|
|
1716
|
-
setPayment(value?:
|
|
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():
|
|
1721
|
-
setPrice(value?:
|
|
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():
|
|
1726
|
-
setCommission(value?:
|
|
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():
|
|
1731
|
-
setYield(value?:
|
|
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():
|
|
1736
|
-
setYieldRelative(value?:
|
|
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():
|
|
1741
|
-
setAccruedInt(value?:
|
|
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:
|
|
1797
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
1798
1798
|
positionUid: string,
|
|
1799
1799
|
ticker: string,
|
|
1800
1800
|
classCode: string,
|
|
1801
|
-
payment?:
|
|
1802
|
-
price?:
|
|
1803
|
-
commission?:
|
|
1804
|
-
yield?:
|
|
1805
|
-
yieldRelative?:
|
|
1806
|
-
accruedInt?:
|
|
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():
|
|
1851
|
-
setPrice(value?:
|
|
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():
|
|
1856
|
-
setYield(value?:
|
|
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():
|
|
1861
|
-
setYieldRelative(value?:
|
|
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?:
|
|
1879
|
-
yield?:
|
|
1880
|
-
yieldRelative?:
|
|
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():
|
|
1894
|
-
setPingSettings(value?:
|
|
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?:
|
|
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():
|
|
1926
|
-
setPing(value?:
|
|
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?:
|
|
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():
|
|
2062
|
-
setAvailableValue(value?:
|
|
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():
|
|
2067
|
-
setBlockedValue(value?:
|
|
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?:
|
|
2082
|
-
blockedValue?:
|
|
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():
|
|
2091
|
-
setPayment(value?:
|
|
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?:
|
|
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():
|
|
2117
|
-
setPingSettings(value?:
|
|
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?:
|
|
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():
|
|
2148
|
-
setPing(value?:
|
|
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?:
|
|
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():
|
|
2243
|
-
setInstrumentKind(value:
|
|
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():
|
|
2255
|
-
setPayment(value?:
|
|
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:
|
|
2279
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
2280
2280
|
positionUid: string,
|
|
2281
2281
|
ticker: string,
|
|
2282
2282
|
classCode: string,
|
|
2283
|
-
payment?:
|
|
2283
|
+
payment?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
2286
|
|