@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,4 +1,4 @@
|
|
|
1
|
-
// source: tinvest/instruments.proto
|
|
1
|
+
// source: api/tinvest/instruments.proto
|
|
2
2
|
/**
|
|
3
3
|
* @fileoverview
|
|
4
4
|
* @enhanceable
|
|
@@ -23,9 +23,9 @@ var global =
|
|
|
23
23
|
|
|
24
24
|
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
|
|
25
25
|
goog.object.extend(proto, google_protobuf_timestamp_pb);
|
|
26
|
-
var
|
|
27
|
-
goog.object.extend(proto,
|
|
28
|
-
var google_api_field_behavior_pb = require('
|
|
26
|
+
var api_tinvest_common_pb = require('../../api/tinvest/common_pb.js');
|
|
27
|
+
goog.object.extend(proto, api_tinvest_common_pb);
|
|
28
|
+
var google_api_field_behavior_pb = require('../../google/api/field_behavior_pb.js');
|
|
29
29
|
goog.object.extend(proto, google_api_field_behavior_pb);
|
|
30
30
|
goog.exportSymbol('proto.tinkoff.public.invest.api.contract.v1.AccruedInterest', null, global);
|
|
31
31
|
goog.exportSymbol('proto.tinkoff.public.invest.api.contract.v1.Asset', null, global);
|
|
@@ -6223,23 +6223,23 @@ instrumentId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
|
6223
6223
|
eventNumber: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
6224
6224
|
eventDate: (f = msg.getEventDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6225
6225
|
eventType: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
6226
|
-
eventTotalVol: (f = msg.getEventTotalVol()) &&
|
|
6226
|
+
eventTotalVol: (f = msg.getEventTotalVol()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
6227
6227
|
fixDate: (f = msg.getFixDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6228
6228
|
rateDate: (f = msg.getRateDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6229
6229
|
defaultDate: (f = msg.getDefaultDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6230
6230
|
realPayDate: (f = msg.getRealPayDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6231
6231
|
payDate: (f = msg.getPayDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6232
|
-
payOneBond: (f = msg.getPayOneBond()) &&
|
|
6233
|
-
moneyFlowVal: (f = msg.getMoneyFlowVal()) &&
|
|
6232
|
+
payOneBond: (f = msg.getPayOneBond()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
6233
|
+
moneyFlowVal: (f = msg.getMoneyFlowVal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
6234
6234
|
execution: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
6235
6235
|
operationType: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
6236
|
-
value: (f = msg.getValue()) &&
|
|
6236
|
+
value: (f = msg.getValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
6237
6237
|
note: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
6238
6238
|
convertToFinToolId: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
6239
6239
|
couponStartDate: (f = msg.getCouponStartDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6240
6240
|
couponEndDate: (f = msg.getCouponEndDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6241
6241
|
couponPeriod: jspb.Message.getFieldWithDefault(msg, 21, 0),
|
|
6242
|
-
couponInterestRate: (f = msg.getCouponInterestRate()) &&
|
|
6242
|
+
couponInterestRate: (f = msg.getCouponInterestRate()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
6243
6243
|
};
|
|
6244
6244
|
|
|
6245
6245
|
if (includeInstance) {
|
|
@@ -6294,8 +6294,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.dese
|
|
|
6294
6294
|
msg.setEventType(value);
|
|
6295
6295
|
break;
|
|
6296
6296
|
case 6:
|
|
6297
|
-
var value = new
|
|
6298
|
-
reader.readMessage(value,
|
|
6297
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
6298
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
6299
6299
|
msg.setEventTotalVol(value);
|
|
6300
6300
|
break;
|
|
6301
6301
|
case 7:
|
|
@@ -6324,13 +6324,13 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.dese
|
|
|
6324
6324
|
msg.setPayDate(value);
|
|
6325
6325
|
break;
|
|
6326
6326
|
case 12:
|
|
6327
|
-
var value = new
|
|
6328
|
-
reader.readMessage(value,
|
|
6327
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
6328
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
6329
6329
|
msg.setPayOneBond(value);
|
|
6330
6330
|
break;
|
|
6331
6331
|
case 13:
|
|
6332
|
-
var value = new
|
|
6333
|
-
reader.readMessage(value,
|
|
6332
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
6333
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
6334
6334
|
msg.setMoneyFlowVal(value);
|
|
6335
6335
|
break;
|
|
6336
6336
|
case 14:
|
|
@@ -6342,8 +6342,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.dese
|
|
|
6342
6342
|
msg.setOperationType(value);
|
|
6343
6343
|
break;
|
|
6344
6344
|
case 16:
|
|
6345
|
-
var value = new
|
|
6346
|
-
reader.readMessage(value,
|
|
6345
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
6346
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
6347
6347
|
msg.setValue(value);
|
|
6348
6348
|
break;
|
|
6349
6349
|
case 17:
|
|
@@ -6369,8 +6369,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.dese
|
|
|
6369
6369
|
msg.setCouponPeriod(value);
|
|
6370
6370
|
break;
|
|
6371
6371
|
case 22:
|
|
6372
|
-
var value = new
|
|
6373
|
-
reader.readMessage(value,
|
|
6372
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
6373
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
6374
6374
|
msg.setCouponInterestRate(value);
|
|
6375
6375
|
break;
|
|
6376
6376
|
default:
|
|
@@ -6436,7 +6436,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.seri
|
|
|
6436
6436
|
writer.writeMessage(
|
|
6437
6437
|
6,
|
|
6438
6438
|
f,
|
|
6439
|
-
|
|
6439
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
6440
6440
|
);
|
|
6441
6441
|
}
|
|
6442
6442
|
f = message.getFixDate();
|
|
@@ -6484,7 +6484,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.seri
|
|
|
6484
6484
|
writer.writeMessage(
|
|
6485
6485
|
12,
|
|
6486
6486
|
f,
|
|
6487
|
-
|
|
6487
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
6488
6488
|
);
|
|
6489
6489
|
}
|
|
6490
6490
|
f = message.getMoneyFlowVal();
|
|
@@ -6492,7 +6492,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.seri
|
|
|
6492
6492
|
writer.writeMessage(
|
|
6493
6493
|
13,
|
|
6494
6494
|
f,
|
|
6495
|
-
|
|
6495
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
6496
6496
|
);
|
|
6497
6497
|
}
|
|
6498
6498
|
f = message.getExecution();
|
|
@@ -6514,7 +6514,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.seri
|
|
|
6514
6514
|
writer.writeMessage(
|
|
6515
6515
|
16,
|
|
6516
6516
|
f,
|
|
6517
|
-
|
|
6517
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
6518
6518
|
);
|
|
6519
6519
|
}
|
|
6520
6520
|
f = message.getNote();
|
|
@@ -6559,7 +6559,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.seri
|
|
|
6559
6559
|
writer.writeMessage(
|
|
6560
6560
|
22,
|
|
6561
6561
|
f,
|
|
6562
|
-
|
|
6562
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
6563
6563
|
);
|
|
6564
6564
|
}
|
|
6565
6565
|
};
|
|
@@ -6662,7 +6662,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prot
|
|
|
6662
6662
|
*/
|
|
6663
6663
|
proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prototype.getEventTotalVol = function() {
|
|
6664
6664
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
6665
|
-
jspb.Message.getWrapperField(this,
|
|
6665
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
6666
6666
|
};
|
|
6667
6667
|
|
|
6668
6668
|
|
|
@@ -6884,7 +6884,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prot
|
|
|
6884
6884
|
*/
|
|
6885
6885
|
proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prototype.getPayOneBond = function() {
|
|
6886
6886
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
6887
|
-
jspb.Message.getWrapperField(this,
|
|
6887
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 12));
|
|
6888
6888
|
};
|
|
6889
6889
|
|
|
6890
6890
|
|
|
@@ -6921,7 +6921,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prot
|
|
|
6921
6921
|
*/
|
|
6922
6922
|
proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prototype.getMoneyFlowVal = function() {
|
|
6923
6923
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
6924
|
-
jspb.Message.getWrapperField(this,
|
|
6924
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 13));
|
|
6925
6925
|
};
|
|
6926
6926
|
|
|
6927
6927
|
|
|
@@ -6994,7 +6994,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prot
|
|
|
6994
6994
|
*/
|
|
6995
6995
|
proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prototype.getValue = function() {
|
|
6996
6996
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
6997
|
-
jspb.Message.getWrapperField(this,
|
|
6997
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 16));
|
|
6998
6998
|
};
|
|
6999
6999
|
|
|
7000
7000
|
|
|
@@ -7159,7 +7159,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prot
|
|
|
7159
7159
|
*/
|
|
7160
7160
|
proto.tinkoff.public.invest.api.contract.v1.GetBondEventsResponse.BondEvent.prototype.getCouponInterestRate = function() {
|
|
7161
7161
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
7162
|
-
jspb.Message.getWrapperField(this,
|
|
7162
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 22));
|
|
7163
7163
|
};
|
|
7164
7164
|
|
|
7165
7165
|
|
|
@@ -7264,7 +7264,7 @@ figi: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
|
7264
7264
|
couponDate: (f = msg.getCouponDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
7265
7265
|
couponNumber: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
7266
7266
|
fixDate: (f = msg.getFixDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
7267
|
-
payOneBond: (f = msg.getPayOneBond()) &&
|
|
7267
|
+
payOneBond: (f = msg.getPayOneBond()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
7268
7268
|
couponType: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
7269
7269
|
couponStartDate: (f = msg.getCouponStartDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
7270
7270
|
couponEndDate: (f = msg.getCouponEndDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
@@ -7324,8 +7324,8 @@ proto.tinkoff.public.invest.api.contract.v1.Coupon.deserializeBinaryFromReader =
|
|
|
7324
7324
|
msg.setFixDate(value);
|
|
7325
7325
|
break;
|
|
7326
7326
|
case 5:
|
|
7327
|
-
var value = new
|
|
7328
|
-
reader.readMessage(value,
|
|
7327
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
7328
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
7329
7329
|
msg.setPayOneBond(value);
|
|
7330
7330
|
break;
|
|
7331
7331
|
case 6:
|
|
@@ -7410,7 +7410,7 @@ proto.tinkoff.public.invest.api.contract.v1.Coupon.serializeBinaryToWriter = fun
|
|
|
7410
7410
|
writer.writeMessage(
|
|
7411
7411
|
5,
|
|
7412
7412
|
f,
|
|
7413
|
-
|
|
7413
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
7414
7414
|
);
|
|
7415
7415
|
}
|
|
7416
7416
|
f = message.getCouponType();
|
|
@@ -7562,7 +7562,7 @@ proto.tinkoff.public.invest.api.contract.v1.Coupon.prototype.hasFixDate = functi
|
|
|
7562
7562
|
*/
|
|
7563
7563
|
proto.tinkoff.public.invest.api.contract.v1.Coupon.prototype.getPayOneBond = function() {
|
|
7564
7564
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
7565
|
-
jspb.Message.getWrapperField(this,
|
|
7565
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 5));
|
|
7566
7566
|
};
|
|
7567
7567
|
|
|
7568
7568
|
|
|
@@ -9006,19 +9006,19 @@ exchange: jspb.Message.getFieldWithDefault(msg, 141, ""),
|
|
|
9006
9006
|
countryOfRisk: jspb.Message.getFieldWithDefault(msg, 151, ""),
|
|
9007
9007
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 152, ""),
|
|
9008
9008
|
sector: jspb.Message.getFieldWithDefault(msg, 161, ""),
|
|
9009
|
-
brand: (f = msg.getBrand()) &&
|
|
9009
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
9010
9010
|
lot: jspb.Message.getFieldWithDefault(msg, 201, 0),
|
|
9011
|
-
basicAssetSize: (f = msg.getBasicAssetSize()) &&
|
|
9012
|
-
klong: (f = msg.getKlong()) &&
|
|
9013
|
-
kshort: (f = msg.getKshort()) &&
|
|
9014
|
-
dlong: (f = msg.getDlong()) &&
|
|
9015
|
-
dshort: (f = msg.getDshort()) &&
|
|
9016
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
9017
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
9018
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
9019
|
-
strikePrice: (f = msg.getStrikePrice()) &&
|
|
9020
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
9021
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
9011
|
+
basicAssetSize: (f = msg.getBasicAssetSize()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9012
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9013
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9014
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9015
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9016
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9017
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9018
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9019
|
+
strikePrice: (f = msg.getStrikePrice()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
9020
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9021
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
9022
9022
|
expirationDate: (f = msg.getExpirationDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9023
9023
|
firstTradeDate: (f = msg.getFirstTradeDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9024
9024
|
lastTradeDate: (f = msg.getLastTradeDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
@@ -9151,8 +9151,8 @@ proto.tinkoff.public.invest.api.contract.v1.Option.deserializeBinaryFromReader =
|
|
|
9151
9151
|
msg.setSector(value);
|
|
9152
9152
|
break;
|
|
9153
9153
|
case 162:
|
|
9154
|
-
var value = new
|
|
9155
|
-
reader.readMessage(value,
|
|
9154
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
9155
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
9156
9156
|
msg.setBrand(value);
|
|
9157
9157
|
break;
|
|
9158
9158
|
case 201:
|
|
@@ -9160,58 +9160,58 @@ proto.tinkoff.public.invest.api.contract.v1.Option.deserializeBinaryFromReader =
|
|
|
9160
9160
|
msg.setLot(value);
|
|
9161
9161
|
break;
|
|
9162
9162
|
case 211:
|
|
9163
|
-
var value = new
|
|
9164
|
-
reader.readMessage(value,
|
|
9163
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9164
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9165
9165
|
msg.setBasicAssetSize(value);
|
|
9166
9166
|
break;
|
|
9167
9167
|
case 221:
|
|
9168
|
-
var value = new
|
|
9169
|
-
reader.readMessage(value,
|
|
9168
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9169
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9170
9170
|
msg.setKlong(value);
|
|
9171
9171
|
break;
|
|
9172
9172
|
case 222:
|
|
9173
|
-
var value = new
|
|
9174
|
-
reader.readMessage(value,
|
|
9173
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9174
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9175
9175
|
msg.setKshort(value);
|
|
9176
9176
|
break;
|
|
9177
9177
|
case 223:
|
|
9178
|
-
var value = new
|
|
9179
|
-
reader.readMessage(value,
|
|
9178
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9179
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9180
9180
|
msg.setDlong(value);
|
|
9181
9181
|
break;
|
|
9182
9182
|
case 224:
|
|
9183
|
-
var value = new
|
|
9184
|
-
reader.readMessage(value,
|
|
9183
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9184
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9185
9185
|
msg.setDshort(value);
|
|
9186
9186
|
break;
|
|
9187
9187
|
case 225:
|
|
9188
|
-
var value = new
|
|
9189
|
-
reader.readMessage(value,
|
|
9188
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9189
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9190
9190
|
msg.setDlongMin(value);
|
|
9191
9191
|
break;
|
|
9192
9192
|
case 226:
|
|
9193
|
-
var value = new
|
|
9194
|
-
reader.readMessage(value,
|
|
9193
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9194
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9195
9195
|
msg.setDshortMin(value);
|
|
9196
9196
|
break;
|
|
9197
9197
|
case 231:
|
|
9198
|
-
var value = new
|
|
9199
|
-
reader.readMessage(value,
|
|
9198
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9199
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9200
9200
|
msg.setMinPriceIncrement(value);
|
|
9201
9201
|
break;
|
|
9202
9202
|
case 241:
|
|
9203
|
-
var value = new
|
|
9204
|
-
reader.readMessage(value,
|
|
9203
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
9204
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
9205
9205
|
msg.setStrikePrice(value);
|
|
9206
9206
|
break;
|
|
9207
9207
|
case 290:
|
|
9208
|
-
var value = new
|
|
9209
|
-
reader.readMessage(value,
|
|
9208
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9209
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9210
9210
|
msg.setDlongClient(value);
|
|
9211
9211
|
break;
|
|
9212
9212
|
case 291:
|
|
9213
|
-
var value = new
|
|
9214
|
-
reader.readMessage(value,
|
|
9213
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
9214
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
9215
9215
|
msg.setDshortClient(value);
|
|
9216
9216
|
break;
|
|
9217
9217
|
case 301:
|
|
@@ -9453,7 +9453,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9453
9453
|
writer.writeMessage(
|
|
9454
9454
|
162,
|
|
9455
9455
|
f,
|
|
9456
|
-
|
|
9456
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
9457
9457
|
);
|
|
9458
9458
|
}
|
|
9459
9459
|
f = message.getLot();
|
|
@@ -9468,7 +9468,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9468
9468
|
writer.writeMessage(
|
|
9469
9469
|
211,
|
|
9470
9470
|
f,
|
|
9471
|
-
|
|
9471
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9472
9472
|
);
|
|
9473
9473
|
}
|
|
9474
9474
|
f = message.getKlong();
|
|
@@ -9476,7 +9476,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9476
9476
|
writer.writeMessage(
|
|
9477
9477
|
221,
|
|
9478
9478
|
f,
|
|
9479
|
-
|
|
9479
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9480
9480
|
);
|
|
9481
9481
|
}
|
|
9482
9482
|
f = message.getKshort();
|
|
@@ -9484,7 +9484,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9484
9484
|
writer.writeMessage(
|
|
9485
9485
|
222,
|
|
9486
9486
|
f,
|
|
9487
|
-
|
|
9487
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9488
9488
|
);
|
|
9489
9489
|
}
|
|
9490
9490
|
f = message.getDlong();
|
|
@@ -9492,7 +9492,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9492
9492
|
writer.writeMessage(
|
|
9493
9493
|
223,
|
|
9494
9494
|
f,
|
|
9495
|
-
|
|
9495
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9496
9496
|
);
|
|
9497
9497
|
}
|
|
9498
9498
|
f = message.getDshort();
|
|
@@ -9500,7 +9500,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9500
9500
|
writer.writeMessage(
|
|
9501
9501
|
224,
|
|
9502
9502
|
f,
|
|
9503
|
-
|
|
9503
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9504
9504
|
);
|
|
9505
9505
|
}
|
|
9506
9506
|
f = message.getDlongMin();
|
|
@@ -9508,7 +9508,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9508
9508
|
writer.writeMessage(
|
|
9509
9509
|
225,
|
|
9510
9510
|
f,
|
|
9511
|
-
|
|
9511
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9512
9512
|
);
|
|
9513
9513
|
}
|
|
9514
9514
|
f = message.getDshortMin();
|
|
@@ -9516,7 +9516,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9516
9516
|
writer.writeMessage(
|
|
9517
9517
|
226,
|
|
9518
9518
|
f,
|
|
9519
|
-
|
|
9519
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9520
9520
|
);
|
|
9521
9521
|
}
|
|
9522
9522
|
f = message.getMinPriceIncrement();
|
|
@@ -9524,7 +9524,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9524
9524
|
writer.writeMessage(
|
|
9525
9525
|
231,
|
|
9526
9526
|
f,
|
|
9527
|
-
|
|
9527
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9528
9528
|
);
|
|
9529
9529
|
}
|
|
9530
9530
|
f = message.getStrikePrice();
|
|
@@ -9532,7 +9532,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9532
9532
|
writer.writeMessage(
|
|
9533
9533
|
241,
|
|
9534
9534
|
f,
|
|
9535
|
-
|
|
9535
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
9536
9536
|
);
|
|
9537
9537
|
}
|
|
9538
9538
|
f = message.getDlongClient();
|
|
@@ -9540,7 +9540,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9540
9540
|
writer.writeMessage(
|
|
9541
9541
|
290,
|
|
9542
9542
|
f,
|
|
9543
|
-
|
|
9543
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9544
9544
|
);
|
|
9545
9545
|
}
|
|
9546
9546
|
f = message.getDshortClient();
|
|
@@ -9548,7 +9548,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.serializeBinaryToWriter = fun
|
|
|
9548
9548
|
writer.writeMessage(
|
|
9549
9549
|
291,
|
|
9550
9550
|
f,
|
|
9551
|
-
|
|
9551
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
9552
9552
|
);
|
|
9553
9553
|
}
|
|
9554
9554
|
f = message.getExpirationDate();
|
|
@@ -10030,7 +10030,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.setSector = functio
|
|
|
10030
10030
|
*/
|
|
10031
10031
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getBrand = function() {
|
|
10032
10032
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
10033
|
-
jspb.Message.getWrapperField(this,
|
|
10033
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 162));
|
|
10034
10034
|
};
|
|
10035
10035
|
|
|
10036
10036
|
|
|
@@ -10085,7 +10085,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.setLot = function(v
|
|
|
10085
10085
|
*/
|
|
10086
10086
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getBasicAssetSize = function() {
|
|
10087
10087
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10088
|
-
jspb.Message.getWrapperField(this,
|
|
10088
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 211));
|
|
10089
10089
|
};
|
|
10090
10090
|
|
|
10091
10091
|
|
|
@@ -10122,7 +10122,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasBasicAssetSize =
|
|
|
10122
10122
|
*/
|
|
10123
10123
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getKlong = function() {
|
|
10124
10124
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10125
|
-
jspb.Message.getWrapperField(this,
|
|
10125
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 221));
|
|
10126
10126
|
};
|
|
10127
10127
|
|
|
10128
10128
|
|
|
@@ -10159,7 +10159,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasKlong = function
|
|
|
10159
10159
|
*/
|
|
10160
10160
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getKshort = function() {
|
|
10161
10161
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10162
|
-
jspb.Message.getWrapperField(this,
|
|
10162
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 222));
|
|
10163
10163
|
};
|
|
10164
10164
|
|
|
10165
10165
|
|
|
@@ -10196,7 +10196,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasKshort = functio
|
|
|
10196
10196
|
*/
|
|
10197
10197
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDlong = function() {
|
|
10198
10198
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10199
|
-
jspb.Message.getWrapperField(this,
|
|
10199
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 223));
|
|
10200
10200
|
};
|
|
10201
10201
|
|
|
10202
10202
|
|
|
@@ -10233,7 +10233,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasDlong = function
|
|
|
10233
10233
|
*/
|
|
10234
10234
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDshort = function() {
|
|
10235
10235
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10236
|
-
jspb.Message.getWrapperField(this,
|
|
10236
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 224));
|
|
10237
10237
|
};
|
|
10238
10238
|
|
|
10239
10239
|
|
|
@@ -10270,7 +10270,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasDshort = functio
|
|
|
10270
10270
|
*/
|
|
10271
10271
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDlongMin = function() {
|
|
10272
10272
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10273
|
-
jspb.Message.getWrapperField(this,
|
|
10273
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 225));
|
|
10274
10274
|
};
|
|
10275
10275
|
|
|
10276
10276
|
|
|
@@ -10307,7 +10307,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasDlongMin = funct
|
|
|
10307
10307
|
*/
|
|
10308
10308
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDshortMin = function() {
|
|
10309
10309
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10310
|
-
jspb.Message.getWrapperField(this,
|
|
10310
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 226));
|
|
10311
10311
|
};
|
|
10312
10312
|
|
|
10313
10313
|
|
|
@@ -10344,7 +10344,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasDshortMin = func
|
|
|
10344
10344
|
*/
|
|
10345
10345
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getMinPriceIncrement = function() {
|
|
10346
10346
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10347
|
-
jspb.Message.getWrapperField(this,
|
|
10347
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 231));
|
|
10348
10348
|
};
|
|
10349
10349
|
|
|
10350
10350
|
|
|
@@ -10381,7 +10381,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasMinPriceIncremen
|
|
|
10381
10381
|
*/
|
|
10382
10382
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getStrikePrice = function() {
|
|
10383
10383
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
10384
|
-
jspb.Message.getWrapperField(this,
|
|
10384
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 241));
|
|
10385
10385
|
};
|
|
10386
10386
|
|
|
10387
10387
|
|
|
@@ -10418,7 +10418,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasStrikePrice = fu
|
|
|
10418
10418
|
*/
|
|
10419
10419
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDlongClient = function() {
|
|
10420
10420
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10421
|
-
jspb.Message.getWrapperField(this,
|
|
10421
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 290));
|
|
10422
10422
|
};
|
|
10423
10423
|
|
|
10424
10424
|
|
|
@@ -10455,7 +10455,7 @@ proto.tinkoff.public.invest.api.contract.v1.Option.prototype.hasDlongClient = fu
|
|
|
10455
10455
|
*/
|
|
10456
10456
|
proto.tinkoff.public.invest.api.contract.v1.Option.prototype.getDshortClient = function() {
|
|
10457
10457
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
10458
|
-
jspb.Message.getWrapperField(this,
|
|
10458
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 291));
|
|
10459
10459
|
};
|
|
10460
10460
|
|
|
10461
10461
|
|
|
@@ -12708,23 +12708,23 @@ classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
12708
12708
|
isin: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
12709
12709
|
lot: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
12710
12710
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
12711
|
-
klong: (f = msg.getKlong()) &&
|
|
12712
|
-
kshort: (f = msg.getKshort()) &&
|
|
12713
|
-
dlong: (f = msg.getDlong()) &&
|
|
12714
|
-
dshort: (f = msg.getDshort()) &&
|
|
12715
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
12716
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
12711
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12712
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12713
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12714
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12715
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12716
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12717
12717
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
12718
12718
|
name: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
12719
12719
|
exchange: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
12720
12720
|
couponQuantityPerYear: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
12721
12721
|
maturityDate: (f = msg.getMaturityDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12722
|
-
nominal: (f = msg.getNominal()) &&
|
|
12723
|
-
initialNominal: (f = msg.getInitialNominal()) &&
|
|
12722
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
12723
|
+
initialNominal: (f = msg.getInitialNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
12724
12724
|
stateRegDate: (f = msg.getStateRegDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12725
12725
|
placementDate: (f = msg.getPlacementDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12726
|
-
placementPrice: (f = msg.getPlacementPrice()) &&
|
|
12727
|
-
aciValue: (f = msg.getAciValue()) &&
|
|
12726
|
+
placementPrice: (f = msg.getPlacementPrice()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
12727
|
+
aciValue: (f = msg.getAciValue()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
12728
12728
|
countryOfRisk: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
12729
12729
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
12730
12730
|
sector: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
@@ -12738,7 +12738,7 @@ sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 34, false),
|
|
|
12738
12738
|
floatingCouponFlag: jspb.Message.getBooleanFieldWithDefault(msg, 35, false),
|
|
12739
12739
|
perpetualFlag: jspb.Message.getBooleanFieldWithDefault(msg, 36, false),
|
|
12740
12740
|
amortizationFlag: jspb.Message.getBooleanFieldWithDefault(msg, 37, false),
|
|
12741
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
12741
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12742
12742
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
|
|
12743
12743
|
uid: jspb.Message.getFieldWithDefault(msg, 40, ""),
|
|
12744
12744
|
realExchange: jspb.Message.getFieldWithDefault(msg, 41, 0),
|
|
@@ -12754,11 +12754,11 @@ liquidityFlag: jspb.Message.getBooleanFieldWithDefault(msg, 56, false),
|
|
|
12754
12754
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12755
12755
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12756
12756
|
riskLevel: jspb.Message.getFieldWithDefault(msg, 63, 0),
|
|
12757
|
-
brand: (f = msg.getBrand()) &&
|
|
12757
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
12758
12758
|
bondType: jspb.Message.getFieldWithDefault(msg, 65, 0),
|
|
12759
12759
|
callDate: (f = msg.getCallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12760
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
12761
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
12760
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
12761
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
12762
12762
|
};
|
|
12763
12763
|
|
|
12764
12764
|
if (includeInstance) {
|
|
@@ -12820,33 +12820,33 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
12820
12820
|
msg.setCurrency(value);
|
|
12821
12821
|
break;
|
|
12822
12822
|
case 7:
|
|
12823
|
-
var value = new
|
|
12824
|
-
reader.readMessage(value,
|
|
12823
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12824
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12825
12825
|
msg.setKlong(value);
|
|
12826
12826
|
break;
|
|
12827
12827
|
case 8:
|
|
12828
|
-
var value = new
|
|
12829
|
-
reader.readMessage(value,
|
|
12828
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12829
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12830
12830
|
msg.setKshort(value);
|
|
12831
12831
|
break;
|
|
12832
12832
|
case 9:
|
|
12833
|
-
var value = new
|
|
12834
|
-
reader.readMessage(value,
|
|
12833
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12834
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12835
12835
|
msg.setDlong(value);
|
|
12836
12836
|
break;
|
|
12837
12837
|
case 10:
|
|
12838
|
-
var value = new
|
|
12839
|
-
reader.readMessage(value,
|
|
12838
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12839
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12840
12840
|
msg.setDshort(value);
|
|
12841
12841
|
break;
|
|
12842
12842
|
case 11:
|
|
12843
|
-
var value = new
|
|
12844
|
-
reader.readMessage(value,
|
|
12843
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12844
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12845
12845
|
msg.setDlongMin(value);
|
|
12846
12846
|
break;
|
|
12847
12847
|
case 12:
|
|
12848
|
-
var value = new
|
|
12849
|
-
reader.readMessage(value,
|
|
12848
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12849
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12850
12850
|
msg.setDshortMin(value);
|
|
12851
12851
|
break;
|
|
12852
12852
|
case 13:
|
|
@@ -12871,13 +12871,13 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
12871
12871
|
msg.setMaturityDate(value);
|
|
12872
12872
|
break;
|
|
12873
12873
|
case 19:
|
|
12874
|
-
var value = new
|
|
12875
|
-
reader.readMessage(value,
|
|
12874
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
12875
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
12876
12876
|
msg.setNominal(value);
|
|
12877
12877
|
break;
|
|
12878
12878
|
case 20:
|
|
12879
|
-
var value = new
|
|
12880
|
-
reader.readMessage(value,
|
|
12879
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
12880
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
12881
12881
|
msg.setInitialNominal(value);
|
|
12882
12882
|
break;
|
|
12883
12883
|
case 21:
|
|
@@ -12891,13 +12891,13 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
12891
12891
|
msg.setPlacementDate(value);
|
|
12892
12892
|
break;
|
|
12893
12893
|
case 23:
|
|
12894
|
-
var value = new
|
|
12895
|
-
reader.readMessage(value,
|
|
12894
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
12895
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
12896
12896
|
msg.setPlacementPrice(value);
|
|
12897
12897
|
break;
|
|
12898
12898
|
case 24:
|
|
12899
|
-
var value = new
|
|
12900
|
-
reader.readMessage(value,
|
|
12899
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
12900
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
12901
12901
|
msg.setAciValue(value);
|
|
12902
12902
|
break;
|
|
12903
12903
|
case 25:
|
|
@@ -12953,8 +12953,8 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
12953
12953
|
msg.setAmortizationFlag(value);
|
|
12954
12954
|
break;
|
|
12955
12955
|
case 38:
|
|
12956
|
-
var value = new
|
|
12957
|
-
reader.readMessage(value,
|
|
12956
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
12957
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
12958
12958
|
msg.setMinPriceIncrement(value);
|
|
12959
12959
|
break;
|
|
12960
12960
|
case 39:
|
|
@@ -13020,8 +13020,8 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
13020
13020
|
msg.setRiskLevel(value);
|
|
13021
13021
|
break;
|
|
13022
13022
|
case 64:
|
|
13023
|
-
var value = new
|
|
13024
|
-
reader.readMessage(value,
|
|
13023
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
13024
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
13025
13025
|
msg.setBrand(value);
|
|
13026
13026
|
break;
|
|
13027
13027
|
case 65:
|
|
@@ -13034,13 +13034,13 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.deserializeBinaryFromReader = f
|
|
|
13034
13034
|
msg.setCallDate(value);
|
|
13035
13035
|
break;
|
|
13036
13036
|
case 90:
|
|
13037
|
-
var value = new
|
|
13038
|
-
reader.readMessage(value,
|
|
13037
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
13038
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
13039
13039
|
msg.setDlongClient(value);
|
|
13040
13040
|
break;
|
|
13041
13041
|
case 91:
|
|
13042
|
-
var value = new
|
|
13043
|
-
reader.readMessage(value,
|
|
13042
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
13043
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
13044
13044
|
msg.setDshortClient(value);
|
|
13045
13045
|
break;
|
|
13046
13046
|
default:
|
|
@@ -13119,7 +13119,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13119
13119
|
writer.writeMessage(
|
|
13120
13120
|
7,
|
|
13121
13121
|
f,
|
|
13122
|
-
|
|
13122
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13123
13123
|
);
|
|
13124
13124
|
}
|
|
13125
13125
|
f = message.getKshort();
|
|
@@ -13127,7 +13127,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13127
13127
|
writer.writeMessage(
|
|
13128
13128
|
8,
|
|
13129
13129
|
f,
|
|
13130
|
-
|
|
13130
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13131
13131
|
);
|
|
13132
13132
|
}
|
|
13133
13133
|
f = message.getDlong();
|
|
@@ -13135,7 +13135,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13135
13135
|
writer.writeMessage(
|
|
13136
13136
|
9,
|
|
13137
13137
|
f,
|
|
13138
|
-
|
|
13138
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13139
13139
|
);
|
|
13140
13140
|
}
|
|
13141
13141
|
f = message.getDshort();
|
|
@@ -13143,7 +13143,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13143
13143
|
writer.writeMessage(
|
|
13144
13144
|
10,
|
|
13145
13145
|
f,
|
|
13146
|
-
|
|
13146
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13147
13147
|
);
|
|
13148
13148
|
}
|
|
13149
13149
|
f = message.getDlongMin();
|
|
@@ -13151,7 +13151,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13151
13151
|
writer.writeMessage(
|
|
13152
13152
|
11,
|
|
13153
13153
|
f,
|
|
13154
|
-
|
|
13154
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13155
13155
|
);
|
|
13156
13156
|
}
|
|
13157
13157
|
f = message.getDshortMin();
|
|
@@ -13159,7 +13159,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13159
13159
|
writer.writeMessage(
|
|
13160
13160
|
12,
|
|
13161
13161
|
f,
|
|
13162
|
-
|
|
13162
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13163
13163
|
);
|
|
13164
13164
|
}
|
|
13165
13165
|
f = message.getShortEnabledFlag();
|
|
@@ -13203,7 +13203,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13203
13203
|
writer.writeMessage(
|
|
13204
13204
|
19,
|
|
13205
13205
|
f,
|
|
13206
|
-
|
|
13206
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
13207
13207
|
);
|
|
13208
13208
|
}
|
|
13209
13209
|
f = message.getInitialNominal();
|
|
@@ -13211,7 +13211,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13211
13211
|
writer.writeMessage(
|
|
13212
13212
|
20,
|
|
13213
13213
|
f,
|
|
13214
|
-
|
|
13214
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
13215
13215
|
);
|
|
13216
13216
|
}
|
|
13217
13217
|
f = message.getStateRegDate();
|
|
@@ -13235,7 +13235,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13235
13235
|
writer.writeMessage(
|
|
13236
13236
|
23,
|
|
13237
13237
|
f,
|
|
13238
|
-
|
|
13238
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
13239
13239
|
);
|
|
13240
13240
|
}
|
|
13241
13241
|
f = message.getAciValue();
|
|
@@ -13243,7 +13243,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13243
13243
|
writer.writeMessage(
|
|
13244
13244
|
24,
|
|
13245
13245
|
f,
|
|
13246
|
-
|
|
13246
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
13247
13247
|
);
|
|
13248
13248
|
}
|
|
13249
13249
|
f = message.getCountryOfRisk();
|
|
@@ -13342,7 +13342,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13342
13342
|
writer.writeMessage(
|
|
13343
13343
|
38,
|
|
13344
13344
|
f,
|
|
13345
|
-
|
|
13345
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13346
13346
|
);
|
|
13347
13347
|
}
|
|
13348
13348
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -13457,7 +13457,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13457
13457
|
writer.writeMessage(
|
|
13458
13458
|
64,
|
|
13459
13459
|
f,
|
|
13460
|
-
|
|
13460
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
13461
13461
|
);
|
|
13462
13462
|
}
|
|
13463
13463
|
f = message.getBondType();
|
|
@@ -13480,7 +13480,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13480
13480
|
writer.writeMessage(
|
|
13481
13481
|
90,
|
|
13482
13482
|
f,
|
|
13483
|
-
|
|
13483
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13484
13484
|
);
|
|
13485
13485
|
}
|
|
13486
13486
|
f = message.getDshortClient();
|
|
@@ -13488,7 +13488,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.serializeBinaryToWriter = funct
|
|
|
13488
13488
|
writer.writeMessage(
|
|
13489
13489
|
91,
|
|
13490
13490
|
f,
|
|
13491
|
-
|
|
13491
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
13492
13492
|
);
|
|
13493
13493
|
}
|
|
13494
13494
|
};
|
|
@@ -13608,7 +13608,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.setCurrency = functio
|
|
|
13608
13608
|
*/
|
|
13609
13609
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getKlong = function() {
|
|
13610
13610
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13611
|
-
jspb.Message.getWrapperField(this,
|
|
13611
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
13612
13612
|
};
|
|
13613
13613
|
|
|
13614
13614
|
|
|
@@ -13645,7 +13645,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasKlong = function()
|
|
|
13645
13645
|
*/
|
|
13646
13646
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getKshort = function() {
|
|
13647
13647
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13648
|
-
jspb.Message.getWrapperField(this,
|
|
13648
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
13649
13649
|
};
|
|
13650
13650
|
|
|
13651
13651
|
|
|
@@ -13682,7 +13682,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasKshort = function(
|
|
|
13682
13682
|
*/
|
|
13683
13683
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDlong = function() {
|
|
13684
13684
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13685
|
-
jspb.Message.getWrapperField(this,
|
|
13685
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
13686
13686
|
};
|
|
13687
13687
|
|
|
13688
13688
|
|
|
@@ -13719,7 +13719,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasDlong = function()
|
|
|
13719
13719
|
*/
|
|
13720
13720
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDshort = function() {
|
|
13721
13721
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13722
|
-
jspb.Message.getWrapperField(this,
|
|
13722
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
13723
13723
|
};
|
|
13724
13724
|
|
|
13725
13725
|
|
|
@@ -13756,7 +13756,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasDshort = function(
|
|
|
13756
13756
|
*/
|
|
13757
13757
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDlongMin = function() {
|
|
13758
13758
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13759
|
-
jspb.Message.getWrapperField(this,
|
|
13759
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
13760
13760
|
};
|
|
13761
13761
|
|
|
13762
13762
|
|
|
@@ -13793,7 +13793,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasDlongMin = functio
|
|
|
13793
13793
|
*/
|
|
13794
13794
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDshortMin = function() {
|
|
13795
13795
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
13796
|
-
jspb.Message.getWrapperField(this,
|
|
13796
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 12));
|
|
13797
13797
|
};
|
|
13798
13798
|
|
|
13799
13799
|
|
|
@@ -13939,7 +13939,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasMaturityDate = fun
|
|
|
13939
13939
|
*/
|
|
13940
13940
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getNominal = function() {
|
|
13941
13941
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
13942
|
-
jspb.Message.getWrapperField(this,
|
|
13942
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 19));
|
|
13943
13943
|
};
|
|
13944
13944
|
|
|
13945
13945
|
|
|
@@ -13976,7 +13976,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasNominal = function
|
|
|
13976
13976
|
*/
|
|
13977
13977
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getInitialNominal = function() {
|
|
13978
13978
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
13979
|
-
jspb.Message.getWrapperField(this,
|
|
13979
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 20));
|
|
13980
13980
|
};
|
|
13981
13981
|
|
|
13982
13982
|
|
|
@@ -14087,7 +14087,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasPlacementDate = fu
|
|
|
14087
14087
|
*/
|
|
14088
14088
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getPlacementPrice = function() {
|
|
14089
14089
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
14090
|
-
jspb.Message.getWrapperField(this,
|
|
14090
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 23));
|
|
14091
14091
|
};
|
|
14092
14092
|
|
|
14093
14093
|
|
|
@@ -14124,7 +14124,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasPlacementPrice = f
|
|
|
14124
14124
|
*/
|
|
14125
14125
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getAciValue = function() {
|
|
14126
14126
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
14127
|
-
jspb.Message.getWrapperField(this,
|
|
14127
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 24));
|
|
14128
14128
|
};
|
|
14129
14129
|
|
|
14130
14130
|
|
|
@@ -14395,7 +14395,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.setAmortizationFlag =
|
|
|
14395
14395
|
*/
|
|
14396
14396
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getMinPriceIncrement = function() {
|
|
14397
14397
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
14398
|
-
jspb.Message.getWrapperField(this,
|
|
14398
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 38));
|
|
14399
14399
|
};
|
|
14400
14400
|
|
|
14401
14401
|
|
|
@@ -14759,7 +14759,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.setRiskLevel = functi
|
|
|
14759
14759
|
*/
|
|
14760
14760
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getBrand = function() {
|
|
14761
14761
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
14762
|
-
jspb.Message.getWrapperField(this,
|
|
14762
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 64));
|
|
14763
14763
|
};
|
|
14764
14764
|
|
|
14765
14765
|
|
|
@@ -14851,7 +14851,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasCallDate = functio
|
|
|
14851
14851
|
*/
|
|
14852
14852
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDlongClient = function() {
|
|
14853
14853
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
14854
|
-
jspb.Message.getWrapperField(this,
|
|
14854
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 90));
|
|
14855
14855
|
};
|
|
14856
14856
|
|
|
14857
14857
|
|
|
@@ -14888,7 +14888,7 @@ proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.hasDlongClient = func
|
|
|
14888
14888
|
*/
|
|
14889
14889
|
proto.tinkoff.public.invest.api.contract.v1.Bond.prototype.getDshortClient = function() {
|
|
14890
14890
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
14891
|
-
jspb.Message.getWrapperField(this,
|
|
14891
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 91));
|
|
14892
14892
|
};
|
|
14893
14893
|
|
|
14894
14894
|
|
|
@@ -14964,16 +14964,16 @@ classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
14964
14964
|
isin: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
14965
14965
|
lot: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
14966
14966
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
14967
|
-
klong: (f = msg.getKlong()) &&
|
|
14968
|
-
kshort: (f = msg.getKshort()) &&
|
|
14969
|
-
dlong: (f = msg.getDlong()) &&
|
|
14970
|
-
dshort: (f = msg.getDshort()) &&
|
|
14971
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
14972
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
14967
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14968
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14969
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14970
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14971
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14972
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14973
14973
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
14974
14974
|
name: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
14975
14975
|
exchange: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
14976
|
-
nominal: (f = msg.getNominal()) &&
|
|
14976
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
14977
14977
|
countryOfRisk: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
14978
14978
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
14979
14979
|
tradingStatus: jspb.Message.getFieldWithDefault(msg, 20, 0),
|
|
@@ -14981,7 +14981,7 @@ otcFlag: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
|
14981
14981
|
buyAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
|
|
14982
14982
|
sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 23, false),
|
|
14983
14983
|
isoCurrencyName: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
14984
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
14984
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14985
14985
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 26, false),
|
|
14986
14986
|
uid: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
14987
14987
|
realExchange: jspb.Message.getFieldWithDefault(msg, 28, 0),
|
|
@@ -14994,9 +14994,9 @@ weekendFlag: jspb.Message.getBooleanFieldWithDefault(msg, 53, false),
|
|
|
14994
14994
|
blockedTcaFlag: jspb.Message.getBooleanFieldWithDefault(msg, 54, false),
|
|
14995
14995
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14996
14996
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14997
|
-
brand: (f = msg.getBrand()) &&
|
|
14998
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
14999
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
14997
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
14998
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
14999
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
15000
15000
|
};
|
|
15001
15001
|
|
|
15002
15002
|
if (includeInstance) {
|
|
@@ -15058,33 +15058,33 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.deserializeBinaryFromReader
|
|
|
15058
15058
|
msg.setCurrency(value);
|
|
15059
15059
|
break;
|
|
15060
15060
|
case 7:
|
|
15061
|
-
var value = new
|
|
15062
|
-
reader.readMessage(value,
|
|
15061
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15062
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15063
15063
|
msg.setKlong(value);
|
|
15064
15064
|
break;
|
|
15065
15065
|
case 8:
|
|
15066
|
-
var value = new
|
|
15067
|
-
reader.readMessage(value,
|
|
15066
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15067
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15068
15068
|
msg.setKshort(value);
|
|
15069
15069
|
break;
|
|
15070
15070
|
case 9:
|
|
15071
|
-
var value = new
|
|
15072
|
-
reader.readMessage(value,
|
|
15071
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15072
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15073
15073
|
msg.setDlong(value);
|
|
15074
15074
|
break;
|
|
15075
15075
|
case 10:
|
|
15076
|
-
var value = new
|
|
15077
|
-
reader.readMessage(value,
|
|
15076
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15077
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15078
15078
|
msg.setDshort(value);
|
|
15079
15079
|
break;
|
|
15080
15080
|
case 11:
|
|
15081
|
-
var value = new
|
|
15082
|
-
reader.readMessage(value,
|
|
15081
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15082
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15083
15083
|
msg.setDlongMin(value);
|
|
15084
15084
|
break;
|
|
15085
15085
|
case 12:
|
|
15086
|
-
var value = new
|
|
15087
|
-
reader.readMessage(value,
|
|
15086
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15087
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15088
15088
|
msg.setDshortMin(value);
|
|
15089
15089
|
break;
|
|
15090
15090
|
case 13:
|
|
@@ -15100,8 +15100,8 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.deserializeBinaryFromReader
|
|
|
15100
15100
|
msg.setExchange(value);
|
|
15101
15101
|
break;
|
|
15102
15102
|
case 17:
|
|
15103
|
-
var value = new
|
|
15104
|
-
reader.readMessage(value,
|
|
15103
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
15104
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
15105
15105
|
msg.setNominal(value);
|
|
15106
15106
|
break;
|
|
15107
15107
|
case 18:
|
|
@@ -15133,8 +15133,8 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.deserializeBinaryFromReader
|
|
|
15133
15133
|
msg.setIsoCurrencyName(value);
|
|
15134
15134
|
break;
|
|
15135
15135
|
case 25:
|
|
15136
|
-
var value = new
|
|
15137
|
-
reader.readMessage(value,
|
|
15136
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15137
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15138
15138
|
msg.setMinPriceIncrement(value);
|
|
15139
15139
|
break;
|
|
15140
15140
|
case 26:
|
|
@@ -15188,18 +15188,18 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.deserializeBinaryFromReader
|
|
|
15188
15188
|
msg.setFirst1dayCandleDate(value);
|
|
15189
15189
|
break;
|
|
15190
15190
|
case 60:
|
|
15191
|
-
var value = new
|
|
15192
|
-
reader.readMessage(value,
|
|
15191
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
15192
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
15193
15193
|
msg.setBrand(value);
|
|
15194
15194
|
break;
|
|
15195
15195
|
case 90:
|
|
15196
|
-
var value = new
|
|
15197
|
-
reader.readMessage(value,
|
|
15196
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15197
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15198
15198
|
msg.setDlongClient(value);
|
|
15199
15199
|
break;
|
|
15200
15200
|
case 91:
|
|
15201
|
-
var value = new
|
|
15202
|
-
reader.readMessage(value,
|
|
15201
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
15202
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
15203
15203
|
msg.setDshortClient(value);
|
|
15204
15204
|
break;
|
|
15205
15205
|
default:
|
|
@@ -15278,7 +15278,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15278
15278
|
writer.writeMessage(
|
|
15279
15279
|
7,
|
|
15280
15280
|
f,
|
|
15281
|
-
|
|
15281
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15282
15282
|
);
|
|
15283
15283
|
}
|
|
15284
15284
|
f = message.getKshort();
|
|
@@ -15286,7 +15286,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15286
15286
|
writer.writeMessage(
|
|
15287
15287
|
8,
|
|
15288
15288
|
f,
|
|
15289
|
-
|
|
15289
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15290
15290
|
);
|
|
15291
15291
|
}
|
|
15292
15292
|
f = message.getDlong();
|
|
@@ -15294,7 +15294,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15294
15294
|
writer.writeMessage(
|
|
15295
15295
|
9,
|
|
15296
15296
|
f,
|
|
15297
|
-
|
|
15297
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15298
15298
|
);
|
|
15299
15299
|
}
|
|
15300
15300
|
f = message.getDshort();
|
|
@@ -15302,7 +15302,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15302
15302
|
writer.writeMessage(
|
|
15303
15303
|
10,
|
|
15304
15304
|
f,
|
|
15305
|
-
|
|
15305
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15306
15306
|
);
|
|
15307
15307
|
}
|
|
15308
15308
|
f = message.getDlongMin();
|
|
@@ -15310,7 +15310,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15310
15310
|
writer.writeMessage(
|
|
15311
15311
|
11,
|
|
15312
15312
|
f,
|
|
15313
|
-
|
|
15313
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15314
15314
|
);
|
|
15315
15315
|
}
|
|
15316
15316
|
f = message.getDshortMin();
|
|
@@ -15318,7 +15318,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15318
15318
|
writer.writeMessage(
|
|
15319
15319
|
12,
|
|
15320
15320
|
f,
|
|
15321
|
-
|
|
15321
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15322
15322
|
);
|
|
15323
15323
|
}
|
|
15324
15324
|
f = message.getShortEnabledFlag();
|
|
@@ -15347,7 +15347,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15347
15347
|
writer.writeMessage(
|
|
15348
15348
|
17,
|
|
15349
15349
|
f,
|
|
15350
|
-
|
|
15350
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
15351
15351
|
);
|
|
15352
15352
|
}
|
|
15353
15353
|
f = message.getCountryOfRisk();
|
|
@@ -15404,7 +15404,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15404
15404
|
writer.writeMessage(
|
|
15405
15405
|
25,
|
|
15406
15406
|
f,
|
|
15407
|
-
|
|
15407
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15408
15408
|
);
|
|
15409
15409
|
}
|
|
15410
15410
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -15498,7 +15498,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15498
15498
|
writer.writeMessage(
|
|
15499
15499
|
60,
|
|
15500
15500
|
f,
|
|
15501
|
-
|
|
15501
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
15502
15502
|
);
|
|
15503
15503
|
}
|
|
15504
15504
|
f = message.getDlongClient();
|
|
@@ -15506,7 +15506,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15506
15506
|
writer.writeMessage(
|
|
15507
15507
|
90,
|
|
15508
15508
|
f,
|
|
15509
|
-
|
|
15509
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15510
15510
|
);
|
|
15511
15511
|
}
|
|
15512
15512
|
f = message.getDshortClient();
|
|
@@ -15514,7 +15514,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.serializeBinaryToWriter = f
|
|
|
15514
15514
|
writer.writeMessage(
|
|
15515
15515
|
91,
|
|
15516
15516
|
f,
|
|
15517
|
-
|
|
15517
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
15518
15518
|
);
|
|
15519
15519
|
}
|
|
15520
15520
|
};
|
|
@@ -15634,7 +15634,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.setCurrency = fun
|
|
|
15634
15634
|
*/
|
|
15635
15635
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getKlong = function() {
|
|
15636
15636
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15637
|
-
jspb.Message.getWrapperField(this,
|
|
15637
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
15638
15638
|
};
|
|
15639
15639
|
|
|
15640
15640
|
|
|
@@ -15671,7 +15671,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasKlong = functi
|
|
|
15671
15671
|
*/
|
|
15672
15672
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getKshort = function() {
|
|
15673
15673
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15674
|
-
jspb.Message.getWrapperField(this,
|
|
15674
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
15675
15675
|
};
|
|
15676
15676
|
|
|
15677
15677
|
|
|
@@ -15708,7 +15708,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasKshort = funct
|
|
|
15708
15708
|
*/
|
|
15709
15709
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDlong = function() {
|
|
15710
15710
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15711
|
-
jspb.Message.getWrapperField(this,
|
|
15711
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
15712
15712
|
};
|
|
15713
15713
|
|
|
15714
15714
|
|
|
@@ -15745,7 +15745,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasDlong = functi
|
|
|
15745
15745
|
*/
|
|
15746
15746
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDshort = function() {
|
|
15747
15747
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15748
|
-
jspb.Message.getWrapperField(this,
|
|
15748
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
15749
15749
|
};
|
|
15750
15750
|
|
|
15751
15751
|
|
|
@@ -15782,7 +15782,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasDshort = funct
|
|
|
15782
15782
|
*/
|
|
15783
15783
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDlongMin = function() {
|
|
15784
15784
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15785
|
-
jspb.Message.getWrapperField(this,
|
|
15785
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
15786
15786
|
};
|
|
15787
15787
|
|
|
15788
15788
|
|
|
@@ -15819,7 +15819,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasDlongMin = fun
|
|
|
15819
15819
|
*/
|
|
15820
15820
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDshortMin = function() {
|
|
15821
15821
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
15822
|
-
jspb.Message.getWrapperField(this,
|
|
15822
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 12));
|
|
15823
15823
|
};
|
|
15824
15824
|
|
|
15825
15825
|
|
|
@@ -15910,7 +15910,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.setExchange = fun
|
|
|
15910
15910
|
*/
|
|
15911
15911
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getNominal = function() {
|
|
15912
15912
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
15913
|
-
jspb.Message.getWrapperField(this,
|
|
15913
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 17));
|
|
15914
15914
|
};
|
|
15915
15915
|
|
|
15916
15916
|
|
|
@@ -16073,7 +16073,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.setIsoCurrencyNam
|
|
|
16073
16073
|
*/
|
|
16074
16074
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getMinPriceIncrement = function() {
|
|
16075
16075
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
16076
|
-
jspb.Message.getWrapperField(this,
|
|
16076
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 25));
|
|
16077
16077
|
};
|
|
16078
16078
|
|
|
16079
16079
|
|
|
@@ -16383,7 +16383,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasFirst1dayCandl
|
|
|
16383
16383
|
*/
|
|
16384
16384
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getBrand = function() {
|
|
16385
16385
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
16386
|
-
jspb.Message.getWrapperField(this,
|
|
16386
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 60));
|
|
16387
16387
|
};
|
|
16388
16388
|
|
|
16389
16389
|
|
|
@@ -16420,7 +16420,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasBrand = functi
|
|
|
16420
16420
|
*/
|
|
16421
16421
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDlongClient = function() {
|
|
16422
16422
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
16423
|
-
jspb.Message.getWrapperField(this,
|
|
16423
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 90));
|
|
16424
16424
|
};
|
|
16425
16425
|
|
|
16426
16426
|
|
|
@@ -16457,7 +16457,7 @@ proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.hasDlongClient =
|
|
|
16457
16457
|
*/
|
|
16458
16458
|
proto.tinkoff.public.invest.api.contract.v1.Currency.prototype.getDshortClient = function() {
|
|
16459
16459
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
16460
|
-
jspb.Message.getWrapperField(this,
|
|
16460
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 91));
|
|
16461
16461
|
};
|
|
16462
16462
|
|
|
16463
16463
|
|
|
@@ -16533,19 +16533,19 @@ classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
16533
16533
|
isin: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
16534
16534
|
lot: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
16535
16535
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
16536
|
-
klong: (f = msg.getKlong()) &&
|
|
16537
|
-
kshort: (f = msg.getKshort()) &&
|
|
16538
|
-
dlong: (f = msg.getDlong()) &&
|
|
16539
|
-
dshort: (f = msg.getDshort()) &&
|
|
16540
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
16541
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
16536
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16537
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16538
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16539
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16540
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16541
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16542
16542
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
16543
16543
|
name: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
16544
16544
|
exchange: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
16545
|
-
fixedCommission: (f = msg.getFixedCommission()) &&
|
|
16545
|
+
fixedCommission: (f = msg.getFixedCommission()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16546
16546
|
focusType: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
16547
16547
|
releasedDate: (f = msg.getReleasedDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
16548
|
-
numShares: (f = msg.getNumShares()) &&
|
|
16548
|
+
numShares: (f = msg.getNumShares()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16549
16549
|
countryOfRisk: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
16550
16550
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
16551
16551
|
sector: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
@@ -16554,7 +16554,7 @@ tradingStatus: jspb.Message.getFieldWithDefault(msg, 25, 0),
|
|
|
16554
16554
|
otcFlag: jspb.Message.getBooleanFieldWithDefault(msg, 26, false),
|
|
16555
16555
|
buyAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 27, false),
|
|
16556
16556
|
sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 28, false),
|
|
16557
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
16557
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16558
16558
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 30, false),
|
|
16559
16559
|
uid: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
16560
16560
|
realExchange: jspb.Message.getFieldWithDefault(msg, 32, 0),
|
|
@@ -16569,9 +16569,9 @@ blockedTcaFlag: jspb.Message.getBooleanFieldWithDefault(msg, 44, false),
|
|
|
16569
16569
|
liquidityFlag: jspb.Message.getBooleanFieldWithDefault(msg, 45, false),
|
|
16570
16570
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
16571
16571
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
16572
|
-
brand: (f = msg.getBrand()) &&
|
|
16573
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
16574
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
16572
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
16573
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
16574
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
16575
16575
|
};
|
|
16576
16576
|
|
|
16577
16577
|
if (includeInstance) {
|
|
@@ -16633,33 +16633,33 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.deserializeBinaryFromReader = fu
|
|
|
16633
16633
|
msg.setCurrency(value);
|
|
16634
16634
|
break;
|
|
16635
16635
|
case 7:
|
|
16636
|
-
var value = new
|
|
16637
|
-
reader.readMessage(value,
|
|
16636
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16637
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16638
16638
|
msg.setKlong(value);
|
|
16639
16639
|
break;
|
|
16640
16640
|
case 8:
|
|
16641
|
-
var value = new
|
|
16642
|
-
reader.readMessage(value,
|
|
16641
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16642
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16643
16643
|
msg.setKshort(value);
|
|
16644
16644
|
break;
|
|
16645
16645
|
case 9:
|
|
16646
|
-
var value = new
|
|
16647
|
-
reader.readMessage(value,
|
|
16646
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16647
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16648
16648
|
msg.setDlong(value);
|
|
16649
16649
|
break;
|
|
16650
16650
|
case 10:
|
|
16651
|
-
var value = new
|
|
16652
|
-
reader.readMessage(value,
|
|
16651
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16652
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16653
16653
|
msg.setDshort(value);
|
|
16654
16654
|
break;
|
|
16655
16655
|
case 11:
|
|
16656
|
-
var value = new
|
|
16657
|
-
reader.readMessage(value,
|
|
16656
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16657
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16658
16658
|
msg.setDlongMin(value);
|
|
16659
16659
|
break;
|
|
16660
16660
|
case 12:
|
|
16661
|
-
var value = new
|
|
16662
|
-
reader.readMessage(value,
|
|
16661
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16662
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16663
16663
|
msg.setDshortMin(value);
|
|
16664
16664
|
break;
|
|
16665
16665
|
case 13:
|
|
@@ -16675,8 +16675,8 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.deserializeBinaryFromReader = fu
|
|
|
16675
16675
|
msg.setExchange(value);
|
|
16676
16676
|
break;
|
|
16677
16677
|
case 17:
|
|
16678
|
-
var value = new
|
|
16679
|
-
reader.readMessage(value,
|
|
16678
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16679
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16680
16680
|
msg.setFixedCommission(value);
|
|
16681
16681
|
break;
|
|
16682
16682
|
case 18:
|
|
@@ -16689,8 +16689,8 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.deserializeBinaryFromReader = fu
|
|
|
16689
16689
|
msg.setReleasedDate(value);
|
|
16690
16690
|
break;
|
|
16691
16691
|
case 20:
|
|
16692
|
-
var value = new
|
|
16693
|
-
reader.readMessage(value,
|
|
16692
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16693
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16694
16694
|
msg.setNumShares(value);
|
|
16695
16695
|
break;
|
|
16696
16696
|
case 21:
|
|
@@ -16726,8 +16726,8 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.deserializeBinaryFromReader = fu
|
|
|
16726
16726
|
msg.setSellAvailableFlag(value);
|
|
16727
16727
|
break;
|
|
16728
16728
|
case 29:
|
|
16729
|
-
var value = new
|
|
16730
|
-
reader.readMessage(value,
|
|
16729
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16730
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16731
16731
|
msg.setMinPriceIncrement(value);
|
|
16732
16732
|
break;
|
|
16733
16733
|
case 30:
|
|
@@ -16789,18 +16789,18 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.deserializeBinaryFromReader = fu
|
|
|
16789
16789
|
msg.setFirst1dayCandleDate(value);
|
|
16790
16790
|
break;
|
|
16791
16791
|
case 60:
|
|
16792
|
-
var value = new
|
|
16793
|
-
reader.readMessage(value,
|
|
16792
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
16793
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
16794
16794
|
msg.setBrand(value);
|
|
16795
16795
|
break;
|
|
16796
16796
|
case 90:
|
|
16797
|
-
var value = new
|
|
16798
|
-
reader.readMessage(value,
|
|
16797
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16798
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16799
16799
|
msg.setDlongClient(value);
|
|
16800
16800
|
break;
|
|
16801
16801
|
case 91:
|
|
16802
|
-
var value = new
|
|
16803
|
-
reader.readMessage(value,
|
|
16802
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
16803
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
16804
16804
|
msg.setDshortClient(value);
|
|
16805
16805
|
break;
|
|
16806
16806
|
default:
|
|
@@ -16879,7 +16879,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16879
16879
|
writer.writeMessage(
|
|
16880
16880
|
7,
|
|
16881
16881
|
f,
|
|
16882
|
-
|
|
16882
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16883
16883
|
);
|
|
16884
16884
|
}
|
|
16885
16885
|
f = message.getKshort();
|
|
@@ -16887,7 +16887,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16887
16887
|
writer.writeMessage(
|
|
16888
16888
|
8,
|
|
16889
16889
|
f,
|
|
16890
|
-
|
|
16890
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16891
16891
|
);
|
|
16892
16892
|
}
|
|
16893
16893
|
f = message.getDlong();
|
|
@@ -16895,7 +16895,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16895
16895
|
writer.writeMessage(
|
|
16896
16896
|
9,
|
|
16897
16897
|
f,
|
|
16898
|
-
|
|
16898
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16899
16899
|
);
|
|
16900
16900
|
}
|
|
16901
16901
|
f = message.getDshort();
|
|
@@ -16903,7 +16903,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16903
16903
|
writer.writeMessage(
|
|
16904
16904
|
10,
|
|
16905
16905
|
f,
|
|
16906
|
-
|
|
16906
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16907
16907
|
);
|
|
16908
16908
|
}
|
|
16909
16909
|
f = message.getDlongMin();
|
|
@@ -16911,7 +16911,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16911
16911
|
writer.writeMessage(
|
|
16912
16912
|
11,
|
|
16913
16913
|
f,
|
|
16914
|
-
|
|
16914
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16915
16915
|
);
|
|
16916
16916
|
}
|
|
16917
16917
|
f = message.getDshortMin();
|
|
@@ -16919,7 +16919,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16919
16919
|
writer.writeMessage(
|
|
16920
16920
|
12,
|
|
16921
16921
|
f,
|
|
16922
|
-
|
|
16922
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16923
16923
|
);
|
|
16924
16924
|
}
|
|
16925
16925
|
f = message.getShortEnabledFlag();
|
|
@@ -16948,7 +16948,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16948
16948
|
writer.writeMessage(
|
|
16949
16949
|
17,
|
|
16950
16950
|
f,
|
|
16951
|
-
|
|
16951
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16952
16952
|
);
|
|
16953
16953
|
}
|
|
16954
16954
|
f = message.getFocusType();
|
|
@@ -16971,7 +16971,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
16971
16971
|
writer.writeMessage(
|
|
16972
16972
|
20,
|
|
16973
16973
|
f,
|
|
16974
|
-
|
|
16974
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
16975
16975
|
);
|
|
16976
16976
|
}
|
|
16977
16977
|
f = message.getCountryOfRisk();
|
|
@@ -17035,7 +17035,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
17035
17035
|
writer.writeMessage(
|
|
17036
17036
|
29,
|
|
17037
17037
|
f,
|
|
17038
|
-
|
|
17038
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
17039
17039
|
);
|
|
17040
17040
|
}
|
|
17041
17041
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -17143,7 +17143,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
17143
17143
|
writer.writeMessage(
|
|
17144
17144
|
60,
|
|
17145
17145
|
f,
|
|
17146
|
-
|
|
17146
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
17147
17147
|
);
|
|
17148
17148
|
}
|
|
17149
17149
|
f = message.getDlongClient();
|
|
@@ -17151,7 +17151,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
17151
17151
|
writer.writeMessage(
|
|
17152
17152
|
90,
|
|
17153
17153
|
f,
|
|
17154
|
-
|
|
17154
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
17155
17155
|
);
|
|
17156
17156
|
}
|
|
17157
17157
|
f = message.getDshortClient();
|
|
@@ -17159,7 +17159,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.serializeBinaryToWriter = functi
|
|
|
17159
17159
|
writer.writeMessage(
|
|
17160
17160
|
91,
|
|
17161
17161
|
f,
|
|
17162
|
-
|
|
17162
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
17163
17163
|
);
|
|
17164
17164
|
}
|
|
17165
17165
|
};
|
|
@@ -17279,7 +17279,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.setCurrency = function
|
|
|
17279
17279
|
*/
|
|
17280
17280
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getKlong = function() {
|
|
17281
17281
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17282
|
-
jspb.Message.getWrapperField(this,
|
|
17282
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
17283
17283
|
};
|
|
17284
17284
|
|
|
17285
17285
|
|
|
@@ -17316,7 +17316,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasKlong = function()
|
|
|
17316
17316
|
*/
|
|
17317
17317
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getKshort = function() {
|
|
17318
17318
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17319
|
-
jspb.Message.getWrapperField(this,
|
|
17319
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
17320
17320
|
};
|
|
17321
17321
|
|
|
17322
17322
|
|
|
@@ -17353,7 +17353,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasKshort = function()
|
|
|
17353
17353
|
*/
|
|
17354
17354
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDlong = function() {
|
|
17355
17355
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17356
|
-
jspb.Message.getWrapperField(this,
|
|
17356
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
17357
17357
|
};
|
|
17358
17358
|
|
|
17359
17359
|
|
|
@@ -17390,7 +17390,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasDlong = function()
|
|
|
17390
17390
|
*/
|
|
17391
17391
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDshort = function() {
|
|
17392
17392
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17393
|
-
jspb.Message.getWrapperField(this,
|
|
17393
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
17394
17394
|
};
|
|
17395
17395
|
|
|
17396
17396
|
|
|
@@ -17427,7 +17427,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasDshort = function()
|
|
|
17427
17427
|
*/
|
|
17428
17428
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDlongMin = function() {
|
|
17429
17429
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17430
|
-
jspb.Message.getWrapperField(this,
|
|
17430
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
17431
17431
|
};
|
|
17432
17432
|
|
|
17433
17433
|
|
|
@@ -17464,7 +17464,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasDlongMin = function
|
|
|
17464
17464
|
*/
|
|
17465
17465
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDshortMin = function() {
|
|
17466
17466
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17467
|
-
jspb.Message.getWrapperField(this,
|
|
17467
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 12));
|
|
17468
17468
|
};
|
|
17469
17469
|
|
|
17470
17470
|
|
|
@@ -17555,7 +17555,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.setExchange = function
|
|
|
17555
17555
|
*/
|
|
17556
17556
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getFixedCommission = function() {
|
|
17557
17557
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17558
|
-
jspb.Message.getWrapperField(this,
|
|
17558
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 17));
|
|
17559
17559
|
};
|
|
17560
17560
|
|
|
17561
17561
|
|
|
@@ -17647,7 +17647,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasReleasedDate = func
|
|
|
17647
17647
|
*/
|
|
17648
17648
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getNumShares = function() {
|
|
17649
17649
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17650
|
-
jspb.Message.getWrapperField(this,
|
|
17650
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 20));
|
|
17651
17651
|
};
|
|
17652
17652
|
|
|
17653
17653
|
|
|
@@ -17828,7 +17828,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.setSellAvailableFlag =
|
|
|
17828
17828
|
*/
|
|
17829
17829
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getMinPriceIncrement = function() {
|
|
17830
17830
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
17831
|
-
jspb.Message.getWrapperField(this,
|
|
17831
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 29));
|
|
17832
17832
|
};
|
|
17833
17833
|
|
|
17834
17834
|
|
|
@@ -18174,7 +18174,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasFirst1dayCandleDate
|
|
|
18174
18174
|
*/
|
|
18175
18175
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getBrand = function() {
|
|
18176
18176
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
18177
|
-
jspb.Message.getWrapperField(this,
|
|
18177
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 60));
|
|
18178
18178
|
};
|
|
18179
18179
|
|
|
18180
18180
|
|
|
@@ -18211,7 +18211,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasBrand = function()
|
|
|
18211
18211
|
*/
|
|
18212
18212
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDlongClient = function() {
|
|
18213
18213
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
18214
|
-
jspb.Message.getWrapperField(this,
|
|
18214
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 90));
|
|
18215
18215
|
};
|
|
18216
18216
|
|
|
18217
18217
|
|
|
@@ -18248,7 +18248,7 @@ proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.hasDlongClient = funct
|
|
|
18248
18248
|
*/
|
|
18249
18249
|
proto.tinkoff.public.invest.api.contract.v1.Etf.prototype.getDshortClient = function() {
|
|
18250
18250
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
18251
|
-
jspb.Message.getWrapperField(this,
|
|
18251
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 91));
|
|
18252
18252
|
};
|
|
18253
18253
|
|
|
18254
18254
|
|
|
@@ -18323,12 +18323,12 @@ ticker: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
|
18323
18323
|
classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
18324
18324
|
lot: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
18325
18325
|
currency: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
18326
|
-
klong: (f = msg.getKlong()) &&
|
|
18327
|
-
kshort: (f = msg.getKshort()) &&
|
|
18328
|
-
dlong: (f = msg.getDlong()) &&
|
|
18329
|
-
dshort: (f = msg.getDshort()) &&
|
|
18330
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
18331
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
18326
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18327
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18328
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18329
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18330
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18331
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18332
18332
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
18333
18333
|
name: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
18334
18334
|
exchange: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
@@ -18337,7 +18337,7 @@ lastTradeDate: (f = msg.getLastTradeDate()) && google_protobuf_timestamp_pb.Time
|
|
|
18337
18337
|
futuresType: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
18338
18338
|
assetType: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
18339
18339
|
basicAsset: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
18340
|
-
basicAssetSize: (f = msg.getBasicAssetSize()) &&
|
|
18340
|
+
basicAssetSize: (f = msg.getBasicAssetSize()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18341
18341
|
countryOfRisk: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
18342
18342
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
18343
18343
|
sector: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
@@ -18346,7 +18346,7 @@ tradingStatus: jspb.Message.getFieldWithDefault(msg, 25, 0),
|
|
|
18346
18346
|
otcFlag: jspb.Message.getBooleanFieldWithDefault(msg, 26, false),
|
|
18347
18347
|
buyAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 27, false),
|
|
18348
18348
|
sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 28, false),
|
|
18349
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
18349
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18350
18350
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 30, false),
|
|
18351
18351
|
uid: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
18352
18352
|
realExchange: jspb.Message.getFieldWithDefault(msg, 32, 0),
|
|
@@ -18359,12 +18359,12 @@ weekendFlag: jspb.Message.getBooleanFieldWithDefault(msg, 43, false),
|
|
|
18359
18359
|
blockedTcaFlag: jspb.Message.getBooleanFieldWithDefault(msg, 44, false),
|
|
18360
18360
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
18361
18361
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
18362
|
-
initialMarginOnBuy: (f = msg.getInitialMarginOnBuy()) &&
|
|
18363
|
-
initialMarginOnSell: (f = msg.getInitialMarginOnSell()) &&
|
|
18364
|
-
minPriceIncrementAmount: (f = msg.getMinPriceIncrementAmount()) &&
|
|
18365
|
-
brand: (f = msg.getBrand()) &&
|
|
18366
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
18367
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
18362
|
+
initialMarginOnBuy: (f = msg.getInitialMarginOnBuy()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
18363
|
+
initialMarginOnSell: (f = msg.getInitialMarginOnSell()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
18364
|
+
minPriceIncrementAmount: (f = msg.getMinPriceIncrementAmount()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18365
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
18366
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
18367
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
18368
18368
|
};
|
|
18369
18369
|
|
|
18370
18370
|
if (includeInstance) {
|
|
@@ -18422,33 +18422,33 @@ proto.tinkoff.public.invest.api.contract.v1.Future.deserializeBinaryFromReader =
|
|
|
18422
18422
|
msg.setCurrency(value);
|
|
18423
18423
|
break;
|
|
18424
18424
|
case 6:
|
|
18425
|
-
var value = new
|
|
18426
|
-
reader.readMessage(value,
|
|
18425
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18426
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18427
18427
|
msg.setKlong(value);
|
|
18428
18428
|
break;
|
|
18429
18429
|
case 7:
|
|
18430
|
-
var value = new
|
|
18431
|
-
reader.readMessage(value,
|
|
18430
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18431
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18432
18432
|
msg.setKshort(value);
|
|
18433
18433
|
break;
|
|
18434
18434
|
case 8:
|
|
18435
|
-
var value = new
|
|
18436
|
-
reader.readMessage(value,
|
|
18435
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18436
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18437
18437
|
msg.setDlong(value);
|
|
18438
18438
|
break;
|
|
18439
18439
|
case 9:
|
|
18440
|
-
var value = new
|
|
18441
|
-
reader.readMessage(value,
|
|
18440
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18441
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18442
18442
|
msg.setDshort(value);
|
|
18443
18443
|
break;
|
|
18444
18444
|
case 10:
|
|
18445
|
-
var value = new
|
|
18446
|
-
reader.readMessage(value,
|
|
18445
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18446
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18447
18447
|
msg.setDlongMin(value);
|
|
18448
18448
|
break;
|
|
18449
18449
|
case 11:
|
|
18450
|
-
var value = new
|
|
18451
|
-
reader.readMessage(value,
|
|
18450
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18451
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18452
18452
|
msg.setDshortMin(value);
|
|
18453
18453
|
break;
|
|
18454
18454
|
case 12:
|
|
@@ -18486,8 +18486,8 @@ proto.tinkoff.public.invest.api.contract.v1.Future.deserializeBinaryFromReader =
|
|
|
18486
18486
|
msg.setBasicAsset(value);
|
|
18487
18487
|
break;
|
|
18488
18488
|
case 20:
|
|
18489
|
-
var value = new
|
|
18490
|
-
reader.readMessage(value,
|
|
18489
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18490
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18491
18491
|
msg.setBasicAssetSize(value);
|
|
18492
18492
|
break;
|
|
18493
18493
|
case 21:
|
|
@@ -18524,8 +18524,8 @@ proto.tinkoff.public.invest.api.contract.v1.Future.deserializeBinaryFromReader =
|
|
|
18524
18524
|
msg.setSellAvailableFlag(value);
|
|
18525
18525
|
break;
|
|
18526
18526
|
case 29:
|
|
18527
|
-
var value = new
|
|
18528
|
-
reader.readMessage(value,
|
|
18527
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18528
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18529
18529
|
msg.setMinPriceIncrement(value);
|
|
18530
18530
|
break;
|
|
18531
18531
|
case 30:
|
|
@@ -18579,33 +18579,33 @@ proto.tinkoff.public.invest.api.contract.v1.Future.deserializeBinaryFromReader =
|
|
|
18579
18579
|
msg.setFirst1dayCandleDate(value);
|
|
18580
18580
|
break;
|
|
18581
18581
|
case 61:
|
|
18582
|
-
var value = new
|
|
18583
|
-
reader.readMessage(value,
|
|
18582
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
18583
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
18584
18584
|
msg.setInitialMarginOnBuy(value);
|
|
18585
18585
|
break;
|
|
18586
18586
|
case 62:
|
|
18587
|
-
var value = new
|
|
18588
|
-
reader.readMessage(value,
|
|
18587
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
18588
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
18589
18589
|
msg.setInitialMarginOnSell(value);
|
|
18590
18590
|
break;
|
|
18591
18591
|
case 63:
|
|
18592
|
-
var value = new
|
|
18593
|
-
reader.readMessage(value,
|
|
18592
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18593
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18594
18594
|
msg.setMinPriceIncrementAmount(value);
|
|
18595
18595
|
break;
|
|
18596
18596
|
case 64:
|
|
18597
|
-
var value = new
|
|
18598
|
-
reader.readMessage(value,
|
|
18597
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
18598
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
18599
18599
|
msg.setBrand(value);
|
|
18600
18600
|
break;
|
|
18601
18601
|
case 90:
|
|
18602
|
-
var value = new
|
|
18603
|
-
reader.readMessage(value,
|
|
18602
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18603
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18604
18604
|
msg.setDlongClient(value);
|
|
18605
18605
|
break;
|
|
18606
18606
|
case 91:
|
|
18607
|
-
var value = new
|
|
18608
|
-
reader.readMessage(value,
|
|
18607
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
18608
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
18609
18609
|
msg.setDshortClient(value);
|
|
18610
18610
|
break;
|
|
18611
18611
|
default:
|
|
@@ -18677,7 +18677,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18677
18677
|
writer.writeMessage(
|
|
18678
18678
|
6,
|
|
18679
18679
|
f,
|
|
18680
|
-
|
|
18680
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18681
18681
|
);
|
|
18682
18682
|
}
|
|
18683
18683
|
f = message.getKshort();
|
|
@@ -18685,7 +18685,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18685
18685
|
writer.writeMessage(
|
|
18686
18686
|
7,
|
|
18687
18687
|
f,
|
|
18688
|
-
|
|
18688
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18689
18689
|
);
|
|
18690
18690
|
}
|
|
18691
18691
|
f = message.getDlong();
|
|
@@ -18693,7 +18693,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18693
18693
|
writer.writeMessage(
|
|
18694
18694
|
8,
|
|
18695
18695
|
f,
|
|
18696
|
-
|
|
18696
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18697
18697
|
);
|
|
18698
18698
|
}
|
|
18699
18699
|
f = message.getDshort();
|
|
@@ -18701,7 +18701,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18701
18701
|
writer.writeMessage(
|
|
18702
18702
|
9,
|
|
18703
18703
|
f,
|
|
18704
|
-
|
|
18704
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18705
18705
|
);
|
|
18706
18706
|
}
|
|
18707
18707
|
f = message.getDlongMin();
|
|
@@ -18709,7 +18709,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18709
18709
|
writer.writeMessage(
|
|
18710
18710
|
10,
|
|
18711
18711
|
f,
|
|
18712
|
-
|
|
18712
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18713
18713
|
);
|
|
18714
18714
|
}
|
|
18715
18715
|
f = message.getDshortMin();
|
|
@@ -18717,7 +18717,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18717
18717
|
writer.writeMessage(
|
|
18718
18718
|
11,
|
|
18719
18719
|
f,
|
|
18720
|
-
|
|
18720
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18721
18721
|
);
|
|
18722
18722
|
}
|
|
18723
18723
|
f = message.getShortEnabledFlag();
|
|
@@ -18783,7 +18783,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18783
18783
|
writer.writeMessage(
|
|
18784
18784
|
20,
|
|
18785
18785
|
f,
|
|
18786
|
-
|
|
18786
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18787
18787
|
);
|
|
18788
18788
|
}
|
|
18789
18789
|
f = message.getCountryOfRisk();
|
|
@@ -18848,7 +18848,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18848
18848
|
writer.writeMessage(
|
|
18849
18849
|
29,
|
|
18850
18850
|
f,
|
|
18851
|
-
|
|
18851
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18852
18852
|
);
|
|
18853
18853
|
}
|
|
18854
18854
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -18942,7 +18942,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18942
18942
|
writer.writeMessage(
|
|
18943
18943
|
61,
|
|
18944
18944
|
f,
|
|
18945
|
-
|
|
18945
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
18946
18946
|
);
|
|
18947
18947
|
}
|
|
18948
18948
|
f = message.getInitialMarginOnSell();
|
|
@@ -18950,7 +18950,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18950
18950
|
writer.writeMessage(
|
|
18951
18951
|
62,
|
|
18952
18952
|
f,
|
|
18953
|
-
|
|
18953
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
18954
18954
|
);
|
|
18955
18955
|
}
|
|
18956
18956
|
f = message.getMinPriceIncrementAmount();
|
|
@@ -18958,7 +18958,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18958
18958
|
writer.writeMessage(
|
|
18959
18959
|
63,
|
|
18960
18960
|
f,
|
|
18961
|
-
|
|
18961
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18962
18962
|
);
|
|
18963
18963
|
}
|
|
18964
18964
|
f = message.getBrand();
|
|
@@ -18966,7 +18966,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18966
18966
|
writer.writeMessage(
|
|
18967
18967
|
64,
|
|
18968
18968
|
f,
|
|
18969
|
-
|
|
18969
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
18970
18970
|
);
|
|
18971
18971
|
}
|
|
18972
18972
|
f = message.getDlongClient();
|
|
@@ -18974,7 +18974,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18974
18974
|
writer.writeMessage(
|
|
18975
18975
|
90,
|
|
18976
18976
|
f,
|
|
18977
|
-
|
|
18977
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18978
18978
|
);
|
|
18979
18979
|
}
|
|
18980
18980
|
f = message.getDshortClient();
|
|
@@ -18982,7 +18982,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.serializeBinaryToWriter = fun
|
|
|
18982
18982
|
writer.writeMessage(
|
|
18983
18983
|
91,
|
|
18984
18984
|
f,
|
|
18985
|
-
|
|
18985
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
18986
18986
|
);
|
|
18987
18987
|
}
|
|
18988
18988
|
};
|
|
@@ -19084,7 +19084,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.setCurrency = funct
|
|
|
19084
19084
|
*/
|
|
19085
19085
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getKlong = function() {
|
|
19086
19086
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19087
|
-
jspb.Message.getWrapperField(this,
|
|
19087
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
19088
19088
|
};
|
|
19089
19089
|
|
|
19090
19090
|
|
|
@@ -19121,7 +19121,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasKlong = function
|
|
|
19121
19121
|
*/
|
|
19122
19122
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getKshort = function() {
|
|
19123
19123
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19124
|
-
jspb.Message.getWrapperField(this,
|
|
19124
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
19125
19125
|
};
|
|
19126
19126
|
|
|
19127
19127
|
|
|
@@ -19158,7 +19158,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasKshort = functio
|
|
|
19158
19158
|
*/
|
|
19159
19159
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDlong = function() {
|
|
19160
19160
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19161
|
-
jspb.Message.getWrapperField(this,
|
|
19161
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
19162
19162
|
};
|
|
19163
19163
|
|
|
19164
19164
|
|
|
@@ -19195,7 +19195,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasDlong = function
|
|
|
19195
19195
|
*/
|
|
19196
19196
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDshort = function() {
|
|
19197
19197
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19198
|
-
jspb.Message.getWrapperField(this,
|
|
19198
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
19199
19199
|
};
|
|
19200
19200
|
|
|
19201
19201
|
|
|
@@ -19232,7 +19232,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasDshort = functio
|
|
|
19232
19232
|
*/
|
|
19233
19233
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDlongMin = function() {
|
|
19234
19234
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19235
|
-
jspb.Message.getWrapperField(this,
|
|
19235
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
19236
19236
|
};
|
|
19237
19237
|
|
|
19238
19238
|
|
|
@@ -19269,7 +19269,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasDlongMin = funct
|
|
|
19269
19269
|
*/
|
|
19270
19270
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDshortMin = function() {
|
|
19271
19271
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19272
|
-
jspb.Message.getWrapperField(this,
|
|
19272
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
19273
19273
|
};
|
|
19274
19274
|
|
|
19275
19275
|
|
|
@@ -19488,7 +19488,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.setBasicAsset = fun
|
|
|
19488
19488
|
*/
|
|
19489
19489
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getBasicAssetSize = function() {
|
|
19490
19490
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19491
|
-
jspb.Message.getWrapperField(this,
|
|
19491
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 20));
|
|
19492
19492
|
};
|
|
19493
19493
|
|
|
19494
19494
|
|
|
@@ -19688,7 +19688,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.setSellAvailableFla
|
|
|
19688
19688
|
*/
|
|
19689
19689
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getMinPriceIncrement = function() {
|
|
19690
19690
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
19691
|
-
jspb.Message.getWrapperField(this,
|
|
19691
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 29));
|
|
19692
19692
|
};
|
|
19693
19693
|
|
|
19694
19694
|
|
|
@@ -19998,7 +19998,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasFirst1dayCandleD
|
|
|
19998
19998
|
*/
|
|
19999
19999
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getInitialMarginOnBuy = function() {
|
|
20000
20000
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
20001
|
-
jspb.Message.getWrapperField(this,
|
|
20001
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 61));
|
|
20002
20002
|
};
|
|
20003
20003
|
|
|
20004
20004
|
|
|
@@ -20035,7 +20035,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasInitialMarginOnB
|
|
|
20035
20035
|
*/
|
|
20036
20036
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getInitialMarginOnSell = function() {
|
|
20037
20037
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
20038
|
-
jspb.Message.getWrapperField(this,
|
|
20038
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 62));
|
|
20039
20039
|
};
|
|
20040
20040
|
|
|
20041
20041
|
|
|
@@ -20072,7 +20072,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasInitialMarginOnS
|
|
|
20072
20072
|
*/
|
|
20073
20073
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getMinPriceIncrementAmount = function() {
|
|
20074
20074
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
20075
|
-
jspb.Message.getWrapperField(this,
|
|
20075
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 63));
|
|
20076
20076
|
};
|
|
20077
20077
|
|
|
20078
20078
|
|
|
@@ -20109,7 +20109,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasMinPriceIncremen
|
|
|
20109
20109
|
*/
|
|
20110
20110
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getBrand = function() {
|
|
20111
20111
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
20112
|
-
jspb.Message.getWrapperField(this,
|
|
20112
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 64));
|
|
20113
20113
|
};
|
|
20114
20114
|
|
|
20115
20115
|
|
|
@@ -20146,7 +20146,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasBrand = function
|
|
|
20146
20146
|
*/
|
|
20147
20147
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDlongClient = function() {
|
|
20148
20148
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
20149
|
-
jspb.Message.getWrapperField(this,
|
|
20149
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 90));
|
|
20150
20150
|
};
|
|
20151
20151
|
|
|
20152
20152
|
|
|
@@ -20183,7 +20183,7 @@ proto.tinkoff.public.invest.api.contract.v1.Future.prototype.hasDlongClient = fu
|
|
|
20183
20183
|
*/
|
|
20184
20184
|
proto.tinkoff.public.invest.api.contract.v1.Future.prototype.getDshortClient = function() {
|
|
20185
20185
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
20186
|
-
jspb.Message.getWrapperField(this,
|
|
20186
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 91));
|
|
20187
20187
|
};
|
|
20188
20188
|
|
|
20189
20189
|
|
|
@@ -20259,12 +20259,12 @@ classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
20259
20259
|
isin: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
20260
20260
|
lot: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
20261
20261
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
20262
|
-
klong: (f = msg.getKlong()) &&
|
|
20263
|
-
kshort: (f = msg.getKshort()) &&
|
|
20264
|
-
dlong: (f = msg.getDlong()) &&
|
|
20265
|
-
dshort: (f = msg.getDshort()) &&
|
|
20266
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
20267
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
20262
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20263
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20264
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20265
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20266
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20267
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20268
20268
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
20269
20269
|
name: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
20270
20270
|
exchange: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
@@ -20274,14 +20274,14 @@ countryOfRisk: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
|
20274
20274
|
countryOfRiskName: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
20275
20275
|
sector: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
20276
20276
|
issueSizePlan: jspb.Message.getFieldWithDefault(msg, 22, 0),
|
|
20277
|
-
nominal: (f = msg.getNominal()) &&
|
|
20277
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
20278
20278
|
tradingStatus: jspb.Message.getFieldWithDefault(msg, 25, 0),
|
|
20279
20279
|
otcFlag: jspb.Message.getBooleanFieldWithDefault(msg, 26, false),
|
|
20280
20280
|
buyAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 27, false),
|
|
20281
20281
|
sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 28, false),
|
|
20282
20282
|
divYieldFlag: jspb.Message.getBooleanFieldWithDefault(msg, 29, false),
|
|
20283
20283
|
shareType: jspb.Message.getFieldWithDefault(msg, 30, 0),
|
|
20284
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
20284
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20285
20285
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 32, false),
|
|
20286
20286
|
uid: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
20287
20287
|
realExchange: jspb.Message.getFieldWithDefault(msg, 34, 0),
|
|
@@ -20296,9 +20296,9 @@ blockedTcaFlag: jspb.Message.getBooleanFieldWithDefault(msg, 49, false),
|
|
|
20296
20296
|
liquidityFlag: jspb.Message.getBooleanFieldWithDefault(msg, 50, false),
|
|
20297
20297
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
20298
20298
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
20299
|
-
brand: (f = msg.getBrand()) &&
|
|
20300
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
20301
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
20299
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
20300
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
20301
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
20302
20302
|
};
|
|
20303
20303
|
|
|
20304
20304
|
if (includeInstance) {
|
|
@@ -20360,33 +20360,33 @@ proto.tinkoff.public.invest.api.contract.v1.Share.deserializeBinaryFromReader =
|
|
|
20360
20360
|
msg.setCurrency(value);
|
|
20361
20361
|
break;
|
|
20362
20362
|
case 7:
|
|
20363
|
-
var value = new
|
|
20364
|
-
reader.readMessage(value,
|
|
20363
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20364
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20365
20365
|
msg.setKlong(value);
|
|
20366
20366
|
break;
|
|
20367
20367
|
case 8:
|
|
20368
|
-
var value = new
|
|
20369
|
-
reader.readMessage(value,
|
|
20368
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20369
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20370
20370
|
msg.setKshort(value);
|
|
20371
20371
|
break;
|
|
20372
20372
|
case 9:
|
|
20373
|
-
var value = new
|
|
20374
|
-
reader.readMessage(value,
|
|
20373
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20374
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20375
20375
|
msg.setDlong(value);
|
|
20376
20376
|
break;
|
|
20377
20377
|
case 10:
|
|
20378
|
-
var value = new
|
|
20379
|
-
reader.readMessage(value,
|
|
20378
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20379
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20380
20380
|
msg.setDshort(value);
|
|
20381
20381
|
break;
|
|
20382
20382
|
case 11:
|
|
20383
|
-
var value = new
|
|
20384
|
-
reader.readMessage(value,
|
|
20383
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20384
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20385
20385
|
msg.setDlongMin(value);
|
|
20386
20386
|
break;
|
|
20387
20387
|
case 12:
|
|
20388
|
-
var value = new
|
|
20389
|
-
reader.readMessage(value,
|
|
20388
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20389
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20390
20390
|
msg.setDshortMin(value);
|
|
20391
20391
|
break;
|
|
20392
20392
|
case 13:
|
|
@@ -20427,8 +20427,8 @@ proto.tinkoff.public.invest.api.contract.v1.Share.deserializeBinaryFromReader =
|
|
|
20427
20427
|
msg.setIssueSizePlan(value);
|
|
20428
20428
|
break;
|
|
20429
20429
|
case 23:
|
|
20430
|
-
var value = new
|
|
20431
|
-
reader.readMessage(value,
|
|
20430
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
20431
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
20432
20432
|
msg.setNominal(value);
|
|
20433
20433
|
break;
|
|
20434
20434
|
case 25:
|
|
@@ -20456,8 +20456,8 @@ proto.tinkoff.public.invest.api.contract.v1.Share.deserializeBinaryFromReader =
|
|
|
20456
20456
|
msg.setShareType(value);
|
|
20457
20457
|
break;
|
|
20458
20458
|
case 31:
|
|
20459
|
-
var value = new
|
|
20460
|
-
reader.readMessage(value,
|
|
20459
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20460
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20461
20461
|
msg.setMinPriceIncrement(value);
|
|
20462
20462
|
break;
|
|
20463
20463
|
case 32:
|
|
@@ -20519,18 +20519,18 @@ proto.tinkoff.public.invest.api.contract.v1.Share.deserializeBinaryFromReader =
|
|
|
20519
20519
|
msg.setFirst1dayCandleDate(value);
|
|
20520
20520
|
break;
|
|
20521
20521
|
case 60:
|
|
20522
|
-
var value = new
|
|
20523
|
-
reader.readMessage(value,
|
|
20522
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
20523
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
20524
20524
|
msg.setBrand(value);
|
|
20525
20525
|
break;
|
|
20526
20526
|
case 90:
|
|
20527
|
-
var value = new
|
|
20528
|
-
reader.readMessage(value,
|
|
20527
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20528
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20529
20529
|
msg.setDlongClient(value);
|
|
20530
20530
|
break;
|
|
20531
20531
|
case 91:
|
|
20532
|
-
var value = new
|
|
20533
|
-
reader.readMessage(value,
|
|
20532
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
20533
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
20534
20534
|
msg.setDshortClient(value);
|
|
20535
20535
|
break;
|
|
20536
20536
|
default:
|
|
@@ -20609,7 +20609,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20609
20609
|
writer.writeMessage(
|
|
20610
20610
|
7,
|
|
20611
20611
|
f,
|
|
20612
|
-
|
|
20612
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20613
20613
|
);
|
|
20614
20614
|
}
|
|
20615
20615
|
f = message.getKshort();
|
|
@@ -20617,7 +20617,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20617
20617
|
writer.writeMessage(
|
|
20618
20618
|
8,
|
|
20619
20619
|
f,
|
|
20620
|
-
|
|
20620
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20621
20621
|
);
|
|
20622
20622
|
}
|
|
20623
20623
|
f = message.getDlong();
|
|
@@ -20625,7 +20625,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20625
20625
|
writer.writeMessage(
|
|
20626
20626
|
9,
|
|
20627
20627
|
f,
|
|
20628
|
-
|
|
20628
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20629
20629
|
);
|
|
20630
20630
|
}
|
|
20631
20631
|
f = message.getDshort();
|
|
@@ -20633,7 +20633,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20633
20633
|
writer.writeMessage(
|
|
20634
20634
|
10,
|
|
20635
20635
|
f,
|
|
20636
|
-
|
|
20636
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20637
20637
|
);
|
|
20638
20638
|
}
|
|
20639
20639
|
f = message.getDlongMin();
|
|
@@ -20641,7 +20641,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20641
20641
|
writer.writeMessage(
|
|
20642
20642
|
11,
|
|
20643
20643
|
f,
|
|
20644
|
-
|
|
20644
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20645
20645
|
);
|
|
20646
20646
|
}
|
|
20647
20647
|
f = message.getDshortMin();
|
|
@@ -20649,7 +20649,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20649
20649
|
writer.writeMessage(
|
|
20650
20650
|
12,
|
|
20651
20651
|
f,
|
|
20652
|
-
|
|
20652
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20653
20653
|
);
|
|
20654
20654
|
}
|
|
20655
20655
|
f = message.getShortEnabledFlag();
|
|
@@ -20721,7 +20721,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20721
20721
|
writer.writeMessage(
|
|
20722
20722
|
23,
|
|
20723
20723
|
f,
|
|
20724
|
-
|
|
20724
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
20725
20725
|
);
|
|
20726
20726
|
}
|
|
20727
20727
|
f = message.getTradingStatus();
|
|
@@ -20771,7 +20771,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20771
20771
|
writer.writeMessage(
|
|
20772
20772
|
31,
|
|
20773
20773
|
f,
|
|
20774
|
-
|
|
20774
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20775
20775
|
);
|
|
20776
20776
|
}
|
|
20777
20777
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -20879,7 +20879,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20879
20879
|
writer.writeMessage(
|
|
20880
20880
|
60,
|
|
20881
20881
|
f,
|
|
20882
|
-
|
|
20882
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
20883
20883
|
);
|
|
20884
20884
|
}
|
|
20885
20885
|
f = message.getDlongClient();
|
|
@@ -20887,7 +20887,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20887
20887
|
writer.writeMessage(
|
|
20888
20888
|
90,
|
|
20889
20889
|
f,
|
|
20890
|
-
|
|
20890
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20891
20891
|
);
|
|
20892
20892
|
}
|
|
20893
20893
|
f = message.getDshortClient();
|
|
@@ -20895,7 +20895,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.serializeBinaryToWriter = func
|
|
|
20895
20895
|
writer.writeMessage(
|
|
20896
20896
|
91,
|
|
20897
20897
|
f,
|
|
20898
|
-
|
|
20898
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
20899
20899
|
);
|
|
20900
20900
|
}
|
|
20901
20901
|
};
|
|
@@ -21015,7 +21015,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.setCurrency = functi
|
|
|
21015
21015
|
*/
|
|
21016
21016
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getKlong = function() {
|
|
21017
21017
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21018
|
-
jspb.Message.getWrapperField(this,
|
|
21018
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
21019
21019
|
};
|
|
21020
21020
|
|
|
21021
21021
|
|
|
@@ -21052,7 +21052,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasKlong = function(
|
|
|
21052
21052
|
*/
|
|
21053
21053
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getKshort = function() {
|
|
21054
21054
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21055
|
-
jspb.Message.getWrapperField(this,
|
|
21055
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
21056
21056
|
};
|
|
21057
21057
|
|
|
21058
21058
|
|
|
@@ -21089,7 +21089,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasKshort = function
|
|
|
21089
21089
|
*/
|
|
21090
21090
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDlong = function() {
|
|
21091
21091
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21092
|
-
jspb.Message.getWrapperField(this,
|
|
21092
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
21093
21093
|
};
|
|
21094
21094
|
|
|
21095
21095
|
|
|
@@ -21126,7 +21126,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasDlong = function(
|
|
|
21126
21126
|
*/
|
|
21127
21127
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDshort = function() {
|
|
21128
21128
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21129
|
-
jspb.Message.getWrapperField(this,
|
|
21129
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
21130
21130
|
};
|
|
21131
21131
|
|
|
21132
21132
|
|
|
@@ -21163,7 +21163,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasDshort = function
|
|
|
21163
21163
|
*/
|
|
21164
21164
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDlongMin = function() {
|
|
21165
21165
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21166
|
-
jspb.Message.getWrapperField(this,
|
|
21166
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
21167
21167
|
};
|
|
21168
21168
|
|
|
21169
21169
|
|
|
@@ -21200,7 +21200,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasDlongMin = functi
|
|
|
21200
21200
|
*/
|
|
21201
21201
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDshortMin = function() {
|
|
21202
21202
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21203
|
-
jspb.Message.getWrapperField(this,
|
|
21203
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 12));
|
|
21204
21204
|
};
|
|
21205
21205
|
|
|
21206
21206
|
|
|
@@ -21418,7 +21418,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.setIssueSizePlan = f
|
|
|
21418
21418
|
*/
|
|
21419
21419
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getNominal = function() {
|
|
21420
21420
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
21421
|
-
jspb.Message.getWrapperField(this,
|
|
21421
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 23));
|
|
21422
21422
|
};
|
|
21423
21423
|
|
|
21424
21424
|
|
|
@@ -21563,7 +21563,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.setShareType = funct
|
|
|
21563
21563
|
*/
|
|
21564
21564
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getMinPriceIncrement = function() {
|
|
21565
21565
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21566
|
-
jspb.Message.getWrapperField(this,
|
|
21566
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 31));
|
|
21567
21567
|
};
|
|
21568
21568
|
|
|
21569
21569
|
|
|
@@ -21909,7 +21909,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasFirst1dayCandleDa
|
|
|
21909
21909
|
*/
|
|
21910
21910
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getBrand = function() {
|
|
21911
21911
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
21912
|
-
jspb.Message.getWrapperField(this,
|
|
21912
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 60));
|
|
21913
21913
|
};
|
|
21914
21914
|
|
|
21915
21915
|
|
|
@@ -21946,7 +21946,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasBrand = function(
|
|
|
21946
21946
|
*/
|
|
21947
21947
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDlongClient = function() {
|
|
21948
21948
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21949
|
-
jspb.Message.getWrapperField(this,
|
|
21949
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 90));
|
|
21950
21950
|
};
|
|
21951
21951
|
|
|
21952
21952
|
|
|
@@ -21983,7 +21983,7 @@ proto.tinkoff.public.invest.api.contract.v1.Share.prototype.hasDlongClient = fun
|
|
|
21983
21983
|
*/
|
|
21984
21984
|
proto.tinkoff.public.invest.api.contract.v1.Share.prototype.getDshortClient = function() {
|
|
21985
21985
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
21986
|
-
jspb.Message.getWrapperField(this,
|
|
21986
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 91));
|
|
21987
21987
|
};
|
|
21988
21988
|
|
|
21989
21989
|
|
|
@@ -22061,17 +22061,17 @@ isin: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
|
22061
22061
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
22062
22062
|
assetUid: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22063
22063
|
positionUid: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
22064
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
22064
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
22065
22065
|
lot: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
22066
|
-
nominal: (f = msg.getNominal()) &&
|
|
22066
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
22067
22067
|
currency: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
22068
22068
|
maturityDate: (f = msg.getMaturityDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22069
22069
|
placementDate: (f = msg.getPlacementDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22070
22070
|
issueKind: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
22071
22071
|
issueSize: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
22072
22072
|
issueSizePlan: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
22073
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
22074
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
22073
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
22074
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
22075
22075
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 20, false),
|
|
22076
22076
|
exchange: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
22077
22077
|
tradingStatus: jspb.Message.getFieldWithDefault(msg, 22, 0),
|
|
@@ -22095,7 +22095,7 @@ logicPortfolio: jspb.Message.getFieldWithDefault(msg, 39, 0),
|
|
|
22095
22095
|
assetType: jspb.Message.getFieldWithDefault(msg, 40, 0),
|
|
22096
22096
|
basicAssetsList: jspb.Message.toObjectList(msg.getBasicAssetsList(),
|
|
22097
22097
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.toObject, includeInstance),
|
|
22098
|
-
safetyBarrier: (f = msg.getSafetyBarrier()) &&
|
|
22098
|
+
safetyBarrier: (f = msg.getSafetyBarrier()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
22099
22099
|
couponPeriodBase: jspb.Message.getFieldWithDefault(msg, 43, ""),
|
|
22100
22100
|
observationPrinciple: jspb.Message.getFieldWithDefault(msg, 44, 0),
|
|
22101
22101
|
observationFrequency: jspb.Message.getFieldWithDefault(msg, 45, ""),
|
|
@@ -22177,8 +22177,8 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.deserializeBinaryFrom
|
|
|
22177
22177
|
msg.setPositionUid(value);
|
|
22178
22178
|
break;
|
|
22179
22179
|
case 9:
|
|
22180
|
-
var value = new
|
|
22181
|
-
reader.readMessage(value,
|
|
22180
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
22181
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
22182
22182
|
msg.setMinPriceIncrement(value);
|
|
22183
22183
|
break;
|
|
22184
22184
|
case 10:
|
|
@@ -22186,8 +22186,8 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.deserializeBinaryFrom
|
|
|
22186
22186
|
msg.setLot(value);
|
|
22187
22187
|
break;
|
|
22188
22188
|
case 11:
|
|
22189
|
-
var value = new
|
|
22190
|
-
reader.readMessage(value,
|
|
22189
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
22190
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
22191
22191
|
msg.setNominal(value);
|
|
22192
22192
|
break;
|
|
22193
22193
|
case 12:
|
|
@@ -22217,13 +22217,13 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.deserializeBinaryFrom
|
|
|
22217
22217
|
msg.setIssueSizePlan(value);
|
|
22218
22218
|
break;
|
|
22219
22219
|
case 18:
|
|
22220
|
-
var value = new
|
|
22221
|
-
reader.readMessage(value,
|
|
22220
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
22221
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
22222
22222
|
msg.setDlongClient(value);
|
|
22223
22223
|
break;
|
|
22224
22224
|
case 19:
|
|
22225
|
-
var value = new
|
|
22226
|
-
reader.readMessage(value,
|
|
22225
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
22226
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
22227
22227
|
msg.setDshortClient(value);
|
|
22228
22228
|
break;
|
|
22229
22229
|
case 20:
|
|
@@ -22318,8 +22318,8 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.deserializeBinaryFrom
|
|
|
22318
22318
|
msg.addBasicAssets(value);
|
|
22319
22319
|
break;
|
|
22320
22320
|
case 42:
|
|
22321
|
-
var value = new
|
|
22322
|
-
reader.readMessage(value,
|
|
22321
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
22322
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
22323
22323
|
msg.setSafetyBarrier(value);
|
|
22324
22324
|
break;
|
|
22325
22325
|
case 43:
|
|
@@ -22458,7 +22458,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.serializeBinaryToWrit
|
|
|
22458
22458
|
writer.writeMessage(
|
|
22459
22459
|
9,
|
|
22460
22460
|
f,
|
|
22461
|
-
|
|
22461
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
22462
22462
|
);
|
|
22463
22463
|
}
|
|
22464
22464
|
f = message.getLot();
|
|
@@ -22473,7 +22473,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.serializeBinaryToWrit
|
|
|
22473
22473
|
writer.writeMessage(
|
|
22474
22474
|
11,
|
|
22475
22475
|
f,
|
|
22476
|
-
|
|
22476
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
22477
22477
|
);
|
|
22478
22478
|
}
|
|
22479
22479
|
f = message.getCurrency();
|
|
@@ -22525,7 +22525,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.serializeBinaryToWrit
|
|
|
22525
22525
|
writer.writeMessage(
|
|
22526
22526
|
18,
|
|
22527
22527
|
f,
|
|
22528
|
-
|
|
22528
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
22529
22529
|
);
|
|
22530
22530
|
}
|
|
22531
22531
|
f = message.getDshortClient();
|
|
@@ -22533,7 +22533,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.serializeBinaryToWrit
|
|
|
22533
22533
|
writer.writeMessage(
|
|
22534
22534
|
19,
|
|
22535
22535
|
f,
|
|
22536
|
-
|
|
22536
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
22537
22537
|
);
|
|
22538
22538
|
}
|
|
22539
22539
|
f = message.getShortEnabledFlag();
|
|
@@ -22698,7 +22698,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.serializeBinaryToWrit
|
|
|
22698
22698
|
writer.writeMessage(
|
|
22699
22699
|
42,
|
|
22700
22700
|
f,
|
|
22701
|
-
|
|
22701
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
22702
22702
|
);
|
|
22703
22703
|
}
|
|
22704
22704
|
f = message.getCouponPeriodBase();
|
|
@@ -22847,7 +22847,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.toObject =
|
|
|
22847
22847
|
var f, obj = {
|
|
22848
22848
|
uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22849
22849
|
type: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
22850
|
-
initialPrice: (f = msg.getInitialPrice()) &&
|
|
22850
|
+
initialPrice: (f = msg.getInitialPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
22851
22851
|
};
|
|
22852
22852
|
|
|
22853
22853
|
if (includeInstance) {
|
|
@@ -22893,8 +22893,8 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.deserializ
|
|
|
22893
22893
|
msg.setType(value);
|
|
22894
22894
|
break;
|
|
22895
22895
|
case 3:
|
|
22896
|
-
var value = new
|
|
22897
|
-
reader.readMessage(value,
|
|
22896
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
22897
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
22898
22898
|
msg.setInitialPrice(value);
|
|
22899
22899
|
break;
|
|
22900
22900
|
default:
|
|
@@ -22945,7 +22945,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.serializeB
|
|
|
22945
22945
|
writer.writeMessage(
|
|
22946
22946
|
3,
|
|
22947
22947
|
f,
|
|
22948
|
-
|
|
22948
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
22949
22949
|
);
|
|
22950
22950
|
}
|
|
22951
22951
|
};
|
|
@@ -22993,7 +22993,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.prototype.
|
|
|
22993
22993
|
*/
|
|
22994
22994
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.BasicAsset.prototype.getInitialPrice = function() {
|
|
22995
22995
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
22996
|
-
jspb.Message.getWrapperField(this,
|
|
22996
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
22997
22997
|
};
|
|
22998
22998
|
|
|
22999
22999
|
|
|
@@ -23057,7 +23057,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.prototype.toObj
|
|
|
23057
23057
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.toObject = function(includeInstance, msg) {
|
|
23058
23058
|
var f, obj = {
|
|
23059
23059
|
type: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
23060
|
-
value: (f = msg.getValue()) &&
|
|
23060
|
+
value: (f = msg.getValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
23061
23061
|
};
|
|
23062
23062
|
|
|
23063
23063
|
if (includeInstance) {
|
|
@@ -23099,8 +23099,8 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.deserializeBina
|
|
|
23099
23099
|
msg.setType(value);
|
|
23100
23100
|
break;
|
|
23101
23101
|
case 2:
|
|
23102
|
-
var value = new
|
|
23103
|
-
reader.readMessage(value,
|
|
23102
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
23103
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
23104
23104
|
msg.setValue(value);
|
|
23105
23105
|
break;
|
|
23106
23106
|
default:
|
|
@@ -23144,7 +23144,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.serializeBinary
|
|
|
23144
23144
|
writer.writeMessage(
|
|
23145
23145
|
2,
|
|
23146
23146
|
f,
|
|
23147
|
-
|
|
23147
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
23148
23148
|
);
|
|
23149
23149
|
}
|
|
23150
23150
|
};
|
|
@@ -23174,7 +23174,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.prototype.setTy
|
|
|
23174
23174
|
*/
|
|
23175
23175
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.Yield.prototype.getValue = function() {
|
|
23176
23176
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
23177
|
-
jspb.Message.getWrapperField(this,
|
|
23177
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
23178
23178
|
};
|
|
23179
23179
|
|
|
23180
23180
|
|
|
@@ -23355,7 +23355,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.setPosition
|
|
|
23355
23355
|
*/
|
|
23356
23356
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.getMinPriceIncrement = function() {
|
|
23357
23357
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
23358
|
-
jspb.Message.getWrapperField(this,
|
|
23358
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
23359
23359
|
};
|
|
23360
23360
|
|
|
23361
23361
|
|
|
@@ -23410,7 +23410,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.setLot = fu
|
|
|
23410
23410
|
*/
|
|
23411
23411
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.getNominal = function() {
|
|
23412
23412
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
23413
|
-
jspb.Message.getWrapperField(this,
|
|
23413
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 11));
|
|
23414
23414
|
};
|
|
23415
23415
|
|
|
23416
23416
|
|
|
@@ -23593,7 +23593,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.setIssueSiz
|
|
|
23593
23593
|
*/
|
|
23594
23594
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.getDlongClient = function() {
|
|
23595
23595
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
23596
|
-
jspb.Message.getWrapperField(this,
|
|
23596
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 18));
|
|
23597
23597
|
};
|
|
23598
23598
|
|
|
23599
23599
|
|
|
@@ -23630,7 +23630,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.hasDlongCli
|
|
|
23630
23630
|
*/
|
|
23631
23631
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.getDshortClient = function() {
|
|
23632
23632
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
23633
|
-
jspb.Message.getWrapperField(this,
|
|
23633
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 19));
|
|
23634
23634
|
};
|
|
23635
23635
|
|
|
23636
23636
|
|
|
@@ -24121,7 +24121,7 @@ proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.clearBasicA
|
|
|
24121
24121
|
*/
|
|
24122
24122
|
proto.tinkoff.public.invest.api.contract.v1.StructuredNote.prototype.getSafetyBarrier = function() {
|
|
24123
24123
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
24124
|
-
jspb.Message.getWrapperField(this,
|
|
24124
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 42));
|
|
24125
24125
|
};
|
|
24126
24126
|
|
|
24127
24127
|
|
|
@@ -24863,9 +24863,9 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.toObject =
|
|
|
24863
24863
|
proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.toObject = function(includeInstance, msg) {
|
|
24864
24864
|
var f, obj = {
|
|
24865
24865
|
date: (f = msg.getDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
24866
|
-
value: (f = msg.getValue()) &&
|
|
24867
|
-
valuePercent: (f = msg.getValuePercent()) &&
|
|
24868
|
-
nominal: (f = msg.getNominal()) &&
|
|
24866
|
+
value: (f = msg.getValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
24867
|
+
valuePercent: (f = msg.getValuePercent()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
24868
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
24869
24869
|
};
|
|
24870
24870
|
|
|
24871
24871
|
if (includeInstance) {
|
|
@@ -24908,18 +24908,18 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.deserializeBinaryFro
|
|
|
24908
24908
|
msg.setDate(value);
|
|
24909
24909
|
break;
|
|
24910
24910
|
case 2:
|
|
24911
|
-
var value = new
|
|
24912
|
-
reader.readMessage(value,
|
|
24911
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
24912
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
24913
24913
|
msg.setValue(value);
|
|
24914
24914
|
break;
|
|
24915
24915
|
case 3:
|
|
24916
|
-
var value = new
|
|
24917
|
-
reader.readMessage(value,
|
|
24916
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
24917
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
24918
24918
|
msg.setValuePercent(value);
|
|
24919
24919
|
break;
|
|
24920
24920
|
case 4:
|
|
24921
|
-
var value = new
|
|
24922
|
-
reader.readMessage(value,
|
|
24921
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
24922
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
24923
24923
|
msg.setNominal(value);
|
|
24924
24924
|
break;
|
|
24925
24925
|
default:
|
|
@@ -24964,7 +24964,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.serializeBinaryToWri
|
|
|
24964
24964
|
writer.writeMessage(
|
|
24965
24965
|
2,
|
|
24966
24966
|
f,
|
|
24967
|
-
|
|
24967
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
24968
24968
|
);
|
|
24969
24969
|
}
|
|
24970
24970
|
f = message.getValuePercent();
|
|
@@ -24972,7 +24972,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.serializeBinaryToWri
|
|
|
24972
24972
|
writer.writeMessage(
|
|
24973
24973
|
3,
|
|
24974
24974
|
f,
|
|
24975
|
-
|
|
24975
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
24976
24976
|
);
|
|
24977
24977
|
}
|
|
24978
24978
|
f = message.getNominal();
|
|
@@ -24980,7 +24980,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.serializeBinaryToWri
|
|
|
24980
24980
|
writer.writeMessage(
|
|
24981
24981
|
4,
|
|
24982
24982
|
f,
|
|
24983
|
-
|
|
24983
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
24984
24984
|
);
|
|
24985
24985
|
}
|
|
24986
24986
|
};
|
|
@@ -25029,7 +25029,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.hasDate =
|
|
|
25029
25029
|
*/
|
|
25030
25030
|
proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.getValue = function() {
|
|
25031
25031
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
25032
|
-
jspb.Message.getWrapperField(this,
|
|
25032
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
25033
25033
|
};
|
|
25034
25034
|
|
|
25035
25035
|
|
|
@@ -25066,7 +25066,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.hasValue =
|
|
|
25066
25066
|
*/
|
|
25067
25067
|
proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.getValuePercent = function() {
|
|
25068
25068
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
25069
|
-
jspb.Message.getWrapperField(this,
|
|
25069
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
25070
25070
|
};
|
|
25071
25071
|
|
|
25072
25072
|
|
|
@@ -25103,7 +25103,7 @@ proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.hasValuePe
|
|
|
25103
25103
|
*/
|
|
25104
25104
|
proto.tinkoff.public.invest.api.contract.v1.AccruedInterest.prototype.getNominal = function() {
|
|
25105
25105
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
25106
|
-
jspb.Message.getWrapperField(this,
|
|
25106
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 4));
|
|
25107
25107
|
};
|
|
25108
25108
|
|
|
25109
25109
|
|
|
@@ -25326,10 +25326,10 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.t
|
|
|
25326
25326
|
*/
|
|
25327
25327
|
proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.toObject = function(includeInstance, msg) {
|
|
25328
25328
|
var f, obj = {
|
|
25329
|
-
initialMarginOnBuy: (f = msg.getInitialMarginOnBuy()) &&
|
|
25330
|
-
initialMarginOnSell: (f = msg.getInitialMarginOnSell()) &&
|
|
25331
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
25332
|
-
minPriceIncrementAmount: (f = msg.getMinPriceIncrementAmount()) &&
|
|
25329
|
+
initialMarginOnBuy: (f = msg.getInitialMarginOnBuy()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
25330
|
+
initialMarginOnSell: (f = msg.getInitialMarginOnSell()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
25331
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25332
|
+
minPriceIncrementAmount: (f = msg.getMinPriceIncrementAmount()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
25333
25333
|
};
|
|
25334
25334
|
|
|
25335
25335
|
if (includeInstance) {
|
|
@@ -25367,23 +25367,23 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.deserialize
|
|
|
25367
25367
|
var field = reader.getFieldNumber();
|
|
25368
25368
|
switch (field) {
|
|
25369
25369
|
case 1:
|
|
25370
|
-
var value = new
|
|
25371
|
-
reader.readMessage(value,
|
|
25370
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
25371
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
25372
25372
|
msg.setInitialMarginOnBuy(value);
|
|
25373
25373
|
break;
|
|
25374
25374
|
case 2:
|
|
25375
|
-
var value = new
|
|
25376
|
-
reader.readMessage(value,
|
|
25375
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
25376
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
25377
25377
|
msg.setInitialMarginOnSell(value);
|
|
25378
25378
|
break;
|
|
25379
25379
|
case 3:
|
|
25380
|
-
var value = new
|
|
25381
|
-
reader.readMessage(value,
|
|
25380
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25381
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25382
25382
|
msg.setMinPriceIncrement(value);
|
|
25383
25383
|
break;
|
|
25384
25384
|
case 4:
|
|
25385
|
-
var value = new
|
|
25386
|
-
reader.readMessage(value,
|
|
25385
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25386
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25387
25387
|
msg.setMinPriceIncrementAmount(value);
|
|
25388
25388
|
break;
|
|
25389
25389
|
default:
|
|
@@ -25420,7 +25420,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.serializeBi
|
|
|
25420
25420
|
writer.writeMessage(
|
|
25421
25421
|
1,
|
|
25422
25422
|
f,
|
|
25423
|
-
|
|
25423
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
25424
25424
|
);
|
|
25425
25425
|
}
|
|
25426
25426
|
f = message.getInitialMarginOnSell();
|
|
@@ -25428,7 +25428,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.serializeBi
|
|
|
25428
25428
|
writer.writeMessage(
|
|
25429
25429
|
2,
|
|
25430
25430
|
f,
|
|
25431
|
-
|
|
25431
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
25432
25432
|
);
|
|
25433
25433
|
}
|
|
25434
25434
|
f = message.getMinPriceIncrement();
|
|
@@ -25436,7 +25436,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.serializeBi
|
|
|
25436
25436
|
writer.writeMessage(
|
|
25437
25437
|
3,
|
|
25438
25438
|
f,
|
|
25439
|
-
|
|
25439
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
25440
25440
|
);
|
|
25441
25441
|
}
|
|
25442
25442
|
f = message.getMinPriceIncrementAmount();
|
|
@@ -25444,7 +25444,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.serializeBi
|
|
|
25444
25444
|
writer.writeMessage(
|
|
25445
25445
|
4,
|
|
25446
25446
|
f,
|
|
25447
|
-
|
|
25447
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
25448
25448
|
);
|
|
25449
25449
|
}
|
|
25450
25450
|
};
|
|
@@ -25456,7 +25456,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.serializeBi
|
|
|
25456
25456
|
*/
|
|
25457
25457
|
proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.getInitialMarginOnBuy = function() {
|
|
25458
25458
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
25459
|
-
jspb.Message.getWrapperField(this,
|
|
25459
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 1));
|
|
25460
25460
|
};
|
|
25461
25461
|
|
|
25462
25462
|
|
|
@@ -25493,7 +25493,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.h
|
|
|
25493
25493
|
*/
|
|
25494
25494
|
proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.getInitialMarginOnSell = function() {
|
|
25495
25495
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
25496
|
-
jspb.Message.getWrapperField(this,
|
|
25496
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 2));
|
|
25497
25497
|
};
|
|
25498
25498
|
|
|
25499
25499
|
|
|
@@ -25530,7 +25530,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.h
|
|
|
25530
25530
|
*/
|
|
25531
25531
|
proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.getMinPriceIncrement = function() {
|
|
25532
25532
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
25533
|
-
jspb.Message.getWrapperField(this,
|
|
25533
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
25534
25534
|
};
|
|
25535
25535
|
|
|
25536
25536
|
|
|
@@ -25567,7 +25567,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.h
|
|
|
25567
25567
|
*/
|
|
25568
25568
|
proto.tinkoff.public.invest.api.contract.v1.GetFuturesMarginResponse.prototype.getMinPriceIncrementAmount = function() {
|
|
25569
25569
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
25570
|
-
jspb.Message.getWrapperField(this,
|
|
25570
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 4));
|
|
25571
25571
|
};
|
|
25572
25572
|
|
|
25573
25573
|
|
|
@@ -25794,12 +25794,12 @@ classCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
25794
25794
|
isin: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
25795
25795
|
lot: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
25796
25796
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
25797
|
-
klong: (f = msg.getKlong()) &&
|
|
25798
|
-
kshort: (f = msg.getKshort()) &&
|
|
25799
|
-
dlong: (f = msg.getDlong()) &&
|
|
25800
|
-
dshort: (f = msg.getDshort()) &&
|
|
25801
|
-
dlongMin: (f = msg.getDlongMin()) &&
|
|
25802
|
-
dshortMin: (f = msg.getDshortMin()) &&
|
|
25797
|
+
klong: (f = msg.getKlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25798
|
+
kshort: (f = msg.getKshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25799
|
+
dlong: (f = msg.getDlong()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25800
|
+
dshort: (f = msg.getDshort()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25801
|
+
dlongMin: (f = msg.getDlongMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25802
|
+
dshortMin: (f = msg.getDshortMin()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25803
25803
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
25804
25804
|
name: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
25805
25805
|
exchange: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
@@ -25810,7 +25810,7 @@ tradingStatus: jspb.Message.getFieldWithDefault(msg, 19, 0),
|
|
|
25810
25810
|
otcFlag: jspb.Message.getBooleanFieldWithDefault(msg, 20, false),
|
|
25811
25811
|
buyAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
25812
25812
|
sellAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
|
|
25813
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
25813
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25814
25814
|
apiTradeAvailableFlag: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
25815
25815
|
uid: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
25816
25816
|
realExchange: jspb.Message.getFieldWithDefault(msg, 26, 0),
|
|
@@ -25824,9 +25824,9 @@ blockedTcaFlag: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
|
|
|
25824
25824
|
instrumentKind: jspb.Message.getFieldWithDefault(msg, 40, 0),
|
|
25825
25825
|
first1minCandleDate: (f = msg.getFirst1minCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
25826
25826
|
first1dayCandleDate: (f = msg.getFirst1dayCandleDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
25827
|
-
brand: (f = msg.getBrand()) &&
|
|
25828
|
-
dlongClient: (f = msg.getDlongClient()) &&
|
|
25829
|
-
dshortClient: (f = msg.getDshortClient()) &&
|
|
25827
|
+
brand: (f = msg.getBrand()) && api_tinvest_common_pb.BrandData.toObject(includeInstance, f),
|
|
25828
|
+
dlongClient: (f = msg.getDlongClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
25829
|
+
dshortClient: (f = msg.getDshortClient()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
25830
25830
|
};
|
|
25831
25831
|
|
|
25832
25832
|
if (includeInstance) {
|
|
@@ -25888,33 +25888,33 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.deserializeBinaryFromRead
|
|
|
25888
25888
|
msg.setCurrency(value);
|
|
25889
25889
|
break;
|
|
25890
25890
|
case 7:
|
|
25891
|
-
var value = new
|
|
25892
|
-
reader.readMessage(value,
|
|
25891
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25892
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25893
25893
|
msg.setKlong(value);
|
|
25894
25894
|
break;
|
|
25895
25895
|
case 8:
|
|
25896
|
-
var value = new
|
|
25897
|
-
reader.readMessage(value,
|
|
25896
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25897
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25898
25898
|
msg.setKshort(value);
|
|
25899
25899
|
break;
|
|
25900
25900
|
case 9:
|
|
25901
|
-
var value = new
|
|
25902
|
-
reader.readMessage(value,
|
|
25901
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25902
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25903
25903
|
msg.setDlong(value);
|
|
25904
25904
|
break;
|
|
25905
25905
|
case 10:
|
|
25906
|
-
var value = new
|
|
25907
|
-
reader.readMessage(value,
|
|
25906
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25907
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25908
25908
|
msg.setDshort(value);
|
|
25909
25909
|
break;
|
|
25910
25910
|
case 11:
|
|
25911
|
-
var value = new
|
|
25912
|
-
reader.readMessage(value,
|
|
25911
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25912
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25913
25913
|
msg.setDlongMin(value);
|
|
25914
25914
|
break;
|
|
25915
25915
|
case 12:
|
|
25916
|
-
var value = new
|
|
25917
|
-
reader.readMessage(value,
|
|
25916
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25917
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25918
25918
|
msg.setDshortMin(value);
|
|
25919
25919
|
break;
|
|
25920
25920
|
case 13:
|
|
@@ -25958,8 +25958,8 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.deserializeBinaryFromRead
|
|
|
25958
25958
|
msg.setSellAvailableFlag(value);
|
|
25959
25959
|
break;
|
|
25960
25960
|
case 23:
|
|
25961
|
-
var value = new
|
|
25962
|
-
reader.readMessage(value,
|
|
25961
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
25962
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
25963
25963
|
msg.setMinPriceIncrement(value);
|
|
25964
25964
|
break;
|
|
25965
25965
|
case 24:
|
|
@@ -26017,18 +26017,18 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.deserializeBinaryFromRead
|
|
|
26017
26017
|
msg.setFirst1dayCandleDate(value);
|
|
26018
26018
|
break;
|
|
26019
26019
|
case 60:
|
|
26020
|
-
var value = new
|
|
26021
|
-
reader.readMessage(value,
|
|
26020
|
+
var value = new api_tinvest_common_pb.BrandData;
|
|
26021
|
+
reader.readMessage(value,api_tinvest_common_pb.BrandData.deserializeBinaryFromReader);
|
|
26022
26022
|
msg.setBrand(value);
|
|
26023
26023
|
break;
|
|
26024
26024
|
case 490:
|
|
26025
|
-
var value = new
|
|
26026
|
-
reader.readMessage(value,
|
|
26025
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
26026
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
26027
26027
|
msg.setDlongClient(value);
|
|
26028
26028
|
break;
|
|
26029
26029
|
case 491:
|
|
26030
|
-
var value = new
|
|
26031
|
-
reader.readMessage(value,
|
|
26030
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
26031
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
26032
26032
|
msg.setDshortClient(value);
|
|
26033
26033
|
break;
|
|
26034
26034
|
default:
|
|
@@ -26107,7 +26107,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26107
26107
|
writer.writeMessage(
|
|
26108
26108
|
7,
|
|
26109
26109
|
f,
|
|
26110
|
-
|
|
26110
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26111
26111
|
);
|
|
26112
26112
|
}
|
|
26113
26113
|
f = message.getKshort();
|
|
@@ -26115,7 +26115,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26115
26115
|
writer.writeMessage(
|
|
26116
26116
|
8,
|
|
26117
26117
|
f,
|
|
26118
|
-
|
|
26118
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26119
26119
|
);
|
|
26120
26120
|
}
|
|
26121
26121
|
f = message.getDlong();
|
|
@@ -26123,7 +26123,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26123
26123
|
writer.writeMessage(
|
|
26124
26124
|
9,
|
|
26125
26125
|
f,
|
|
26126
|
-
|
|
26126
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26127
26127
|
);
|
|
26128
26128
|
}
|
|
26129
26129
|
f = message.getDshort();
|
|
@@ -26131,7 +26131,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26131
26131
|
writer.writeMessage(
|
|
26132
26132
|
10,
|
|
26133
26133
|
f,
|
|
26134
|
-
|
|
26134
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26135
26135
|
);
|
|
26136
26136
|
}
|
|
26137
26137
|
f = message.getDlongMin();
|
|
@@ -26139,7 +26139,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26139
26139
|
writer.writeMessage(
|
|
26140
26140
|
11,
|
|
26141
26141
|
f,
|
|
26142
|
-
|
|
26142
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26143
26143
|
);
|
|
26144
26144
|
}
|
|
26145
26145
|
f = message.getDshortMin();
|
|
@@ -26147,7 +26147,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26147
26147
|
writer.writeMessage(
|
|
26148
26148
|
12,
|
|
26149
26149
|
f,
|
|
26150
|
-
|
|
26150
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26151
26151
|
);
|
|
26152
26152
|
}
|
|
26153
26153
|
f = message.getShortEnabledFlag();
|
|
@@ -26225,7 +26225,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26225
26225
|
writer.writeMessage(
|
|
26226
26226
|
23,
|
|
26227
26227
|
f,
|
|
26228
|
-
|
|
26228
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26229
26229
|
);
|
|
26230
26230
|
}
|
|
26231
26231
|
f = message.getApiTradeAvailableFlag();
|
|
@@ -26326,7 +26326,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26326
26326
|
writer.writeMessage(
|
|
26327
26327
|
60,
|
|
26328
26328
|
f,
|
|
26329
|
-
|
|
26329
|
+
api_tinvest_common_pb.BrandData.serializeBinaryToWriter
|
|
26330
26330
|
);
|
|
26331
26331
|
}
|
|
26332
26332
|
f = message.getDlongClient();
|
|
@@ -26334,7 +26334,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26334
26334
|
writer.writeMessage(
|
|
26335
26335
|
490,
|
|
26336
26336
|
f,
|
|
26337
|
-
|
|
26337
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26338
26338
|
);
|
|
26339
26339
|
}
|
|
26340
26340
|
f = message.getDshortClient();
|
|
@@ -26342,7 +26342,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.serializeBinaryToWriter =
|
|
|
26342
26342
|
writer.writeMessage(
|
|
26343
26343
|
491,
|
|
26344
26344
|
f,
|
|
26345
|
-
|
|
26345
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
26346
26346
|
);
|
|
26347
26347
|
}
|
|
26348
26348
|
};
|
|
@@ -26462,7 +26462,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.setCurrency = f
|
|
|
26462
26462
|
*/
|
|
26463
26463
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getKlong = function() {
|
|
26464
26464
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26465
|
-
jspb.Message.getWrapperField(this,
|
|
26465
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
26466
26466
|
};
|
|
26467
26467
|
|
|
26468
26468
|
|
|
@@ -26499,7 +26499,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasKlong = func
|
|
|
26499
26499
|
*/
|
|
26500
26500
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getKshort = function() {
|
|
26501
26501
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26502
|
-
jspb.Message.getWrapperField(this,
|
|
26502
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
26503
26503
|
};
|
|
26504
26504
|
|
|
26505
26505
|
|
|
@@ -26536,7 +26536,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasKshort = fun
|
|
|
26536
26536
|
*/
|
|
26537
26537
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDlong = function() {
|
|
26538
26538
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26539
|
-
jspb.Message.getWrapperField(this,
|
|
26539
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
26540
26540
|
};
|
|
26541
26541
|
|
|
26542
26542
|
|
|
@@ -26573,7 +26573,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasDlong = func
|
|
|
26573
26573
|
*/
|
|
26574
26574
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDshort = function() {
|
|
26575
26575
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26576
|
-
jspb.Message.getWrapperField(this,
|
|
26576
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
26577
26577
|
};
|
|
26578
26578
|
|
|
26579
26579
|
|
|
@@ -26610,7 +26610,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasDshort = fun
|
|
|
26610
26610
|
*/
|
|
26611
26611
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDlongMin = function() {
|
|
26612
26612
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26613
|
-
jspb.Message.getWrapperField(this,
|
|
26613
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
26614
26614
|
};
|
|
26615
26615
|
|
|
26616
26616
|
|
|
@@ -26647,7 +26647,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasDlongMin = f
|
|
|
26647
26647
|
*/
|
|
26648
26648
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDshortMin = function() {
|
|
26649
26649
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26650
|
-
jspb.Message.getWrapperField(this,
|
|
26650
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 12));
|
|
26651
26651
|
};
|
|
26652
26652
|
|
|
26653
26653
|
|
|
@@ -26864,7 +26864,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.setSellAvailabl
|
|
|
26864
26864
|
*/
|
|
26865
26865
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getMinPriceIncrement = function() {
|
|
26866
26866
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
26867
|
-
jspb.Message.getWrapperField(this,
|
|
26867
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 23));
|
|
26868
26868
|
};
|
|
26869
26869
|
|
|
26870
26870
|
|
|
@@ -27192,7 +27192,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasFirst1dayCan
|
|
|
27192
27192
|
*/
|
|
27193
27193
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getBrand = function() {
|
|
27194
27194
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.BrandData} */ (
|
|
27195
|
-
jspb.Message.getWrapperField(this,
|
|
27195
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.BrandData, 60));
|
|
27196
27196
|
};
|
|
27197
27197
|
|
|
27198
27198
|
|
|
@@ -27229,7 +27229,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasBrand = func
|
|
|
27229
27229
|
*/
|
|
27230
27230
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDlongClient = function() {
|
|
27231
27231
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
27232
|
-
jspb.Message.getWrapperField(this,
|
|
27232
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 490));
|
|
27233
27233
|
};
|
|
27234
27234
|
|
|
27235
27235
|
|
|
@@ -27266,7 +27266,7 @@ proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.hasDlongClient
|
|
|
27266
27266
|
*/
|
|
27267
27267
|
proto.tinkoff.public.invest.api.contract.v1.Instrument.prototype.getDshortClient = function() {
|
|
27268
27268
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
27269
|
-
jspb.Message.getWrapperField(this,
|
|
27269
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 491));
|
|
27270
27270
|
};
|
|
27271
27271
|
|
|
27272
27272
|
|
|
@@ -27751,15 +27751,15 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.toObject = functi
|
|
|
27751
27751
|
*/
|
|
27752
27752
|
proto.tinkoff.public.invest.api.contract.v1.Dividend.toObject = function(includeInstance, msg) {
|
|
27753
27753
|
var f, obj = {
|
|
27754
|
-
dividendNet: (f = msg.getDividendNet()) &&
|
|
27754
|
+
dividendNet: (f = msg.getDividendNet()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
27755
27755
|
paymentDate: (f = msg.getPaymentDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27756
27756
|
declaredDate: (f = msg.getDeclaredDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27757
27757
|
lastBuyDate: (f = msg.getLastBuyDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27758
27758
|
dividendType: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
27759
27759
|
recordDate: (f = msg.getRecordDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27760
27760
|
regularity: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
27761
|
-
closePrice: (f = msg.getClosePrice()) &&
|
|
27762
|
-
yieldValue: (f = msg.getYieldValue()) &&
|
|
27761
|
+
closePrice: (f = msg.getClosePrice()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
27762
|
+
yieldValue: (f = msg.getYieldValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
27763
27763
|
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
27764
27764
|
};
|
|
27765
27765
|
|
|
@@ -27798,8 +27798,8 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.deserializeBinaryFromReader
|
|
|
27798
27798
|
var field = reader.getFieldNumber();
|
|
27799
27799
|
switch (field) {
|
|
27800
27800
|
case 1:
|
|
27801
|
-
var value = new
|
|
27802
|
-
reader.readMessage(value,
|
|
27801
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
27802
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
27803
27803
|
msg.setDividendNet(value);
|
|
27804
27804
|
break;
|
|
27805
27805
|
case 2:
|
|
@@ -27831,13 +27831,13 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.deserializeBinaryFromReader
|
|
|
27831
27831
|
msg.setRegularity(value);
|
|
27832
27832
|
break;
|
|
27833
27833
|
case 8:
|
|
27834
|
-
var value = new
|
|
27835
|
-
reader.readMessage(value,
|
|
27834
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
27835
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
27836
27836
|
msg.setClosePrice(value);
|
|
27837
27837
|
break;
|
|
27838
27838
|
case 9:
|
|
27839
|
-
var value = new
|
|
27840
|
-
reader.readMessage(value,
|
|
27839
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
27840
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
27841
27841
|
msg.setYieldValue(value);
|
|
27842
27842
|
break;
|
|
27843
27843
|
case 10:
|
|
@@ -27879,7 +27879,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.serializeBinaryToWriter = f
|
|
|
27879
27879
|
writer.writeMessage(
|
|
27880
27880
|
1,
|
|
27881
27881
|
f,
|
|
27882
|
-
|
|
27882
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
27883
27883
|
);
|
|
27884
27884
|
}
|
|
27885
27885
|
f = message.getPaymentDate();
|
|
@@ -27933,7 +27933,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.serializeBinaryToWriter = f
|
|
|
27933
27933
|
writer.writeMessage(
|
|
27934
27934
|
8,
|
|
27935
27935
|
f,
|
|
27936
|
-
|
|
27936
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
27937
27937
|
);
|
|
27938
27938
|
}
|
|
27939
27939
|
f = message.getYieldValue();
|
|
@@ -27941,7 +27941,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.serializeBinaryToWriter = f
|
|
|
27941
27941
|
writer.writeMessage(
|
|
27942
27942
|
9,
|
|
27943
27943
|
f,
|
|
27944
|
-
|
|
27944
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
27945
27945
|
);
|
|
27946
27946
|
}
|
|
27947
27947
|
f = message.getCreatedAt();
|
|
@@ -27961,7 +27961,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.serializeBinaryToWriter = f
|
|
|
27961
27961
|
*/
|
|
27962
27962
|
proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.getDividendNet = function() {
|
|
27963
27963
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
27964
|
-
jspb.Message.getWrapperField(this,
|
|
27964
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 1));
|
|
27965
27965
|
};
|
|
27966
27966
|
|
|
27967
27967
|
|
|
@@ -28182,7 +28182,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.setRegularity = f
|
|
|
28182
28182
|
*/
|
|
28183
28183
|
proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.getClosePrice = function() {
|
|
28184
28184
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
28185
|
-
jspb.Message.getWrapperField(this,
|
|
28185
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 8));
|
|
28186
28186
|
};
|
|
28187
28187
|
|
|
28188
28188
|
|
|
@@ -28219,7 +28219,7 @@ proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.hasClosePrice = f
|
|
|
28219
28219
|
*/
|
|
28220
28220
|
proto.tinkoff.public.invest.api.contract.v1.Dividend.prototype.getYieldValue = function() {
|
|
28221
28221
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
28222
|
-
jspb.Message.getWrapperField(this,
|
|
28222
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
28223
28223
|
};
|
|
28224
28224
|
|
|
28225
28225
|
|
|
@@ -30631,11 +30631,11 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.toObject = func
|
|
|
30631
30631
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.toObject = function(includeInstance, msg) {
|
|
30632
30632
|
var f, obj = {
|
|
30633
30633
|
type: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
30634
|
-
issueSize: (f = msg.getIssueSize()) &&
|
|
30635
|
-
nominal: (f = msg.getNominal()) &&
|
|
30634
|
+
issueSize: (f = msg.getIssueSize()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
30635
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
30636
30636
|
nominalCurrency: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
30637
30637
|
primaryIndex: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
30638
|
-
dividendRate: (f = msg.getDividendRate()) &&
|
|
30638
|
+
dividendRate: (f = msg.getDividendRate()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
30639
30639
|
preferredShareType: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
30640
30640
|
ipoDate: (f = msg.getIpoDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
30641
30641
|
registryDate: (f = msg.getRegistryDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
@@ -30643,8 +30643,8 @@ divYieldFlag: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
|
30643
30643
|
issueKind: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
30644
30644
|
placementDate: (f = msg.getPlacementDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
30645
30645
|
represIsin: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
30646
|
-
issueSizePlan: (f = msg.getIssueSizePlan()) &&
|
|
30647
|
-
totalFloat: (f = msg.getTotalFloat()) &&
|
|
30646
|
+
issueSizePlan: (f = msg.getIssueSizePlan()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
30647
|
+
totalFloat: (f = msg.getTotalFloat()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
30648
30648
|
};
|
|
30649
30649
|
|
|
30650
30650
|
if (includeInstance) {
|
|
@@ -30686,13 +30686,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.deserializeBinaryFromRead
|
|
|
30686
30686
|
msg.setType(value);
|
|
30687
30687
|
break;
|
|
30688
30688
|
case 2:
|
|
30689
|
-
var value = new
|
|
30690
|
-
reader.readMessage(value,
|
|
30689
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
30690
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
30691
30691
|
msg.setIssueSize(value);
|
|
30692
30692
|
break;
|
|
30693
30693
|
case 3:
|
|
30694
|
-
var value = new
|
|
30695
|
-
reader.readMessage(value,
|
|
30694
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
30695
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
30696
30696
|
msg.setNominal(value);
|
|
30697
30697
|
break;
|
|
30698
30698
|
case 4:
|
|
@@ -30704,8 +30704,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.deserializeBinaryFromRead
|
|
|
30704
30704
|
msg.setPrimaryIndex(value);
|
|
30705
30705
|
break;
|
|
30706
30706
|
case 6:
|
|
30707
|
-
var value = new
|
|
30708
|
-
reader.readMessage(value,
|
|
30707
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
30708
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
30709
30709
|
msg.setDividendRate(value);
|
|
30710
30710
|
break;
|
|
30711
30711
|
case 7:
|
|
@@ -30740,13 +30740,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.deserializeBinaryFromRead
|
|
|
30740
30740
|
msg.setRepresIsin(value);
|
|
30741
30741
|
break;
|
|
30742
30742
|
case 14:
|
|
30743
|
-
var value = new
|
|
30744
|
-
reader.readMessage(value,
|
|
30743
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
30744
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
30745
30745
|
msg.setIssueSizePlan(value);
|
|
30746
30746
|
break;
|
|
30747
30747
|
case 15:
|
|
30748
|
-
var value = new
|
|
30749
|
-
reader.readMessage(value,
|
|
30748
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
30749
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
30750
30750
|
msg.setTotalFloat(value);
|
|
30751
30751
|
break;
|
|
30752
30752
|
default:
|
|
@@ -30790,7 +30790,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.serializeBinaryToWriter =
|
|
|
30790
30790
|
writer.writeMessage(
|
|
30791
30791
|
2,
|
|
30792
30792
|
f,
|
|
30793
|
-
|
|
30793
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
30794
30794
|
);
|
|
30795
30795
|
}
|
|
30796
30796
|
f = message.getNominal();
|
|
@@ -30798,7 +30798,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.serializeBinaryToWriter =
|
|
|
30798
30798
|
writer.writeMessage(
|
|
30799
30799
|
3,
|
|
30800
30800
|
f,
|
|
30801
|
-
|
|
30801
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
30802
30802
|
);
|
|
30803
30803
|
}
|
|
30804
30804
|
f = message.getNominalCurrency();
|
|
@@ -30820,7 +30820,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.serializeBinaryToWriter =
|
|
|
30820
30820
|
writer.writeMessage(
|
|
30821
30821
|
6,
|
|
30822
30822
|
f,
|
|
30823
|
-
|
|
30823
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
30824
30824
|
);
|
|
30825
30825
|
}
|
|
30826
30826
|
f = message.getPreferredShareType();
|
|
@@ -30880,7 +30880,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.serializeBinaryToWriter =
|
|
|
30880
30880
|
writer.writeMessage(
|
|
30881
30881
|
14,
|
|
30882
30882
|
f,
|
|
30883
|
-
|
|
30883
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
30884
30884
|
);
|
|
30885
30885
|
}
|
|
30886
30886
|
f = message.getTotalFloat();
|
|
@@ -30888,7 +30888,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.serializeBinaryToWriter =
|
|
|
30888
30888
|
writer.writeMessage(
|
|
30889
30889
|
15,
|
|
30890
30890
|
f,
|
|
30891
|
-
|
|
30891
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
30892
30892
|
);
|
|
30893
30893
|
}
|
|
30894
30894
|
};
|
|
@@ -30918,7 +30918,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.setType = funct
|
|
|
30918
30918
|
*/
|
|
30919
30919
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.getIssueSize = function() {
|
|
30920
30920
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
30921
|
-
jspb.Message.getWrapperField(this,
|
|
30921
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
30922
30922
|
};
|
|
30923
30923
|
|
|
30924
30924
|
|
|
@@ -30955,7 +30955,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.hasIssueSize =
|
|
|
30955
30955
|
*/
|
|
30956
30956
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.getNominal = function() {
|
|
30957
30957
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
30958
|
-
jspb.Message.getWrapperField(this,
|
|
30958
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
30959
30959
|
};
|
|
30960
30960
|
|
|
30961
30961
|
|
|
@@ -31028,7 +31028,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.setPrimaryIndex
|
|
|
31028
31028
|
*/
|
|
31029
31029
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.getDividendRate = function() {
|
|
31030
31030
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31031
|
-
jspb.Message.getWrapperField(this,
|
|
31031
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
31032
31032
|
};
|
|
31033
31033
|
|
|
31034
31034
|
|
|
@@ -31248,7 +31248,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.setRepresIsin =
|
|
|
31248
31248
|
*/
|
|
31249
31249
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.getIssueSizePlan = function() {
|
|
31250
31250
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31251
|
-
jspb.Message.getWrapperField(this,
|
|
31251
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 14));
|
|
31252
31252
|
};
|
|
31253
31253
|
|
|
31254
31254
|
|
|
@@ -31285,7 +31285,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.hasIssueSizePla
|
|
|
31285
31285
|
*/
|
|
31286
31286
|
proto.tinkoff.public.invest.api.contract.v1.AssetShare.prototype.getTotalFloat = function() {
|
|
31287
31287
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31288
|
-
jspb.Message.getWrapperField(this,
|
|
31288
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 15));
|
|
31289
31289
|
};
|
|
31290
31290
|
|
|
31291
31291
|
|
|
@@ -31348,10 +31348,10 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.toObject = funct
|
|
|
31348
31348
|
*/
|
|
31349
31349
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.toObject = function(includeInstance, msg) {
|
|
31350
31350
|
var f, obj = {
|
|
31351
|
-
currentNominal: (f = msg.getCurrentNominal()) &&
|
|
31351
|
+
currentNominal: (f = msg.getCurrentNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
31352
31352
|
borrowName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
31353
|
-
issueSize: (f = msg.getIssueSize()) &&
|
|
31354
|
-
nominal: (f = msg.getNominal()) &&
|
|
31353
|
+
issueSize: (f = msg.getIssueSize()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
31354
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
31355
31355
|
nominalCurrency: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
31356
31356
|
issueKind: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
31357
31357
|
interestKind: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
@@ -31367,8 +31367,8 @@ maturityDate: (f = msg.getMaturityDate()) && google_protobuf_timestamp_pb.Timest
|
|
|
31367
31367
|
returnCondition: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
31368
31368
|
stateRegDate: (f = msg.getStateRegDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
31369
31369
|
placementDate: (f = msg.getPlacementDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
31370
|
-
placementPrice: (f = msg.getPlacementPrice()) &&
|
|
31371
|
-
issueSizePlan: (f = msg.getIssueSizePlan()) &&
|
|
31370
|
+
placementPrice: (f = msg.getPlacementPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
31371
|
+
issueSizePlan: (f = msg.getIssueSizePlan()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
31372
31372
|
};
|
|
31373
31373
|
|
|
31374
31374
|
if (includeInstance) {
|
|
@@ -31406,8 +31406,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.deserializeBinaryFromReade
|
|
|
31406
31406
|
var field = reader.getFieldNumber();
|
|
31407
31407
|
switch (field) {
|
|
31408
31408
|
case 1:
|
|
31409
|
-
var value = new
|
|
31410
|
-
reader.readMessage(value,
|
|
31409
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
31410
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
31411
31411
|
msg.setCurrentNominal(value);
|
|
31412
31412
|
break;
|
|
31413
31413
|
case 2:
|
|
@@ -31415,13 +31415,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.deserializeBinaryFromReade
|
|
|
31415
31415
|
msg.setBorrowName(value);
|
|
31416
31416
|
break;
|
|
31417
31417
|
case 3:
|
|
31418
|
-
var value = new
|
|
31419
|
-
reader.readMessage(value,
|
|
31418
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
31419
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
31420
31420
|
msg.setIssueSize(value);
|
|
31421
31421
|
break;
|
|
31422
31422
|
case 4:
|
|
31423
|
-
var value = new
|
|
31424
|
-
reader.readMessage(value,
|
|
31423
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
31424
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
31425
31425
|
msg.setNominal(value);
|
|
31426
31426
|
break;
|
|
31427
31427
|
case 5:
|
|
@@ -31488,13 +31488,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.deserializeBinaryFromReade
|
|
|
31488
31488
|
msg.setPlacementDate(value);
|
|
31489
31489
|
break;
|
|
31490
31490
|
case 20:
|
|
31491
|
-
var value = new
|
|
31492
|
-
reader.readMessage(value,
|
|
31491
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
31492
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
31493
31493
|
msg.setPlacementPrice(value);
|
|
31494
31494
|
break;
|
|
31495
31495
|
case 21:
|
|
31496
|
-
var value = new
|
|
31497
|
-
reader.readMessage(value,
|
|
31496
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
31497
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
31498
31498
|
msg.setIssueSizePlan(value);
|
|
31499
31499
|
break;
|
|
31500
31500
|
default:
|
|
@@ -31531,7 +31531,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31531
31531
|
writer.writeMessage(
|
|
31532
31532
|
1,
|
|
31533
31533
|
f,
|
|
31534
|
-
|
|
31534
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
31535
31535
|
);
|
|
31536
31536
|
}
|
|
31537
31537
|
f = message.getBorrowName();
|
|
@@ -31546,7 +31546,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31546
31546
|
writer.writeMessage(
|
|
31547
31547
|
3,
|
|
31548
31548
|
f,
|
|
31549
|
-
|
|
31549
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
31550
31550
|
);
|
|
31551
31551
|
}
|
|
31552
31552
|
f = message.getNominal();
|
|
@@ -31554,7 +31554,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31554
31554
|
writer.writeMessage(
|
|
31555
31555
|
4,
|
|
31556
31556
|
f,
|
|
31557
|
-
|
|
31557
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
31558
31558
|
);
|
|
31559
31559
|
}
|
|
31560
31560
|
f = message.getNominalCurrency();
|
|
@@ -31670,7 +31670,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31670
31670
|
writer.writeMessage(
|
|
31671
31671
|
20,
|
|
31672
31672
|
f,
|
|
31673
|
-
|
|
31673
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
31674
31674
|
);
|
|
31675
31675
|
}
|
|
31676
31676
|
f = message.getIssueSizePlan();
|
|
@@ -31678,7 +31678,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31678
31678
|
writer.writeMessage(
|
|
31679
31679
|
21,
|
|
31680
31680
|
f,
|
|
31681
|
-
|
|
31681
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
31682
31682
|
);
|
|
31683
31683
|
}
|
|
31684
31684
|
};
|
|
@@ -31690,7 +31690,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.serializeBinaryToWriter =
|
|
|
31690
31690
|
*/
|
|
31691
31691
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.getCurrentNominal = function() {
|
|
31692
31692
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31693
|
-
jspb.Message.getWrapperField(this,
|
|
31693
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 1));
|
|
31694
31694
|
};
|
|
31695
31695
|
|
|
31696
31696
|
|
|
@@ -31745,7 +31745,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.setBorrowName =
|
|
|
31745
31745
|
*/
|
|
31746
31746
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.getIssueSize = function() {
|
|
31747
31747
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31748
|
-
jspb.Message.getWrapperField(this,
|
|
31748
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
31749
31749
|
};
|
|
31750
31750
|
|
|
31751
31751
|
|
|
@@ -31782,7 +31782,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.hasIssueSize = f
|
|
|
31782
31782
|
*/
|
|
31783
31783
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.getNominal = function() {
|
|
31784
31784
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
31785
|
-
jspb.Message.getWrapperField(this,
|
|
31785
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 4));
|
|
31786
31786
|
};
|
|
31787
31787
|
|
|
31788
31788
|
|
|
@@ -32146,7 +32146,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.hasPlacementDate
|
|
|
32146
32146
|
*/
|
|
32147
32147
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.getPlacementPrice = function() {
|
|
32148
32148
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32149
|
-
jspb.Message.getWrapperField(this,
|
|
32149
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 20));
|
|
32150
32150
|
};
|
|
32151
32151
|
|
|
32152
32152
|
|
|
@@ -32183,7 +32183,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.hasPlacementPric
|
|
|
32183
32183
|
*/
|
|
32184
32184
|
proto.tinkoff.public.invest.api.contract.v1.AssetBond.prototype.getIssueSizePlan = function() {
|
|
32185
32185
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32186
|
-
jspb.Message.getWrapperField(this,
|
|
32186
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 21));
|
|
32187
32187
|
};
|
|
32188
32188
|
|
|
32189
32189
|
|
|
@@ -32247,16 +32247,16 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.toO
|
|
|
32247
32247
|
proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.toObject = function(includeInstance, msg) {
|
|
32248
32248
|
var f, obj = {
|
|
32249
32249
|
borrowName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
32250
|
-
nominal: (f = msg.getNominal()) &&
|
|
32250
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32251
32251
|
nominalCurrency: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
32252
32252
|
type: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
32253
32253
|
logicPortfolio: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
32254
32254
|
assetType: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
32255
32255
|
basicAsset: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
32256
|
-
safetyBarrier: (f = msg.getSafetyBarrier()) &&
|
|
32256
|
+
safetyBarrier: (f = msg.getSafetyBarrier()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32257
32257
|
maturityDate: (f = msg.getMaturityDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
32258
|
-
issueSizePlan: (f = msg.getIssueSizePlan()) &&
|
|
32259
|
-
issueSize: (f = msg.getIssueSize()) &&
|
|
32258
|
+
issueSizePlan: (f = msg.getIssueSizePlan()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32259
|
+
issueSize: (f = msg.getIssueSize()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32260
32260
|
placementDate: (f = msg.getPlacementDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
32261
32261
|
issueKind: jspb.Message.getFieldWithDefault(msg, 13, "")
|
|
32262
32262
|
};
|
|
@@ -32300,8 +32300,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.deserializeBi
|
|
|
32300
32300
|
msg.setBorrowName(value);
|
|
32301
32301
|
break;
|
|
32302
32302
|
case 2:
|
|
32303
|
-
var value = new
|
|
32304
|
-
reader.readMessage(value,
|
|
32303
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32304
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32305
32305
|
msg.setNominal(value);
|
|
32306
32306
|
break;
|
|
32307
32307
|
case 3:
|
|
@@ -32325,8 +32325,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.deserializeBi
|
|
|
32325
32325
|
msg.setBasicAsset(value);
|
|
32326
32326
|
break;
|
|
32327
32327
|
case 8:
|
|
32328
|
-
var value = new
|
|
32329
|
-
reader.readMessage(value,
|
|
32328
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32329
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32330
32330
|
msg.setSafetyBarrier(value);
|
|
32331
32331
|
break;
|
|
32332
32332
|
case 9:
|
|
@@ -32335,13 +32335,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.deserializeBi
|
|
|
32335
32335
|
msg.setMaturityDate(value);
|
|
32336
32336
|
break;
|
|
32337
32337
|
case 10:
|
|
32338
|
-
var value = new
|
|
32339
|
-
reader.readMessage(value,
|
|
32338
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32339
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32340
32340
|
msg.setIssueSizePlan(value);
|
|
32341
32341
|
break;
|
|
32342
32342
|
case 11:
|
|
32343
|
-
var value = new
|
|
32344
|
-
reader.readMessage(value,
|
|
32343
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32344
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32345
32345
|
msg.setIssueSize(value);
|
|
32346
32346
|
break;
|
|
32347
32347
|
case 12:
|
|
@@ -32394,7 +32394,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.serializeBina
|
|
|
32394
32394
|
writer.writeMessage(
|
|
32395
32395
|
2,
|
|
32396
32396
|
f,
|
|
32397
|
-
|
|
32397
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
32398
32398
|
);
|
|
32399
32399
|
}
|
|
32400
32400
|
f = message.getNominalCurrency();
|
|
@@ -32437,7 +32437,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.serializeBina
|
|
|
32437
32437
|
writer.writeMessage(
|
|
32438
32438
|
8,
|
|
32439
32439
|
f,
|
|
32440
|
-
|
|
32440
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
32441
32441
|
);
|
|
32442
32442
|
}
|
|
32443
32443
|
f = message.getMaturityDate();
|
|
@@ -32453,7 +32453,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.serializeBina
|
|
|
32453
32453
|
writer.writeMessage(
|
|
32454
32454
|
10,
|
|
32455
32455
|
f,
|
|
32456
|
-
|
|
32456
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
32457
32457
|
);
|
|
32458
32458
|
}
|
|
32459
32459
|
f = message.getIssueSize();
|
|
@@ -32461,7 +32461,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.serializeBina
|
|
|
32461
32461
|
writer.writeMessage(
|
|
32462
32462
|
11,
|
|
32463
32463
|
f,
|
|
32464
|
-
|
|
32464
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
32465
32465
|
);
|
|
32466
32466
|
}
|
|
32467
32467
|
f = message.getPlacementDate();
|
|
@@ -32506,7 +32506,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.set
|
|
|
32506
32506
|
*/
|
|
32507
32507
|
proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.getNominal = function() {
|
|
32508
32508
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32509
|
-
jspb.Message.getWrapperField(this,
|
|
32509
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
32510
32510
|
};
|
|
32511
32511
|
|
|
32512
32512
|
|
|
@@ -32633,7 +32633,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.set
|
|
|
32633
32633
|
*/
|
|
32634
32634
|
proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.getSafetyBarrier = function() {
|
|
32635
32635
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32636
|
-
jspb.Message.getWrapperField(this,
|
|
32636
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
32637
32637
|
};
|
|
32638
32638
|
|
|
32639
32639
|
|
|
@@ -32707,7 +32707,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.has
|
|
|
32707
32707
|
*/
|
|
32708
32708
|
proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.getIssueSizePlan = function() {
|
|
32709
32709
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32710
|
-
jspb.Message.getWrapperField(this,
|
|
32710
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
32711
32711
|
};
|
|
32712
32712
|
|
|
32713
32713
|
|
|
@@ -32744,7 +32744,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.has
|
|
|
32744
32744
|
*/
|
|
32745
32745
|
proto.tinkoff.public.invest.api.contract.v1.AssetStructuredProduct.prototype.getIssueSize = function() {
|
|
32746
32746
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
32747
|
-
jspb.Message.getWrapperField(this,
|
|
32747
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 11));
|
|
32748
32748
|
};
|
|
32749
32749
|
|
|
32750
32750
|
|
|
@@ -32869,37 +32869,37 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.toObject = functi
|
|
|
32869
32869
|
*/
|
|
32870
32870
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.toObject = function(includeInstance, msg) {
|
|
32871
32871
|
var f, obj = {
|
|
32872
|
-
totalExpense: (f = msg.getTotalExpense()) &&
|
|
32873
|
-
hurdleRate: (f = msg.getHurdleRate()) &&
|
|
32874
|
-
performanceFee: (f = msg.getPerformanceFee()) &&
|
|
32875
|
-
fixedCommission: (f = msg.getFixedCommission()) &&
|
|
32872
|
+
totalExpense: (f = msg.getTotalExpense()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32873
|
+
hurdleRate: (f = msg.getHurdleRate()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32874
|
+
performanceFee: (f = msg.getPerformanceFee()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32875
|
+
fixedCommission: (f = msg.getFixedCommission()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32876
32876
|
paymentType: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
32877
32877
|
watermarkFlag: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
32878
|
-
buyPremium: (f = msg.getBuyPremium()) &&
|
|
32879
|
-
sellDiscount: (f = msg.getSellDiscount()) &&
|
|
32878
|
+
buyPremium: (f = msg.getBuyPremium()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32879
|
+
sellDiscount: (f = msg.getSellDiscount()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32880
32880
|
rebalancingFlag: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
|
|
32881
32881
|
rebalancingFreq: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
32882
32882
|
managementType: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
32883
32883
|
primaryIndex: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
32884
32884
|
focusType: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
32885
32885
|
leveragedFlag: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
|
|
32886
|
-
numShare: (f = msg.getNumShare()) &&
|
|
32886
|
+
numShare: (f = msg.getNumShare()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32887
32887
|
ucitsFlag: jspb.Message.getBooleanFieldWithDefault(msg, 16, false),
|
|
32888
32888
|
releasedDate: (f = msg.getReleasedDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
32889
32889
|
description: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
32890
32890
|
primaryIndexDescription: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
32891
32891
|
primaryIndexCompany: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
32892
|
-
indexRecoveryPeriod: (f = msg.getIndexRecoveryPeriod()) &&
|
|
32892
|
+
indexRecoveryPeriod: (f = msg.getIndexRecoveryPeriod()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32893
32893
|
inavCode: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
32894
32894
|
divYieldFlag: jspb.Message.getBooleanFieldWithDefault(msg, 23, false),
|
|
32895
|
-
expenseCommission: (f = msg.getExpenseCommission()) &&
|
|
32896
|
-
primaryIndexTrackingError: (f = msg.getPrimaryIndexTrackingError()) &&
|
|
32895
|
+
expenseCommission: (f = msg.getExpenseCommission()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32896
|
+
primaryIndexTrackingError: (f = msg.getPrimaryIndexTrackingError()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32897
32897
|
rebalancingPlan: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
32898
32898
|
taxRate: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
32899
32899
|
rebalancingDatesList: jspb.Message.toObjectList(msg.getRebalancingDatesList(),
|
|
32900
32900
|
google_protobuf_timestamp_pb.Timestamp.toObject, includeInstance),
|
|
32901
32901
|
issueKind: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
32902
|
-
nominal: (f = msg.getNominal()) &&
|
|
32902
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
32903
32903
|
nominalCurrency: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
32904
32904
|
};
|
|
32905
32905
|
|
|
@@ -32938,23 +32938,23 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
32938
32938
|
var field = reader.getFieldNumber();
|
|
32939
32939
|
switch (field) {
|
|
32940
32940
|
case 1:
|
|
32941
|
-
var value = new
|
|
32942
|
-
reader.readMessage(value,
|
|
32941
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32942
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32943
32943
|
msg.setTotalExpense(value);
|
|
32944
32944
|
break;
|
|
32945
32945
|
case 2:
|
|
32946
|
-
var value = new
|
|
32947
|
-
reader.readMessage(value,
|
|
32946
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32947
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32948
32948
|
msg.setHurdleRate(value);
|
|
32949
32949
|
break;
|
|
32950
32950
|
case 3:
|
|
32951
|
-
var value = new
|
|
32952
|
-
reader.readMessage(value,
|
|
32951
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32952
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32953
32953
|
msg.setPerformanceFee(value);
|
|
32954
32954
|
break;
|
|
32955
32955
|
case 4:
|
|
32956
|
-
var value = new
|
|
32957
|
-
reader.readMessage(value,
|
|
32956
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32957
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32958
32958
|
msg.setFixedCommission(value);
|
|
32959
32959
|
break;
|
|
32960
32960
|
case 5:
|
|
@@ -32966,13 +32966,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
32966
32966
|
msg.setWatermarkFlag(value);
|
|
32967
32967
|
break;
|
|
32968
32968
|
case 7:
|
|
32969
|
-
var value = new
|
|
32970
|
-
reader.readMessage(value,
|
|
32969
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32970
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32971
32971
|
msg.setBuyPremium(value);
|
|
32972
32972
|
break;
|
|
32973
32973
|
case 8:
|
|
32974
|
-
var value = new
|
|
32975
|
-
reader.readMessage(value,
|
|
32974
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
32975
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
32976
32976
|
msg.setSellDiscount(value);
|
|
32977
32977
|
break;
|
|
32978
32978
|
case 9:
|
|
@@ -33000,8 +33000,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
33000
33000
|
msg.setLeveragedFlag(value);
|
|
33001
33001
|
break;
|
|
33002
33002
|
case 15:
|
|
33003
|
-
var value = new
|
|
33004
|
-
reader.readMessage(value,
|
|
33003
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
33004
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
33005
33005
|
msg.setNumShare(value);
|
|
33006
33006
|
break;
|
|
33007
33007
|
case 16:
|
|
@@ -33026,8 +33026,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
33026
33026
|
msg.setPrimaryIndexCompany(value);
|
|
33027
33027
|
break;
|
|
33028
33028
|
case 21:
|
|
33029
|
-
var value = new
|
|
33030
|
-
reader.readMessage(value,
|
|
33029
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
33030
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
33031
33031
|
msg.setIndexRecoveryPeriod(value);
|
|
33032
33032
|
break;
|
|
33033
33033
|
case 22:
|
|
@@ -33039,13 +33039,13 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
33039
33039
|
msg.setDivYieldFlag(value);
|
|
33040
33040
|
break;
|
|
33041
33041
|
case 24:
|
|
33042
|
-
var value = new
|
|
33043
|
-
reader.readMessage(value,
|
|
33042
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
33043
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
33044
33044
|
msg.setExpenseCommission(value);
|
|
33045
33045
|
break;
|
|
33046
33046
|
case 25:
|
|
33047
|
-
var value = new
|
|
33048
|
-
reader.readMessage(value,
|
|
33047
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
33048
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
33049
33049
|
msg.setPrimaryIndexTrackingError(value);
|
|
33050
33050
|
break;
|
|
33051
33051
|
case 26:
|
|
@@ -33066,8 +33066,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.deserializeBinaryFromReader
|
|
|
33066
33066
|
msg.setIssueKind(value);
|
|
33067
33067
|
break;
|
|
33068
33068
|
case 30:
|
|
33069
|
-
var value = new
|
|
33070
|
-
reader.readMessage(value,
|
|
33069
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
33070
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
33071
33071
|
msg.setNominal(value);
|
|
33072
33072
|
break;
|
|
33073
33073
|
case 31:
|
|
@@ -33108,7 +33108,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33108
33108
|
writer.writeMessage(
|
|
33109
33109
|
1,
|
|
33110
33110
|
f,
|
|
33111
|
-
|
|
33111
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33112
33112
|
);
|
|
33113
33113
|
}
|
|
33114
33114
|
f = message.getHurdleRate();
|
|
@@ -33116,7 +33116,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33116
33116
|
writer.writeMessage(
|
|
33117
33117
|
2,
|
|
33118
33118
|
f,
|
|
33119
|
-
|
|
33119
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33120
33120
|
);
|
|
33121
33121
|
}
|
|
33122
33122
|
f = message.getPerformanceFee();
|
|
@@ -33124,7 +33124,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33124
33124
|
writer.writeMessage(
|
|
33125
33125
|
3,
|
|
33126
33126
|
f,
|
|
33127
|
-
|
|
33127
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33128
33128
|
);
|
|
33129
33129
|
}
|
|
33130
33130
|
f = message.getFixedCommission();
|
|
@@ -33132,7 +33132,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33132
33132
|
writer.writeMessage(
|
|
33133
33133
|
4,
|
|
33134
33134
|
f,
|
|
33135
|
-
|
|
33135
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33136
33136
|
);
|
|
33137
33137
|
}
|
|
33138
33138
|
f = message.getPaymentType();
|
|
@@ -33154,7 +33154,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33154
33154
|
writer.writeMessage(
|
|
33155
33155
|
7,
|
|
33156
33156
|
f,
|
|
33157
|
-
|
|
33157
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33158
33158
|
);
|
|
33159
33159
|
}
|
|
33160
33160
|
f = message.getSellDiscount();
|
|
@@ -33162,7 +33162,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33162
33162
|
writer.writeMessage(
|
|
33163
33163
|
8,
|
|
33164
33164
|
f,
|
|
33165
|
-
|
|
33165
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33166
33166
|
);
|
|
33167
33167
|
}
|
|
33168
33168
|
f = message.getRebalancingFlag();
|
|
@@ -33212,7 +33212,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33212
33212
|
writer.writeMessage(
|
|
33213
33213
|
15,
|
|
33214
33214
|
f,
|
|
33215
|
-
|
|
33215
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33216
33216
|
);
|
|
33217
33217
|
}
|
|
33218
33218
|
f = message.getUcitsFlag();
|
|
@@ -33256,7 +33256,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33256
33256
|
writer.writeMessage(
|
|
33257
33257
|
21,
|
|
33258
33258
|
f,
|
|
33259
|
-
|
|
33259
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33260
33260
|
);
|
|
33261
33261
|
}
|
|
33262
33262
|
f = message.getInavCode();
|
|
@@ -33278,7 +33278,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33278
33278
|
writer.writeMessage(
|
|
33279
33279
|
24,
|
|
33280
33280
|
f,
|
|
33281
|
-
|
|
33281
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33282
33282
|
);
|
|
33283
33283
|
}
|
|
33284
33284
|
f = message.getPrimaryIndexTrackingError();
|
|
@@ -33286,7 +33286,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33286
33286
|
writer.writeMessage(
|
|
33287
33287
|
25,
|
|
33288
33288
|
f,
|
|
33289
|
-
|
|
33289
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33290
33290
|
);
|
|
33291
33291
|
}
|
|
33292
33292
|
f = message.getRebalancingPlan();
|
|
@@ -33323,7 +33323,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33323
33323
|
writer.writeMessage(
|
|
33324
33324
|
30,
|
|
33325
33325
|
f,
|
|
33326
|
-
|
|
33326
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
33327
33327
|
);
|
|
33328
33328
|
}
|
|
33329
33329
|
f = message.getNominalCurrency();
|
|
@@ -33342,7 +33342,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.serializeBinaryToWriter = f
|
|
|
33342
33342
|
*/
|
|
33343
33343
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getTotalExpense = function() {
|
|
33344
33344
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33345
|
-
jspb.Message.getWrapperField(this,
|
|
33345
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 1));
|
|
33346
33346
|
};
|
|
33347
33347
|
|
|
33348
33348
|
|
|
@@ -33379,7 +33379,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.hasTotalExpense =
|
|
|
33379
33379
|
*/
|
|
33380
33380
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getHurdleRate = function() {
|
|
33381
33381
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33382
|
-
jspb.Message.getWrapperField(this,
|
|
33382
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
33383
33383
|
};
|
|
33384
33384
|
|
|
33385
33385
|
|
|
@@ -33416,7 +33416,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.hasHurdleRate = f
|
|
|
33416
33416
|
*/
|
|
33417
33417
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getPerformanceFee = function() {
|
|
33418
33418
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33419
|
-
jspb.Message.getWrapperField(this,
|
|
33419
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 3));
|
|
33420
33420
|
};
|
|
33421
33421
|
|
|
33422
33422
|
|
|
@@ -33453,7 +33453,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.hasPerformanceFee
|
|
|
33453
33453
|
*/
|
|
33454
33454
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getFixedCommission = function() {
|
|
33455
33455
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33456
|
-
jspb.Message.getWrapperField(this,
|
|
33456
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 4));
|
|
33457
33457
|
};
|
|
33458
33458
|
|
|
33459
33459
|
|
|
@@ -33526,7 +33526,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.setWatermarkFlag
|
|
|
33526
33526
|
*/
|
|
33527
33527
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getBuyPremium = function() {
|
|
33528
33528
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33529
|
-
jspb.Message.getWrapperField(this,
|
|
33529
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
33530
33530
|
};
|
|
33531
33531
|
|
|
33532
33532
|
|
|
@@ -33563,7 +33563,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.hasBuyPremium = f
|
|
|
33563
33563
|
*/
|
|
33564
33564
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getSellDiscount = function() {
|
|
33565
33565
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33566
|
-
jspb.Message.getWrapperField(this,
|
|
33566
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
33567
33567
|
};
|
|
33568
33568
|
|
|
33569
33569
|
|
|
@@ -33708,7 +33708,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.setLeveragedFlag
|
|
|
33708
33708
|
*/
|
|
33709
33709
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getNumShare = function() {
|
|
33710
33710
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33711
|
-
jspb.Message.getWrapperField(this,
|
|
33711
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 15));
|
|
33712
33712
|
};
|
|
33713
33713
|
|
|
33714
33714
|
|
|
@@ -33854,7 +33854,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.setPrimaryIndexCo
|
|
|
33854
33854
|
*/
|
|
33855
33855
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getIndexRecoveryPeriod = function() {
|
|
33856
33856
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33857
|
-
jspb.Message.getWrapperField(this,
|
|
33857
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 21));
|
|
33858
33858
|
};
|
|
33859
33859
|
|
|
33860
33860
|
|
|
@@ -33927,7 +33927,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.setDivYieldFlag =
|
|
|
33927
33927
|
*/
|
|
33928
33928
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getExpenseCommission = function() {
|
|
33929
33929
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33930
|
-
jspb.Message.getWrapperField(this,
|
|
33930
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 24));
|
|
33931
33931
|
};
|
|
33932
33932
|
|
|
33933
33933
|
|
|
@@ -33964,7 +33964,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.hasExpenseCommiss
|
|
|
33964
33964
|
*/
|
|
33965
33965
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getPrimaryIndexTrackingError = function() {
|
|
33966
33966
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
33967
|
-
jspb.Message.getWrapperField(this,
|
|
33967
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 25));
|
|
33968
33968
|
};
|
|
33969
33969
|
|
|
33970
33970
|
|
|
@@ -34093,7 +34093,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.setIssueKind = fu
|
|
|
34093
34093
|
*/
|
|
34094
34094
|
proto.tinkoff.public.invest.api.contract.v1.AssetEtf.prototype.getNominal = function() {
|
|
34095
34095
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
34096
|
-
jspb.Message.getWrapperField(this,
|
|
34096
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 30));
|
|
34097
34097
|
};
|
|
34098
34098
|
|
|
34099
34099
|
|
|
@@ -34174,7 +34174,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.prototype.t
|
|
|
34174
34174
|
*/
|
|
34175
34175
|
proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.toObject = function(includeInstance, msg) {
|
|
34176
34176
|
var f, obj = {
|
|
34177
|
-
nominal: (f = msg.getNominal()) &&
|
|
34177
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
34178
34178
|
nominalCurrency: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
34179
34179
|
};
|
|
34180
34180
|
|
|
@@ -34213,8 +34213,8 @@ proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.deserialize
|
|
|
34213
34213
|
var field = reader.getFieldNumber();
|
|
34214
34214
|
switch (field) {
|
|
34215
34215
|
case 1:
|
|
34216
|
-
var value = new
|
|
34217
|
-
reader.readMessage(value,
|
|
34216
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
34217
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
34218
34218
|
msg.setNominal(value);
|
|
34219
34219
|
break;
|
|
34220
34220
|
case 2:
|
|
@@ -34255,7 +34255,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.serializeBi
|
|
|
34255
34255
|
writer.writeMessage(
|
|
34256
34256
|
1,
|
|
34257
34257
|
f,
|
|
34258
|
-
|
|
34258
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
34259
34259
|
);
|
|
34260
34260
|
}
|
|
34261
34261
|
f = message.getNominalCurrency();
|
|
@@ -34274,7 +34274,7 @@ proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.serializeBi
|
|
|
34274
34274
|
*/
|
|
34275
34275
|
proto.tinkoff.public.invest.api.contract.v1.AssetClearingCertificate.prototype.getNominal = function() {
|
|
34276
34276
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
34277
|
-
jspb.Message.getWrapperField(this,
|
|
34277
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 1));
|
|
34278
34278
|
};
|
|
34279
34279
|
|
|
34280
34280
|
|
|
@@ -38820,7 +38820,7 @@ proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.prototype.toObject =
|
|
|
38820
38820
|
proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.toObject = function(includeInstance, msg) {
|
|
38821
38821
|
var f, obj = {
|
|
38822
38822
|
uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
38823
|
-
weight: (f = msg.getWeight()) &&
|
|
38823
|
+
weight: (f = msg.getWeight()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
38824
38824
|
};
|
|
38825
38825
|
|
|
38826
38826
|
if (includeInstance) {
|
|
@@ -38862,8 +38862,8 @@ proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.deserializeBinaryFro
|
|
|
38862
38862
|
msg.setUid(value);
|
|
38863
38863
|
break;
|
|
38864
38864
|
case 2:
|
|
38865
|
-
var value = new
|
|
38866
|
-
reader.readMessage(value,
|
|
38865
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
38866
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
38867
38867
|
msg.setWeight(value);
|
|
38868
38868
|
break;
|
|
38869
38869
|
default:
|
|
@@ -38907,7 +38907,7 @@ proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.serializeBinaryToWri
|
|
|
38907
38907
|
writer.writeMessage(
|
|
38908
38908
|
2,
|
|
38909
38909
|
f,
|
|
38910
|
-
|
|
38910
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
38911
38911
|
);
|
|
38912
38912
|
}
|
|
38913
38913
|
};
|
|
@@ -38937,7 +38937,7 @@ proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.prototype.setUid = f
|
|
|
38937
38937
|
*/
|
|
38938
38938
|
proto.tinkoff.public.invest.api.contract.v1.IndexInstrument.prototype.getWeight = function() {
|
|
38939
38939
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
38940
|
-
jspb.Message.getWrapperField(this,
|
|
38940
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
38941
38941
|
};
|
|
38942
38942
|
|
|
38943
38943
|
|
|
@@ -40258,7 +40258,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.prototype.toObject
|
|
|
40258
40258
|
*/
|
|
40259
40259
|
proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.toObject = function(includeInstance, msg) {
|
|
40260
40260
|
var f, obj = {
|
|
40261
|
-
paging: (f = msg.getPaging()) &&
|
|
40261
|
+
paging: (f = msg.getPaging()) && api_tinvest_common_pb.Page.toObject(includeInstance, f)
|
|
40262
40262
|
};
|
|
40263
40263
|
|
|
40264
40264
|
if (includeInstance) {
|
|
@@ -40296,8 +40296,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.deserializeBinaryFr
|
|
|
40296
40296
|
var field = reader.getFieldNumber();
|
|
40297
40297
|
switch (field) {
|
|
40298
40298
|
case 1:
|
|
40299
|
-
var value = new
|
|
40300
|
-
reader.readMessage(value,
|
|
40299
|
+
var value = new api_tinvest_common_pb.Page;
|
|
40300
|
+
reader.readMessage(value,api_tinvest_common_pb.Page.deserializeBinaryFromReader);
|
|
40301
40301
|
msg.setPaging(value);
|
|
40302
40302
|
break;
|
|
40303
40303
|
default:
|
|
@@ -40334,7 +40334,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.serializeBinaryToWr
|
|
|
40334
40334
|
writer.writeMessage(
|
|
40335
40335
|
1,
|
|
40336
40336
|
f,
|
|
40337
|
-
|
|
40337
|
+
api_tinvest_common_pb.Page.serializeBinaryToWriter
|
|
40338
40338
|
);
|
|
40339
40339
|
}
|
|
40340
40340
|
};
|
|
@@ -40346,7 +40346,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.serializeBinaryToWr
|
|
|
40346
40346
|
*/
|
|
40347
40347
|
proto.tinkoff.public.invest.api.contract.v1.GetBrandsRequest.prototype.getPaging = function() {
|
|
40348
40348
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Page} */ (
|
|
40349
|
-
jspb.Message.getWrapperField(this,
|
|
40349
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Page, 1));
|
|
40350
40350
|
};
|
|
40351
40351
|
|
|
40352
40352
|
|
|
@@ -40548,7 +40548,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsResponse.toObject = functio
|
|
|
40548
40548
|
var f, obj = {
|
|
40549
40549
|
brandsList: jspb.Message.toObjectList(msg.getBrandsList(),
|
|
40550
40550
|
proto.tinkoff.public.invest.api.contract.v1.Brand.toObject, includeInstance),
|
|
40551
|
-
paging: (f = msg.getPaging()) &&
|
|
40551
|
+
paging: (f = msg.getPaging()) && api_tinvest_common_pb.PageResponse.toObject(includeInstance, f)
|
|
40552
40552
|
};
|
|
40553
40553
|
|
|
40554
40554
|
if (includeInstance) {
|
|
@@ -40591,8 +40591,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsResponse.deserializeBinaryF
|
|
|
40591
40591
|
msg.addBrands(value);
|
|
40592
40592
|
break;
|
|
40593
40593
|
case 2:
|
|
40594
|
-
var value = new
|
|
40595
|
-
reader.readMessage(value,
|
|
40594
|
+
var value = new api_tinvest_common_pb.PageResponse;
|
|
40595
|
+
reader.readMessage(value,api_tinvest_common_pb.PageResponse.deserializeBinaryFromReader);
|
|
40596
40596
|
msg.setPaging(value);
|
|
40597
40597
|
break;
|
|
40598
40598
|
default:
|
|
@@ -40637,7 +40637,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsResponse.serializeBinaryToW
|
|
|
40637
40637
|
writer.writeMessage(
|
|
40638
40638
|
2,
|
|
40639
40639
|
f,
|
|
40640
|
-
|
|
40640
|
+
api_tinvest_common_pb.PageResponse.serializeBinaryToWriter
|
|
40641
40641
|
);
|
|
40642
40642
|
}
|
|
40643
40643
|
};
|
|
@@ -40687,7 +40687,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetBrandsResponse.prototype.clearBra
|
|
|
40687
40687
|
*/
|
|
40688
40688
|
proto.tinkoff.public.invest.api.contract.v1.GetBrandsResponse.prototype.getPaging = function() {
|
|
40689
40689
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.PageResponse} */ (
|
|
40690
|
-
jspb.Message.getWrapperField(this,
|
|
40690
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.PageResponse, 2));
|
|
40691
40691
|
};
|
|
40692
40692
|
|
|
40693
40693
|
|
|
@@ -43633,7 +43633,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.prototy
|
|
|
43633
43633
|
*/
|
|
43634
43634
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.toObject = function(includeInstance, msg) {
|
|
43635
43635
|
var f, obj = {
|
|
43636
|
-
paging: (f = msg.getPaging()) &&
|
|
43636
|
+
paging: (f = msg.getPaging()) && api_tinvest_common_pb.Page.toObject(includeInstance, f)
|
|
43637
43637
|
};
|
|
43638
43638
|
|
|
43639
43639
|
if (includeInstance) {
|
|
@@ -43671,8 +43671,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.deseria
|
|
|
43671
43671
|
var field = reader.getFieldNumber();
|
|
43672
43672
|
switch (field) {
|
|
43673
43673
|
case 1:
|
|
43674
|
-
var value = new
|
|
43675
|
-
reader.readMessage(value,
|
|
43674
|
+
var value = new api_tinvest_common_pb.Page;
|
|
43675
|
+
reader.readMessage(value,api_tinvest_common_pb.Page.deserializeBinaryFromReader);
|
|
43676
43676
|
msg.setPaging(value);
|
|
43677
43677
|
break;
|
|
43678
43678
|
default:
|
|
@@ -43709,7 +43709,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.seriali
|
|
|
43709
43709
|
writer.writeMessage(
|
|
43710
43710
|
1,
|
|
43711
43711
|
f,
|
|
43712
|
-
|
|
43712
|
+
api_tinvest_common_pb.Page.serializeBinaryToWriter
|
|
43713
43713
|
);
|
|
43714
43714
|
}
|
|
43715
43715
|
};
|
|
@@ -43721,7 +43721,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.seriali
|
|
|
43721
43721
|
*/
|
|
43722
43722
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsRequest.prototype.getPaging = function() {
|
|
43723
43723
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Page} */ (
|
|
43724
|
-
jspb.Message.getWrapperField(this,
|
|
43724
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Page, 1));
|
|
43725
43725
|
};
|
|
43726
43726
|
|
|
43727
43727
|
|
|
@@ -43793,7 +43793,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.toObje
|
|
|
43793
43793
|
var f, obj = {
|
|
43794
43794
|
itemsList: jspb.Message.toObjectList(msg.getItemsList(),
|
|
43795
43795
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.ConsensusForecastsItem.toObject, includeInstance),
|
|
43796
|
-
page: (f = msg.getPage()) &&
|
|
43796
|
+
page: (f = msg.getPage()) && api_tinvest_common_pb.PageResponse.toObject(includeInstance, f)
|
|
43797
43797
|
};
|
|
43798
43798
|
|
|
43799
43799
|
if (includeInstance) {
|
|
@@ -43836,8 +43836,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.deseri
|
|
|
43836
43836
|
msg.addItems(value);
|
|
43837
43837
|
break;
|
|
43838
43838
|
case 2:
|
|
43839
|
-
var value = new
|
|
43840
|
-
reader.readMessage(value,
|
|
43839
|
+
var value = new api_tinvest_common_pb.PageResponse;
|
|
43840
|
+
reader.readMessage(value,api_tinvest_common_pb.PageResponse.deserializeBinaryFromReader);
|
|
43841
43841
|
msg.setPage(value);
|
|
43842
43842
|
break;
|
|
43843
43843
|
default:
|
|
@@ -43882,7 +43882,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.serial
|
|
|
43882
43882
|
writer.writeMessage(
|
|
43883
43883
|
2,
|
|
43884
43884
|
f,
|
|
43885
|
-
|
|
43885
|
+
api_tinvest_common_pb.PageResponse.serializeBinaryToWriter
|
|
43886
43886
|
);
|
|
43887
43887
|
}
|
|
43888
43888
|
};
|
|
@@ -43923,9 +43923,9 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
43923
43923
|
uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
43924
43924
|
assetUid: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
43925
43925
|
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
43926
|
-
bestTargetPrice: (f = msg.getBestTargetPrice()) &&
|
|
43927
|
-
bestTargetLow: (f = msg.getBestTargetLow()) &&
|
|
43928
|
-
bestTargetHigh: (f = msg.getBestTargetHigh()) &&
|
|
43926
|
+
bestTargetPrice: (f = msg.getBestTargetPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
43927
|
+
bestTargetLow: (f = msg.getBestTargetLow()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
43928
|
+
bestTargetHigh: (f = msg.getBestTargetHigh()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
43929
43929
|
totalBuyRecommend: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
43930
43930
|
totalHoldRecommend: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
43931
43931
|
totalSellRecommend: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
@@ -43982,18 +43982,18 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
43982
43982
|
msg.setCreatedAt(value);
|
|
43983
43983
|
break;
|
|
43984
43984
|
case 4:
|
|
43985
|
-
var value = new
|
|
43986
|
-
reader.readMessage(value,
|
|
43985
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
43986
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
43987
43987
|
msg.setBestTargetPrice(value);
|
|
43988
43988
|
break;
|
|
43989
43989
|
case 5:
|
|
43990
|
-
var value = new
|
|
43991
|
-
reader.readMessage(value,
|
|
43990
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
43991
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
43992
43992
|
msg.setBestTargetLow(value);
|
|
43993
43993
|
break;
|
|
43994
43994
|
case 6:
|
|
43995
|
-
var value = new
|
|
43996
|
-
reader.readMessage(value,
|
|
43995
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
43996
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
43997
43997
|
msg.setBestTargetHigh(value);
|
|
43998
43998
|
break;
|
|
43999
43999
|
case 7:
|
|
@@ -44077,7 +44077,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44077
44077
|
writer.writeMessage(
|
|
44078
44078
|
4,
|
|
44079
44079
|
f,
|
|
44080
|
-
|
|
44080
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
44081
44081
|
);
|
|
44082
44082
|
}
|
|
44083
44083
|
f = message.getBestTargetLow();
|
|
@@ -44085,7 +44085,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44085
44085
|
writer.writeMessage(
|
|
44086
44086
|
5,
|
|
44087
44087
|
f,
|
|
44088
|
-
|
|
44088
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
44089
44089
|
);
|
|
44090
44090
|
}
|
|
44091
44091
|
f = message.getBestTargetHigh();
|
|
@@ -44093,7 +44093,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44093
44093
|
writer.writeMessage(
|
|
44094
44094
|
6,
|
|
44095
44095
|
f,
|
|
44096
|
-
|
|
44096
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
44097
44097
|
);
|
|
44098
44098
|
}
|
|
44099
44099
|
f = message.getTotalBuyRecommend();
|
|
@@ -44221,7 +44221,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44221
44221
|
*/
|
|
44222
44222
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.ConsensusForecastsItem.prototype.getBestTargetPrice = function() {
|
|
44223
44223
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
44224
|
-
jspb.Message.getWrapperField(this,
|
|
44224
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 4));
|
|
44225
44225
|
};
|
|
44226
44226
|
|
|
44227
44227
|
|
|
@@ -44258,7 +44258,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44258
44258
|
*/
|
|
44259
44259
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.ConsensusForecastsItem.prototype.getBestTargetLow = function() {
|
|
44260
44260
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
44261
|
-
jspb.Message.getWrapperField(this,
|
|
44261
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 5));
|
|
44262
44262
|
};
|
|
44263
44263
|
|
|
44264
44264
|
|
|
@@ -44295,7 +44295,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.Consen
|
|
|
44295
44295
|
*/
|
|
44296
44296
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.ConsensusForecastsItem.prototype.getBestTargetHigh = function() {
|
|
44297
44297
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
44298
|
-
jspb.Message.getWrapperField(this,
|
|
44298
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
44299
44299
|
};
|
|
44300
44300
|
|
|
44301
44301
|
|
|
@@ -44497,7 +44497,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.protot
|
|
|
44497
44497
|
*/
|
|
44498
44498
|
proto.tinkoff.public.invest.api.contract.v1.GetConsensusForecastsResponse.prototype.getPage = function() {
|
|
44499
44499
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.PageResponse} */ (
|
|
44500
|
-
jspb.Message.getWrapperField(this,
|
|
44500
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.PageResponse, 2));
|
|
44501
44501
|
};
|
|
44502
44502
|
|
|
44503
44503
|
|
|
@@ -44832,10 +44832,10 @@ company: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
44832
44832
|
recommendation: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
44833
44833
|
recommendationDate: (f = msg.getRecommendationDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
44834
44834
|
currency: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
44835
|
-
currentPrice: (f = msg.getCurrentPrice()) &&
|
|
44836
|
-
targetPrice: (f = msg.getTargetPrice()) &&
|
|
44837
|
-
priceChange: (f = msg.getPriceChange()) &&
|
|
44838
|
-
priceChangeRel: (f = msg.getPriceChangeRel()) &&
|
|
44835
|
+
currentPrice: (f = msg.getCurrentPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
44836
|
+
targetPrice: (f = msg.getTargetPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
44837
|
+
priceChange: (f = msg.getPriceChange()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
44838
|
+
priceChangeRel: (f = msg.getPriceChangeRel()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
44839
44839
|
showName: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
44840
44840
|
};
|
|
44841
44841
|
|
|
@@ -44899,23 +44899,23 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.deser
|
|
|
44899
44899
|
msg.setCurrency(value);
|
|
44900
44900
|
break;
|
|
44901
44901
|
case 7:
|
|
44902
|
-
var value = new
|
|
44903
|
-
reader.readMessage(value,
|
|
44902
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
44903
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
44904
44904
|
msg.setCurrentPrice(value);
|
|
44905
44905
|
break;
|
|
44906
44906
|
case 8:
|
|
44907
|
-
var value = new
|
|
44908
|
-
reader.readMessage(value,
|
|
44907
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
44908
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
44909
44909
|
msg.setTargetPrice(value);
|
|
44910
44910
|
break;
|
|
44911
44911
|
case 9:
|
|
44912
|
-
var value = new
|
|
44913
|
-
reader.readMessage(value,
|
|
44912
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
44913
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
44914
44914
|
msg.setPriceChange(value);
|
|
44915
44915
|
break;
|
|
44916
44916
|
case 10:
|
|
44917
|
-
var value = new
|
|
44918
|
-
reader.readMessage(value,
|
|
44917
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
44918
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
44919
44919
|
msg.setPriceChangeRel(value);
|
|
44920
44920
|
break;
|
|
44921
44921
|
case 11:
|
|
@@ -44999,7 +44999,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.seria
|
|
|
44999
44999
|
writer.writeMessage(
|
|
45000
45000
|
7,
|
|
45001
45001
|
f,
|
|
45002
|
-
|
|
45002
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45003
45003
|
);
|
|
45004
45004
|
}
|
|
45005
45005
|
f = message.getTargetPrice();
|
|
@@ -45007,7 +45007,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.seria
|
|
|
45007
45007
|
writer.writeMessage(
|
|
45008
45008
|
8,
|
|
45009
45009
|
f,
|
|
45010
|
-
|
|
45010
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45011
45011
|
);
|
|
45012
45012
|
}
|
|
45013
45013
|
f = message.getPriceChange();
|
|
@@ -45015,7 +45015,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.seria
|
|
|
45015
45015
|
writer.writeMessage(
|
|
45016
45016
|
9,
|
|
45017
45017
|
f,
|
|
45018
|
-
|
|
45018
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45019
45019
|
);
|
|
45020
45020
|
}
|
|
45021
45021
|
f = message.getPriceChangeRel();
|
|
@@ -45023,7 +45023,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.seria
|
|
|
45023
45023
|
writer.writeMessage(
|
|
45024
45024
|
10,
|
|
45025
45025
|
f,
|
|
45026
|
-
|
|
45026
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45027
45027
|
);
|
|
45028
45028
|
}
|
|
45029
45029
|
f = message.getShowName();
|
|
@@ -45169,7 +45169,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.proto
|
|
|
45169
45169
|
*/
|
|
45170
45170
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.prototype.getCurrentPrice = function() {
|
|
45171
45171
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45172
|
-
jspb.Message.getWrapperField(this,
|
|
45172
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
45173
45173
|
};
|
|
45174
45174
|
|
|
45175
45175
|
|
|
@@ -45206,7 +45206,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.proto
|
|
|
45206
45206
|
*/
|
|
45207
45207
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.prototype.getTargetPrice = function() {
|
|
45208
45208
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45209
|
-
jspb.Message.getWrapperField(this,
|
|
45209
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
45210
45210
|
};
|
|
45211
45211
|
|
|
45212
45212
|
|
|
@@ -45243,7 +45243,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.proto
|
|
|
45243
45243
|
*/
|
|
45244
45244
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.prototype.getPriceChange = function() {
|
|
45245
45245
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45246
|
-
jspb.Message.getWrapperField(this,
|
|
45246
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
45247
45247
|
};
|
|
45248
45248
|
|
|
45249
45249
|
|
|
@@ -45280,7 +45280,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.proto
|
|
|
45280
45280
|
*/
|
|
45281
45281
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.TargetItem.prototype.getPriceChangeRel = function() {
|
|
45282
45282
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45283
|
-
jspb.Message.getWrapperField(this,
|
|
45283
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
45284
45284
|
};
|
|
45285
45285
|
|
|
45286
45286
|
|
|
@@ -45365,12 +45365,12 @@ uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
|
45365
45365
|
ticker: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
45366
45366
|
recommendation: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
45367
45367
|
currency: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
45368
|
-
currentPrice: (f = msg.getCurrentPrice()) &&
|
|
45369
|
-
consensus: (f = msg.getConsensus()) &&
|
|
45370
|
-
minTarget: (f = msg.getMinTarget()) &&
|
|
45371
|
-
maxTarget: (f = msg.getMaxTarget()) &&
|
|
45372
|
-
priceChange: (f = msg.getPriceChange()) &&
|
|
45373
|
-
priceChangeRel: (f = msg.getPriceChangeRel()) &&
|
|
45368
|
+
currentPrice: (f = msg.getCurrentPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
45369
|
+
consensus: (f = msg.getConsensus()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
45370
|
+
minTarget: (f = msg.getMinTarget()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
45371
|
+
maxTarget: (f = msg.getMaxTarget()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
45372
|
+
priceChange: (f = msg.getPriceChange()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
45373
|
+
priceChangeRel: (f = msg.getPriceChangeRel()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
45374
45374
|
};
|
|
45375
45375
|
|
|
45376
45376
|
if (includeInstance) {
|
|
@@ -45424,33 +45424,33 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.de
|
|
|
45424
45424
|
msg.setCurrency(value);
|
|
45425
45425
|
break;
|
|
45426
45426
|
case 5:
|
|
45427
|
-
var value = new
|
|
45428
|
-
reader.readMessage(value,
|
|
45427
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45428
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45429
45429
|
msg.setCurrentPrice(value);
|
|
45430
45430
|
break;
|
|
45431
45431
|
case 6:
|
|
45432
|
-
var value = new
|
|
45433
|
-
reader.readMessage(value,
|
|
45432
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45433
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45434
45434
|
msg.setConsensus(value);
|
|
45435
45435
|
break;
|
|
45436
45436
|
case 7:
|
|
45437
|
-
var value = new
|
|
45438
|
-
reader.readMessage(value,
|
|
45437
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45438
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45439
45439
|
msg.setMinTarget(value);
|
|
45440
45440
|
break;
|
|
45441
45441
|
case 8:
|
|
45442
|
-
var value = new
|
|
45443
|
-
reader.readMessage(value,
|
|
45442
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45443
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45444
45444
|
msg.setMaxTarget(value);
|
|
45445
45445
|
break;
|
|
45446
45446
|
case 9:
|
|
45447
|
-
var value = new
|
|
45448
|
-
reader.readMessage(value,
|
|
45447
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45448
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45449
45449
|
msg.setPriceChange(value);
|
|
45450
45450
|
break;
|
|
45451
45451
|
case 10:
|
|
45452
|
-
var value = new
|
|
45453
|
-
reader.readMessage(value,
|
|
45452
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
45453
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
45454
45454
|
msg.setPriceChangeRel(value);
|
|
45455
45455
|
break;
|
|
45456
45456
|
default:
|
|
@@ -45515,7 +45515,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45515
45515
|
writer.writeMessage(
|
|
45516
45516
|
5,
|
|
45517
45517
|
f,
|
|
45518
|
-
|
|
45518
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45519
45519
|
);
|
|
45520
45520
|
}
|
|
45521
45521
|
f = message.getConsensus();
|
|
@@ -45523,7 +45523,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45523
45523
|
writer.writeMessage(
|
|
45524
45524
|
6,
|
|
45525
45525
|
f,
|
|
45526
|
-
|
|
45526
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45527
45527
|
);
|
|
45528
45528
|
}
|
|
45529
45529
|
f = message.getMinTarget();
|
|
@@ -45531,7 +45531,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45531
45531
|
writer.writeMessage(
|
|
45532
45532
|
7,
|
|
45533
45533
|
f,
|
|
45534
|
-
|
|
45534
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45535
45535
|
);
|
|
45536
45536
|
}
|
|
45537
45537
|
f = message.getMaxTarget();
|
|
@@ -45539,7 +45539,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45539
45539
|
writer.writeMessage(
|
|
45540
45540
|
8,
|
|
45541
45541
|
f,
|
|
45542
|
-
|
|
45542
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45543
45543
|
);
|
|
45544
45544
|
}
|
|
45545
45545
|
f = message.getPriceChange();
|
|
@@ -45547,7 +45547,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45547
45547
|
writer.writeMessage(
|
|
45548
45548
|
9,
|
|
45549
45549
|
f,
|
|
45550
|
-
|
|
45550
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45551
45551
|
);
|
|
45552
45552
|
}
|
|
45553
45553
|
f = message.getPriceChangeRel();
|
|
@@ -45555,7 +45555,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.se
|
|
|
45555
45555
|
writer.writeMessage(
|
|
45556
45556
|
10,
|
|
45557
45557
|
f,
|
|
45558
|
-
|
|
45558
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
45559
45559
|
);
|
|
45560
45560
|
}
|
|
45561
45561
|
};
|
|
@@ -45639,7 +45639,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45639
45639
|
*/
|
|
45640
45640
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getCurrentPrice = function() {
|
|
45641
45641
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45642
|
-
jspb.Message.getWrapperField(this,
|
|
45642
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 5));
|
|
45643
45643
|
};
|
|
45644
45644
|
|
|
45645
45645
|
|
|
@@ -45676,7 +45676,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45676
45676
|
*/
|
|
45677
45677
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getConsensus = function() {
|
|
45678
45678
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45679
|
-
jspb.Message.getWrapperField(this,
|
|
45679
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
45680
45680
|
};
|
|
45681
45681
|
|
|
45682
45682
|
|
|
@@ -45713,7 +45713,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45713
45713
|
*/
|
|
45714
45714
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getMinTarget = function() {
|
|
45715
45715
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45716
|
-
jspb.Message.getWrapperField(this,
|
|
45716
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 7));
|
|
45717
45717
|
};
|
|
45718
45718
|
|
|
45719
45719
|
|
|
@@ -45750,7 +45750,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45750
45750
|
*/
|
|
45751
45751
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getMaxTarget = function() {
|
|
45752
45752
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45753
|
-
jspb.Message.getWrapperField(this,
|
|
45753
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 8));
|
|
45754
45754
|
};
|
|
45755
45755
|
|
|
45756
45756
|
|
|
@@ -45787,7 +45787,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45787
45787
|
*/
|
|
45788
45788
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getPriceChange = function() {
|
|
45789
45789
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45790
|
-
jspb.Message.getWrapperField(this,
|
|
45790
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 9));
|
|
45791
45791
|
};
|
|
45792
45792
|
|
|
45793
45793
|
|
|
@@ -45824,7 +45824,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.pr
|
|
|
45824
45824
|
*/
|
|
45825
45825
|
proto.tinkoff.public.invest.api.contract.v1.GetForecastResponse.ConsensusItem.prototype.getPriceChangeRel = function() {
|
|
45826
45826
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
45827
|
-
jspb.Message.getWrapperField(this,
|
|
45827
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 10));
|
|
45828
45828
|
};
|
|
45829
45829
|
|
|
45830
45830
|
|
|
@@ -46634,7 +46634,7 @@ proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.prototype
|
|
|
46634
46634
|
proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.toObject = function(includeInstance, msg) {
|
|
46635
46635
|
var f, obj = {
|
|
46636
46636
|
riskLevelCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
46637
|
-
value: (f = msg.getValue()) &&
|
|
46637
|
+
value: (f = msg.getValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
46638
46638
|
};
|
|
46639
46639
|
|
|
46640
46640
|
if (includeInstance) {
|
|
@@ -46676,8 +46676,8 @@ proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.deseriali
|
|
|
46676
46676
|
msg.setRiskLevelCode(value);
|
|
46677
46677
|
break;
|
|
46678
46678
|
case 5:
|
|
46679
|
-
var value = new
|
|
46680
|
-
reader.readMessage(value,
|
|
46679
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
46680
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
46681
46681
|
msg.setValue(value);
|
|
46682
46682
|
break;
|
|
46683
46683
|
default:
|
|
@@ -46721,7 +46721,7 @@ proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.serialize
|
|
|
46721
46721
|
writer.writeMessage(
|
|
46722
46722
|
5,
|
|
46723
46723
|
f,
|
|
46724
|
-
|
|
46724
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
46725
46725
|
);
|
|
46726
46726
|
}
|
|
46727
46727
|
};
|
|
@@ -46751,7 +46751,7 @@ proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.prototype
|
|
|
46751
46751
|
*/
|
|
46752
46752
|
proto.tinkoff.public.invest.api.contract.v1.RiskRatesResponse.RiskRate.prototype.getValue = function() {
|
|
46753
46753
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
46754
|
-
jspb.Message.getWrapperField(this,
|
|
46754
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 5));
|
|
46755
46755
|
};
|
|
46756
46756
|
|
|
46757
46757
|
|
|
@@ -47593,7 +47593,7 @@ direction: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
|
47593
47593
|
currency: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
47594
47594
|
date: (f = msg.getDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
47595
47595
|
quantity: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
47596
|
-
price: (f = msg.getPrice()) &&
|
|
47596
|
+
price: (f = msg.getPrice()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
47597
47597
|
instrumentUid: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
47598
47598
|
ticker: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
47599
47599
|
investorName: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
@@ -47659,8 +47659,8 @@ proto.tinkoff.public.invest.api.contract.v1.GetInsiderDealsResponse.InsiderDeal.
|
|
|
47659
47659
|
msg.setQuantity(value);
|
|
47660
47660
|
break;
|
|
47661
47661
|
case 6:
|
|
47662
|
-
var value = new
|
|
47663
|
-
reader.readMessage(value,
|
|
47662
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
47663
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
47664
47664
|
msg.setPrice(value);
|
|
47665
47665
|
break;
|
|
47666
47666
|
case 7:
|
|
@@ -47762,7 +47762,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetInsiderDealsResponse.InsiderDeal.
|
|
|
47762
47762
|
writer.writeMessage(
|
|
47763
47763
|
6,
|
|
47764
47764
|
f,
|
|
47765
|
-
|
|
47765
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
47766
47766
|
);
|
|
47767
47767
|
}
|
|
47768
47768
|
f = message.getInstrumentUid();
|
|
@@ -47933,7 +47933,7 @@ proto.tinkoff.public.invest.api.contract.v1.GetInsiderDealsResponse.InsiderDeal.
|
|
|
47933
47933
|
*/
|
|
47934
47934
|
proto.tinkoff.public.invest.api.contract.v1.GetInsiderDealsResponse.InsiderDeal.prototype.getPrice = function() {
|
|
47935
47935
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
47936
|
-
jspb.Message.getWrapperField(this,
|
|
47936
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 6));
|
|
47937
47937
|
};
|
|
47938
47938
|
|
|
47939
47939
|
|
|
@@ -48327,9 +48327,9 @@ uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
|
48327
48327
|
ticker: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
48328
48328
|
name: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
48329
48329
|
positionUid: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
48330
|
-
minPriceIncrement: (f = msg.getMinPriceIncrement()) &&
|
|
48330
|
+
minPriceIncrement: (f = msg.getMinPriceIncrement()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
48331
48331
|
lot: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
48332
|
-
nominal: (f = msg.getNominal()) &&
|
|
48332
|
+
nominal: (f = msg.getNominal()) && api_tinvest_common_pb.MoneyValue.toObject(includeInstance, f),
|
|
48333
48333
|
currency: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
48334
48334
|
maturityDate: (f = msg.getMaturityDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
48335
48335
|
shortEnabledFlag: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
@@ -48345,11 +48345,11 @@ type: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
|
48345
48345
|
basicAssetsList: jspb.Message.toObjectList(msg.getBasicAssetsList(),
|
|
48346
48346
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.BasicAsset.toObject, includeInstance),
|
|
48347
48347
|
forecastYield: (f = msg.getForecastYield()) && proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.toObject(includeInstance, f),
|
|
48348
|
-
yieldToMaturity: (f = msg.getYieldToMaturity()) &&
|
|
48349
|
-
couponValue: (f = msg.getCouponValue()) &&
|
|
48348
|
+
yieldToMaturity: (f = msg.getYieldToMaturity()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
48349
|
+
couponValue: (f = msg.getCouponValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
48350
48350
|
couponPaymentFrequency: jspb.Message.getFieldWithDefault(msg, 24, 0),
|
|
48351
48351
|
couponPaymentDate: (f = msg.getCouponPaymentDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
48352
|
-
aciValue: (f = msg.getAciValue()) &&
|
|
48352
|
+
aciValue: (f = msg.getAciValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
48353
48353
|
};
|
|
48354
48354
|
|
|
48355
48355
|
if (includeInstance) {
|
|
@@ -48403,8 +48403,8 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.deserializeBinaryFromRea
|
|
|
48403
48403
|
msg.setPositionUid(value);
|
|
48404
48404
|
break;
|
|
48405
48405
|
case 5:
|
|
48406
|
-
var value = new
|
|
48407
|
-
reader.readMessage(value,
|
|
48406
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48407
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48408
48408
|
msg.setMinPriceIncrement(value);
|
|
48409
48409
|
break;
|
|
48410
48410
|
case 6:
|
|
@@ -48412,8 +48412,8 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.deserializeBinaryFromRea
|
|
|
48412
48412
|
msg.setLot(value);
|
|
48413
48413
|
break;
|
|
48414
48414
|
case 7:
|
|
48415
|
-
var value = new
|
|
48416
|
-
reader.readMessage(value,
|
|
48415
|
+
var value = new api_tinvest_common_pb.MoneyValue;
|
|
48416
|
+
reader.readMessage(value,api_tinvest_common_pb.MoneyValue.deserializeBinaryFromReader);
|
|
48417
48417
|
msg.setNominal(value);
|
|
48418
48418
|
break;
|
|
48419
48419
|
case 8:
|
|
@@ -48476,13 +48476,13 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.deserializeBinaryFromRea
|
|
|
48476
48476
|
msg.setForecastYield(value);
|
|
48477
48477
|
break;
|
|
48478
48478
|
case 22:
|
|
48479
|
-
var value = new
|
|
48480
|
-
reader.readMessage(value,
|
|
48479
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48480
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48481
48481
|
msg.setYieldToMaturity(value);
|
|
48482
48482
|
break;
|
|
48483
48483
|
case 23:
|
|
48484
|
-
var value = new
|
|
48485
|
-
reader.readMessage(value,
|
|
48484
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48485
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48486
48486
|
msg.setCouponValue(value);
|
|
48487
48487
|
break;
|
|
48488
48488
|
case 24:
|
|
@@ -48495,8 +48495,8 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.deserializeBinaryFromRea
|
|
|
48495
48495
|
msg.setCouponPaymentDate(value);
|
|
48496
48496
|
break;
|
|
48497
48497
|
case 26:
|
|
48498
|
-
var value = new
|
|
48499
|
-
reader.readMessage(value,
|
|
48498
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48499
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48500
48500
|
msg.setAciValue(value);
|
|
48501
48501
|
break;
|
|
48502
48502
|
default:
|
|
@@ -48561,7 +48561,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.serializeBinaryToWriter
|
|
|
48561
48561
|
writer.writeMessage(
|
|
48562
48562
|
5,
|
|
48563
48563
|
f,
|
|
48564
|
-
|
|
48564
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48565
48565
|
);
|
|
48566
48566
|
}
|
|
48567
48567
|
f = message.getLot();
|
|
@@ -48576,7 +48576,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.serializeBinaryToWriter
|
|
|
48576
48576
|
writer.writeMessage(
|
|
48577
48577
|
7,
|
|
48578
48578
|
f,
|
|
48579
|
-
|
|
48579
|
+
api_tinvest_common_pb.MoneyValue.serializeBinaryToWriter
|
|
48580
48580
|
);
|
|
48581
48581
|
}
|
|
48582
48582
|
f = message.getCurrency();
|
|
@@ -48685,7 +48685,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.serializeBinaryToWriter
|
|
|
48685
48685
|
writer.writeMessage(
|
|
48686
48686
|
22,
|
|
48687
48687
|
f,
|
|
48688
|
-
|
|
48688
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48689
48689
|
);
|
|
48690
48690
|
}
|
|
48691
48691
|
f = message.getCouponValue();
|
|
@@ -48693,7 +48693,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.serializeBinaryToWriter
|
|
|
48693
48693
|
writer.writeMessage(
|
|
48694
48694
|
23,
|
|
48695
48695
|
f,
|
|
48696
|
-
|
|
48696
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48697
48697
|
);
|
|
48698
48698
|
}
|
|
48699
48699
|
f = message.getCouponPaymentFrequency();
|
|
@@ -48716,7 +48716,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.serializeBinaryToWriter
|
|
|
48716
48716
|
writer.writeMessage(
|
|
48717
48717
|
26,
|
|
48718
48718
|
f,
|
|
48719
|
-
|
|
48719
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48720
48720
|
);
|
|
48721
48721
|
}
|
|
48722
48722
|
};
|
|
@@ -48884,8 +48884,8 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.prototype.
|
|
|
48884
48884
|
*/
|
|
48885
48885
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.toObject = function(includeInstance, msg) {
|
|
48886
48886
|
var f, obj = {
|
|
48887
|
-
minValue: (f = msg.getMinValue()) &&
|
|
48888
|
-
maxValue: (f = msg.getMaxValue()) &&
|
|
48887
|
+
minValue: (f = msg.getMinValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f),
|
|
48888
|
+
maxValue: (f = msg.getMaxValue()) && api_tinvest_common_pb.Quotation.toObject(includeInstance, f)
|
|
48889
48889
|
};
|
|
48890
48890
|
|
|
48891
48891
|
if (includeInstance) {
|
|
@@ -48923,13 +48923,13 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.deserializ
|
|
|
48923
48923
|
var field = reader.getFieldNumber();
|
|
48924
48924
|
switch (field) {
|
|
48925
48925
|
case 1:
|
|
48926
|
-
var value = new
|
|
48927
|
-
reader.readMessage(value,
|
|
48926
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48927
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48928
48928
|
msg.setMinValue(value);
|
|
48929
48929
|
break;
|
|
48930
48930
|
case 2:
|
|
48931
|
-
var value = new
|
|
48932
|
-
reader.readMessage(value,
|
|
48931
|
+
var value = new api_tinvest_common_pb.Quotation;
|
|
48932
|
+
reader.readMessage(value,api_tinvest_common_pb.Quotation.deserializeBinaryFromReader);
|
|
48933
48933
|
msg.setMaxValue(value);
|
|
48934
48934
|
break;
|
|
48935
48935
|
default:
|
|
@@ -48966,7 +48966,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.serializeB
|
|
|
48966
48966
|
writer.writeMessage(
|
|
48967
48967
|
1,
|
|
48968
48968
|
f,
|
|
48969
|
-
|
|
48969
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48970
48970
|
);
|
|
48971
48971
|
}
|
|
48972
48972
|
f = message.getMaxValue();
|
|
@@ -48974,7 +48974,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.serializeB
|
|
|
48974
48974
|
writer.writeMessage(
|
|
48975
48975
|
2,
|
|
48976
48976
|
f,
|
|
48977
|
-
|
|
48977
|
+
api_tinvest_common_pb.Quotation.serializeBinaryToWriter
|
|
48978
48978
|
);
|
|
48979
48979
|
}
|
|
48980
48980
|
};
|
|
@@ -48986,7 +48986,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.serializeB
|
|
|
48986
48986
|
*/
|
|
48987
48987
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.prototype.getMinValue = function() {
|
|
48988
48988
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
48989
|
-
jspb.Message.getWrapperField(this,
|
|
48989
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 1));
|
|
48990
48990
|
};
|
|
48991
48991
|
|
|
48992
48992
|
|
|
@@ -49023,7 +49023,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.prototype.
|
|
|
49023
49023
|
*/
|
|
49024
49024
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.ForecastYield.prototype.getMaxValue = function() {
|
|
49025
49025
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
49026
|
-
jspb.Message.getWrapperField(this,
|
|
49026
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 2));
|
|
49027
49027
|
};
|
|
49028
49028
|
|
|
49029
49029
|
|
|
@@ -49132,7 +49132,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.setPositionUid
|
|
|
49132
49132
|
*/
|
|
49133
49133
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.getMinPriceIncrement = function() {
|
|
49134
49134
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
49135
|
-
jspb.Message.getWrapperField(this,
|
|
49135
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 5));
|
|
49136
49136
|
};
|
|
49137
49137
|
|
|
49138
49138
|
|
|
@@ -49187,7 +49187,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.setLot = funct
|
|
|
49187
49187
|
*/
|
|
49188
49188
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.getNominal = function() {
|
|
49189
49189
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.MoneyValue} */ (
|
|
49190
|
-
jspb.Message.getWrapperField(this,
|
|
49190
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.MoneyValue, 7));
|
|
49191
49191
|
};
|
|
49192
49192
|
|
|
49193
49193
|
|
|
@@ -49534,7 +49534,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.hasForecastYie
|
|
|
49534
49534
|
*/
|
|
49535
49535
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.getYieldToMaturity = function() {
|
|
49536
49536
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
49537
|
-
jspb.Message.getWrapperField(this,
|
|
49537
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 22));
|
|
49538
49538
|
};
|
|
49539
49539
|
|
|
49540
49540
|
|
|
@@ -49571,7 +49571,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.hasYieldToMatu
|
|
|
49571
49571
|
*/
|
|
49572
49572
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.getCouponValue = function() {
|
|
49573
49573
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
49574
|
-
jspb.Message.getWrapperField(this,
|
|
49574
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 23));
|
|
49575
49575
|
};
|
|
49576
49576
|
|
|
49577
49577
|
|
|
@@ -49663,7 +49663,7 @@ proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.hasCouponPayme
|
|
|
49663
49663
|
*/
|
|
49664
49664
|
proto.tinkoff.public.invest.api.contract.v1.DfaResponse.prototype.getAciValue = function() {
|
|
49665
49665
|
return /** @type{?proto.tinkoff.public.invest.api.contract.v1.Quotation} */ (
|
|
49666
|
-
jspb.Message.getWrapperField(this,
|
|
49666
|
+
jspb.Message.getWrapperField(this, api_tinvest_common_pb.Quotation, 26));
|
|
49667
49667
|
};
|
|
49668
49668
|
|
|
49669
49669
|
|