@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 TradingSchedulesRequest extends jspb.Message {
|
|
@@ -238,8 +238,8 @@ export namespace InstrumentRequest {
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
export class InstrumentsRequest extends jspb.Message {
|
|
241
|
-
getInstrumentStatus():
|
|
242
|
-
setInstrumentStatus(value:
|
|
241
|
+
getInstrumentStatus(): api_tinvest_common_pb.InstrumentStatus;
|
|
242
|
+
setInstrumentStatus(value: api_tinvest_common_pb.InstrumentStatus): InstrumentsRequest;
|
|
243
243
|
hasInstrumentStatus(): boolean;
|
|
244
244
|
clearInstrumentStatus(): InstrumentsRequest;
|
|
245
245
|
|
|
@@ -258,7 +258,7 @@ export class InstrumentsRequest extends jspb.Message {
|
|
|
258
258
|
|
|
259
259
|
export namespace InstrumentsRequest {
|
|
260
260
|
export type AsObject = {
|
|
261
|
-
instrumentStatus?:
|
|
261
|
+
instrumentStatus?: api_tinvest_common_pb.InstrumentStatus,
|
|
262
262
|
instrumentExchange?: InstrumentExchangeType,
|
|
263
263
|
}
|
|
264
264
|
|
|
@@ -546,8 +546,8 @@ export namespace GetBondEventsResponse {
|
|
|
546
546
|
getEventType(): GetBondEventsRequest.EventType;
|
|
547
547
|
setEventType(value: GetBondEventsRequest.EventType): BondEvent;
|
|
548
548
|
|
|
549
|
-
getEventTotalVol():
|
|
550
|
-
setEventTotalVol(value?:
|
|
549
|
+
getEventTotalVol(): api_tinvest_common_pb.Quotation | undefined;
|
|
550
|
+
setEventTotalVol(value?: api_tinvest_common_pb.Quotation): BondEvent;
|
|
551
551
|
hasEventTotalVol(): boolean;
|
|
552
552
|
clearEventTotalVol(): BondEvent;
|
|
553
553
|
|
|
@@ -576,13 +576,13 @@ export namespace GetBondEventsResponse {
|
|
|
576
576
|
hasPayDate(): boolean;
|
|
577
577
|
clearPayDate(): BondEvent;
|
|
578
578
|
|
|
579
|
-
getPayOneBond():
|
|
580
|
-
setPayOneBond(value?:
|
|
579
|
+
getPayOneBond(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
580
|
+
setPayOneBond(value?: api_tinvest_common_pb.MoneyValue): BondEvent;
|
|
581
581
|
hasPayOneBond(): boolean;
|
|
582
582
|
clearPayOneBond(): BondEvent;
|
|
583
583
|
|
|
584
|
-
getMoneyFlowVal():
|
|
585
|
-
setMoneyFlowVal(value?:
|
|
584
|
+
getMoneyFlowVal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
585
|
+
setMoneyFlowVal(value?: api_tinvest_common_pb.MoneyValue): BondEvent;
|
|
586
586
|
hasMoneyFlowVal(): boolean;
|
|
587
587
|
clearMoneyFlowVal(): BondEvent;
|
|
588
588
|
|
|
@@ -592,8 +592,8 @@ export namespace GetBondEventsResponse {
|
|
|
592
592
|
getOperationType(): string;
|
|
593
593
|
setOperationType(value: string): BondEvent;
|
|
594
594
|
|
|
595
|
-
getValue():
|
|
596
|
-
setValue(value?:
|
|
595
|
+
getValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
596
|
+
setValue(value?: api_tinvest_common_pb.Quotation): BondEvent;
|
|
597
597
|
hasValue(): boolean;
|
|
598
598
|
clearValue(): BondEvent;
|
|
599
599
|
|
|
@@ -616,8 +616,8 @@ export namespace GetBondEventsResponse {
|
|
|
616
616
|
getCouponPeriod(): number;
|
|
617
617
|
setCouponPeriod(value: number): BondEvent;
|
|
618
618
|
|
|
619
|
-
getCouponInterestRate():
|
|
620
|
-
setCouponInterestRate(value?:
|
|
619
|
+
getCouponInterestRate(): api_tinvest_common_pb.Quotation | undefined;
|
|
620
|
+
setCouponInterestRate(value?: api_tinvest_common_pb.Quotation): BondEvent;
|
|
621
621
|
hasCouponInterestRate(): boolean;
|
|
622
622
|
clearCouponInterestRate(): BondEvent;
|
|
623
623
|
|
|
@@ -635,23 +635,23 @@ export namespace GetBondEventsResponse {
|
|
|
635
635
|
eventNumber: number,
|
|
636
636
|
eventDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
637
637
|
eventType: GetBondEventsRequest.EventType,
|
|
638
|
-
eventTotalVol?:
|
|
638
|
+
eventTotalVol?: api_tinvest_common_pb.Quotation.AsObject,
|
|
639
639
|
fixDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
640
640
|
rateDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
641
641
|
defaultDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
642
642
|
realPayDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
643
643
|
payDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
644
|
-
payOneBond?:
|
|
645
|
-
moneyFlowVal?:
|
|
644
|
+
payOneBond?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
645
|
+
moneyFlowVal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
646
646
|
execution: string,
|
|
647
647
|
operationType: string,
|
|
648
|
-
value?:
|
|
648
|
+
value?: api_tinvest_common_pb.Quotation.AsObject,
|
|
649
649
|
note: string,
|
|
650
650
|
convertToFinToolId: string,
|
|
651
651
|
couponStartDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
652
652
|
couponEndDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
653
653
|
couponPeriod: number,
|
|
654
|
-
couponInterestRate?:
|
|
654
|
+
couponInterestRate?: api_tinvest_common_pb.Quotation.AsObject,
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
|
|
@@ -674,8 +674,8 @@ export class Coupon extends jspb.Message {
|
|
|
674
674
|
hasFixDate(): boolean;
|
|
675
675
|
clearFixDate(): Coupon;
|
|
676
676
|
|
|
677
|
-
getPayOneBond():
|
|
678
|
-
setPayOneBond(value?:
|
|
677
|
+
getPayOneBond(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
678
|
+
setPayOneBond(value?: api_tinvest_common_pb.MoneyValue): Coupon;
|
|
679
679
|
hasPayOneBond(): boolean;
|
|
680
680
|
clearPayOneBond(): Coupon;
|
|
681
681
|
|
|
@@ -709,7 +709,7 @@ export namespace Coupon {
|
|
|
709
709
|
couponDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
710
710
|
couponNumber: number,
|
|
711
711
|
fixDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
712
|
-
payOneBond?:
|
|
712
|
+
payOneBond?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
713
713
|
couponType: CouponType,
|
|
714
714
|
couponStartDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
715
715
|
couponEndDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -893,11 +893,11 @@ export class Option extends jspb.Message {
|
|
|
893
893
|
getBasicAssetPositionUid(): string;
|
|
894
894
|
setBasicAssetPositionUid(value: string): Option;
|
|
895
895
|
|
|
896
|
-
getTradingStatus():
|
|
897
|
-
setTradingStatus(value:
|
|
896
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
897
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Option;
|
|
898
898
|
|
|
899
|
-
getRealExchange():
|
|
900
|
-
setRealExchange(value:
|
|
899
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
900
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Option;
|
|
901
901
|
|
|
902
902
|
getDirection(): OptionDirection;
|
|
903
903
|
setDirection(value: OptionDirection): Option;
|
|
@@ -938,66 +938,66 @@ export class Option extends jspb.Message {
|
|
|
938
938
|
getSector(): string;
|
|
939
939
|
setSector(value: string): Option;
|
|
940
940
|
|
|
941
|
-
getBrand():
|
|
942
|
-
setBrand(value?:
|
|
941
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
942
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Option;
|
|
943
943
|
hasBrand(): boolean;
|
|
944
944
|
clearBrand(): Option;
|
|
945
945
|
|
|
946
946
|
getLot(): number;
|
|
947
947
|
setLot(value: number): Option;
|
|
948
948
|
|
|
949
|
-
getBasicAssetSize():
|
|
950
|
-
setBasicAssetSize(value?:
|
|
949
|
+
getBasicAssetSize(): api_tinvest_common_pb.Quotation | undefined;
|
|
950
|
+
setBasicAssetSize(value?: api_tinvest_common_pb.Quotation): Option;
|
|
951
951
|
hasBasicAssetSize(): boolean;
|
|
952
952
|
clearBasicAssetSize(): Option;
|
|
953
953
|
|
|
954
|
-
getKlong():
|
|
955
|
-
setKlong(value?:
|
|
954
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
955
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Option;
|
|
956
956
|
hasKlong(): boolean;
|
|
957
957
|
clearKlong(): Option;
|
|
958
958
|
|
|
959
|
-
getKshort():
|
|
960
|
-
setKshort(value?:
|
|
959
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
960
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Option;
|
|
961
961
|
hasKshort(): boolean;
|
|
962
962
|
clearKshort(): Option;
|
|
963
963
|
|
|
964
|
-
getDlong():
|
|
965
|
-
setDlong(value?:
|
|
964
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
965
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Option;
|
|
966
966
|
hasDlong(): boolean;
|
|
967
967
|
clearDlong(): Option;
|
|
968
968
|
|
|
969
|
-
getDshort():
|
|
970
|
-
setDshort(value?:
|
|
969
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
970
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Option;
|
|
971
971
|
hasDshort(): boolean;
|
|
972
972
|
clearDshort(): Option;
|
|
973
973
|
|
|
974
|
-
getDlongMin():
|
|
975
|
-
setDlongMin(value?:
|
|
974
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
975
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Option;
|
|
976
976
|
hasDlongMin(): boolean;
|
|
977
977
|
clearDlongMin(): Option;
|
|
978
978
|
|
|
979
|
-
getDshortMin():
|
|
980
|
-
setDshortMin(value?:
|
|
979
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
980
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Option;
|
|
981
981
|
hasDshortMin(): boolean;
|
|
982
982
|
clearDshortMin(): Option;
|
|
983
983
|
|
|
984
|
-
getMinPriceIncrement():
|
|
985
|
-
setMinPriceIncrement(value?:
|
|
984
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
985
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Option;
|
|
986
986
|
hasMinPriceIncrement(): boolean;
|
|
987
987
|
clearMinPriceIncrement(): Option;
|
|
988
988
|
|
|
989
|
-
getStrikePrice():
|
|
990
|
-
setStrikePrice(value?:
|
|
989
|
+
getStrikePrice(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
990
|
+
setStrikePrice(value?: api_tinvest_common_pb.MoneyValue): Option;
|
|
991
991
|
hasStrikePrice(): boolean;
|
|
992
992
|
clearStrikePrice(): Option;
|
|
993
993
|
|
|
994
|
-
getDlongClient():
|
|
995
|
-
setDlongClient(value?:
|
|
994
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
995
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Option;
|
|
996
996
|
hasDlongClient(): boolean;
|
|
997
997
|
clearDlongClient(): Option;
|
|
998
998
|
|
|
999
|
-
getDshortClient():
|
|
1000
|
-
setDshortClient(value?:
|
|
999
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
1000
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Option;
|
|
1001
1001
|
hasDshortClient(): boolean;
|
|
1002
1002
|
clearDshortClient(): Option;
|
|
1003
1003
|
|
|
@@ -1073,8 +1073,8 @@ export namespace Option {
|
|
|
1073
1073
|
ticker: string,
|
|
1074
1074
|
classCode: string,
|
|
1075
1075
|
basicAssetPositionUid: string,
|
|
1076
|
-
tradingStatus:
|
|
1077
|
-
realExchange:
|
|
1076
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
1077
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
1078
1078
|
direction: OptionDirection,
|
|
1079
1079
|
paymentType: OptionPaymentType,
|
|
1080
1080
|
style: OptionStyle,
|
|
@@ -1088,19 +1088,19 @@ export namespace Option {
|
|
|
1088
1088
|
countryOfRisk: string,
|
|
1089
1089
|
countryOfRiskName: string,
|
|
1090
1090
|
sector: string,
|
|
1091
|
-
brand?:
|
|
1091
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
1092
1092
|
lot: number,
|
|
1093
|
-
basicAssetSize?:
|
|
1094
|
-
klong?:
|
|
1095
|
-
kshort?:
|
|
1096
|
-
dlong?:
|
|
1097
|
-
dshort?:
|
|
1098
|
-
dlongMin?:
|
|
1099
|
-
dshortMin?:
|
|
1100
|
-
minPriceIncrement?:
|
|
1101
|
-
strikePrice?:
|
|
1102
|
-
dlongClient?:
|
|
1103
|
-
dshortClient?:
|
|
1093
|
+
basicAssetSize?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1094
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1095
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1096
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1097
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1098
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1099
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1100
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1101
|
+
strikePrice?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1102
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1103
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1104
1104
|
expirationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1105
1105
|
firstTradeDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1106
1106
|
lastTradeDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -1380,33 +1380,33 @@ export class Bond extends jspb.Message {
|
|
|
1380
1380
|
getCurrency(): string;
|
|
1381
1381
|
setCurrency(value: string): Bond;
|
|
1382
1382
|
|
|
1383
|
-
getKlong():
|
|
1384
|
-
setKlong(value?:
|
|
1383
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1384
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1385
1385
|
hasKlong(): boolean;
|
|
1386
1386
|
clearKlong(): Bond;
|
|
1387
1387
|
|
|
1388
|
-
getKshort():
|
|
1389
|
-
setKshort(value?:
|
|
1388
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1389
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1390
1390
|
hasKshort(): boolean;
|
|
1391
1391
|
clearKshort(): Bond;
|
|
1392
1392
|
|
|
1393
|
-
getDlong():
|
|
1394
|
-
setDlong(value?:
|
|
1393
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1394
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1395
1395
|
hasDlong(): boolean;
|
|
1396
1396
|
clearDlong(): Bond;
|
|
1397
1397
|
|
|
1398
|
-
getDshort():
|
|
1399
|
-
setDshort(value?:
|
|
1398
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1399
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1400
1400
|
hasDshort(): boolean;
|
|
1401
1401
|
clearDshort(): Bond;
|
|
1402
1402
|
|
|
1403
|
-
getDlongMin():
|
|
1404
|
-
setDlongMin(value?:
|
|
1403
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1404
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1405
1405
|
hasDlongMin(): boolean;
|
|
1406
1406
|
clearDlongMin(): Bond;
|
|
1407
1407
|
|
|
1408
|
-
getDshortMin():
|
|
1409
|
-
setDshortMin(value?:
|
|
1408
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1409
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1410
1410
|
hasDshortMin(): boolean;
|
|
1411
1411
|
clearDshortMin(): Bond;
|
|
1412
1412
|
|
|
@@ -1427,13 +1427,13 @@ export class Bond extends jspb.Message {
|
|
|
1427
1427
|
hasMaturityDate(): boolean;
|
|
1428
1428
|
clearMaturityDate(): Bond;
|
|
1429
1429
|
|
|
1430
|
-
getNominal():
|
|
1431
|
-
setNominal(value?:
|
|
1430
|
+
getNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
1431
|
+
setNominal(value?: api_tinvest_common_pb.MoneyValue): Bond;
|
|
1432
1432
|
hasNominal(): boolean;
|
|
1433
1433
|
clearNominal(): Bond;
|
|
1434
1434
|
|
|
1435
|
-
getInitialNominal():
|
|
1436
|
-
setInitialNominal(value?:
|
|
1435
|
+
getInitialNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
1436
|
+
setInitialNominal(value?: api_tinvest_common_pb.MoneyValue): Bond;
|
|
1437
1437
|
hasInitialNominal(): boolean;
|
|
1438
1438
|
clearInitialNominal(): Bond;
|
|
1439
1439
|
|
|
@@ -1447,13 +1447,13 @@ export class Bond extends jspb.Message {
|
|
|
1447
1447
|
hasPlacementDate(): boolean;
|
|
1448
1448
|
clearPlacementDate(): Bond;
|
|
1449
1449
|
|
|
1450
|
-
getPlacementPrice():
|
|
1451
|
-
setPlacementPrice(value?:
|
|
1450
|
+
getPlacementPrice(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
1451
|
+
setPlacementPrice(value?: api_tinvest_common_pb.MoneyValue): Bond;
|
|
1452
1452
|
hasPlacementPrice(): boolean;
|
|
1453
1453
|
clearPlacementPrice(): Bond;
|
|
1454
1454
|
|
|
1455
|
-
getAciValue():
|
|
1456
|
-
setAciValue(value?:
|
|
1455
|
+
getAciValue(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
1456
|
+
setAciValue(value?: api_tinvest_common_pb.MoneyValue): Bond;
|
|
1457
1457
|
hasAciValue(): boolean;
|
|
1458
1458
|
clearAciValue(): Bond;
|
|
1459
1459
|
|
|
@@ -1475,8 +1475,8 @@ export class Bond extends jspb.Message {
|
|
|
1475
1475
|
getIssueSizePlan(): number;
|
|
1476
1476
|
setIssueSizePlan(value: number): Bond;
|
|
1477
1477
|
|
|
1478
|
-
getTradingStatus():
|
|
1479
|
-
setTradingStatus(value:
|
|
1478
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
1479
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Bond;
|
|
1480
1480
|
|
|
1481
1481
|
getOtcFlag(): boolean;
|
|
1482
1482
|
setOtcFlag(value: boolean): Bond;
|
|
@@ -1496,8 +1496,8 @@ export class Bond extends jspb.Message {
|
|
|
1496
1496
|
getAmortizationFlag(): boolean;
|
|
1497
1497
|
setAmortizationFlag(value: boolean): Bond;
|
|
1498
1498
|
|
|
1499
|
-
getMinPriceIncrement():
|
|
1500
|
-
setMinPriceIncrement(value?:
|
|
1499
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
1500
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1501
1501
|
hasMinPriceIncrement(): boolean;
|
|
1502
1502
|
clearMinPriceIncrement(): Bond;
|
|
1503
1503
|
|
|
@@ -1507,8 +1507,8 @@ export class Bond extends jspb.Message {
|
|
|
1507
1507
|
getUid(): string;
|
|
1508
1508
|
setUid(value: string): Bond;
|
|
1509
1509
|
|
|
1510
|
-
getRealExchange():
|
|
1511
|
-
setRealExchange(value:
|
|
1510
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
1511
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Bond;
|
|
1512
1512
|
|
|
1513
1513
|
getPositionUid(): string;
|
|
1514
1514
|
setPositionUid(value: string): Bond;
|
|
@@ -1552,8 +1552,8 @@ export class Bond extends jspb.Message {
|
|
|
1552
1552
|
getRiskLevel(): RiskLevel;
|
|
1553
1553
|
setRiskLevel(value: RiskLevel): Bond;
|
|
1554
1554
|
|
|
1555
|
-
getBrand():
|
|
1556
|
-
setBrand(value?:
|
|
1555
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
1556
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Bond;
|
|
1557
1557
|
hasBrand(): boolean;
|
|
1558
1558
|
clearBrand(): Bond;
|
|
1559
1559
|
|
|
@@ -1565,13 +1565,13 @@ export class Bond extends jspb.Message {
|
|
|
1565
1565
|
hasCallDate(): boolean;
|
|
1566
1566
|
clearCallDate(): Bond;
|
|
1567
1567
|
|
|
1568
|
-
getDlongClient():
|
|
1569
|
-
setDlongClient(value?:
|
|
1568
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
1569
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1570
1570
|
hasDlongClient(): boolean;
|
|
1571
1571
|
clearDlongClient(): Bond;
|
|
1572
1572
|
|
|
1573
|
-
getDshortClient():
|
|
1574
|
-
setDshortClient(value?:
|
|
1573
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
1574
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Bond;
|
|
1575
1575
|
hasDshortClient(): boolean;
|
|
1576
1576
|
clearDshortClient(): Bond;
|
|
1577
1577
|
|
|
@@ -1591,40 +1591,40 @@ export namespace Bond {
|
|
|
1591
1591
|
isin: string,
|
|
1592
1592
|
lot: number,
|
|
1593
1593
|
currency: string,
|
|
1594
|
-
klong?:
|
|
1595
|
-
kshort?:
|
|
1596
|
-
dlong?:
|
|
1597
|
-
dshort?:
|
|
1598
|
-
dlongMin?:
|
|
1599
|
-
dshortMin?:
|
|
1594
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1595
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1596
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1597
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1598
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1599
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1600
1600
|
shortEnabledFlag: boolean,
|
|
1601
1601
|
name: string,
|
|
1602
1602
|
exchange: string,
|
|
1603
1603
|
couponQuantityPerYear: number,
|
|
1604
1604
|
maturityDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1605
|
-
nominal?:
|
|
1606
|
-
initialNominal?:
|
|
1605
|
+
nominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1606
|
+
initialNominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1607
1607
|
stateRegDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1608
1608
|
placementDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1609
|
-
placementPrice?:
|
|
1610
|
-
aciValue?:
|
|
1609
|
+
placementPrice?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1610
|
+
aciValue?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1611
1611
|
countryOfRisk: string,
|
|
1612
1612
|
countryOfRiskName: string,
|
|
1613
1613
|
sector: string,
|
|
1614
1614
|
issueKind: string,
|
|
1615
1615
|
issueSize: number,
|
|
1616
1616
|
issueSizePlan: number,
|
|
1617
|
-
tradingStatus:
|
|
1617
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
1618
1618
|
otcFlag: boolean,
|
|
1619
1619
|
buyAvailableFlag: boolean,
|
|
1620
1620
|
sellAvailableFlag: boolean,
|
|
1621
1621
|
floatingCouponFlag: boolean,
|
|
1622
1622
|
perpetualFlag: boolean,
|
|
1623
1623
|
amortizationFlag: boolean,
|
|
1624
|
-
minPriceIncrement?:
|
|
1624
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1625
1625
|
apiTradeAvailableFlag: boolean,
|
|
1626
1626
|
uid: string,
|
|
1627
|
-
realExchange:
|
|
1627
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
1628
1628
|
positionUid: string,
|
|
1629
1629
|
assetUid: string,
|
|
1630
1630
|
requiredTestsList: Array<string>,
|
|
@@ -1637,11 +1637,11 @@ export namespace Bond {
|
|
|
1637
1637
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1638
1638
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1639
1639
|
riskLevel: RiskLevel,
|
|
1640
|
-
brand?:
|
|
1640
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
1641
1641
|
bondType: BondType,
|
|
1642
1642
|
callDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1643
|
-
dlongClient?:
|
|
1644
|
-
dshortClient?:
|
|
1643
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1644
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1645
1645
|
}
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
@@ -1664,33 +1664,33 @@ export class Currency extends jspb.Message {
|
|
|
1664
1664
|
getCurrency(): string;
|
|
1665
1665
|
setCurrency(value: string): Currency;
|
|
1666
1666
|
|
|
1667
|
-
getKlong():
|
|
1668
|
-
setKlong(value?:
|
|
1667
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1668
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1669
1669
|
hasKlong(): boolean;
|
|
1670
1670
|
clearKlong(): Currency;
|
|
1671
1671
|
|
|
1672
|
-
getKshort():
|
|
1673
|
-
setKshort(value?:
|
|
1672
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1673
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1674
1674
|
hasKshort(): boolean;
|
|
1675
1675
|
clearKshort(): Currency;
|
|
1676
1676
|
|
|
1677
|
-
getDlong():
|
|
1678
|
-
setDlong(value?:
|
|
1677
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1678
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1679
1679
|
hasDlong(): boolean;
|
|
1680
1680
|
clearDlong(): Currency;
|
|
1681
1681
|
|
|
1682
|
-
getDshort():
|
|
1683
|
-
setDshort(value?:
|
|
1682
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1683
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1684
1684
|
hasDshort(): boolean;
|
|
1685
1685
|
clearDshort(): Currency;
|
|
1686
1686
|
|
|
1687
|
-
getDlongMin():
|
|
1688
|
-
setDlongMin(value?:
|
|
1687
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1688
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1689
1689
|
hasDlongMin(): boolean;
|
|
1690
1690
|
clearDlongMin(): Currency;
|
|
1691
1691
|
|
|
1692
|
-
getDshortMin():
|
|
1693
|
-
setDshortMin(value?:
|
|
1692
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1693
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1694
1694
|
hasDshortMin(): boolean;
|
|
1695
1695
|
clearDshortMin(): Currency;
|
|
1696
1696
|
|
|
@@ -1703,8 +1703,8 @@ export class Currency extends jspb.Message {
|
|
|
1703
1703
|
getExchange(): string;
|
|
1704
1704
|
setExchange(value: string): Currency;
|
|
1705
1705
|
|
|
1706
|
-
getNominal():
|
|
1707
|
-
setNominal(value?:
|
|
1706
|
+
getNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
1707
|
+
setNominal(value?: api_tinvest_common_pb.MoneyValue): Currency;
|
|
1708
1708
|
hasNominal(): boolean;
|
|
1709
1709
|
clearNominal(): Currency;
|
|
1710
1710
|
|
|
@@ -1714,8 +1714,8 @@ export class Currency extends jspb.Message {
|
|
|
1714
1714
|
getCountryOfRiskName(): string;
|
|
1715
1715
|
setCountryOfRiskName(value: string): Currency;
|
|
1716
1716
|
|
|
1717
|
-
getTradingStatus():
|
|
1718
|
-
setTradingStatus(value:
|
|
1717
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
1718
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Currency;
|
|
1719
1719
|
|
|
1720
1720
|
getOtcFlag(): boolean;
|
|
1721
1721
|
setOtcFlag(value: boolean): Currency;
|
|
@@ -1729,8 +1729,8 @@ export class Currency extends jspb.Message {
|
|
|
1729
1729
|
getIsoCurrencyName(): string;
|
|
1730
1730
|
setIsoCurrencyName(value: string): Currency;
|
|
1731
1731
|
|
|
1732
|
-
getMinPriceIncrement():
|
|
1733
|
-
setMinPriceIncrement(value?:
|
|
1732
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
1733
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1734
1734
|
hasMinPriceIncrement(): boolean;
|
|
1735
1735
|
clearMinPriceIncrement(): Currency;
|
|
1736
1736
|
|
|
@@ -1740,8 +1740,8 @@ export class Currency extends jspb.Message {
|
|
|
1740
1740
|
getUid(): string;
|
|
1741
1741
|
setUid(value: string): Currency;
|
|
1742
1742
|
|
|
1743
|
-
getRealExchange():
|
|
1744
|
-
setRealExchange(value:
|
|
1743
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
1744
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Currency;
|
|
1745
1745
|
|
|
1746
1746
|
getPositionUid(): string;
|
|
1747
1747
|
setPositionUid(value: string): Currency;
|
|
@@ -1776,18 +1776,18 @@ export class Currency extends jspb.Message {
|
|
|
1776
1776
|
hasFirst1dayCandleDate(): boolean;
|
|
1777
1777
|
clearFirst1dayCandleDate(): Currency;
|
|
1778
1778
|
|
|
1779
|
-
getBrand():
|
|
1780
|
-
setBrand(value?:
|
|
1779
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
1780
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Currency;
|
|
1781
1781
|
hasBrand(): boolean;
|
|
1782
1782
|
clearBrand(): Currency;
|
|
1783
1783
|
|
|
1784
|
-
getDlongClient():
|
|
1785
|
-
setDlongClient(value?:
|
|
1784
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
1785
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1786
1786
|
hasDlongClient(): boolean;
|
|
1787
1787
|
clearDlongClient(): Currency;
|
|
1788
1788
|
|
|
1789
|
-
getDshortClient():
|
|
1790
|
-
setDshortClient(value?:
|
|
1789
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
1790
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Currency;
|
|
1791
1791
|
hasDshortClient(): boolean;
|
|
1792
1792
|
clearDshortClient(): Currency;
|
|
1793
1793
|
|
|
@@ -1807,27 +1807,27 @@ export namespace Currency {
|
|
|
1807
1807
|
isin: string,
|
|
1808
1808
|
lot: number,
|
|
1809
1809
|
currency: string,
|
|
1810
|
-
klong?:
|
|
1811
|
-
kshort?:
|
|
1812
|
-
dlong?:
|
|
1813
|
-
dshort?:
|
|
1814
|
-
dlongMin?:
|
|
1815
|
-
dshortMin?:
|
|
1810
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1811
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1812
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1813
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1814
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1815
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1816
1816
|
shortEnabledFlag: boolean,
|
|
1817
1817
|
name: string,
|
|
1818
1818
|
exchange: string,
|
|
1819
|
-
nominal?:
|
|
1819
|
+
nominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
1820
1820
|
countryOfRisk: string,
|
|
1821
1821
|
countryOfRiskName: string,
|
|
1822
|
-
tradingStatus:
|
|
1822
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
1823
1823
|
otcFlag: boolean,
|
|
1824
1824
|
buyAvailableFlag: boolean,
|
|
1825
1825
|
sellAvailableFlag: boolean,
|
|
1826
1826
|
isoCurrencyName: string,
|
|
1827
|
-
minPriceIncrement?:
|
|
1827
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1828
1828
|
apiTradeAvailableFlag: boolean,
|
|
1829
1829
|
uid: string,
|
|
1830
|
-
realExchange:
|
|
1830
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
1831
1831
|
positionUid: string,
|
|
1832
1832
|
requiredTestsList: Array<string>,
|
|
1833
1833
|
assetUid: string,
|
|
@@ -1837,9 +1837,9 @@ export namespace Currency {
|
|
|
1837
1837
|
blockedTcaFlag: boolean,
|
|
1838
1838
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1839
1839
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1840
|
-
brand?:
|
|
1841
|
-
dlongClient?:
|
|
1842
|
-
dshortClient?:
|
|
1840
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
1841
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1842
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
1843
1843
|
}
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
@@ -1862,33 +1862,33 @@ export class Etf extends jspb.Message {
|
|
|
1862
1862
|
getCurrency(): string;
|
|
1863
1863
|
setCurrency(value: string): Etf;
|
|
1864
1864
|
|
|
1865
|
-
getKlong():
|
|
1866
|
-
setKlong(value?:
|
|
1865
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1866
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1867
1867
|
hasKlong(): boolean;
|
|
1868
1868
|
clearKlong(): Etf;
|
|
1869
1869
|
|
|
1870
|
-
getKshort():
|
|
1871
|
-
setKshort(value?:
|
|
1870
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1871
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1872
1872
|
hasKshort(): boolean;
|
|
1873
1873
|
clearKshort(): Etf;
|
|
1874
1874
|
|
|
1875
|
-
getDlong():
|
|
1876
|
-
setDlong(value?:
|
|
1875
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
1876
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1877
1877
|
hasDlong(): boolean;
|
|
1878
1878
|
clearDlong(): Etf;
|
|
1879
1879
|
|
|
1880
|
-
getDshort():
|
|
1881
|
-
setDshort(value?:
|
|
1880
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
1881
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1882
1882
|
hasDshort(): boolean;
|
|
1883
1883
|
clearDshort(): Etf;
|
|
1884
1884
|
|
|
1885
|
-
getDlongMin():
|
|
1886
|
-
setDlongMin(value?:
|
|
1885
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1886
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1887
1887
|
hasDlongMin(): boolean;
|
|
1888
1888
|
clearDlongMin(): Etf;
|
|
1889
1889
|
|
|
1890
|
-
getDshortMin():
|
|
1891
|
-
setDshortMin(value?:
|
|
1890
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
1891
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1892
1892
|
hasDshortMin(): boolean;
|
|
1893
1893
|
clearDshortMin(): Etf;
|
|
1894
1894
|
|
|
@@ -1901,8 +1901,8 @@ export class Etf extends jspb.Message {
|
|
|
1901
1901
|
getExchange(): string;
|
|
1902
1902
|
setExchange(value: string): Etf;
|
|
1903
1903
|
|
|
1904
|
-
getFixedCommission():
|
|
1905
|
-
setFixedCommission(value?:
|
|
1904
|
+
getFixedCommission(): api_tinvest_common_pb.Quotation | undefined;
|
|
1905
|
+
setFixedCommission(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1906
1906
|
hasFixedCommission(): boolean;
|
|
1907
1907
|
clearFixedCommission(): Etf;
|
|
1908
1908
|
|
|
@@ -1914,8 +1914,8 @@ export class Etf extends jspb.Message {
|
|
|
1914
1914
|
hasReleasedDate(): boolean;
|
|
1915
1915
|
clearReleasedDate(): Etf;
|
|
1916
1916
|
|
|
1917
|
-
getNumShares():
|
|
1918
|
-
setNumShares(value?:
|
|
1917
|
+
getNumShares(): api_tinvest_common_pb.Quotation | undefined;
|
|
1918
|
+
setNumShares(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1919
1919
|
hasNumShares(): boolean;
|
|
1920
1920
|
clearNumShares(): Etf;
|
|
1921
1921
|
|
|
@@ -1931,8 +1931,8 @@ export class Etf extends jspb.Message {
|
|
|
1931
1931
|
getRebalancingFreq(): string;
|
|
1932
1932
|
setRebalancingFreq(value: string): Etf;
|
|
1933
1933
|
|
|
1934
|
-
getTradingStatus():
|
|
1935
|
-
setTradingStatus(value:
|
|
1934
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
1935
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Etf;
|
|
1936
1936
|
|
|
1937
1937
|
getOtcFlag(): boolean;
|
|
1938
1938
|
setOtcFlag(value: boolean): Etf;
|
|
@@ -1943,8 +1943,8 @@ export class Etf extends jspb.Message {
|
|
|
1943
1943
|
getSellAvailableFlag(): boolean;
|
|
1944
1944
|
setSellAvailableFlag(value: boolean): Etf;
|
|
1945
1945
|
|
|
1946
|
-
getMinPriceIncrement():
|
|
1947
|
-
setMinPriceIncrement(value?:
|
|
1946
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
1947
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
1948
1948
|
hasMinPriceIncrement(): boolean;
|
|
1949
1949
|
clearMinPriceIncrement(): Etf;
|
|
1950
1950
|
|
|
@@ -1954,8 +1954,8 @@ export class Etf extends jspb.Message {
|
|
|
1954
1954
|
getUid(): string;
|
|
1955
1955
|
setUid(value: string): Etf;
|
|
1956
1956
|
|
|
1957
|
-
getRealExchange():
|
|
1958
|
-
setRealExchange(value:
|
|
1957
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
1958
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Etf;
|
|
1959
1959
|
|
|
1960
1960
|
getPositionUid(): string;
|
|
1961
1961
|
setPositionUid(value: string): Etf;
|
|
@@ -1996,18 +1996,18 @@ export class Etf extends jspb.Message {
|
|
|
1996
1996
|
hasFirst1dayCandleDate(): boolean;
|
|
1997
1997
|
clearFirst1dayCandleDate(): Etf;
|
|
1998
1998
|
|
|
1999
|
-
getBrand():
|
|
2000
|
-
setBrand(value?:
|
|
1999
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
2000
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Etf;
|
|
2001
2001
|
hasBrand(): boolean;
|
|
2002
2002
|
clearBrand(): Etf;
|
|
2003
2003
|
|
|
2004
|
-
getDlongClient():
|
|
2005
|
-
setDlongClient(value?:
|
|
2004
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2005
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
2006
2006
|
hasDlongClient(): boolean;
|
|
2007
2007
|
clearDlongClient(): Etf;
|
|
2008
2008
|
|
|
2009
|
-
getDshortClient():
|
|
2010
|
-
setDshortClient(value?:
|
|
2009
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2010
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Etf;
|
|
2011
2011
|
hasDshortClient(): boolean;
|
|
2012
2012
|
clearDshortClient(): Etf;
|
|
2013
2013
|
|
|
@@ -2027,31 +2027,31 @@ export namespace Etf {
|
|
|
2027
2027
|
isin: string,
|
|
2028
2028
|
lot: number,
|
|
2029
2029
|
currency: string,
|
|
2030
|
-
klong?:
|
|
2031
|
-
kshort?:
|
|
2032
|
-
dlong?:
|
|
2033
|
-
dshort?:
|
|
2034
|
-
dlongMin?:
|
|
2035
|
-
dshortMin?:
|
|
2030
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2031
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2032
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2033
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2034
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2035
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2036
2036
|
shortEnabledFlag: boolean,
|
|
2037
2037
|
name: string,
|
|
2038
2038
|
exchange: string,
|
|
2039
|
-
fixedCommission?:
|
|
2039
|
+
fixedCommission?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2040
2040
|
focusType: string,
|
|
2041
2041
|
releasedDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2042
|
-
numShares?:
|
|
2042
|
+
numShares?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2043
2043
|
countryOfRisk: string,
|
|
2044
2044
|
countryOfRiskName: string,
|
|
2045
2045
|
sector: string,
|
|
2046
2046
|
rebalancingFreq: string,
|
|
2047
|
-
tradingStatus:
|
|
2047
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
2048
2048
|
otcFlag: boolean,
|
|
2049
2049
|
buyAvailableFlag: boolean,
|
|
2050
2050
|
sellAvailableFlag: boolean,
|
|
2051
|
-
minPriceIncrement?:
|
|
2051
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2052
2052
|
apiTradeAvailableFlag: boolean,
|
|
2053
2053
|
uid: string,
|
|
2054
|
-
realExchange:
|
|
2054
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
2055
2055
|
positionUid: string,
|
|
2056
2056
|
assetUid: string,
|
|
2057
2057
|
instrumentExchange: InstrumentExchangeType,
|
|
@@ -2063,9 +2063,9 @@ export namespace Etf {
|
|
|
2063
2063
|
liquidityFlag: boolean,
|
|
2064
2064
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2065
2065
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2066
|
-
brand?:
|
|
2067
|
-
dlongClient?:
|
|
2068
|
-
dshortClient?:
|
|
2066
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
2067
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2068
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2069
2069
|
}
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
@@ -2085,33 +2085,33 @@ export class Future extends jspb.Message {
|
|
|
2085
2085
|
getCurrency(): string;
|
|
2086
2086
|
setCurrency(value: string): Future;
|
|
2087
2087
|
|
|
2088
|
-
getKlong():
|
|
2089
|
-
setKlong(value?:
|
|
2088
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
2089
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2090
2090
|
hasKlong(): boolean;
|
|
2091
2091
|
clearKlong(): Future;
|
|
2092
2092
|
|
|
2093
|
-
getKshort():
|
|
2094
|
-
setKshort(value?:
|
|
2093
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
2094
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2095
2095
|
hasKshort(): boolean;
|
|
2096
2096
|
clearKshort(): Future;
|
|
2097
2097
|
|
|
2098
|
-
getDlong():
|
|
2099
|
-
setDlong(value?:
|
|
2098
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
2099
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2100
2100
|
hasDlong(): boolean;
|
|
2101
2101
|
clearDlong(): Future;
|
|
2102
2102
|
|
|
2103
|
-
getDshort():
|
|
2104
|
-
setDshort(value?:
|
|
2103
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
2104
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2105
2105
|
hasDshort(): boolean;
|
|
2106
2106
|
clearDshort(): Future;
|
|
2107
2107
|
|
|
2108
|
-
getDlongMin():
|
|
2109
|
-
setDlongMin(value?:
|
|
2108
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
2109
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2110
2110
|
hasDlongMin(): boolean;
|
|
2111
2111
|
clearDlongMin(): Future;
|
|
2112
2112
|
|
|
2113
|
-
getDshortMin():
|
|
2114
|
-
setDshortMin(value?:
|
|
2113
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
2114
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2115
2115
|
hasDshortMin(): boolean;
|
|
2116
2116
|
clearDshortMin(): Future;
|
|
2117
2117
|
|
|
@@ -2143,8 +2143,8 @@ export class Future extends jspb.Message {
|
|
|
2143
2143
|
getBasicAsset(): string;
|
|
2144
2144
|
setBasicAsset(value: string): Future;
|
|
2145
2145
|
|
|
2146
|
-
getBasicAssetSize():
|
|
2147
|
-
setBasicAssetSize(value?:
|
|
2146
|
+
getBasicAssetSize(): api_tinvest_common_pb.Quotation | undefined;
|
|
2147
|
+
setBasicAssetSize(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2148
2148
|
hasBasicAssetSize(): boolean;
|
|
2149
2149
|
clearBasicAssetSize(): Future;
|
|
2150
2150
|
|
|
@@ -2162,8 +2162,8 @@ export class Future extends jspb.Message {
|
|
|
2162
2162
|
hasExpirationDate(): boolean;
|
|
2163
2163
|
clearExpirationDate(): Future;
|
|
2164
2164
|
|
|
2165
|
-
getTradingStatus():
|
|
2166
|
-
setTradingStatus(value:
|
|
2165
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
2166
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Future;
|
|
2167
2167
|
|
|
2168
2168
|
getOtcFlag(): boolean;
|
|
2169
2169
|
setOtcFlag(value: boolean): Future;
|
|
@@ -2174,8 +2174,8 @@ export class Future extends jspb.Message {
|
|
|
2174
2174
|
getSellAvailableFlag(): boolean;
|
|
2175
2175
|
setSellAvailableFlag(value: boolean): Future;
|
|
2176
2176
|
|
|
2177
|
-
getMinPriceIncrement():
|
|
2178
|
-
setMinPriceIncrement(value?:
|
|
2177
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
2178
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2179
2179
|
hasMinPriceIncrement(): boolean;
|
|
2180
2180
|
clearMinPriceIncrement(): Future;
|
|
2181
2181
|
|
|
@@ -2185,8 +2185,8 @@ export class Future extends jspb.Message {
|
|
|
2185
2185
|
getUid(): string;
|
|
2186
2186
|
setUid(value: string): Future;
|
|
2187
2187
|
|
|
2188
|
-
getRealExchange():
|
|
2189
|
-
setRealExchange(value:
|
|
2188
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
2189
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Future;
|
|
2190
2190
|
|
|
2191
2191
|
getPositionUid(): string;
|
|
2192
2192
|
setPositionUid(value: string): Future;
|
|
@@ -2221,33 +2221,33 @@ export class Future extends jspb.Message {
|
|
|
2221
2221
|
hasFirst1dayCandleDate(): boolean;
|
|
2222
2222
|
clearFirst1dayCandleDate(): Future;
|
|
2223
2223
|
|
|
2224
|
-
getInitialMarginOnBuy():
|
|
2225
|
-
setInitialMarginOnBuy(value?:
|
|
2224
|
+
getInitialMarginOnBuy(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2225
|
+
setInitialMarginOnBuy(value?: api_tinvest_common_pb.MoneyValue): Future;
|
|
2226
2226
|
hasInitialMarginOnBuy(): boolean;
|
|
2227
2227
|
clearInitialMarginOnBuy(): Future;
|
|
2228
2228
|
|
|
2229
|
-
getInitialMarginOnSell():
|
|
2230
|
-
setInitialMarginOnSell(value?:
|
|
2229
|
+
getInitialMarginOnSell(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2230
|
+
setInitialMarginOnSell(value?: api_tinvest_common_pb.MoneyValue): Future;
|
|
2231
2231
|
hasInitialMarginOnSell(): boolean;
|
|
2232
2232
|
clearInitialMarginOnSell(): Future;
|
|
2233
2233
|
|
|
2234
|
-
getMinPriceIncrementAmount():
|
|
2235
|
-
setMinPriceIncrementAmount(value?:
|
|
2234
|
+
getMinPriceIncrementAmount(): api_tinvest_common_pb.Quotation | undefined;
|
|
2235
|
+
setMinPriceIncrementAmount(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2236
2236
|
hasMinPriceIncrementAmount(): boolean;
|
|
2237
2237
|
clearMinPriceIncrementAmount(): Future;
|
|
2238
2238
|
|
|
2239
|
-
getBrand():
|
|
2240
|
-
setBrand(value?:
|
|
2239
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
2240
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Future;
|
|
2241
2241
|
hasBrand(): boolean;
|
|
2242
2242
|
clearBrand(): Future;
|
|
2243
2243
|
|
|
2244
|
-
getDlongClient():
|
|
2245
|
-
setDlongClient(value?:
|
|
2244
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2245
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2246
2246
|
hasDlongClient(): boolean;
|
|
2247
2247
|
clearDlongClient(): Future;
|
|
2248
2248
|
|
|
2249
|
-
getDshortClient():
|
|
2250
|
-
setDshortClient(value?:
|
|
2249
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2250
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Future;
|
|
2251
2251
|
hasDshortClient(): boolean;
|
|
2252
2252
|
clearDshortClient(): Future;
|
|
2253
2253
|
|
|
@@ -2266,12 +2266,12 @@ export namespace Future {
|
|
|
2266
2266
|
classCode: string,
|
|
2267
2267
|
lot: number,
|
|
2268
2268
|
currency: string,
|
|
2269
|
-
klong?:
|
|
2270
|
-
kshort?:
|
|
2271
|
-
dlong?:
|
|
2272
|
-
dshort?:
|
|
2273
|
-
dlongMin?:
|
|
2274
|
-
dshortMin?:
|
|
2269
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2270
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2271
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2272
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2273
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2274
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2275
2275
|
shortEnabledFlag: boolean,
|
|
2276
2276
|
name: string,
|
|
2277
2277
|
exchange: string,
|
|
@@ -2280,19 +2280,19 @@ export namespace Future {
|
|
|
2280
2280
|
futuresType: string,
|
|
2281
2281
|
assetType: string,
|
|
2282
2282
|
basicAsset: string,
|
|
2283
|
-
basicAssetSize?:
|
|
2283
|
+
basicAssetSize?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2284
2284
|
countryOfRisk: string,
|
|
2285
2285
|
countryOfRiskName: string,
|
|
2286
2286
|
sector: string,
|
|
2287
2287
|
expirationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2288
|
-
tradingStatus:
|
|
2288
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
2289
2289
|
otcFlag: boolean,
|
|
2290
2290
|
buyAvailableFlag: boolean,
|
|
2291
2291
|
sellAvailableFlag: boolean,
|
|
2292
|
-
minPriceIncrement?:
|
|
2292
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2293
2293
|
apiTradeAvailableFlag: boolean,
|
|
2294
2294
|
uid: string,
|
|
2295
|
-
realExchange:
|
|
2295
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
2296
2296
|
positionUid: string,
|
|
2297
2297
|
basicAssetPositionUid: string,
|
|
2298
2298
|
requiredTestsList: Array<string>,
|
|
@@ -2302,12 +2302,12 @@ export namespace Future {
|
|
|
2302
2302
|
blockedTcaFlag: boolean,
|
|
2303
2303
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2304
2304
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2305
|
-
initialMarginOnBuy?:
|
|
2306
|
-
initialMarginOnSell?:
|
|
2307
|
-
minPriceIncrementAmount?:
|
|
2308
|
-
brand?:
|
|
2309
|
-
dlongClient?:
|
|
2310
|
-
dshortClient?:
|
|
2305
|
+
initialMarginOnBuy?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
2306
|
+
initialMarginOnSell?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
2307
|
+
minPriceIncrementAmount?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2308
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
2309
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2310
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2311
2311
|
}
|
|
2312
2312
|
}
|
|
2313
2313
|
|
|
@@ -2330,33 +2330,33 @@ export class Share extends jspb.Message {
|
|
|
2330
2330
|
getCurrency(): string;
|
|
2331
2331
|
setCurrency(value: string): Share;
|
|
2332
2332
|
|
|
2333
|
-
getKlong():
|
|
2334
|
-
setKlong(value?:
|
|
2333
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
2334
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2335
2335
|
hasKlong(): boolean;
|
|
2336
2336
|
clearKlong(): Share;
|
|
2337
2337
|
|
|
2338
|
-
getKshort():
|
|
2339
|
-
setKshort(value?:
|
|
2338
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
2339
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2340
2340
|
hasKshort(): boolean;
|
|
2341
2341
|
clearKshort(): Share;
|
|
2342
2342
|
|
|
2343
|
-
getDlong():
|
|
2344
|
-
setDlong(value?:
|
|
2343
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
2344
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2345
2345
|
hasDlong(): boolean;
|
|
2346
2346
|
clearDlong(): Share;
|
|
2347
2347
|
|
|
2348
|
-
getDshort():
|
|
2349
|
-
setDshort(value?:
|
|
2348
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
2349
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2350
2350
|
hasDshort(): boolean;
|
|
2351
2351
|
clearDshort(): Share;
|
|
2352
2352
|
|
|
2353
|
-
getDlongMin():
|
|
2354
|
-
setDlongMin(value?:
|
|
2353
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
2354
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2355
2355
|
hasDlongMin(): boolean;
|
|
2356
2356
|
clearDlongMin(): Share;
|
|
2357
2357
|
|
|
2358
|
-
getDshortMin():
|
|
2359
|
-
setDshortMin(value?:
|
|
2358
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
2359
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2360
2360
|
hasDshortMin(): boolean;
|
|
2361
2361
|
clearDshortMin(): Share;
|
|
2362
2362
|
|
|
@@ -2389,13 +2389,13 @@ export class Share extends jspb.Message {
|
|
|
2389
2389
|
getIssueSizePlan(): number;
|
|
2390
2390
|
setIssueSizePlan(value: number): Share;
|
|
2391
2391
|
|
|
2392
|
-
getNominal():
|
|
2393
|
-
setNominal(value?:
|
|
2392
|
+
getNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2393
|
+
setNominal(value?: api_tinvest_common_pb.MoneyValue): Share;
|
|
2394
2394
|
hasNominal(): boolean;
|
|
2395
2395
|
clearNominal(): Share;
|
|
2396
2396
|
|
|
2397
|
-
getTradingStatus():
|
|
2398
|
-
setTradingStatus(value:
|
|
2397
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
2398
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Share;
|
|
2399
2399
|
|
|
2400
2400
|
getOtcFlag(): boolean;
|
|
2401
2401
|
setOtcFlag(value: boolean): Share;
|
|
@@ -2412,8 +2412,8 @@ export class Share extends jspb.Message {
|
|
|
2412
2412
|
getShareType(): ShareType;
|
|
2413
2413
|
setShareType(value: ShareType): Share;
|
|
2414
2414
|
|
|
2415
|
-
getMinPriceIncrement():
|
|
2416
|
-
setMinPriceIncrement(value?:
|
|
2415
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
2416
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2417
2417
|
hasMinPriceIncrement(): boolean;
|
|
2418
2418
|
clearMinPriceIncrement(): Share;
|
|
2419
2419
|
|
|
@@ -2423,8 +2423,8 @@ export class Share extends jspb.Message {
|
|
|
2423
2423
|
getUid(): string;
|
|
2424
2424
|
setUid(value: string): Share;
|
|
2425
2425
|
|
|
2426
|
-
getRealExchange():
|
|
2427
|
-
setRealExchange(value:
|
|
2426
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
2427
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Share;
|
|
2428
2428
|
|
|
2429
2429
|
getPositionUid(): string;
|
|
2430
2430
|
setPositionUid(value: string): Share;
|
|
@@ -2465,18 +2465,18 @@ export class Share extends jspb.Message {
|
|
|
2465
2465
|
hasFirst1dayCandleDate(): boolean;
|
|
2466
2466
|
clearFirst1dayCandleDate(): Share;
|
|
2467
2467
|
|
|
2468
|
-
getBrand():
|
|
2469
|
-
setBrand(value?:
|
|
2468
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
2469
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Share;
|
|
2470
2470
|
hasBrand(): boolean;
|
|
2471
2471
|
clearBrand(): Share;
|
|
2472
2472
|
|
|
2473
|
-
getDlongClient():
|
|
2474
|
-
setDlongClient(value?:
|
|
2473
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2474
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2475
2475
|
hasDlongClient(): boolean;
|
|
2476
2476
|
clearDlongClient(): Share;
|
|
2477
2477
|
|
|
2478
|
-
getDshortClient():
|
|
2479
|
-
setDshortClient(value?:
|
|
2478
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2479
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Share;
|
|
2480
2480
|
hasDshortClient(): boolean;
|
|
2481
2481
|
clearDshortClient(): Share;
|
|
2482
2482
|
|
|
@@ -2496,12 +2496,12 @@ export namespace Share {
|
|
|
2496
2496
|
isin: string,
|
|
2497
2497
|
lot: number,
|
|
2498
2498
|
currency: string,
|
|
2499
|
-
klong?:
|
|
2500
|
-
kshort?:
|
|
2501
|
-
dlong?:
|
|
2502
|
-
dshort?:
|
|
2503
|
-
dlongMin?:
|
|
2504
|
-
dshortMin?:
|
|
2499
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2500
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2501
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2502
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2503
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2504
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2505
2505
|
shortEnabledFlag: boolean,
|
|
2506
2506
|
name: string,
|
|
2507
2507
|
exchange: string,
|
|
@@ -2511,17 +2511,17 @@ export namespace Share {
|
|
|
2511
2511
|
countryOfRiskName: string,
|
|
2512
2512
|
sector: string,
|
|
2513
2513
|
issueSizePlan: number,
|
|
2514
|
-
nominal?:
|
|
2515
|
-
tradingStatus:
|
|
2514
|
+
nominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
2515
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
2516
2516
|
otcFlag: boolean,
|
|
2517
2517
|
buyAvailableFlag: boolean,
|
|
2518
2518
|
sellAvailableFlag: boolean,
|
|
2519
2519
|
divYieldFlag: boolean,
|
|
2520
2520
|
shareType: ShareType,
|
|
2521
|
-
minPriceIncrement?:
|
|
2521
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2522
2522
|
apiTradeAvailableFlag: boolean,
|
|
2523
2523
|
uid: string,
|
|
2524
|
-
realExchange:
|
|
2524
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
2525
2525
|
positionUid: string,
|
|
2526
2526
|
assetUid: string,
|
|
2527
2527
|
instrumentExchange: InstrumentExchangeType,
|
|
@@ -2533,9 +2533,9 @@ export namespace Share {
|
|
|
2533
2533
|
liquidityFlag: boolean,
|
|
2534
2534
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2535
2535
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2536
|
-
brand?:
|
|
2537
|
-
dlongClient?:
|
|
2538
|
-
dshortClient?:
|
|
2536
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
2537
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2538
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2539
2539
|
}
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
@@ -2564,16 +2564,16 @@ export class StructuredNote extends jspb.Message {
|
|
|
2564
2564
|
getPositionUid(): string;
|
|
2565
2565
|
setPositionUid(value: string): StructuredNote;
|
|
2566
2566
|
|
|
2567
|
-
getMinPriceIncrement():
|
|
2568
|
-
setMinPriceIncrement(value?:
|
|
2567
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
2568
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): StructuredNote;
|
|
2569
2569
|
hasMinPriceIncrement(): boolean;
|
|
2570
2570
|
clearMinPriceIncrement(): StructuredNote;
|
|
2571
2571
|
|
|
2572
2572
|
getLot(): number;
|
|
2573
2573
|
setLot(value: number): StructuredNote;
|
|
2574
2574
|
|
|
2575
|
-
getNominal():
|
|
2576
|
-
setNominal(value?:
|
|
2575
|
+
getNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2576
|
+
setNominal(value?: api_tinvest_common_pb.MoneyValue): StructuredNote;
|
|
2577
2577
|
hasNominal(): boolean;
|
|
2578
2578
|
clearNominal(): StructuredNote;
|
|
2579
2579
|
|
|
@@ -2599,13 +2599,13 @@ export class StructuredNote extends jspb.Message {
|
|
|
2599
2599
|
getIssueSizePlan(): number;
|
|
2600
2600
|
setIssueSizePlan(value: number): StructuredNote;
|
|
2601
2601
|
|
|
2602
|
-
getDlongClient():
|
|
2603
|
-
setDlongClient(value?:
|
|
2602
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2603
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): StructuredNote;
|
|
2604
2604
|
hasDlongClient(): boolean;
|
|
2605
2605
|
clearDlongClient(): StructuredNote;
|
|
2606
2606
|
|
|
2607
|
-
getDshortClient():
|
|
2608
|
-
setDshortClient(value?:
|
|
2607
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
2608
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): StructuredNote;
|
|
2609
2609
|
hasDshortClient(): boolean;
|
|
2610
2610
|
clearDshortClient(): StructuredNote;
|
|
2611
2611
|
|
|
@@ -2615,8 +2615,8 @@ export class StructuredNote extends jspb.Message {
|
|
|
2615
2615
|
getExchange(): string;
|
|
2616
2616
|
setExchange(value: string): StructuredNote;
|
|
2617
2617
|
|
|
2618
|
-
getTradingStatus():
|
|
2619
|
-
setTradingStatus(value:
|
|
2618
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
2619
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): StructuredNote;
|
|
2620
2620
|
|
|
2621
2621
|
getApiTradeAvailableFlag(): boolean;
|
|
2622
2622
|
setApiTradeAvailableFlag(value: boolean): StructuredNote;
|
|
@@ -2651,8 +2651,8 @@ export class StructuredNote extends jspb.Message {
|
|
|
2651
2651
|
getPawnshopListFlag(): boolean;
|
|
2652
2652
|
setPawnshopListFlag(value: boolean): StructuredNote;
|
|
2653
2653
|
|
|
2654
|
-
getRealExchange():
|
|
2655
|
-
setRealExchange(value:
|
|
2654
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
2655
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): StructuredNote;
|
|
2656
2656
|
|
|
2657
2657
|
getFirst1minCandleDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2658
2658
|
setFirst1minCandleDate(value?: google_protobuf_timestamp_pb.Timestamp): StructuredNote;
|
|
@@ -2681,8 +2681,8 @@ export class StructuredNote extends jspb.Message {
|
|
|
2681
2681
|
clearBasicAssetsList(): StructuredNote;
|
|
2682
2682
|
addBasicAssets(value?: StructuredNote.BasicAsset, index?: number): StructuredNote.BasicAsset;
|
|
2683
2683
|
|
|
2684
|
-
getSafetyBarrier():
|
|
2685
|
-
setSafetyBarrier(value?:
|
|
2684
|
+
getSafetyBarrier(): api_tinvest_common_pb.Quotation | undefined;
|
|
2685
|
+
setSafetyBarrier(value?: api_tinvest_common_pb.Quotation): StructuredNote;
|
|
2686
2686
|
hasSafetyBarrier(): boolean;
|
|
2687
2687
|
clearSafetyBarrier(): StructuredNote;
|
|
2688
2688
|
|
|
@@ -2743,20 +2743,20 @@ export namespace StructuredNote {
|
|
|
2743
2743
|
name: string,
|
|
2744
2744
|
assetUid: string,
|
|
2745
2745
|
positionUid: string,
|
|
2746
|
-
minPriceIncrement?:
|
|
2746
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2747
2747
|
lot: number,
|
|
2748
|
-
nominal?:
|
|
2748
|
+
nominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
2749
2749
|
currency: string,
|
|
2750
2750
|
maturityDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2751
2751
|
placementDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2752
2752
|
issueKind: string,
|
|
2753
2753
|
issueSize: number,
|
|
2754
2754
|
issueSizePlan: number,
|
|
2755
|
-
dlongClient?:
|
|
2756
|
-
dshortClient?:
|
|
2755
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2756
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2757
2757
|
shortEnabledFlag: boolean,
|
|
2758
2758
|
exchange: string,
|
|
2759
|
-
tradingStatus:
|
|
2759
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
2760
2760
|
apiTradeAvailableFlag: boolean,
|
|
2761
2761
|
buyAvailableFlag: boolean,
|
|
2762
2762
|
sellAvailableFlag: boolean,
|
|
@@ -2768,7 +2768,7 @@ export namespace StructuredNote {
|
|
|
2768
2768
|
forIisFlag: boolean,
|
|
2769
2769
|
forQualInvestorFlag: boolean,
|
|
2770
2770
|
pawnshopListFlag: boolean,
|
|
2771
|
-
realExchange:
|
|
2771
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
2772
2772
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2773
2773
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2774
2774
|
borrowName: string,
|
|
@@ -2776,7 +2776,7 @@ export namespace StructuredNote {
|
|
|
2776
2776
|
logicPortfolio: StructuredNote.LogicPortfolio,
|
|
2777
2777
|
assetType: AssetType,
|
|
2778
2778
|
basicAssetsList: Array<StructuredNote.BasicAsset.AsObject>,
|
|
2779
|
-
safetyBarrier?:
|
|
2779
|
+
safetyBarrier?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2780
2780
|
couponPeriodBase: string,
|
|
2781
2781
|
observationPrinciple: StructuredNote.ObservationPrinciple,
|
|
2782
2782
|
observationFrequency: string,
|
|
@@ -2797,8 +2797,8 @@ export namespace StructuredNote {
|
|
|
2797
2797
|
getType(): AssetType;
|
|
2798
2798
|
setType(value: AssetType): BasicAsset;
|
|
2799
2799
|
|
|
2800
|
-
getInitialPrice():
|
|
2801
|
-
setInitialPrice(value?:
|
|
2800
|
+
getInitialPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
2801
|
+
setInitialPrice(value?: api_tinvest_common_pb.Quotation): BasicAsset;
|
|
2802
2802
|
hasInitialPrice(): boolean;
|
|
2803
2803
|
clearInitialPrice(): BasicAsset;
|
|
2804
2804
|
|
|
@@ -2814,7 +2814,7 @@ export namespace StructuredNote {
|
|
|
2814
2814
|
export type AsObject = {
|
|
2815
2815
|
uid: string,
|
|
2816
2816
|
type: AssetType,
|
|
2817
|
-
initialPrice?:
|
|
2817
|
+
initialPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2818
2818
|
}
|
|
2819
2819
|
}
|
|
2820
2820
|
|
|
@@ -2823,8 +2823,8 @@ export namespace StructuredNote {
|
|
|
2823
2823
|
getType(): StructuredNote.YieldType;
|
|
2824
2824
|
setType(value: StructuredNote.YieldType): Yield;
|
|
2825
2825
|
|
|
2826
|
-
getValue():
|
|
2827
|
-
setValue(value?:
|
|
2826
|
+
getValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
2827
|
+
setValue(value?: api_tinvest_common_pb.Quotation): Yield;
|
|
2828
2828
|
hasValue(): boolean;
|
|
2829
2829
|
clearValue(): Yield;
|
|
2830
2830
|
|
|
@@ -2839,7 +2839,7 @@ export namespace StructuredNote {
|
|
|
2839
2839
|
export namespace Yield {
|
|
2840
2840
|
export type AsObject = {
|
|
2841
2841
|
type: StructuredNote.YieldType,
|
|
2842
|
-
value?:
|
|
2842
|
+
value?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2843
2843
|
}
|
|
2844
2844
|
}
|
|
2845
2845
|
|
|
@@ -2926,18 +2926,18 @@ export class AccruedInterest extends jspb.Message {
|
|
|
2926
2926
|
hasDate(): boolean;
|
|
2927
2927
|
clearDate(): AccruedInterest;
|
|
2928
2928
|
|
|
2929
|
-
getValue():
|
|
2930
|
-
setValue(value?:
|
|
2929
|
+
getValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
2930
|
+
setValue(value?: api_tinvest_common_pb.Quotation): AccruedInterest;
|
|
2931
2931
|
hasValue(): boolean;
|
|
2932
2932
|
clearValue(): AccruedInterest;
|
|
2933
2933
|
|
|
2934
|
-
getValuePercent():
|
|
2935
|
-
setValuePercent(value?:
|
|
2934
|
+
getValuePercent(): api_tinvest_common_pb.Quotation | undefined;
|
|
2935
|
+
setValuePercent(value?: api_tinvest_common_pb.Quotation): AccruedInterest;
|
|
2936
2936
|
hasValuePercent(): boolean;
|
|
2937
2937
|
clearValuePercent(): AccruedInterest;
|
|
2938
2938
|
|
|
2939
|
-
getNominal():
|
|
2940
|
-
setNominal(value?:
|
|
2939
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
2940
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AccruedInterest;
|
|
2941
2941
|
hasNominal(): boolean;
|
|
2942
2942
|
clearNominal(): AccruedInterest;
|
|
2943
2943
|
|
|
@@ -2952,9 +2952,9 @@ export class AccruedInterest extends jspb.Message {
|
|
|
2952
2952
|
export namespace AccruedInterest {
|
|
2953
2953
|
export type AsObject = {
|
|
2954
2954
|
date?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2955
|
-
value?:
|
|
2956
|
-
valuePercent?:
|
|
2957
|
-
nominal?:
|
|
2955
|
+
value?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2956
|
+
valuePercent?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2957
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
@@ -2981,23 +2981,23 @@ export namespace GetFuturesMarginRequest {
|
|
|
2981
2981
|
}
|
|
2982
2982
|
|
|
2983
2983
|
export class GetFuturesMarginResponse extends jspb.Message {
|
|
2984
|
-
getInitialMarginOnBuy():
|
|
2985
|
-
setInitialMarginOnBuy(value?:
|
|
2984
|
+
getInitialMarginOnBuy(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2985
|
+
setInitialMarginOnBuy(value?: api_tinvest_common_pb.MoneyValue): GetFuturesMarginResponse;
|
|
2986
2986
|
hasInitialMarginOnBuy(): boolean;
|
|
2987
2987
|
clearInitialMarginOnBuy(): GetFuturesMarginResponse;
|
|
2988
2988
|
|
|
2989
|
-
getInitialMarginOnSell():
|
|
2990
|
-
setInitialMarginOnSell(value?:
|
|
2989
|
+
getInitialMarginOnSell(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
2990
|
+
setInitialMarginOnSell(value?: api_tinvest_common_pb.MoneyValue): GetFuturesMarginResponse;
|
|
2991
2991
|
hasInitialMarginOnSell(): boolean;
|
|
2992
2992
|
clearInitialMarginOnSell(): GetFuturesMarginResponse;
|
|
2993
2993
|
|
|
2994
|
-
getMinPriceIncrement():
|
|
2995
|
-
setMinPriceIncrement(value?:
|
|
2994
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
2995
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): GetFuturesMarginResponse;
|
|
2996
2996
|
hasMinPriceIncrement(): boolean;
|
|
2997
2997
|
clearMinPriceIncrement(): GetFuturesMarginResponse;
|
|
2998
2998
|
|
|
2999
|
-
getMinPriceIncrementAmount():
|
|
3000
|
-
setMinPriceIncrementAmount(value?:
|
|
2999
|
+
getMinPriceIncrementAmount(): api_tinvest_common_pb.Quotation | undefined;
|
|
3000
|
+
setMinPriceIncrementAmount(value?: api_tinvest_common_pb.Quotation): GetFuturesMarginResponse;
|
|
3001
3001
|
hasMinPriceIncrementAmount(): boolean;
|
|
3002
3002
|
clearMinPriceIncrementAmount(): GetFuturesMarginResponse;
|
|
3003
3003
|
|
|
@@ -3011,10 +3011,10 @@ export class GetFuturesMarginResponse extends jspb.Message {
|
|
|
3011
3011
|
|
|
3012
3012
|
export namespace GetFuturesMarginResponse {
|
|
3013
3013
|
export type AsObject = {
|
|
3014
|
-
initialMarginOnBuy?:
|
|
3015
|
-
initialMarginOnSell?:
|
|
3016
|
-
minPriceIncrement?:
|
|
3017
|
-
minPriceIncrementAmount?:
|
|
3014
|
+
initialMarginOnBuy?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
3015
|
+
initialMarginOnSell?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
3016
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3017
|
+
minPriceIncrementAmount?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
3020
|
|
|
@@ -3057,33 +3057,33 @@ export class Instrument extends jspb.Message {
|
|
|
3057
3057
|
getCurrency(): string;
|
|
3058
3058
|
setCurrency(value: string): Instrument;
|
|
3059
3059
|
|
|
3060
|
-
getKlong():
|
|
3061
|
-
setKlong(value?:
|
|
3060
|
+
getKlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
3061
|
+
setKlong(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3062
3062
|
hasKlong(): boolean;
|
|
3063
3063
|
clearKlong(): Instrument;
|
|
3064
3064
|
|
|
3065
|
-
getKshort():
|
|
3066
|
-
setKshort(value?:
|
|
3065
|
+
getKshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
3066
|
+
setKshort(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3067
3067
|
hasKshort(): boolean;
|
|
3068
3068
|
clearKshort(): Instrument;
|
|
3069
3069
|
|
|
3070
|
-
getDlong():
|
|
3071
|
-
setDlong(value?:
|
|
3070
|
+
getDlong(): api_tinvest_common_pb.Quotation | undefined;
|
|
3071
|
+
setDlong(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3072
3072
|
hasDlong(): boolean;
|
|
3073
3073
|
clearDlong(): Instrument;
|
|
3074
3074
|
|
|
3075
|
-
getDshort():
|
|
3076
|
-
setDshort(value?:
|
|
3075
|
+
getDshort(): api_tinvest_common_pb.Quotation | undefined;
|
|
3076
|
+
setDshort(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3077
3077
|
hasDshort(): boolean;
|
|
3078
3078
|
clearDshort(): Instrument;
|
|
3079
3079
|
|
|
3080
|
-
getDlongMin():
|
|
3081
|
-
setDlongMin(value?:
|
|
3080
|
+
getDlongMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
3081
|
+
setDlongMin(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3082
3082
|
hasDlongMin(): boolean;
|
|
3083
3083
|
clearDlongMin(): Instrument;
|
|
3084
3084
|
|
|
3085
|
-
getDshortMin():
|
|
3086
|
-
setDshortMin(value?:
|
|
3085
|
+
getDshortMin(): api_tinvest_common_pb.Quotation | undefined;
|
|
3086
|
+
setDshortMin(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3087
3087
|
hasDshortMin(): boolean;
|
|
3088
3088
|
clearDshortMin(): Instrument;
|
|
3089
3089
|
|
|
@@ -3105,8 +3105,8 @@ export class Instrument extends jspb.Message {
|
|
|
3105
3105
|
getInstrumentType(): string;
|
|
3106
3106
|
setInstrumentType(value: string): Instrument;
|
|
3107
3107
|
|
|
3108
|
-
getTradingStatus():
|
|
3109
|
-
setTradingStatus(value:
|
|
3108
|
+
getTradingStatus(): api_tinvest_common_pb.SecurityTradingStatus;
|
|
3109
|
+
setTradingStatus(value: api_tinvest_common_pb.SecurityTradingStatus): Instrument;
|
|
3110
3110
|
|
|
3111
3111
|
getOtcFlag(): boolean;
|
|
3112
3112
|
setOtcFlag(value: boolean): Instrument;
|
|
@@ -3117,8 +3117,8 @@ export class Instrument extends jspb.Message {
|
|
|
3117
3117
|
getSellAvailableFlag(): boolean;
|
|
3118
3118
|
setSellAvailableFlag(value: boolean): Instrument;
|
|
3119
3119
|
|
|
3120
|
-
getMinPriceIncrement():
|
|
3121
|
-
setMinPriceIncrement(value?:
|
|
3120
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
3121
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3122
3122
|
hasMinPriceIncrement(): boolean;
|
|
3123
3123
|
clearMinPriceIncrement(): Instrument;
|
|
3124
3124
|
|
|
@@ -3128,8 +3128,8 @@ export class Instrument extends jspb.Message {
|
|
|
3128
3128
|
getUid(): string;
|
|
3129
3129
|
setUid(value: string): Instrument;
|
|
3130
3130
|
|
|
3131
|
-
getRealExchange():
|
|
3132
|
-
setRealExchange(value:
|
|
3131
|
+
getRealExchange(): api_tinvest_common_pb.RealExchange;
|
|
3132
|
+
setRealExchange(value: api_tinvest_common_pb.RealExchange): Instrument;
|
|
3133
3133
|
|
|
3134
3134
|
getPositionUid(): string;
|
|
3135
3135
|
setPositionUid(value: string): Instrument;
|
|
@@ -3154,8 +3154,8 @@ export class Instrument extends jspb.Message {
|
|
|
3154
3154
|
getBlockedTcaFlag(): boolean;
|
|
3155
3155
|
setBlockedTcaFlag(value: boolean): Instrument;
|
|
3156
3156
|
|
|
3157
|
-
getInstrumentKind():
|
|
3158
|
-
setInstrumentKind(value:
|
|
3157
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
3158
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): Instrument;
|
|
3159
3159
|
|
|
3160
3160
|
getFirst1minCandleDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
3161
3161
|
setFirst1minCandleDate(value?: google_protobuf_timestamp_pb.Timestamp): Instrument;
|
|
@@ -3167,18 +3167,18 @@ export class Instrument extends jspb.Message {
|
|
|
3167
3167
|
hasFirst1dayCandleDate(): boolean;
|
|
3168
3168
|
clearFirst1dayCandleDate(): Instrument;
|
|
3169
3169
|
|
|
3170
|
-
getBrand():
|
|
3171
|
-
setBrand(value?:
|
|
3170
|
+
getBrand(): api_tinvest_common_pb.BrandData | undefined;
|
|
3171
|
+
setBrand(value?: api_tinvest_common_pb.BrandData): Instrument;
|
|
3172
3172
|
hasBrand(): boolean;
|
|
3173
3173
|
clearBrand(): Instrument;
|
|
3174
3174
|
|
|
3175
|
-
getDlongClient():
|
|
3176
|
-
setDlongClient(value?:
|
|
3175
|
+
getDlongClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
3176
|
+
setDlongClient(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3177
3177
|
hasDlongClient(): boolean;
|
|
3178
3178
|
clearDlongClient(): Instrument;
|
|
3179
3179
|
|
|
3180
|
-
getDshortClient():
|
|
3181
|
-
setDshortClient(value?:
|
|
3180
|
+
getDshortClient(): api_tinvest_common_pb.Quotation | undefined;
|
|
3181
|
+
setDshortClient(value?: api_tinvest_common_pb.Quotation): Instrument;
|
|
3182
3182
|
hasDshortClient(): boolean;
|
|
3183
3183
|
clearDshortClient(): Instrument;
|
|
3184
3184
|
|
|
@@ -3198,26 +3198,26 @@ export namespace Instrument {
|
|
|
3198
3198
|
isin: string,
|
|
3199
3199
|
lot: number,
|
|
3200
3200
|
currency: string,
|
|
3201
|
-
klong?:
|
|
3202
|
-
kshort?:
|
|
3203
|
-
dlong?:
|
|
3204
|
-
dshort?:
|
|
3205
|
-
dlongMin?:
|
|
3206
|
-
dshortMin?:
|
|
3201
|
+
klong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3202
|
+
kshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3203
|
+
dlong?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3204
|
+
dshort?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3205
|
+
dlongMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3206
|
+
dshortMin?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3207
3207
|
shortEnabledFlag: boolean,
|
|
3208
3208
|
name: string,
|
|
3209
3209
|
exchange: string,
|
|
3210
3210
|
countryOfRisk: string,
|
|
3211
3211
|
countryOfRiskName: string,
|
|
3212
3212
|
instrumentType: string,
|
|
3213
|
-
tradingStatus:
|
|
3213
|
+
tradingStatus: api_tinvest_common_pb.SecurityTradingStatus,
|
|
3214
3214
|
otcFlag: boolean,
|
|
3215
3215
|
buyAvailableFlag: boolean,
|
|
3216
3216
|
sellAvailableFlag: boolean,
|
|
3217
|
-
minPriceIncrement?:
|
|
3217
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3218
3218
|
apiTradeAvailableFlag: boolean,
|
|
3219
3219
|
uid: string,
|
|
3220
|
-
realExchange:
|
|
3220
|
+
realExchange: api_tinvest_common_pb.RealExchange,
|
|
3221
3221
|
positionUid: string,
|
|
3222
3222
|
assetUid: string,
|
|
3223
3223
|
requiredTestsList: Array<string>,
|
|
@@ -3225,12 +3225,12 @@ export namespace Instrument {
|
|
|
3225
3225
|
forQualInvestorFlag: boolean,
|
|
3226
3226
|
weekendFlag: boolean,
|
|
3227
3227
|
blockedTcaFlag: boolean,
|
|
3228
|
-
instrumentKind:
|
|
3228
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
3229
3229
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3230
3230
|
first1dayCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3231
|
-
brand?:
|
|
3232
|
-
dlongClient?:
|
|
3233
|
-
dshortClient?:
|
|
3231
|
+
brand?: api_tinvest_common_pb.BrandData.AsObject,
|
|
3232
|
+
dlongClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3233
|
+
dshortClient?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3234
3234
|
}
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
@@ -3299,8 +3299,8 @@ export namespace GetDividendsResponse {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
3301
|
export class Dividend extends jspb.Message {
|
|
3302
|
-
getDividendNet():
|
|
3303
|
-
setDividendNet(value?:
|
|
3302
|
+
getDividendNet(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
3303
|
+
setDividendNet(value?: api_tinvest_common_pb.MoneyValue): Dividend;
|
|
3304
3304
|
hasDividendNet(): boolean;
|
|
3305
3305
|
clearDividendNet(): Dividend;
|
|
3306
3306
|
|
|
@@ -3330,13 +3330,13 @@ export class Dividend extends jspb.Message {
|
|
|
3330
3330
|
getRegularity(): string;
|
|
3331
3331
|
setRegularity(value: string): Dividend;
|
|
3332
3332
|
|
|
3333
|
-
getClosePrice():
|
|
3334
|
-
setClosePrice(value?:
|
|
3333
|
+
getClosePrice(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
3334
|
+
setClosePrice(value?: api_tinvest_common_pb.MoneyValue): Dividend;
|
|
3335
3335
|
hasClosePrice(): boolean;
|
|
3336
3336
|
clearClosePrice(): Dividend;
|
|
3337
3337
|
|
|
3338
|
-
getYieldValue():
|
|
3339
|
-
setYieldValue(value?:
|
|
3338
|
+
getYieldValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
3339
|
+
setYieldValue(value?: api_tinvest_common_pb.Quotation): Dividend;
|
|
3340
3340
|
hasYieldValue(): boolean;
|
|
3341
3341
|
clearYieldValue(): Dividend;
|
|
3342
3342
|
|
|
@@ -3355,15 +3355,15 @@ export class Dividend extends jspb.Message {
|
|
|
3355
3355
|
|
|
3356
3356
|
export namespace Dividend {
|
|
3357
3357
|
export type AsObject = {
|
|
3358
|
-
dividendNet?:
|
|
3358
|
+
dividendNet?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
3359
3359
|
paymentDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3360
3360
|
declaredDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3361
3361
|
lastBuyDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3362
3362
|
dividendType: string,
|
|
3363
3363
|
recordDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3364
3364
|
regularity: string,
|
|
3365
|
-
closePrice?:
|
|
3366
|
-
yieldValue?:
|
|
3365
|
+
closePrice?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
3366
|
+
yieldValue?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3367
3367
|
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3368
3368
|
}
|
|
3369
3369
|
}
|
|
@@ -3407,13 +3407,13 @@ export namespace AssetResponse {
|
|
|
3407
3407
|
}
|
|
3408
3408
|
|
|
3409
3409
|
export class AssetsRequest extends jspb.Message {
|
|
3410
|
-
getInstrumentType():
|
|
3411
|
-
setInstrumentType(value:
|
|
3410
|
+
getInstrumentType(): api_tinvest_common_pb.InstrumentType;
|
|
3411
|
+
setInstrumentType(value: api_tinvest_common_pb.InstrumentType): AssetsRequest;
|
|
3412
3412
|
hasInstrumentType(): boolean;
|
|
3413
3413
|
clearInstrumentType(): AssetsRequest;
|
|
3414
3414
|
|
|
3415
|
-
getInstrumentStatus():
|
|
3416
|
-
setInstrumentStatus(value:
|
|
3415
|
+
getInstrumentStatus(): api_tinvest_common_pb.InstrumentStatus;
|
|
3416
|
+
setInstrumentStatus(value: api_tinvest_common_pb.InstrumentStatus): AssetsRequest;
|
|
3417
3417
|
hasInstrumentStatus(): boolean;
|
|
3418
3418
|
clearInstrumentStatus(): AssetsRequest;
|
|
3419
3419
|
|
|
@@ -3427,8 +3427,8 @@ export class AssetsRequest extends jspb.Message {
|
|
|
3427
3427
|
|
|
3428
3428
|
export namespace AssetsRequest {
|
|
3429
3429
|
export type AsObject = {
|
|
3430
|
-
instrumentType?:
|
|
3431
|
-
instrumentStatus?:
|
|
3430
|
+
instrumentType?: api_tinvest_common_pb.InstrumentType,
|
|
3431
|
+
instrumentStatus?: api_tinvest_common_pb.InstrumentStatus,
|
|
3432
3432
|
}
|
|
3433
3433
|
|
|
3434
3434
|
export enum InstrumentTypeCase {
|
|
@@ -3627,8 +3627,8 @@ export class AssetSecurity extends jspb.Message {
|
|
|
3627
3627
|
getType(): string;
|
|
3628
3628
|
setType(value: string): AssetSecurity;
|
|
3629
3629
|
|
|
3630
|
-
getInstrumentKind():
|
|
3631
|
-
setInstrumentKind(value:
|
|
3630
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
3631
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): AssetSecurity;
|
|
3632
3632
|
|
|
3633
3633
|
getShare(): AssetShare | undefined;
|
|
3634
3634
|
setShare(value?: AssetShare): AssetSecurity;
|
|
@@ -3669,7 +3669,7 @@ export namespace AssetSecurity {
|
|
|
3669
3669
|
export type AsObject = {
|
|
3670
3670
|
isin: string,
|
|
3671
3671
|
type: string,
|
|
3672
|
-
instrumentKind:
|
|
3672
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
3673
3673
|
share?: AssetShare.AsObject,
|
|
3674
3674
|
bond?: AssetBond.AsObject,
|
|
3675
3675
|
sp?: AssetStructuredProduct.AsObject,
|
|
@@ -3691,13 +3691,13 @@ export class AssetShare extends jspb.Message {
|
|
|
3691
3691
|
getType(): ShareType;
|
|
3692
3692
|
setType(value: ShareType): AssetShare;
|
|
3693
3693
|
|
|
3694
|
-
getIssueSize():
|
|
3695
|
-
setIssueSize(value?:
|
|
3694
|
+
getIssueSize(): api_tinvest_common_pb.Quotation | undefined;
|
|
3695
|
+
setIssueSize(value?: api_tinvest_common_pb.Quotation): AssetShare;
|
|
3696
3696
|
hasIssueSize(): boolean;
|
|
3697
3697
|
clearIssueSize(): AssetShare;
|
|
3698
3698
|
|
|
3699
|
-
getNominal():
|
|
3700
|
-
setNominal(value?:
|
|
3699
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
3700
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AssetShare;
|
|
3701
3701
|
hasNominal(): boolean;
|
|
3702
3702
|
clearNominal(): AssetShare;
|
|
3703
3703
|
|
|
@@ -3707,8 +3707,8 @@ export class AssetShare extends jspb.Message {
|
|
|
3707
3707
|
getPrimaryIndex(): string;
|
|
3708
3708
|
setPrimaryIndex(value: string): AssetShare;
|
|
3709
3709
|
|
|
3710
|
-
getDividendRate():
|
|
3711
|
-
setDividendRate(value?:
|
|
3710
|
+
getDividendRate(): api_tinvest_common_pb.Quotation | undefined;
|
|
3711
|
+
setDividendRate(value?: api_tinvest_common_pb.Quotation): AssetShare;
|
|
3712
3712
|
hasDividendRate(): boolean;
|
|
3713
3713
|
clearDividendRate(): AssetShare;
|
|
3714
3714
|
|
|
@@ -3739,13 +3739,13 @@ export class AssetShare extends jspb.Message {
|
|
|
3739
3739
|
getRepresIsin(): string;
|
|
3740
3740
|
setRepresIsin(value: string): AssetShare;
|
|
3741
3741
|
|
|
3742
|
-
getIssueSizePlan():
|
|
3743
|
-
setIssueSizePlan(value?:
|
|
3742
|
+
getIssueSizePlan(): api_tinvest_common_pb.Quotation | undefined;
|
|
3743
|
+
setIssueSizePlan(value?: api_tinvest_common_pb.Quotation): AssetShare;
|
|
3744
3744
|
hasIssueSizePlan(): boolean;
|
|
3745
3745
|
clearIssueSizePlan(): AssetShare;
|
|
3746
3746
|
|
|
3747
|
-
getTotalFloat():
|
|
3748
|
-
setTotalFloat(value?:
|
|
3747
|
+
getTotalFloat(): api_tinvest_common_pb.Quotation | undefined;
|
|
3748
|
+
setTotalFloat(value?: api_tinvest_common_pb.Quotation): AssetShare;
|
|
3749
3749
|
hasTotalFloat(): boolean;
|
|
3750
3750
|
clearTotalFloat(): AssetShare;
|
|
3751
3751
|
|
|
@@ -3760,11 +3760,11 @@ export class AssetShare extends jspb.Message {
|
|
|
3760
3760
|
export namespace AssetShare {
|
|
3761
3761
|
export type AsObject = {
|
|
3762
3762
|
type: ShareType,
|
|
3763
|
-
issueSize?:
|
|
3764
|
-
nominal?:
|
|
3763
|
+
issueSize?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3764
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3765
3765
|
nominalCurrency: string,
|
|
3766
3766
|
primaryIndex: string,
|
|
3767
|
-
dividendRate?:
|
|
3767
|
+
dividendRate?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3768
3768
|
preferredShareType: string,
|
|
3769
3769
|
ipoDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3770
3770
|
registryDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -3772,27 +3772,27 @@ export namespace AssetShare {
|
|
|
3772
3772
|
issueKind: string,
|
|
3773
3773
|
placementDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3774
3774
|
represIsin: string,
|
|
3775
|
-
issueSizePlan?:
|
|
3776
|
-
totalFloat?:
|
|
3775
|
+
issueSizePlan?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3776
|
+
totalFloat?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3777
3777
|
}
|
|
3778
3778
|
}
|
|
3779
3779
|
|
|
3780
3780
|
export class AssetBond extends jspb.Message {
|
|
3781
|
-
getCurrentNominal():
|
|
3782
|
-
setCurrentNominal(value?:
|
|
3781
|
+
getCurrentNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
3782
|
+
setCurrentNominal(value?: api_tinvest_common_pb.Quotation): AssetBond;
|
|
3783
3783
|
hasCurrentNominal(): boolean;
|
|
3784
3784
|
clearCurrentNominal(): AssetBond;
|
|
3785
3785
|
|
|
3786
3786
|
getBorrowName(): string;
|
|
3787
3787
|
setBorrowName(value: string): AssetBond;
|
|
3788
3788
|
|
|
3789
|
-
getIssueSize():
|
|
3790
|
-
setIssueSize(value?:
|
|
3789
|
+
getIssueSize(): api_tinvest_common_pb.Quotation | undefined;
|
|
3790
|
+
setIssueSize(value?: api_tinvest_common_pb.Quotation): AssetBond;
|
|
3791
3791
|
hasIssueSize(): boolean;
|
|
3792
3792
|
clearIssueSize(): AssetBond;
|
|
3793
3793
|
|
|
3794
|
-
getNominal():
|
|
3795
|
-
setNominal(value?:
|
|
3794
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
3795
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AssetBond;
|
|
3796
3796
|
hasNominal(): boolean;
|
|
3797
3797
|
clearNominal(): AssetBond;
|
|
3798
3798
|
|
|
@@ -3847,13 +3847,13 @@ export class AssetBond extends jspb.Message {
|
|
|
3847
3847
|
hasPlacementDate(): boolean;
|
|
3848
3848
|
clearPlacementDate(): AssetBond;
|
|
3849
3849
|
|
|
3850
|
-
getPlacementPrice():
|
|
3851
|
-
setPlacementPrice(value?:
|
|
3850
|
+
getPlacementPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
3851
|
+
setPlacementPrice(value?: api_tinvest_common_pb.Quotation): AssetBond;
|
|
3852
3852
|
hasPlacementPrice(): boolean;
|
|
3853
3853
|
clearPlacementPrice(): AssetBond;
|
|
3854
3854
|
|
|
3855
|
-
getIssueSizePlan():
|
|
3856
|
-
setIssueSizePlan(value?:
|
|
3855
|
+
getIssueSizePlan(): api_tinvest_common_pb.Quotation | undefined;
|
|
3856
|
+
setIssueSizePlan(value?: api_tinvest_common_pb.Quotation): AssetBond;
|
|
3857
3857
|
hasIssueSizePlan(): boolean;
|
|
3858
3858
|
clearIssueSizePlan(): AssetBond;
|
|
3859
3859
|
|
|
@@ -3867,10 +3867,10 @@ export class AssetBond extends jspb.Message {
|
|
|
3867
3867
|
|
|
3868
3868
|
export namespace AssetBond {
|
|
3869
3869
|
export type AsObject = {
|
|
3870
|
-
currentNominal?:
|
|
3870
|
+
currentNominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3871
3871
|
borrowName: string,
|
|
3872
|
-
issueSize?:
|
|
3873
|
-
nominal?:
|
|
3872
|
+
issueSize?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3873
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3874
3874
|
nominalCurrency: string,
|
|
3875
3875
|
issueKind: string,
|
|
3876
3876
|
interestKind: string,
|
|
@@ -3886,8 +3886,8 @@ export namespace AssetBond {
|
|
|
3886
3886
|
returnCondition: string,
|
|
3887
3887
|
stateRegDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3888
3888
|
placementDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3889
|
-
placementPrice?:
|
|
3890
|
-
issueSizePlan?:
|
|
3889
|
+
placementPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3890
|
+
issueSizePlan?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3891
3891
|
}
|
|
3892
3892
|
}
|
|
3893
3893
|
|
|
@@ -3895,8 +3895,8 @@ export class AssetStructuredProduct extends jspb.Message {
|
|
|
3895
3895
|
getBorrowName(): string;
|
|
3896
3896
|
setBorrowName(value: string): AssetStructuredProduct;
|
|
3897
3897
|
|
|
3898
|
-
getNominal():
|
|
3899
|
-
setNominal(value?:
|
|
3898
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
3899
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AssetStructuredProduct;
|
|
3900
3900
|
hasNominal(): boolean;
|
|
3901
3901
|
clearNominal(): AssetStructuredProduct;
|
|
3902
3902
|
|
|
@@ -3915,8 +3915,8 @@ export class AssetStructuredProduct extends jspb.Message {
|
|
|
3915
3915
|
getBasicAsset(): string;
|
|
3916
3916
|
setBasicAsset(value: string): AssetStructuredProduct;
|
|
3917
3917
|
|
|
3918
|
-
getSafetyBarrier():
|
|
3919
|
-
setSafetyBarrier(value?:
|
|
3918
|
+
getSafetyBarrier(): api_tinvest_common_pb.Quotation | undefined;
|
|
3919
|
+
setSafetyBarrier(value?: api_tinvest_common_pb.Quotation): AssetStructuredProduct;
|
|
3920
3920
|
hasSafetyBarrier(): boolean;
|
|
3921
3921
|
clearSafetyBarrier(): AssetStructuredProduct;
|
|
3922
3922
|
|
|
@@ -3925,13 +3925,13 @@ export class AssetStructuredProduct extends jspb.Message {
|
|
|
3925
3925
|
hasMaturityDate(): boolean;
|
|
3926
3926
|
clearMaturityDate(): AssetStructuredProduct;
|
|
3927
3927
|
|
|
3928
|
-
getIssueSizePlan():
|
|
3929
|
-
setIssueSizePlan(value?:
|
|
3928
|
+
getIssueSizePlan(): api_tinvest_common_pb.Quotation | undefined;
|
|
3929
|
+
setIssueSizePlan(value?: api_tinvest_common_pb.Quotation): AssetStructuredProduct;
|
|
3930
3930
|
hasIssueSizePlan(): boolean;
|
|
3931
3931
|
clearIssueSizePlan(): AssetStructuredProduct;
|
|
3932
3932
|
|
|
3933
|
-
getIssueSize():
|
|
3934
|
-
setIssueSize(value?:
|
|
3933
|
+
getIssueSize(): api_tinvest_common_pb.Quotation | undefined;
|
|
3934
|
+
setIssueSize(value?: api_tinvest_common_pb.Quotation): AssetStructuredProduct;
|
|
3935
3935
|
hasIssueSize(): boolean;
|
|
3936
3936
|
clearIssueSize(): AssetStructuredProduct;
|
|
3937
3937
|
|
|
@@ -3954,39 +3954,39 @@ export class AssetStructuredProduct extends jspb.Message {
|
|
|
3954
3954
|
export namespace AssetStructuredProduct {
|
|
3955
3955
|
export type AsObject = {
|
|
3956
3956
|
borrowName: string,
|
|
3957
|
-
nominal?:
|
|
3957
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3958
3958
|
nominalCurrency: string,
|
|
3959
3959
|
type: StructuredProductType,
|
|
3960
3960
|
logicPortfolio: string,
|
|
3961
3961
|
assetType: AssetType,
|
|
3962
3962
|
basicAsset: string,
|
|
3963
|
-
safetyBarrier?:
|
|
3963
|
+
safetyBarrier?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3964
3964
|
maturityDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3965
|
-
issueSizePlan?:
|
|
3966
|
-
issueSize?:
|
|
3965
|
+
issueSizePlan?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3966
|
+
issueSize?: api_tinvest_common_pb.Quotation.AsObject,
|
|
3967
3967
|
placementDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3968
3968
|
issueKind: string,
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
3971
|
|
|
3972
3972
|
export class AssetEtf extends jspb.Message {
|
|
3973
|
-
getTotalExpense():
|
|
3974
|
-
setTotalExpense(value?:
|
|
3973
|
+
getTotalExpense(): api_tinvest_common_pb.Quotation | undefined;
|
|
3974
|
+
setTotalExpense(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
3975
3975
|
hasTotalExpense(): boolean;
|
|
3976
3976
|
clearTotalExpense(): AssetEtf;
|
|
3977
3977
|
|
|
3978
|
-
getHurdleRate():
|
|
3979
|
-
setHurdleRate(value?:
|
|
3978
|
+
getHurdleRate(): api_tinvest_common_pb.Quotation | undefined;
|
|
3979
|
+
setHurdleRate(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
3980
3980
|
hasHurdleRate(): boolean;
|
|
3981
3981
|
clearHurdleRate(): AssetEtf;
|
|
3982
3982
|
|
|
3983
|
-
getPerformanceFee():
|
|
3984
|
-
setPerformanceFee(value?:
|
|
3983
|
+
getPerformanceFee(): api_tinvest_common_pb.Quotation | undefined;
|
|
3984
|
+
setPerformanceFee(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
3985
3985
|
hasPerformanceFee(): boolean;
|
|
3986
3986
|
clearPerformanceFee(): AssetEtf;
|
|
3987
3987
|
|
|
3988
|
-
getFixedCommission():
|
|
3989
|
-
setFixedCommission(value?:
|
|
3988
|
+
getFixedCommission(): api_tinvest_common_pb.Quotation | undefined;
|
|
3989
|
+
setFixedCommission(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
3990
3990
|
hasFixedCommission(): boolean;
|
|
3991
3991
|
clearFixedCommission(): AssetEtf;
|
|
3992
3992
|
|
|
@@ -3996,13 +3996,13 @@ export class AssetEtf extends jspb.Message {
|
|
|
3996
3996
|
getWatermarkFlag(): boolean;
|
|
3997
3997
|
setWatermarkFlag(value: boolean): AssetEtf;
|
|
3998
3998
|
|
|
3999
|
-
getBuyPremium():
|
|
4000
|
-
setBuyPremium(value?:
|
|
3999
|
+
getBuyPremium(): api_tinvest_common_pb.Quotation | undefined;
|
|
4000
|
+
setBuyPremium(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4001
4001
|
hasBuyPremium(): boolean;
|
|
4002
4002
|
clearBuyPremium(): AssetEtf;
|
|
4003
4003
|
|
|
4004
|
-
getSellDiscount():
|
|
4005
|
-
setSellDiscount(value?:
|
|
4004
|
+
getSellDiscount(): api_tinvest_common_pb.Quotation | undefined;
|
|
4005
|
+
setSellDiscount(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4006
4006
|
hasSellDiscount(): boolean;
|
|
4007
4007
|
clearSellDiscount(): AssetEtf;
|
|
4008
4008
|
|
|
@@ -4024,8 +4024,8 @@ export class AssetEtf extends jspb.Message {
|
|
|
4024
4024
|
getLeveragedFlag(): boolean;
|
|
4025
4025
|
setLeveragedFlag(value: boolean): AssetEtf;
|
|
4026
4026
|
|
|
4027
|
-
getNumShare():
|
|
4028
|
-
setNumShare(value?:
|
|
4027
|
+
getNumShare(): api_tinvest_common_pb.Quotation | undefined;
|
|
4028
|
+
setNumShare(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4029
4029
|
hasNumShare(): boolean;
|
|
4030
4030
|
clearNumShare(): AssetEtf;
|
|
4031
4031
|
|
|
@@ -4046,8 +4046,8 @@ export class AssetEtf extends jspb.Message {
|
|
|
4046
4046
|
getPrimaryIndexCompany(): string;
|
|
4047
4047
|
setPrimaryIndexCompany(value: string): AssetEtf;
|
|
4048
4048
|
|
|
4049
|
-
getIndexRecoveryPeriod():
|
|
4050
|
-
setIndexRecoveryPeriod(value?:
|
|
4049
|
+
getIndexRecoveryPeriod(): api_tinvest_common_pb.Quotation | undefined;
|
|
4050
|
+
setIndexRecoveryPeriod(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4051
4051
|
hasIndexRecoveryPeriod(): boolean;
|
|
4052
4052
|
clearIndexRecoveryPeriod(): AssetEtf;
|
|
4053
4053
|
|
|
@@ -4057,13 +4057,13 @@ export class AssetEtf extends jspb.Message {
|
|
|
4057
4057
|
getDivYieldFlag(): boolean;
|
|
4058
4058
|
setDivYieldFlag(value: boolean): AssetEtf;
|
|
4059
4059
|
|
|
4060
|
-
getExpenseCommission():
|
|
4061
|
-
setExpenseCommission(value?:
|
|
4060
|
+
getExpenseCommission(): api_tinvest_common_pb.Quotation | undefined;
|
|
4061
|
+
setExpenseCommission(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4062
4062
|
hasExpenseCommission(): boolean;
|
|
4063
4063
|
clearExpenseCommission(): AssetEtf;
|
|
4064
4064
|
|
|
4065
|
-
getPrimaryIndexTrackingError():
|
|
4066
|
-
setPrimaryIndexTrackingError(value?:
|
|
4065
|
+
getPrimaryIndexTrackingError(): api_tinvest_common_pb.Quotation | undefined;
|
|
4066
|
+
setPrimaryIndexTrackingError(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4067
4067
|
hasPrimaryIndexTrackingError(): boolean;
|
|
4068
4068
|
clearPrimaryIndexTrackingError(): AssetEtf;
|
|
4069
4069
|
|
|
@@ -4081,8 +4081,8 @@ export class AssetEtf extends jspb.Message {
|
|
|
4081
4081
|
getIssueKind(): string;
|
|
4082
4082
|
setIssueKind(value: string): AssetEtf;
|
|
4083
4083
|
|
|
4084
|
-
getNominal():
|
|
4085
|
-
setNominal(value?:
|
|
4084
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
4085
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AssetEtf;
|
|
4086
4086
|
hasNominal(): boolean;
|
|
4087
4087
|
clearNominal(): AssetEtf;
|
|
4088
4088
|
|
|
@@ -4099,43 +4099,43 @@ export class AssetEtf extends jspb.Message {
|
|
|
4099
4099
|
|
|
4100
4100
|
export namespace AssetEtf {
|
|
4101
4101
|
export type AsObject = {
|
|
4102
|
-
totalExpense?:
|
|
4103
|
-
hurdleRate?:
|
|
4104
|
-
performanceFee?:
|
|
4105
|
-
fixedCommission?:
|
|
4102
|
+
totalExpense?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4103
|
+
hurdleRate?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4104
|
+
performanceFee?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4105
|
+
fixedCommission?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4106
4106
|
paymentType: string,
|
|
4107
4107
|
watermarkFlag: boolean,
|
|
4108
|
-
buyPremium?:
|
|
4109
|
-
sellDiscount?:
|
|
4108
|
+
buyPremium?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4109
|
+
sellDiscount?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4110
4110
|
rebalancingFlag: boolean,
|
|
4111
4111
|
rebalancingFreq: string,
|
|
4112
4112
|
managementType: string,
|
|
4113
4113
|
primaryIndex: string,
|
|
4114
4114
|
focusType: string,
|
|
4115
4115
|
leveragedFlag: boolean,
|
|
4116
|
-
numShare?:
|
|
4116
|
+
numShare?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4117
4117
|
ucitsFlag: boolean,
|
|
4118
4118
|
releasedDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4119
4119
|
description: string,
|
|
4120
4120
|
primaryIndexDescription: string,
|
|
4121
4121
|
primaryIndexCompany: string,
|
|
4122
|
-
indexRecoveryPeriod?:
|
|
4122
|
+
indexRecoveryPeriod?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4123
4123
|
inavCode: string,
|
|
4124
4124
|
divYieldFlag: boolean,
|
|
4125
|
-
expenseCommission?:
|
|
4126
|
-
primaryIndexTrackingError?:
|
|
4125
|
+
expenseCommission?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4126
|
+
primaryIndexTrackingError?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4127
4127
|
rebalancingPlan: string,
|
|
4128
4128
|
taxRate: string,
|
|
4129
4129
|
rebalancingDatesList: Array<google_protobuf_timestamp_pb.Timestamp.AsObject>,
|
|
4130
4130
|
issueKind: string,
|
|
4131
|
-
nominal?:
|
|
4131
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4132
4132
|
nominalCurrency: string,
|
|
4133
4133
|
}
|
|
4134
4134
|
}
|
|
4135
4135
|
|
|
4136
4136
|
export class AssetClearingCertificate extends jspb.Message {
|
|
4137
|
-
getNominal():
|
|
4138
|
-
setNominal(value?:
|
|
4137
|
+
getNominal(): api_tinvest_common_pb.Quotation | undefined;
|
|
4138
|
+
setNominal(value?: api_tinvest_common_pb.Quotation): AssetClearingCertificate;
|
|
4139
4139
|
hasNominal(): boolean;
|
|
4140
4140
|
clearNominal(): AssetClearingCertificate;
|
|
4141
4141
|
|
|
@@ -4152,7 +4152,7 @@ export class AssetClearingCertificate extends jspb.Message {
|
|
|
4152
4152
|
|
|
4153
4153
|
export namespace AssetClearingCertificate {
|
|
4154
4154
|
export type AsObject = {
|
|
4155
|
-
nominal?:
|
|
4155
|
+
nominal?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4156
4156
|
nominalCurrency: string,
|
|
4157
4157
|
}
|
|
4158
4158
|
}
|
|
@@ -4224,8 +4224,8 @@ export class AssetInstrument extends jspb.Message {
|
|
|
4224
4224
|
clearLinksList(): AssetInstrument;
|
|
4225
4225
|
addLinks(value?: InstrumentLink, index?: number): InstrumentLink;
|
|
4226
4226
|
|
|
4227
|
-
getInstrumentKind():
|
|
4228
|
-
setInstrumentKind(value:
|
|
4227
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
4228
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): AssetInstrument;
|
|
4229
4229
|
|
|
4230
4230
|
getPositionUid(): string;
|
|
4231
4231
|
setPositionUid(value: string): AssetInstrument;
|
|
@@ -4246,7 +4246,7 @@ export namespace AssetInstrument {
|
|
|
4246
4246
|
ticker: string,
|
|
4247
4247
|
classCode: string,
|
|
4248
4248
|
linksList: Array<InstrumentLink.AsObject>,
|
|
4249
|
-
instrumentKind:
|
|
4249
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
4250
4250
|
positionUid: string,
|
|
4251
4251
|
}
|
|
4252
4252
|
}
|
|
@@ -4357,8 +4357,8 @@ export class FavoriteInstrument extends jspb.Message {
|
|
|
4357
4357
|
getApiTradeAvailableFlag(): boolean;
|
|
4358
4358
|
setApiTradeAvailableFlag(value: boolean): FavoriteInstrument;
|
|
4359
4359
|
|
|
4360
|
-
getInstrumentKind():
|
|
4361
|
-
setInstrumentKind(value:
|
|
4360
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
4361
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): FavoriteInstrument;
|
|
4362
4362
|
|
|
4363
4363
|
serializeBinary(): Uint8Array;
|
|
4364
4364
|
toObject(includeInstance?: boolean): FavoriteInstrument.AsObject;
|
|
@@ -4379,7 +4379,7 @@ export namespace FavoriteInstrument {
|
|
|
4379
4379
|
uid: string,
|
|
4380
4380
|
otcFlag: boolean,
|
|
4381
4381
|
apiTradeAvailableFlag: boolean,
|
|
4382
|
-
instrumentKind:
|
|
4382
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
4383
4383
|
}
|
|
4384
4384
|
}
|
|
4385
4385
|
|
|
@@ -4734,8 +4734,8 @@ export class IndicativeResponse extends jspb.Message {
|
|
|
4734
4734
|
getCurrency(): string;
|
|
4735
4735
|
setCurrency(value: string): IndicativeResponse;
|
|
4736
4736
|
|
|
4737
|
-
getInstrumentKind():
|
|
4738
|
-
setInstrumentKind(value:
|
|
4737
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
4738
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): IndicativeResponse;
|
|
4739
4739
|
|
|
4740
4740
|
getName(): string;
|
|
4741
4741
|
setName(value: string): IndicativeResponse;
|
|
@@ -4771,7 +4771,7 @@ export namespace IndicativeResponse {
|
|
|
4771
4771
|
ticker: string,
|
|
4772
4772
|
classCode: string,
|
|
4773
4773
|
currency: string,
|
|
4774
|
-
instrumentKind:
|
|
4774
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
4775
4775
|
name: string,
|
|
4776
4776
|
exchange: string,
|
|
4777
4777
|
uid: string,
|
|
@@ -4785,8 +4785,8 @@ export class IndexInstrument extends jspb.Message {
|
|
|
4785
4785
|
getUid(): string;
|
|
4786
4786
|
setUid(value: string): IndexInstrument;
|
|
4787
4787
|
|
|
4788
|
-
getWeight():
|
|
4789
|
-
setWeight(value?:
|
|
4788
|
+
getWeight(): api_tinvest_common_pb.Quotation | undefined;
|
|
4789
|
+
setWeight(value?: api_tinvest_common_pb.Quotation): IndexInstrument;
|
|
4790
4790
|
hasWeight(): boolean;
|
|
4791
4791
|
clearWeight(): IndexInstrument;
|
|
4792
4792
|
|
|
@@ -4801,7 +4801,7 @@ export class IndexInstrument extends jspb.Message {
|
|
|
4801
4801
|
export namespace IndexInstrument {
|
|
4802
4802
|
export type AsObject = {
|
|
4803
4803
|
uid: string,
|
|
4804
|
-
weight?:
|
|
4804
|
+
weight?: api_tinvest_common_pb.Quotation.AsObject,
|
|
4805
4805
|
}
|
|
4806
4806
|
}
|
|
4807
4807
|
|
|
@@ -4839,8 +4839,8 @@ export class FindInstrumentRequest extends jspb.Message {
|
|
|
4839
4839
|
getQuery(): string;
|
|
4840
4840
|
setQuery(value: string): FindInstrumentRequest;
|
|
4841
4841
|
|
|
4842
|
-
getInstrumentKind():
|
|
4843
|
-
setInstrumentKind(value:
|
|
4842
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
4843
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): FindInstrumentRequest;
|
|
4844
4844
|
hasInstrumentKind(): boolean;
|
|
4845
4845
|
clearInstrumentKind(): FindInstrumentRequest;
|
|
4846
4846
|
|
|
@@ -4860,7 +4860,7 @@ export class FindInstrumentRequest extends jspb.Message {
|
|
|
4860
4860
|
export namespace FindInstrumentRequest {
|
|
4861
4861
|
export type AsObject = {
|
|
4862
4862
|
query: string,
|
|
4863
|
-
instrumentKind?:
|
|
4863
|
+
instrumentKind?: api_tinvest_common_pb.InstrumentType,
|
|
4864
4864
|
apiTradeAvailableFlag?: boolean,
|
|
4865
4865
|
}
|
|
4866
4866
|
|
|
@@ -4920,8 +4920,8 @@ export class InstrumentShort extends jspb.Message {
|
|
|
4920
4920
|
getPositionUid(): string;
|
|
4921
4921
|
setPositionUid(value: string): InstrumentShort;
|
|
4922
4922
|
|
|
4923
|
-
getInstrumentKind():
|
|
4924
|
-
setInstrumentKind(value:
|
|
4923
|
+
getInstrumentKind(): api_tinvest_common_pb.InstrumentType;
|
|
4924
|
+
setInstrumentKind(value: api_tinvest_common_pb.InstrumentType): InstrumentShort;
|
|
4925
4925
|
|
|
4926
4926
|
getApiTradeAvailableFlag(): boolean;
|
|
4927
4927
|
setApiTradeAvailableFlag(value: boolean): InstrumentShort;
|
|
@@ -4969,7 +4969,7 @@ export namespace InstrumentShort {
|
|
|
4969
4969
|
name: string,
|
|
4970
4970
|
uid: string,
|
|
4971
4971
|
positionUid: string,
|
|
4972
|
-
instrumentKind:
|
|
4972
|
+
instrumentKind: api_tinvest_common_pb.InstrumentType,
|
|
4973
4973
|
apiTradeAvailableFlag: boolean,
|
|
4974
4974
|
forIisFlag: boolean,
|
|
4975
4975
|
first1minCandleDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -4982,8 +4982,8 @@ export namespace InstrumentShort {
|
|
|
4982
4982
|
}
|
|
4983
4983
|
|
|
4984
4984
|
export class GetBrandsRequest extends jspb.Message {
|
|
4985
|
-
getPaging():
|
|
4986
|
-
setPaging(value?:
|
|
4985
|
+
getPaging(): api_tinvest_common_pb.Page | undefined;
|
|
4986
|
+
setPaging(value?: api_tinvest_common_pb.Page): GetBrandsRequest;
|
|
4987
4987
|
hasPaging(): boolean;
|
|
4988
4988
|
clearPaging(): GetBrandsRequest;
|
|
4989
4989
|
|
|
@@ -4997,7 +4997,7 @@ export class GetBrandsRequest extends jspb.Message {
|
|
|
4997
4997
|
|
|
4998
4998
|
export namespace GetBrandsRequest {
|
|
4999
4999
|
export type AsObject = {
|
|
5000
|
-
paging?:
|
|
5000
|
+
paging?: api_tinvest_common_pb.Page.AsObject,
|
|
5001
5001
|
}
|
|
5002
5002
|
}
|
|
5003
5003
|
|
|
@@ -5025,8 +5025,8 @@ export class GetBrandsResponse extends jspb.Message {
|
|
|
5025
5025
|
clearBrandsList(): GetBrandsResponse;
|
|
5026
5026
|
addBrands(value?: Brand, index?: number): Brand;
|
|
5027
5027
|
|
|
5028
|
-
getPaging():
|
|
5029
|
-
setPaging(value?:
|
|
5028
|
+
getPaging(): api_tinvest_common_pb.PageResponse | undefined;
|
|
5029
|
+
setPaging(value?: api_tinvest_common_pb.PageResponse): GetBrandsResponse;
|
|
5030
5030
|
hasPaging(): boolean;
|
|
5031
5031
|
clearPaging(): GetBrandsResponse;
|
|
5032
5032
|
|
|
@@ -5041,7 +5041,7 @@ export class GetBrandsResponse extends jspb.Message {
|
|
|
5041
5041
|
export namespace GetBrandsResponse {
|
|
5042
5042
|
export type AsObject = {
|
|
5043
5043
|
brandsList: Array<Brand.AsObject>,
|
|
5044
|
-
paging?:
|
|
5044
|
+
paging?: api_tinvest_common_pb.PageResponse.AsObject,
|
|
5045
5045
|
}
|
|
5046
5046
|
}
|
|
5047
5047
|
|
|
@@ -5441,8 +5441,8 @@ export namespace GetAssetReportsResponse {
|
|
|
5441
5441
|
}
|
|
5442
5442
|
|
|
5443
5443
|
export class GetConsensusForecastsRequest extends jspb.Message {
|
|
5444
|
-
getPaging():
|
|
5445
|
-
setPaging(value?:
|
|
5444
|
+
getPaging(): api_tinvest_common_pb.Page | undefined;
|
|
5445
|
+
setPaging(value?: api_tinvest_common_pb.Page): GetConsensusForecastsRequest;
|
|
5446
5446
|
hasPaging(): boolean;
|
|
5447
5447
|
clearPaging(): GetConsensusForecastsRequest;
|
|
5448
5448
|
|
|
@@ -5456,7 +5456,7 @@ export class GetConsensusForecastsRequest extends jspb.Message {
|
|
|
5456
5456
|
|
|
5457
5457
|
export namespace GetConsensusForecastsRequest {
|
|
5458
5458
|
export type AsObject = {
|
|
5459
|
-
paging?:
|
|
5459
|
+
paging?: api_tinvest_common_pb.Page.AsObject,
|
|
5460
5460
|
}
|
|
5461
5461
|
|
|
5462
5462
|
export enum PagingCase {
|
|
@@ -5471,8 +5471,8 @@ export class GetConsensusForecastsResponse extends jspb.Message {
|
|
|
5471
5471
|
clearItemsList(): GetConsensusForecastsResponse;
|
|
5472
5472
|
addItems(value?: GetConsensusForecastsResponse.ConsensusForecastsItem, index?: number): GetConsensusForecastsResponse.ConsensusForecastsItem;
|
|
5473
5473
|
|
|
5474
|
-
getPage():
|
|
5475
|
-
setPage(value?:
|
|
5474
|
+
getPage(): api_tinvest_common_pb.PageResponse | undefined;
|
|
5475
|
+
setPage(value?: api_tinvest_common_pb.PageResponse): GetConsensusForecastsResponse;
|
|
5476
5476
|
hasPage(): boolean;
|
|
5477
5477
|
clearPage(): GetConsensusForecastsResponse;
|
|
5478
5478
|
|
|
@@ -5487,7 +5487,7 @@ export class GetConsensusForecastsResponse extends jspb.Message {
|
|
|
5487
5487
|
export namespace GetConsensusForecastsResponse {
|
|
5488
5488
|
export type AsObject = {
|
|
5489
5489
|
itemsList: Array<GetConsensusForecastsResponse.ConsensusForecastsItem.AsObject>,
|
|
5490
|
-
page?:
|
|
5490
|
+
page?: api_tinvest_common_pb.PageResponse.AsObject,
|
|
5491
5491
|
}
|
|
5492
5492
|
|
|
5493
5493
|
export class ConsensusForecastsItem extends jspb.Message {
|
|
@@ -5502,18 +5502,18 @@ export namespace GetConsensusForecastsResponse {
|
|
|
5502
5502
|
hasCreatedAt(): boolean;
|
|
5503
5503
|
clearCreatedAt(): ConsensusForecastsItem;
|
|
5504
5504
|
|
|
5505
|
-
getBestTargetPrice():
|
|
5506
|
-
setBestTargetPrice(value?:
|
|
5505
|
+
getBestTargetPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
5506
|
+
setBestTargetPrice(value?: api_tinvest_common_pb.Quotation): ConsensusForecastsItem;
|
|
5507
5507
|
hasBestTargetPrice(): boolean;
|
|
5508
5508
|
clearBestTargetPrice(): ConsensusForecastsItem;
|
|
5509
5509
|
|
|
5510
|
-
getBestTargetLow():
|
|
5511
|
-
setBestTargetLow(value?:
|
|
5510
|
+
getBestTargetLow(): api_tinvest_common_pb.Quotation | undefined;
|
|
5511
|
+
setBestTargetLow(value?: api_tinvest_common_pb.Quotation): ConsensusForecastsItem;
|
|
5512
5512
|
hasBestTargetLow(): boolean;
|
|
5513
5513
|
clearBestTargetLow(): ConsensusForecastsItem;
|
|
5514
5514
|
|
|
5515
|
-
getBestTargetHigh():
|
|
5516
|
-
setBestTargetHigh(value?:
|
|
5515
|
+
getBestTargetHigh(): api_tinvest_common_pb.Quotation | undefined;
|
|
5516
|
+
setBestTargetHigh(value?: api_tinvest_common_pb.Quotation): ConsensusForecastsItem;
|
|
5517
5517
|
hasBestTargetHigh(): boolean;
|
|
5518
5518
|
clearBestTargetHigh(): ConsensusForecastsItem;
|
|
5519
5519
|
|
|
@@ -5550,9 +5550,9 @@ export namespace GetConsensusForecastsResponse {
|
|
|
5550
5550
|
uid: string,
|
|
5551
5551
|
assetUid: string,
|
|
5552
5552
|
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5553
|
-
bestTargetPrice?:
|
|
5554
|
-
bestTargetLow?:
|
|
5555
|
-
bestTargetHigh?:
|
|
5553
|
+
bestTargetPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5554
|
+
bestTargetLow?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5555
|
+
bestTargetHigh?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5556
5556
|
totalBuyRecommend: number,
|
|
5557
5557
|
totalHoldRecommend: number,
|
|
5558
5558
|
totalSellRecommend: number,
|
|
@@ -5628,23 +5628,23 @@ export namespace GetForecastResponse {
|
|
|
5628
5628
|
getCurrency(): string;
|
|
5629
5629
|
setCurrency(value: string): TargetItem;
|
|
5630
5630
|
|
|
5631
|
-
getCurrentPrice():
|
|
5632
|
-
setCurrentPrice(value?:
|
|
5631
|
+
getCurrentPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
5632
|
+
setCurrentPrice(value?: api_tinvest_common_pb.Quotation): TargetItem;
|
|
5633
5633
|
hasCurrentPrice(): boolean;
|
|
5634
5634
|
clearCurrentPrice(): TargetItem;
|
|
5635
5635
|
|
|
5636
|
-
getTargetPrice():
|
|
5637
|
-
setTargetPrice(value?:
|
|
5636
|
+
getTargetPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
5637
|
+
setTargetPrice(value?: api_tinvest_common_pb.Quotation): TargetItem;
|
|
5638
5638
|
hasTargetPrice(): boolean;
|
|
5639
5639
|
clearTargetPrice(): TargetItem;
|
|
5640
5640
|
|
|
5641
|
-
getPriceChange():
|
|
5642
|
-
setPriceChange(value?:
|
|
5641
|
+
getPriceChange(): api_tinvest_common_pb.Quotation | undefined;
|
|
5642
|
+
setPriceChange(value?: api_tinvest_common_pb.Quotation): TargetItem;
|
|
5643
5643
|
hasPriceChange(): boolean;
|
|
5644
5644
|
clearPriceChange(): TargetItem;
|
|
5645
5645
|
|
|
5646
|
-
getPriceChangeRel():
|
|
5647
|
-
setPriceChangeRel(value?:
|
|
5646
|
+
getPriceChangeRel(): api_tinvest_common_pb.Quotation | undefined;
|
|
5647
|
+
setPriceChangeRel(value?: api_tinvest_common_pb.Quotation): TargetItem;
|
|
5648
5648
|
hasPriceChangeRel(): boolean;
|
|
5649
5649
|
clearPriceChangeRel(): TargetItem;
|
|
5650
5650
|
|
|
@@ -5667,10 +5667,10 @@ export namespace GetForecastResponse {
|
|
|
5667
5667
|
recommendation: Recommendation,
|
|
5668
5668
|
recommendationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5669
5669
|
currency: string,
|
|
5670
|
-
currentPrice?:
|
|
5671
|
-
targetPrice?:
|
|
5672
|
-
priceChange?:
|
|
5673
|
-
priceChangeRel?:
|
|
5670
|
+
currentPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5671
|
+
targetPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5672
|
+
priceChange?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5673
|
+
priceChangeRel?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5674
5674
|
showName: string,
|
|
5675
5675
|
}
|
|
5676
5676
|
}
|
|
@@ -5689,33 +5689,33 @@ export namespace GetForecastResponse {
|
|
|
5689
5689
|
getCurrency(): string;
|
|
5690
5690
|
setCurrency(value: string): ConsensusItem;
|
|
5691
5691
|
|
|
5692
|
-
getCurrentPrice():
|
|
5693
|
-
setCurrentPrice(value?:
|
|
5692
|
+
getCurrentPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
5693
|
+
setCurrentPrice(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5694
5694
|
hasCurrentPrice(): boolean;
|
|
5695
5695
|
clearCurrentPrice(): ConsensusItem;
|
|
5696
5696
|
|
|
5697
|
-
getConsensus():
|
|
5698
|
-
setConsensus(value?:
|
|
5697
|
+
getConsensus(): api_tinvest_common_pb.Quotation | undefined;
|
|
5698
|
+
setConsensus(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5699
5699
|
hasConsensus(): boolean;
|
|
5700
5700
|
clearConsensus(): ConsensusItem;
|
|
5701
5701
|
|
|
5702
|
-
getMinTarget():
|
|
5703
|
-
setMinTarget(value?:
|
|
5702
|
+
getMinTarget(): api_tinvest_common_pb.Quotation | undefined;
|
|
5703
|
+
setMinTarget(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5704
5704
|
hasMinTarget(): boolean;
|
|
5705
5705
|
clearMinTarget(): ConsensusItem;
|
|
5706
5706
|
|
|
5707
|
-
getMaxTarget():
|
|
5708
|
-
setMaxTarget(value?:
|
|
5707
|
+
getMaxTarget(): api_tinvest_common_pb.Quotation | undefined;
|
|
5708
|
+
setMaxTarget(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5709
5709
|
hasMaxTarget(): boolean;
|
|
5710
5710
|
clearMaxTarget(): ConsensusItem;
|
|
5711
5711
|
|
|
5712
|
-
getPriceChange():
|
|
5713
|
-
setPriceChange(value?:
|
|
5712
|
+
getPriceChange(): api_tinvest_common_pb.Quotation | undefined;
|
|
5713
|
+
setPriceChange(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5714
5714
|
hasPriceChange(): boolean;
|
|
5715
5715
|
clearPriceChange(): ConsensusItem;
|
|
5716
5716
|
|
|
5717
|
-
getPriceChangeRel():
|
|
5718
|
-
setPriceChangeRel(value?:
|
|
5717
|
+
getPriceChangeRel(): api_tinvest_common_pb.Quotation | undefined;
|
|
5718
|
+
setPriceChangeRel(value?: api_tinvest_common_pb.Quotation): ConsensusItem;
|
|
5719
5719
|
hasPriceChangeRel(): boolean;
|
|
5720
5720
|
clearPriceChangeRel(): ConsensusItem;
|
|
5721
5721
|
|
|
@@ -5733,12 +5733,12 @@ export namespace GetForecastResponse {
|
|
|
5733
5733
|
ticker: string,
|
|
5734
5734
|
recommendation: Recommendation,
|
|
5735
5735
|
currency: string,
|
|
5736
|
-
currentPrice?:
|
|
5737
|
-
consensus?:
|
|
5738
|
-
minTarget?:
|
|
5739
|
-
maxTarget?:
|
|
5740
|
-
priceChange?:
|
|
5741
|
-
priceChangeRel?:
|
|
5736
|
+
currentPrice?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5737
|
+
consensus?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5738
|
+
minTarget?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5739
|
+
maxTarget?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5740
|
+
priceChange?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5741
|
+
priceChangeRel?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5742
5742
|
}
|
|
5743
5743
|
}
|
|
5744
5744
|
|
|
@@ -5851,8 +5851,8 @@ export namespace RiskRatesResponse {
|
|
|
5851
5851
|
getRiskLevelCode(): string;
|
|
5852
5852
|
setRiskLevelCode(value: string): RiskRate;
|
|
5853
5853
|
|
|
5854
|
-
getValue():
|
|
5855
|
-
setValue(value?:
|
|
5854
|
+
getValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
5855
|
+
setValue(value?: api_tinvest_common_pb.Quotation): RiskRate;
|
|
5856
5856
|
hasValue(): boolean;
|
|
5857
5857
|
clearValue(): RiskRate;
|
|
5858
5858
|
|
|
@@ -5867,7 +5867,7 @@ export namespace RiskRatesResponse {
|
|
|
5867
5867
|
export namespace RiskRate {
|
|
5868
5868
|
export type AsObject = {
|
|
5869
5869
|
riskLevelCode: string,
|
|
5870
|
-
value?:
|
|
5870
|
+
value?: api_tinvest_common_pb.Quotation.AsObject,
|
|
5871
5871
|
}
|
|
5872
5872
|
}
|
|
5873
5873
|
|
|
@@ -6000,8 +6000,8 @@ export namespace GetInsiderDealsResponse {
|
|
|
6000
6000
|
getQuantity(): number;
|
|
6001
6001
|
setQuantity(value: number): InsiderDeal;
|
|
6002
6002
|
|
|
6003
|
-
getPrice():
|
|
6004
|
-
setPrice(value?:
|
|
6003
|
+
getPrice(): api_tinvest_common_pb.Quotation | undefined;
|
|
6004
|
+
setPrice(value?: api_tinvest_common_pb.Quotation): InsiderDeal;
|
|
6005
6005
|
hasPrice(): boolean;
|
|
6006
6006
|
clearPrice(): InsiderDeal;
|
|
6007
6007
|
|
|
@@ -6043,7 +6043,7 @@ export namespace GetInsiderDealsResponse {
|
|
|
6043
6043
|
currency: string,
|
|
6044
6044
|
date?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6045
6045
|
quantity: number,
|
|
6046
|
-
price?:
|
|
6046
|
+
price?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6047
6047
|
instrumentUid: string,
|
|
6048
6048
|
ticker: string,
|
|
6049
6049
|
investorName: string,
|
|
@@ -6096,16 +6096,16 @@ export class DfaResponse extends jspb.Message {
|
|
|
6096
6096
|
getPositionUid(): string;
|
|
6097
6097
|
setPositionUid(value: string): DfaResponse;
|
|
6098
6098
|
|
|
6099
|
-
getMinPriceIncrement():
|
|
6100
|
-
setMinPriceIncrement(value?:
|
|
6099
|
+
getMinPriceIncrement(): api_tinvest_common_pb.Quotation | undefined;
|
|
6100
|
+
setMinPriceIncrement(value?: api_tinvest_common_pb.Quotation): DfaResponse;
|
|
6101
6101
|
hasMinPriceIncrement(): boolean;
|
|
6102
6102
|
clearMinPriceIncrement(): DfaResponse;
|
|
6103
6103
|
|
|
6104
6104
|
getLot(): number;
|
|
6105
6105
|
setLot(value: number): DfaResponse;
|
|
6106
6106
|
|
|
6107
|
-
getNominal():
|
|
6108
|
-
setNominal(value?:
|
|
6107
|
+
getNominal(): api_tinvest_common_pb.MoneyValue | undefined;
|
|
6108
|
+
setNominal(value?: api_tinvest_common_pb.MoneyValue): DfaResponse;
|
|
6109
6109
|
hasNominal(): boolean;
|
|
6110
6110
|
clearNominal(): DfaResponse;
|
|
6111
6111
|
|
|
@@ -6157,13 +6157,13 @@ export class DfaResponse extends jspb.Message {
|
|
|
6157
6157
|
hasForecastYield(): boolean;
|
|
6158
6158
|
clearForecastYield(): DfaResponse;
|
|
6159
6159
|
|
|
6160
|
-
getYieldToMaturity():
|
|
6161
|
-
setYieldToMaturity(value?:
|
|
6160
|
+
getYieldToMaturity(): api_tinvest_common_pb.Quotation | undefined;
|
|
6161
|
+
setYieldToMaturity(value?: api_tinvest_common_pb.Quotation): DfaResponse;
|
|
6162
6162
|
hasYieldToMaturity(): boolean;
|
|
6163
6163
|
clearYieldToMaturity(): DfaResponse;
|
|
6164
6164
|
|
|
6165
|
-
getCouponValue():
|
|
6166
|
-
setCouponValue(value?:
|
|
6165
|
+
getCouponValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
6166
|
+
setCouponValue(value?: api_tinvest_common_pb.Quotation): DfaResponse;
|
|
6167
6167
|
hasCouponValue(): boolean;
|
|
6168
6168
|
clearCouponValue(): DfaResponse;
|
|
6169
6169
|
|
|
@@ -6175,8 +6175,8 @@ export class DfaResponse extends jspb.Message {
|
|
|
6175
6175
|
hasCouponPaymentDate(): boolean;
|
|
6176
6176
|
clearCouponPaymentDate(): DfaResponse;
|
|
6177
6177
|
|
|
6178
|
-
getAciValue():
|
|
6179
|
-
setAciValue(value?:
|
|
6178
|
+
getAciValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
6179
|
+
setAciValue(value?: api_tinvest_common_pb.Quotation): DfaResponse;
|
|
6180
6180
|
hasAciValue(): boolean;
|
|
6181
6181
|
clearAciValue(): DfaResponse;
|
|
6182
6182
|
|
|
@@ -6194,9 +6194,9 @@ export namespace DfaResponse {
|
|
|
6194
6194
|
ticker: string,
|
|
6195
6195
|
name: string,
|
|
6196
6196
|
positionUid: string,
|
|
6197
|
-
minPriceIncrement?:
|
|
6197
|
+
minPriceIncrement?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6198
6198
|
lot: number,
|
|
6199
|
-
nominal?:
|
|
6199
|
+
nominal?: api_tinvest_common_pb.MoneyValue.AsObject,
|
|
6200
6200
|
currency: string,
|
|
6201
6201
|
maturityDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6202
6202
|
shortEnabledFlag: boolean,
|
|
@@ -6211,11 +6211,11 @@ export namespace DfaResponse {
|
|
|
6211
6211
|
type: string,
|
|
6212
6212
|
basicAssetsList: Array<DfaResponse.BasicAsset.AsObject>,
|
|
6213
6213
|
forecastYield?: DfaResponse.ForecastYield.AsObject,
|
|
6214
|
-
yieldToMaturity?:
|
|
6215
|
-
couponValue?:
|
|
6214
|
+
yieldToMaturity?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6215
|
+
couponValue?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6216
6216
|
couponPaymentFrequency: number,
|
|
6217
6217
|
couponPaymentDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6218
|
-
aciValue?:
|
|
6218
|
+
aciValue?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6219
6219
|
}
|
|
6220
6220
|
|
|
6221
6221
|
export class BasicAsset extends jspb.Message {
|
|
@@ -6238,13 +6238,13 @@ export namespace DfaResponse {
|
|
|
6238
6238
|
|
|
6239
6239
|
|
|
6240
6240
|
export class ForecastYield extends jspb.Message {
|
|
6241
|
-
getMinValue():
|
|
6242
|
-
setMinValue(value?:
|
|
6241
|
+
getMinValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
6242
|
+
setMinValue(value?: api_tinvest_common_pb.Quotation): ForecastYield;
|
|
6243
6243
|
hasMinValue(): boolean;
|
|
6244
6244
|
clearMinValue(): ForecastYield;
|
|
6245
6245
|
|
|
6246
|
-
getMaxValue():
|
|
6247
|
-
setMaxValue(value?:
|
|
6246
|
+
getMaxValue(): api_tinvest_common_pb.Quotation | undefined;
|
|
6247
|
+
setMaxValue(value?: api_tinvest_common_pb.Quotation): ForecastYield;
|
|
6248
6248
|
hasMaxValue(): boolean;
|
|
6249
6249
|
clearMaxValue(): ForecastYield;
|
|
6250
6250
|
|
|
@@ -6258,8 +6258,8 @@ export namespace DfaResponse {
|
|
|
6258
6258
|
|
|
6259
6259
|
export namespace ForecastYield {
|
|
6260
6260
|
export type AsObject = {
|
|
6261
|
-
minValue?:
|
|
6262
|
-
maxValue?:
|
|
6261
|
+
minValue?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6262
|
+
maxValue?: api_tinvest_common_pb.Quotation.AsObject,
|
|
6263
6263
|
}
|
|
6264
6264
|
}
|
|
6265
6265
|
|