@marleena/trb-proto 1.0.45 → 1.0.46
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/gen/js-ts/indicators/params_pb.d.ts +0 -524
- package/gen/js-ts/indicators/params_pb.js +3919 -8184
- package/gen/js-ts/indicators/values_pb.d.ts +0 -236
- package/gen/js-ts/indicators/values_pb.js +161 -2031
- package/package.json +1 -1
|
@@ -45,14 +45,10 @@ goog.exportSymbol('proto.trb.indicators.v1.MinMaxPoint', null, global);
|
|
|
45
45
|
goog.exportSymbol('proto.trb.indicators.v1.MinMaxSeries', null, global);
|
|
46
46
|
goog.exportSymbol('proto.trb.indicators.v1.RealPoint', null, global);
|
|
47
47
|
goog.exportSymbol('proto.trb.indicators.v1.RealSeries', null, global);
|
|
48
|
-
goog.exportSymbol('proto.trb.indicators.v1.SmiPoint', null, global);
|
|
49
|
-
goog.exportSymbol('proto.trb.indicators.v1.SmiSeries', null, global);
|
|
50
48
|
goog.exportSymbol('proto.trb.indicators.v1.StochFPoint', null, global);
|
|
51
49
|
goog.exportSymbol('proto.trb.indicators.v1.StochFSeries', null, global);
|
|
52
50
|
goog.exportSymbol('proto.trb.indicators.v1.StochPoint', null, global);
|
|
53
51
|
goog.exportSymbol('proto.trb.indicators.v1.StochSeries', null, global);
|
|
54
|
-
goog.exportSymbol('proto.trb.indicators.v1.SuperTrendPoint', null, global);
|
|
55
|
-
goog.exportSymbol('proto.trb.indicators.v1.SuperTrendSeries', null, global);
|
|
56
52
|
/**
|
|
57
53
|
* Generated by JsPbCodeGenerator.
|
|
58
54
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -473,48 +469,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
473
469
|
*/
|
|
474
470
|
proto.trb.indicators.v1.StochFSeries.displayName = 'proto.trb.indicators.v1.StochFSeries';
|
|
475
471
|
}
|
|
476
|
-
/**
|
|
477
|
-
* Generated by JsPbCodeGenerator.
|
|
478
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
479
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
480
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
481
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
482
|
-
* valid.
|
|
483
|
-
* @extends {jspb.Message}
|
|
484
|
-
* @constructor
|
|
485
|
-
*/
|
|
486
|
-
proto.trb.indicators.v1.SmiPoint = function(opt_data) {
|
|
487
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
488
|
-
};
|
|
489
|
-
goog.inherits(proto.trb.indicators.v1.SmiPoint, jspb.Message);
|
|
490
|
-
if (goog.DEBUG && !COMPILED) {
|
|
491
|
-
/**
|
|
492
|
-
* @public
|
|
493
|
-
* @override
|
|
494
|
-
*/
|
|
495
|
-
proto.trb.indicators.v1.SmiPoint.displayName = 'proto.trb.indicators.v1.SmiPoint';
|
|
496
|
-
}
|
|
497
|
-
/**
|
|
498
|
-
* Generated by JsPbCodeGenerator.
|
|
499
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
500
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
501
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
502
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
503
|
-
* valid.
|
|
504
|
-
* @extends {jspb.Message}
|
|
505
|
-
* @constructor
|
|
506
|
-
*/
|
|
507
|
-
proto.trb.indicators.v1.SmiSeries = function(opt_data) {
|
|
508
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.trb.indicators.v1.SmiSeries.repeatedFields_, null);
|
|
509
|
-
};
|
|
510
|
-
goog.inherits(proto.trb.indicators.v1.SmiSeries, jspb.Message);
|
|
511
|
-
if (goog.DEBUG && !COMPILED) {
|
|
512
|
-
/**
|
|
513
|
-
* @public
|
|
514
|
-
* @override
|
|
515
|
-
*/
|
|
516
|
-
proto.trb.indicators.v1.SmiSeries.displayName = 'proto.trb.indicators.v1.SmiSeries';
|
|
517
|
-
}
|
|
518
472
|
/**
|
|
519
473
|
* Generated by JsPbCodeGenerator.
|
|
520
474
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -599,48 +553,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
599
553
|
*/
|
|
600
554
|
proto.trb.indicators.v1.MinMaxIndexSeries.displayName = 'proto.trb.indicators.v1.MinMaxIndexSeries';
|
|
601
555
|
}
|
|
602
|
-
/**
|
|
603
|
-
* Generated by JsPbCodeGenerator.
|
|
604
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
605
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
606
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
607
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
608
|
-
* valid.
|
|
609
|
-
* @extends {jspb.Message}
|
|
610
|
-
* @constructor
|
|
611
|
-
*/
|
|
612
|
-
proto.trb.indicators.v1.SuperTrendPoint = function(opt_data) {
|
|
613
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
614
|
-
};
|
|
615
|
-
goog.inherits(proto.trb.indicators.v1.SuperTrendPoint, jspb.Message);
|
|
616
|
-
if (goog.DEBUG && !COMPILED) {
|
|
617
|
-
/**
|
|
618
|
-
* @public
|
|
619
|
-
* @override
|
|
620
|
-
*/
|
|
621
|
-
proto.trb.indicators.v1.SuperTrendPoint.displayName = 'proto.trb.indicators.v1.SuperTrendPoint';
|
|
622
|
-
}
|
|
623
|
-
/**
|
|
624
|
-
* Generated by JsPbCodeGenerator.
|
|
625
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
626
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
627
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
628
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
629
|
-
* valid.
|
|
630
|
-
* @extends {jspb.Message}
|
|
631
|
-
* @constructor
|
|
632
|
-
*/
|
|
633
|
-
proto.trb.indicators.v1.SuperTrendSeries = function(opt_data) {
|
|
634
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.trb.indicators.v1.SuperTrendSeries.repeatedFields_, null);
|
|
635
|
-
};
|
|
636
|
-
goog.inherits(proto.trb.indicators.v1.SuperTrendSeries, jspb.Message);
|
|
637
|
-
if (goog.DEBUG && !COMPILED) {
|
|
638
|
-
/**
|
|
639
|
-
* @public
|
|
640
|
-
* @override
|
|
641
|
-
*/
|
|
642
|
-
proto.trb.indicators.v1.SuperTrendSeries.displayName = 'proto.trb.indicators.v1.SuperTrendSeries';
|
|
643
|
-
}
|
|
644
556
|
/**
|
|
645
557
|
* Generated by JsPbCodeGenerator.
|
|
646
558
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -4388,8 +4300,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4388
4300
|
* http://goto/soy-param-migration
|
|
4389
4301
|
* @return {!Object}
|
|
4390
4302
|
*/
|
|
4391
|
-
proto.trb.indicators.v1.
|
|
4392
|
-
return proto.trb.indicators.v1.
|
|
4303
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.toObject = function(opt_includeInstance) {
|
|
4304
|
+
return proto.trb.indicators.v1.MinMaxPoint.toObject(opt_includeInstance, this);
|
|
4393
4305
|
};
|
|
4394
4306
|
|
|
4395
4307
|
|
|
@@ -4398,15 +4310,15 @@ proto.trb.indicators.v1.SmiPoint.prototype.toObject = function(opt_includeInstan
|
|
|
4398
4310
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4399
4311
|
* the JSPB instance for transitional soy proto support:
|
|
4400
4312
|
* http://goto/soy-param-migration
|
|
4401
|
-
* @param {!proto.trb.indicators.v1.
|
|
4313
|
+
* @param {!proto.trb.indicators.v1.MinMaxPoint} msg The msg instance to transform.
|
|
4402
4314
|
* @return {!Object}
|
|
4403
4315
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4404
4316
|
*/
|
|
4405
|
-
proto.trb.indicators.v1.
|
|
4317
|
+
proto.trb.indicators.v1.MinMaxPoint.toObject = function(includeInstance, msg) {
|
|
4406
4318
|
var f, obj = {
|
|
4407
4319
|
time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
4408
|
-
|
|
4409
|
-
|
|
4320
|
+
min: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
4321
|
+
max: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
|
|
4410
4322
|
};
|
|
4411
4323
|
|
|
4412
4324
|
if (includeInstance) {
|
|
@@ -4420,23 +4332,23 @@ signal: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
|
|
|
4420
4332
|
/**
|
|
4421
4333
|
* Deserializes binary data (in protobuf wire format).
|
|
4422
4334
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4423
|
-
* @return {!proto.trb.indicators.v1.
|
|
4335
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint}
|
|
4424
4336
|
*/
|
|
4425
|
-
proto.trb.indicators.v1.
|
|
4337
|
+
proto.trb.indicators.v1.MinMaxPoint.deserializeBinary = function(bytes) {
|
|
4426
4338
|
var reader = new jspb.BinaryReader(bytes);
|
|
4427
|
-
var msg = new proto.trb.indicators.v1.
|
|
4428
|
-
return proto.trb.indicators.v1.
|
|
4339
|
+
var msg = new proto.trb.indicators.v1.MinMaxPoint;
|
|
4340
|
+
return proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader(msg, reader);
|
|
4429
4341
|
};
|
|
4430
4342
|
|
|
4431
4343
|
|
|
4432
4344
|
/**
|
|
4433
4345
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4434
4346
|
* given reader into the given message object.
|
|
4435
|
-
* @param {!proto.trb.indicators.v1.
|
|
4347
|
+
* @param {!proto.trb.indicators.v1.MinMaxPoint} msg The message object to deserialize into.
|
|
4436
4348
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4437
|
-
* @return {!proto.trb.indicators.v1.
|
|
4349
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint}
|
|
4438
4350
|
*/
|
|
4439
|
-
proto.trb.indicators.v1.
|
|
4351
|
+
proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader = function(msg, reader) {
|
|
4440
4352
|
while (reader.nextField()) {
|
|
4441
4353
|
if (reader.isEndGroup()) {
|
|
4442
4354
|
break;
|
|
@@ -4450,11 +4362,11 @@ proto.trb.indicators.v1.SmiPoint.deserializeBinaryFromReader = function(msg, rea
|
|
|
4450
4362
|
break;
|
|
4451
4363
|
case 2:
|
|
4452
4364
|
var value = /** @type {number} */ (reader.readDouble());
|
|
4453
|
-
msg.
|
|
4365
|
+
msg.setMin(value);
|
|
4454
4366
|
break;
|
|
4455
4367
|
case 3:
|
|
4456
4368
|
var value = /** @type {number} */ (reader.readDouble());
|
|
4457
|
-
msg.
|
|
4369
|
+
msg.setMax(value);
|
|
4458
4370
|
break;
|
|
4459
4371
|
default:
|
|
4460
4372
|
reader.skipField();
|
|
@@ -4469,9 +4381,9 @@ proto.trb.indicators.v1.SmiPoint.deserializeBinaryFromReader = function(msg, rea
|
|
|
4469
4381
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4470
4382
|
* @return {!Uint8Array}
|
|
4471
4383
|
*/
|
|
4472
|
-
proto.trb.indicators.v1.
|
|
4384
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.serializeBinary = function() {
|
|
4473
4385
|
var writer = new jspb.BinaryWriter();
|
|
4474
|
-
proto.trb.indicators.v1.
|
|
4386
|
+
proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter(this, writer);
|
|
4475
4387
|
return writer.getResultBuffer();
|
|
4476
4388
|
};
|
|
4477
4389
|
|
|
@@ -4479,11 +4391,11 @@ proto.trb.indicators.v1.SmiPoint.prototype.serializeBinary = function() {
|
|
|
4479
4391
|
/**
|
|
4480
4392
|
* Serializes the given message to binary data (in protobuf wire
|
|
4481
4393
|
* format), writing to the given BinaryWriter.
|
|
4482
|
-
* @param {!proto.trb.indicators.v1.
|
|
4394
|
+
* @param {!proto.trb.indicators.v1.MinMaxPoint} message
|
|
4483
4395
|
* @param {!jspb.BinaryWriter} writer
|
|
4484
4396
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4485
4397
|
*/
|
|
4486
|
-
proto.trb.indicators.v1.
|
|
4398
|
+
proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter = function(message, writer) {
|
|
4487
4399
|
var f = undefined;
|
|
4488
4400
|
f = message.getTime();
|
|
4489
4401
|
if (f != null) {
|
|
@@ -4493,14 +4405,14 @@ proto.trb.indicators.v1.SmiPoint.serializeBinaryToWriter = function(message, wri
|
|
|
4493
4405
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
4494
4406
|
);
|
|
4495
4407
|
}
|
|
4496
|
-
f = message.
|
|
4408
|
+
f = message.getMin();
|
|
4497
4409
|
if (f !== 0.0) {
|
|
4498
4410
|
writer.writeDouble(
|
|
4499
4411
|
2,
|
|
4500
4412
|
f
|
|
4501
4413
|
);
|
|
4502
4414
|
}
|
|
4503
|
-
f = message.
|
|
4415
|
+
f = message.getMax();
|
|
4504
4416
|
if (f !== 0.0) {
|
|
4505
4417
|
writer.writeDouble(
|
|
4506
4418
|
3,
|
|
@@ -4514,7 +4426,7 @@ proto.trb.indicators.v1.SmiPoint.serializeBinaryToWriter = function(message, wri
|
|
|
4514
4426
|
* optional google.protobuf.Timestamp time = 1;
|
|
4515
4427
|
* @return {?proto.google.protobuf.Timestamp}
|
|
4516
4428
|
*/
|
|
4517
|
-
proto.trb.indicators.v1.
|
|
4429
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.getTime = function() {
|
|
4518
4430
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
4519
4431
|
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
4520
4432
|
};
|
|
@@ -4522,18 +4434,18 @@ proto.trb.indicators.v1.SmiPoint.prototype.getTime = function() {
|
|
|
4522
4434
|
|
|
4523
4435
|
/**
|
|
4524
4436
|
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
4525
|
-
* @return {!proto.trb.indicators.v1.
|
|
4437
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint} returns this
|
|
4526
4438
|
*/
|
|
4527
|
-
proto.trb.indicators.v1.
|
|
4439
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.setTime = function(value) {
|
|
4528
4440
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
4529
4441
|
};
|
|
4530
4442
|
|
|
4531
4443
|
|
|
4532
4444
|
/**
|
|
4533
4445
|
* Clears the message field making it undefined.
|
|
4534
|
-
* @return {!proto.trb.indicators.v1.
|
|
4446
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint} returns this
|
|
4535
4447
|
*/
|
|
4536
|
-
proto.trb.indicators.v1.
|
|
4448
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.clearTime = function() {
|
|
4537
4449
|
return this.setTime(undefined);
|
|
4538
4450
|
};
|
|
4539
4451
|
|
|
@@ -4542,43 +4454,43 @@ proto.trb.indicators.v1.SmiPoint.prototype.clearTime = function() {
|
|
|
4542
4454
|
* Returns whether this field is set.
|
|
4543
4455
|
* @return {boolean}
|
|
4544
4456
|
*/
|
|
4545
|
-
proto.trb.indicators.v1.
|
|
4457
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.hasTime = function() {
|
|
4546
4458
|
return jspb.Message.getField(this, 1) != null;
|
|
4547
4459
|
};
|
|
4548
4460
|
|
|
4549
4461
|
|
|
4550
4462
|
/**
|
|
4551
|
-
* optional double
|
|
4463
|
+
* optional double min = 2;
|
|
4552
4464
|
* @return {number}
|
|
4553
4465
|
*/
|
|
4554
|
-
proto.trb.indicators.v1.
|
|
4466
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.getMin = function() {
|
|
4555
4467
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
|
|
4556
4468
|
};
|
|
4557
4469
|
|
|
4558
4470
|
|
|
4559
4471
|
/**
|
|
4560
4472
|
* @param {number} value
|
|
4561
|
-
* @return {!proto.trb.indicators.v1.
|
|
4473
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint} returns this
|
|
4562
4474
|
*/
|
|
4563
|
-
proto.trb.indicators.v1.
|
|
4475
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.setMin = function(value) {
|
|
4564
4476
|
return jspb.Message.setProto3FloatField(this, 2, value);
|
|
4565
4477
|
};
|
|
4566
4478
|
|
|
4567
4479
|
|
|
4568
4480
|
/**
|
|
4569
|
-
* optional double
|
|
4481
|
+
* optional double max = 3;
|
|
4570
4482
|
* @return {number}
|
|
4571
4483
|
*/
|
|
4572
|
-
proto.trb.indicators.v1.
|
|
4484
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.getMax = function() {
|
|
4573
4485
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
4574
4486
|
};
|
|
4575
4487
|
|
|
4576
4488
|
|
|
4577
4489
|
/**
|
|
4578
4490
|
* @param {number} value
|
|
4579
|
-
* @return {!proto.trb.indicators.v1.
|
|
4491
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint} returns this
|
|
4580
4492
|
*/
|
|
4581
|
-
proto.trb.indicators.v1.
|
|
4493
|
+
proto.trb.indicators.v1.MinMaxPoint.prototype.setMax = function(value) {
|
|
4582
4494
|
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
4583
4495
|
};
|
|
4584
4496
|
|
|
@@ -4589,7 +4501,7 @@ proto.trb.indicators.v1.SmiPoint.prototype.setSignal = function(value) {
|
|
|
4589
4501
|
* @private {!Array<number>}
|
|
4590
4502
|
* @const
|
|
4591
4503
|
*/
|
|
4592
|
-
proto.trb.indicators.v1.
|
|
4504
|
+
proto.trb.indicators.v1.MinMaxSeries.repeatedFields_ = [1];
|
|
4593
4505
|
|
|
4594
4506
|
|
|
4595
4507
|
|
|
@@ -4606,8 +4518,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4606
4518
|
* http://goto/soy-param-migration
|
|
4607
4519
|
* @return {!Object}
|
|
4608
4520
|
*/
|
|
4609
|
-
proto.trb.indicators.v1.
|
|
4610
|
-
return proto.trb.indicators.v1.
|
|
4521
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.toObject = function(opt_includeInstance) {
|
|
4522
|
+
return proto.trb.indicators.v1.MinMaxSeries.toObject(opt_includeInstance, this);
|
|
4611
4523
|
};
|
|
4612
4524
|
|
|
4613
4525
|
|
|
@@ -4616,14 +4528,14 @@ proto.trb.indicators.v1.SmiSeries.prototype.toObject = function(opt_includeInsta
|
|
|
4616
4528
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4617
4529
|
* the JSPB instance for transitional soy proto support:
|
|
4618
4530
|
* http://goto/soy-param-migration
|
|
4619
|
-
* @param {!proto.trb.indicators.v1.
|
|
4531
|
+
* @param {!proto.trb.indicators.v1.MinMaxSeries} msg The msg instance to transform.
|
|
4620
4532
|
* @return {!Object}
|
|
4621
4533
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4622
4534
|
*/
|
|
4623
|
-
proto.trb.indicators.v1.
|
|
4535
|
+
proto.trb.indicators.v1.MinMaxSeries.toObject = function(includeInstance, msg) {
|
|
4624
4536
|
var f, obj = {
|
|
4625
4537
|
pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
4626
|
-
proto.trb.indicators.v1.
|
|
4538
|
+
proto.trb.indicators.v1.MinMaxPoint.toObject, includeInstance)
|
|
4627
4539
|
};
|
|
4628
4540
|
|
|
4629
4541
|
if (includeInstance) {
|
|
@@ -4637,23 +4549,23 @@ pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
|
4637
4549
|
/**
|
|
4638
4550
|
* Deserializes binary data (in protobuf wire format).
|
|
4639
4551
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4640
|
-
* @return {!proto.trb.indicators.v1.
|
|
4552
|
+
* @return {!proto.trb.indicators.v1.MinMaxSeries}
|
|
4641
4553
|
*/
|
|
4642
|
-
proto.trb.indicators.v1.
|
|
4554
|
+
proto.trb.indicators.v1.MinMaxSeries.deserializeBinary = function(bytes) {
|
|
4643
4555
|
var reader = new jspb.BinaryReader(bytes);
|
|
4644
|
-
var msg = new proto.trb.indicators.v1.
|
|
4645
|
-
return proto.trb.indicators.v1.
|
|
4556
|
+
var msg = new proto.trb.indicators.v1.MinMaxSeries;
|
|
4557
|
+
return proto.trb.indicators.v1.MinMaxSeries.deserializeBinaryFromReader(msg, reader);
|
|
4646
4558
|
};
|
|
4647
4559
|
|
|
4648
4560
|
|
|
4649
4561
|
/**
|
|
4650
4562
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4651
4563
|
* given reader into the given message object.
|
|
4652
|
-
* @param {!proto.trb.indicators.v1.
|
|
4564
|
+
* @param {!proto.trb.indicators.v1.MinMaxSeries} msg The message object to deserialize into.
|
|
4653
4565
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4654
|
-
* @return {!proto.trb.indicators.v1.
|
|
4566
|
+
* @return {!proto.trb.indicators.v1.MinMaxSeries}
|
|
4655
4567
|
*/
|
|
4656
|
-
proto.trb.indicators.v1.
|
|
4568
|
+
proto.trb.indicators.v1.MinMaxSeries.deserializeBinaryFromReader = function(msg, reader) {
|
|
4657
4569
|
while (reader.nextField()) {
|
|
4658
4570
|
if (reader.isEndGroup()) {
|
|
4659
4571
|
break;
|
|
@@ -4661,8 +4573,8 @@ proto.trb.indicators.v1.SmiSeries.deserializeBinaryFromReader = function(msg, re
|
|
|
4661
4573
|
var field = reader.getFieldNumber();
|
|
4662
4574
|
switch (field) {
|
|
4663
4575
|
case 1:
|
|
4664
|
-
var value = new proto.trb.indicators.v1.
|
|
4665
|
-
reader.readMessage(value,proto.trb.indicators.v1.
|
|
4576
|
+
var value = new proto.trb.indicators.v1.MinMaxPoint;
|
|
4577
|
+
reader.readMessage(value,proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader);
|
|
4666
4578
|
msg.addPoints(value);
|
|
4667
4579
|
break;
|
|
4668
4580
|
default:
|
|
@@ -4678,9 +4590,9 @@ proto.trb.indicators.v1.SmiSeries.deserializeBinaryFromReader = function(msg, re
|
|
|
4678
4590
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4679
4591
|
* @return {!Uint8Array}
|
|
4680
4592
|
*/
|
|
4681
|
-
proto.trb.indicators.v1.
|
|
4593
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.serializeBinary = function() {
|
|
4682
4594
|
var writer = new jspb.BinaryWriter();
|
|
4683
|
-
proto.trb.indicators.v1.
|
|
4595
|
+
proto.trb.indicators.v1.MinMaxSeries.serializeBinaryToWriter(this, writer);
|
|
4684
4596
|
return writer.getResultBuffer();
|
|
4685
4597
|
};
|
|
4686
4598
|
|
|
@@ -4688,57 +4600,57 @@ proto.trb.indicators.v1.SmiSeries.prototype.serializeBinary = function() {
|
|
|
4688
4600
|
/**
|
|
4689
4601
|
* Serializes the given message to binary data (in protobuf wire
|
|
4690
4602
|
* format), writing to the given BinaryWriter.
|
|
4691
|
-
* @param {!proto.trb.indicators.v1.
|
|
4603
|
+
* @param {!proto.trb.indicators.v1.MinMaxSeries} message
|
|
4692
4604
|
* @param {!jspb.BinaryWriter} writer
|
|
4693
4605
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4694
4606
|
*/
|
|
4695
|
-
proto.trb.indicators.v1.
|
|
4607
|
+
proto.trb.indicators.v1.MinMaxSeries.serializeBinaryToWriter = function(message, writer) {
|
|
4696
4608
|
var f = undefined;
|
|
4697
4609
|
f = message.getPointsList();
|
|
4698
4610
|
if (f.length > 0) {
|
|
4699
4611
|
writer.writeRepeatedMessage(
|
|
4700
4612
|
1,
|
|
4701
4613
|
f,
|
|
4702
|
-
proto.trb.indicators.v1.
|
|
4614
|
+
proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter
|
|
4703
4615
|
);
|
|
4704
4616
|
}
|
|
4705
4617
|
};
|
|
4706
4618
|
|
|
4707
4619
|
|
|
4708
4620
|
/**
|
|
4709
|
-
* repeated
|
|
4710
|
-
* @return {!Array<!proto.trb.indicators.v1.
|
|
4621
|
+
* repeated MinMaxPoint points = 1;
|
|
4622
|
+
* @return {!Array<!proto.trb.indicators.v1.MinMaxPoint>}
|
|
4711
4623
|
*/
|
|
4712
|
-
proto.trb.indicators.v1.
|
|
4713
|
-
return /** @type{!Array<!proto.trb.indicators.v1.
|
|
4714
|
-
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.
|
|
4624
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.getPointsList = function() {
|
|
4625
|
+
return /** @type{!Array<!proto.trb.indicators.v1.MinMaxPoint>} */ (
|
|
4626
|
+
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.MinMaxPoint, 1));
|
|
4715
4627
|
};
|
|
4716
4628
|
|
|
4717
4629
|
|
|
4718
4630
|
/**
|
|
4719
|
-
* @param {!Array<!proto.trb.indicators.v1.
|
|
4720
|
-
* @return {!proto.trb.indicators.v1.
|
|
4631
|
+
* @param {!Array<!proto.trb.indicators.v1.MinMaxPoint>} value
|
|
4632
|
+
* @return {!proto.trb.indicators.v1.MinMaxSeries} returns this
|
|
4721
4633
|
*/
|
|
4722
|
-
proto.trb.indicators.v1.
|
|
4634
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.setPointsList = function(value) {
|
|
4723
4635
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
4724
4636
|
};
|
|
4725
4637
|
|
|
4726
4638
|
|
|
4727
4639
|
/**
|
|
4728
|
-
* @param {!proto.trb.indicators.v1.
|
|
4640
|
+
* @param {!proto.trb.indicators.v1.MinMaxPoint=} opt_value
|
|
4729
4641
|
* @param {number=} opt_index
|
|
4730
|
-
* @return {!proto.trb.indicators.v1.
|
|
4642
|
+
* @return {!proto.trb.indicators.v1.MinMaxPoint}
|
|
4731
4643
|
*/
|
|
4732
|
-
proto.trb.indicators.v1.
|
|
4733
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.
|
|
4644
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.addPoints = function(opt_value, opt_index) {
|
|
4645
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.MinMaxPoint, opt_index);
|
|
4734
4646
|
};
|
|
4735
4647
|
|
|
4736
4648
|
|
|
4737
4649
|
/**
|
|
4738
4650
|
* Clears the list making it empty but non-null.
|
|
4739
|
-
* @return {!proto.trb.indicators.v1.
|
|
4651
|
+
* @return {!proto.trb.indicators.v1.MinMaxSeries} returns this
|
|
4740
4652
|
*/
|
|
4741
|
-
proto.trb.indicators.v1.
|
|
4653
|
+
proto.trb.indicators.v1.MinMaxSeries.prototype.clearPointsList = function() {
|
|
4742
4654
|
return this.setPointsList([]);
|
|
4743
4655
|
};
|
|
4744
4656
|
|
|
@@ -4759,8 +4671,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4759
4671
|
* http://goto/soy-param-migration
|
|
4760
4672
|
* @return {!Object}
|
|
4761
4673
|
*/
|
|
4762
|
-
proto.trb.indicators.v1.
|
|
4763
|
-
return proto.trb.indicators.v1.
|
|
4674
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.toObject = function(opt_includeInstance) {
|
|
4675
|
+
return proto.trb.indicators.v1.MinMaxIndexPoint.toObject(opt_includeInstance, this);
|
|
4764
4676
|
};
|
|
4765
4677
|
|
|
4766
4678
|
|
|
@@ -4769,15 +4681,15 @@ proto.trb.indicators.v1.MinMaxPoint.prototype.toObject = function(opt_includeIns
|
|
|
4769
4681
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4770
4682
|
* the JSPB instance for transitional soy proto support:
|
|
4771
4683
|
* http://goto/soy-param-migration
|
|
4772
|
-
* @param {!proto.trb.indicators.v1.
|
|
4684
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} msg The msg instance to transform.
|
|
4773
4685
|
* @return {!Object}
|
|
4774
4686
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4775
4687
|
*/
|
|
4776
|
-
proto.trb.indicators.v1.
|
|
4688
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.toObject = function(includeInstance, msg) {
|
|
4777
4689
|
var f, obj = {
|
|
4778
4690
|
time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
4779
|
-
|
|
4780
|
-
|
|
4691
|
+
minIndex: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
4692
|
+
maxIndex: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
4781
4693
|
};
|
|
4782
4694
|
|
|
4783
4695
|
if (includeInstance) {
|
|
@@ -4791,23 +4703,23 @@ max: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
|
|
|
4791
4703
|
/**
|
|
4792
4704
|
* Deserializes binary data (in protobuf wire format).
|
|
4793
4705
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4794
|
-
* @return {!proto.trb.indicators.v1.
|
|
4706
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
4795
4707
|
*/
|
|
4796
|
-
proto.trb.indicators.v1.
|
|
4708
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinary = function(bytes) {
|
|
4797
4709
|
var reader = new jspb.BinaryReader(bytes);
|
|
4798
|
-
var msg = new proto.trb.indicators.v1.
|
|
4799
|
-
return proto.trb.indicators.v1.
|
|
4710
|
+
var msg = new proto.trb.indicators.v1.MinMaxIndexPoint;
|
|
4711
|
+
return proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader(msg, reader);
|
|
4800
4712
|
};
|
|
4801
4713
|
|
|
4802
4714
|
|
|
4803
4715
|
/**
|
|
4804
4716
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4805
4717
|
* given reader into the given message object.
|
|
4806
|
-
* @param {!proto.trb.indicators.v1.
|
|
4718
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} msg The message object to deserialize into.
|
|
4807
4719
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4808
|
-
* @return {!proto.trb.indicators.v1.
|
|
4720
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
4809
4721
|
*/
|
|
4810
|
-
proto.trb.indicators.v1.
|
|
4722
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader = function(msg, reader) {
|
|
4811
4723
|
while (reader.nextField()) {
|
|
4812
4724
|
if (reader.isEndGroup()) {
|
|
4813
4725
|
break;
|
|
@@ -4820,12 +4732,12 @@ proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader = function(msg,
|
|
|
4820
4732
|
msg.setTime(value);
|
|
4821
4733
|
break;
|
|
4822
4734
|
case 2:
|
|
4823
|
-
var value = /** @type {number} */ (reader.
|
|
4824
|
-
msg.
|
|
4735
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
4736
|
+
msg.setMinIndex(value);
|
|
4825
4737
|
break;
|
|
4826
4738
|
case 3:
|
|
4827
|
-
var value = /** @type {number} */ (reader.
|
|
4828
|
-
msg.
|
|
4739
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
4740
|
+
msg.setMaxIndex(value);
|
|
4829
4741
|
break;
|
|
4830
4742
|
default:
|
|
4831
4743
|
reader.skipField();
|
|
@@ -4840,9 +4752,9 @@ proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader = function(msg,
|
|
|
4840
4752
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4841
4753
|
* @return {!Uint8Array}
|
|
4842
4754
|
*/
|
|
4843
|
-
proto.trb.indicators.v1.
|
|
4755
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.serializeBinary = function() {
|
|
4844
4756
|
var writer = new jspb.BinaryWriter();
|
|
4845
|
-
proto.trb.indicators.v1.
|
|
4757
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter(this, writer);
|
|
4846
4758
|
return writer.getResultBuffer();
|
|
4847
4759
|
};
|
|
4848
4760
|
|
|
@@ -4850,11 +4762,11 @@ proto.trb.indicators.v1.MinMaxPoint.prototype.serializeBinary = function() {
|
|
|
4850
4762
|
/**
|
|
4851
4763
|
* Serializes the given message to binary data (in protobuf wire
|
|
4852
4764
|
* format), writing to the given BinaryWriter.
|
|
4853
|
-
* @param {!proto.trb.indicators.v1.
|
|
4765
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} message
|
|
4854
4766
|
* @param {!jspb.BinaryWriter} writer
|
|
4855
4767
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4856
4768
|
*/
|
|
4857
|
-
proto.trb.indicators.v1.
|
|
4769
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter = function(message, writer) {
|
|
4858
4770
|
var f = undefined;
|
|
4859
4771
|
f = message.getTime();
|
|
4860
4772
|
if (f != null) {
|
|
@@ -4864,16 +4776,16 @@ proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter = function(message,
|
|
|
4864
4776
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
4865
4777
|
);
|
|
4866
4778
|
}
|
|
4867
|
-
f = message.
|
|
4868
|
-
if (f !== 0
|
|
4869
|
-
writer.
|
|
4779
|
+
f = message.getMinIndex();
|
|
4780
|
+
if (f !== 0) {
|
|
4781
|
+
writer.writeInt32(
|
|
4870
4782
|
2,
|
|
4871
4783
|
f
|
|
4872
4784
|
);
|
|
4873
4785
|
}
|
|
4874
|
-
f = message.
|
|
4875
|
-
if (f !== 0
|
|
4876
|
-
writer.
|
|
4786
|
+
f = message.getMaxIndex();
|
|
4787
|
+
if (f !== 0) {
|
|
4788
|
+
writer.writeInt32(
|
|
4877
4789
|
3,
|
|
4878
4790
|
f
|
|
4879
4791
|
);
|
|
@@ -4885,7 +4797,7 @@ proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter = function(message,
|
|
|
4885
4797
|
* optional google.protobuf.Timestamp time = 1;
|
|
4886
4798
|
* @return {?proto.google.protobuf.Timestamp}
|
|
4887
4799
|
*/
|
|
4888
|
-
proto.trb.indicators.v1.
|
|
4800
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getTime = function() {
|
|
4889
4801
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
4890
4802
|
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
4891
4803
|
};
|
|
@@ -4893,18 +4805,18 @@ proto.trb.indicators.v1.MinMaxPoint.prototype.getTime = function() {
|
|
|
4893
4805
|
|
|
4894
4806
|
/**
|
|
4895
4807
|
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
4896
|
-
* @return {!proto.trb.indicators.v1.
|
|
4808
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
4897
4809
|
*/
|
|
4898
|
-
proto.trb.indicators.v1.
|
|
4810
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setTime = function(value) {
|
|
4899
4811
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
4900
4812
|
};
|
|
4901
4813
|
|
|
4902
4814
|
|
|
4903
4815
|
/**
|
|
4904
4816
|
* Clears the message field making it undefined.
|
|
4905
|
-
* @return {!proto.trb.indicators.v1.
|
|
4817
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
4906
4818
|
*/
|
|
4907
|
-
proto.trb.indicators.v1.
|
|
4819
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.clearTime = function() {
|
|
4908
4820
|
return this.setTime(undefined);
|
|
4909
4821
|
};
|
|
4910
4822
|
|
|
@@ -4913,44 +4825,44 @@ proto.trb.indicators.v1.MinMaxPoint.prototype.clearTime = function() {
|
|
|
4913
4825
|
* Returns whether this field is set.
|
|
4914
4826
|
* @return {boolean}
|
|
4915
4827
|
*/
|
|
4916
|
-
proto.trb.indicators.v1.
|
|
4828
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.hasTime = function() {
|
|
4917
4829
|
return jspb.Message.getField(this, 1) != null;
|
|
4918
4830
|
};
|
|
4919
4831
|
|
|
4920
4832
|
|
|
4921
4833
|
/**
|
|
4922
|
-
* optional
|
|
4834
|
+
* optional int32 min_index = 2;
|
|
4923
4835
|
* @return {number}
|
|
4924
4836
|
*/
|
|
4925
|
-
proto.trb.indicators.v1.
|
|
4926
|
-
return /** @type {number} */ (jspb.Message.
|
|
4837
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getMinIndex = function() {
|
|
4838
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
4927
4839
|
};
|
|
4928
4840
|
|
|
4929
4841
|
|
|
4930
4842
|
/**
|
|
4931
4843
|
* @param {number} value
|
|
4932
|
-
* @return {!proto.trb.indicators.v1.
|
|
4844
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
4933
4845
|
*/
|
|
4934
|
-
proto.trb.indicators.v1.
|
|
4935
|
-
return jspb.Message.
|
|
4846
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setMinIndex = function(value) {
|
|
4847
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
4936
4848
|
};
|
|
4937
4849
|
|
|
4938
4850
|
|
|
4939
4851
|
/**
|
|
4940
|
-
* optional
|
|
4852
|
+
* optional int32 max_index = 3;
|
|
4941
4853
|
* @return {number}
|
|
4942
4854
|
*/
|
|
4943
|
-
proto.trb.indicators.v1.
|
|
4944
|
-
return /** @type {number} */ (jspb.Message.
|
|
4855
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getMaxIndex = function() {
|
|
4856
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
4945
4857
|
};
|
|
4946
4858
|
|
|
4947
4859
|
|
|
4948
4860
|
/**
|
|
4949
4861
|
* @param {number} value
|
|
4950
|
-
* @return {!proto.trb.indicators.v1.
|
|
4862
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
4951
4863
|
*/
|
|
4952
|
-
proto.trb.indicators.v1.
|
|
4953
|
-
return jspb.Message.
|
|
4864
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setMaxIndex = function(value) {
|
|
4865
|
+
return jspb.Message.setProto3IntField(this, 3, value);
|
|
4954
4866
|
};
|
|
4955
4867
|
|
|
4956
4868
|
|
|
@@ -4960,7 +4872,7 @@ proto.trb.indicators.v1.MinMaxPoint.prototype.setMax = function(value) {
|
|
|
4960
4872
|
* @private {!Array<number>}
|
|
4961
4873
|
* @const
|
|
4962
4874
|
*/
|
|
4963
|
-
proto.trb.indicators.v1.
|
|
4875
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.repeatedFields_ = [1];
|
|
4964
4876
|
|
|
4965
4877
|
|
|
4966
4878
|
|
|
@@ -4977,8 +4889,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4977
4889
|
* http://goto/soy-param-migration
|
|
4978
4890
|
* @return {!Object}
|
|
4979
4891
|
*/
|
|
4980
|
-
proto.trb.indicators.v1.
|
|
4981
|
-
return proto.trb.indicators.v1.
|
|
4892
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.toObject = function(opt_includeInstance) {
|
|
4893
|
+
return proto.trb.indicators.v1.MinMaxIndexSeries.toObject(opt_includeInstance, this);
|
|
4982
4894
|
};
|
|
4983
4895
|
|
|
4984
4896
|
|
|
@@ -4987,14 +4899,14 @@ proto.trb.indicators.v1.MinMaxSeries.prototype.toObject = function(opt_includeIn
|
|
|
4987
4899
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4988
4900
|
* the JSPB instance for transitional soy proto support:
|
|
4989
4901
|
* http://goto/soy-param-migration
|
|
4990
|
-
* @param {!proto.trb.indicators.v1.
|
|
4902
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} msg The msg instance to transform.
|
|
4991
4903
|
* @return {!Object}
|
|
4992
4904
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4993
4905
|
*/
|
|
4994
|
-
proto.trb.indicators.v1.
|
|
4906
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.toObject = function(includeInstance, msg) {
|
|
4995
4907
|
var f, obj = {
|
|
4996
4908
|
pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
4997
|
-
proto.trb.indicators.v1.
|
|
4909
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.toObject, includeInstance)
|
|
4998
4910
|
};
|
|
4999
4911
|
|
|
5000
4912
|
if (includeInstance) {
|
|
@@ -5008,765 +4920,23 @@ pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
|
5008
4920
|
/**
|
|
5009
4921
|
* Deserializes binary data (in protobuf wire format).
|
|
5010
4922
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5011
|
-
* @return {!proto.trb.indicators.v1.
|
|
4923
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries}
|
|
5012
4924
|
*/
|
|
5013
|
-
proto.trb.indicators.v1.
|
|
4925
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinary = function(bytes) {
|
|
5014
4926
|
var reader = new jspb.BinaryReader(bytes);
|
|
5015
|
-
var msg = new proto.trb.indicators.v1.
|
|
5016
|
-
return proto.trb.indicators.v1.
|
|
4927
|
+
var msg = new proto.trb.indicators.v1.MinMaxIndexSeries;
|
|
4928
|
+
return proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinaryFromReader(msg, reader);
|
|
5017
4929
|
};
|
|
5018
4930
|
|
|
5019
4931
|
|
|
5020
4932
|
/**
|
|
5021
4933
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5022
4934
|
* given reader into the given message object.
|
|
5023
|
-
* @param {!proto.trb.indicators.v1.
|
|
4935
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} msg The message object to deserialize into.
|
|
5024
4936
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5025
|
-
* @return {!proto.trb.indicators.v1.
|
|
4937
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries}
|
|
5026
4938
|
*/
|
|
5027
|
-
proto.trb.indicators.v1.
|
|
5028
|
-
while (reader.nextField()) {
|
|
5029
|
-
if (reader.isEndGroup()) {
|
|
5030
|
-
break;
|
|
5031
|
-
}
|
|
5032
|
-
var field = reader.getFieldNumber();
|
|
5033
|
-
switch (field) {
|
|
5034
|
-
case 1:
|
|
5035
|
-
var value = new proto.trb.indicators.v1.MinMaxPoint;
|
|
5036
|
-
reader.readMessage(value,proto.trb.indicators.v1.MinMaxPoint.deserializeBinaryFromReader);
|
|
5037
|
-
msg.addPoints(value);
|
|
5038
|
-
break;
|
|
5039
|
-
default:
|
|
5040
|
-
reader.skipField();
|
|
5041
|
-
break;
|
|
5042
|
-
}
|
|
5043
|
-
}
|
|
5044
|
-
return msg;
|
|
5045
|
-
};
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
/**
|
|
5049
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5050
|
-
* @return {!Uint8Array}
|
|
5051
|
-
*/
|
|
5052
|
-
proto.trb.indicators.v1.MinMaxSeries.prototype.serializeBinary = function() {
|
|
5053
|
-
var writer = new jspb.BinaryWriter();
|
|
5054
|
-
proto.trb.indicators.v1.MinMaxSeries.serializeBinaryToWriter(this, writer);
|
|
5055
|
-
return writer.getResultBuffer();
|
|
5056
|
-
};
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
/**
|
|
5060
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5061
|
-
* format), writing to the given BinaryWriter.
|
|
5062
|
-
* @param {!proto.trb.indicators.v1.MinMaxSeries} message
|
|
5063
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5064
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5065
|
-
*/
|
|
5066
|
-
proto.trb.indicators.v1.MinMaxSeries.serializeBinaryToWriter = function(message, writer) {
|
|
5067
|
-
var f = undefined;
|
|
5068
|
-
f = message.getPointsList();
|
|
5069
|
-
if (f.length > 0) {
|
|
5070
|
-
writer.writeRepeatedMessage(
|
|
5071
|
-
1,
|
|
5072
|
-
f,
|
|
5073
|
-
proto.trb.indicators.v1.MinMaxPoint.serializeBinaryToWriter
|
|
5074
|
-
);
|
|
5075
|
-
}
|
|
5076
|
-
};
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
/**
|
|
5080
|
-
* repeated MinMaxPoint points = 1;
|
|
5081
|
-
* @return {!Array<!proto.trb.indicators.v1.MinMaxPoint>}
|
|
5082
|
-
*/
|
|
5083
|
-
proto.trb.indicators.v1.MinMaxSeries.prototype.getPointsList = function() {
|
|
5084
|
-
return /** @type{!Array<!proto.trb.indicators.v1.MinMaxPoint>} */ (
|
|
5085
|
-
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.MinMaxPoint, 1));
|
|
5086
|
-
};
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
/**
|
|
5090
|
-
* @param {!Array<!proto.trb.indicators.v1.MinMaxPoint>} value
|
|
5091
|
-
* @return {!proto.trb.indicators.v1.MinMaxSeries} returns this
|
|
5092
|
-
*/
|
|
5093
|
-
proto.trb.indicators.v1.MinMaxSeries.prototype.setPointsList = function(value) {
|
|
5094
|
-
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
5095
|
-
};
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
/**
|
|
5099
|
-
* @param {!proto.trb.indicators.v1.MinMaxPoint=} opt_value
|
|
5100
|
-
* @param {number=} opt_index
|
|
5101
|
-
* @return {!proto.trb.indicators.v1.MinMaxPoint}
|
|
5102
|
-
*/
|
|
5103
|
-
proto.trb.indicators.v1.MinMaxSeries.prototype.addPoints = function(opt_value, opt_index) {
|
|
5104
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.MinMaxPoint, opt_index);
|
|
5105
|
-
};
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
/**
|
|
5109
|
-
* Clears the list making it empty but non-null.
|
|
5110
|
-
* @return {!proto.trb.indicators.v1.MinMaxSeries} returns this
|
|
5111
|
-
*/
|
|
5112
|
-
proto.trb.indicators.v1.MinMaxSeries.prototype.clearPointsList = function() {
|
|
5113
|
-
return this.setPointsList([]);
|
|
5114
|
-
};
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5121
|
-
/**
|
|
5122
|
-
* Creates an object representation of this proto.
|
|
5123
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5124
|
-
* Optional fields that are not set will be set to undefined.
|
|
5125
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5126
|
-
* For the list of reserved names please see:
|
|
5127
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5128
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5129
|
-
* JSPB instance for transitional soy proto support:
|
|
5130
|
-
* http://goto/soy-param-migration
|
|
5131
|
-
* @return {!Object}
|
|
5132
|
-
*/
|
|
5133
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.toObject = function(opt_includeInstance) {
|
|
5134
|
-
return proto.trb.indicators.v1.MinMaxIndexPoint.toObject(opt_includeInstance, this);
|
|
5135
|
-
};
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
/**
|
|
5139
|
-
* Static version of the {@see toObject} method.
|
|
5140
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5141
|
-
* the JSPB instance for transitional soy proto support:
|
|
5142
|
-
* http://goto/soy-param-migration
|
|
5143
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} msg The msg instance to transform.
|
|
5144
|
-
* @return {!Object}
|
|
5145
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5146
|
-
*/
|
|
5147
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.toObject = function(includeInstance, msg) {
|
|
5148
|
-
var f, obj = {
|
|
5149
|
-
time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
5150
|
-
minIndex: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
5151
|
-
maxIndex: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
5152
|
-
};
|
|
5153
|
-
|
|
5154
|
-
if (includeInstance) {
|
|
5155
|
-
obj.$jspbMessageInstance = msg;
|
|
5156
|
-
}
|
|
5157
|
-
return obj;
|
|
5158
|
-
};
|
|
5159
|
-
}
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
/**
|
|
5163
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5164
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5165
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
5166
|
-
*/
|
|
5167
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinary = function(bytes) {
|
|
5168
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5169
|
-
var msg = new proto.trb.indicators.v1.MinMaxIndexPoint;
|
|
5170
|
-
return proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader(msg, reader);
|
|
5171
|
-
};
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
/**
|
|
5175
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5176
|
-
* given reader into the given message object.
|
|
5177
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} msg The message object to deserialize into.
|
|
5178
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5179
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
5180
|
-
*/
|
|
5181
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader = function(msg, reader) {
|
|
5182
|
-
while (reader.nextField()) {
|
|
5183
|
-
if (reader.isEndGroup()) {
|
|
5184
|
-
break;
|
|
5185
|
-
}
|
|
5186
|
-
var field = reader.getFieldNumber();
|
|
5187
|
-
switch (field) {
|
|
5188
|
-
case 1:
|
|
5189
|
-
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
5190
|
-
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
5191
|
-
msg.setTime(value);
|
|
5192
|
-
break;
|
|
5193
|
-
case 2:
|
|
5194
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
5195
|
-
msg.setMinIndex(value);
|
|
5196
|
-
break;
|
|
5197
|
-
case 3:
|
|
5198
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
5199
|
-
msg.setMaxIndex(value);
|
|
5200
|
-
break;
|
|
5201
|
-
default:
|
|
5202
|
-
reader.skipField();
|
|
5203
|
-
break;
|
|
5204
|
-
}
|
|
5205
|
-
}
|
|
5206
|
-
return msg;
|
|
5207
|
-
};
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
/**
|
|
5211
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5212
|
-
* @return {!Uint8Array}
|
|
5213
|
-
*/
|
|
5214
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.serializeBinary = function() {
|
|
5215
|
-
var writer = new jspb.BinaryWriter();
|
|
5216
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter(this, writer);
|
|
5217
|
-
return writer.getResultBuffer();
|
|
5218
|
-
};
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
/**
|
|
5222
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5223
|
-
* format), writing to the given BinaryWriter.
|
|
5224
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint} message
|
|
5225
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5226
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5227
|
-
*/
|
|
5228
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter = function(message, writer) {
|
|
5229
|
-
var f = undefined;
|
|
5230
|
-
f = message.getTime();
|
|
5231
|
-
if (f != null) {
|
|
5232
|
-
writer.writeMessage(
|
|
5233
|
-
1,
|
|
5234
|
-
f,
|
|
5235
|
-
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
5236
|
-
);
|
|
5237
|
-
}
|
|
5238
|
-
f = message.getMinIndex();
|
|
5239
|
-
if (f !== 0) {
|
|
5240
|
-
writer.writeInt32(
|
|
5241
|
-
2,
|
|
5242
|
-
f
|
|
5243
|
-
);
|
|
5244
|
-
}
|
|
5245
|
-
f = message.getMaxIndex();
|
|
5246
|
-
if (f !== 0) {
|
|
5247
|
-
writer.writeInt32(
|
|
5248
|
-
3,
|
|
5249
|
-
f
|
|
5250
|
-
);
|
|
5251
|
-
}
|
|
5252
|
-
};
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
/**
|
|
5256
|
-
* optional google.protobuf.Timestamp time = 1;
|
|
5257
|
-
* @return {?proto.google.protobuf.Timestamp}
|
|
5258
|
-
*/
|
|
5259
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getTime = function() {
|
|
5260
|
-
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
5261
|
-
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
5262
|
-
};
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
/**
|
|
5266
|
-
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
5267
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
5268
|
-
*/
|
|
5269
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setTime = function(value) {
|
|
5270
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
5271
|
-
};
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
/**
|
|
5275
|
-
* Clears the message field making it undefined.
|
|
5276
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
5277
|
-
*/
|
|
5278
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.clearTime = function() {
|
|
5279
|
-
return this.setTime(undefined);
|
|
5280
|
-
};
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
/**
|
|
5284
|
-
* Returns whether this field is set.
|
|
5285
|
-
* @return {boolean}
|
|
5286
|
-
*/
|
|
5287
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.hasTime = function() {
|
|
5288
|
-
return jspb.Message.getField(this, 1) != null;
|
|
5289
|
-
};
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
/**
|
|
5293
|
-
* optional int32 min_index = 2;
|
|
5294
|
-
* @return {number}
|
|
5295
|
-
*/
|
|
5296
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getMinIndex = function() {
|
|
5297
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
5298
|
-
};
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
/**
|
|
5302
|
-
* @param {number} value
|
|
5303
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
5304
|
-
*/
|
|
5305
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setMinIndex = function(value) {
|
|
5306
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
5307
|
-
};
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
/**
|
|
5311
|
-
* optional int32 max_index = 3;
|
|
5312
|
-
* @return {number}
|
|
5313
|
-
*/
|
|
5314
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.getMaxIndex = function() {
|
|
5315
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
5316
|
-
};
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
/**
|
|
5320
|
-
* @param {number} value
|
|
5321
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint} returns this
|
|
5322
|
-
*/
|
|
5323
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.prototype.setMaxIndex = function(value) {
|
|
5324
|
-
return jspb.Message.setProto3IntField(this, 3, value);
|
|
5325
|
-
};
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
/**
|
|
5330
|
-
* List of repeated fields within this message type.
|
|
5331
|
-
* @private {!Array<number>}
|
|
5332
|
-
* @const
|
|
5333
|
-
*/
|
|
5334
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.repeatedFields_ = [1];
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5339
|
-
/**
|
|
5340
|
-
* Creates an object representation of this proto.
|
|
5341
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5342
|
-
* Optional fields that are not set will be set to undefined.
|
|
5343
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5344
|
-
* For the list of reserved names please see:
|
|
5345
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5346
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5347
|
-
* JSPB instance for transitional soy proto support:
|
|
5348
|
-
* http://goto/soy-param-migration
|
|
5349
|
-
* @return {!Object}
|
|
5350
|
-
*/
|
|
5351
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.toObject = function(opt_includeInstance) {
|
|
5352
|
-
return proto.trb.indicators.v1.MinMaxIndexSeries.toObject(opt_includeInstance, this);
|
|
5353
|
-
};
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
/**
|
|
5357
|
-
* Static version of the {@see toObject} method.
|
|
5358
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5359
|
-
* the JSPB instance for transitional soy proto support:
|
|
5360
|
-
* http://goto/soy-param-migration
|
|
5361
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} msg The msg instance to transform.
|
|
5362
|
-
* @return {!Object}
|
|
5363
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5364
|
-
*/
|
|
5365
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.toObject = function(includeInstance, msg) {
|
|
5366
|
-
var f, obj = {
|
|
5367
|
-
pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
5368
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.toObject, includeInstance)
|
|
5369
|
-
};
|
|
5370
|
-
|
|
5371
|
-
if (includeInstance) {
|
|
5372
|
-
obj.$jspbMessageInstance = msg;
|
|
5373
|
-
}
|
|
5374
|
-
return obj;
|
|
5375
|
-
};
|
|
5376
|
-
}
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
/**
|
|
5380
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5381
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5382
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries}
|
|
5383
|
-
*/
|
|
5384
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinary = function(bytes) {
|
|
5385
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5386
|
-
var msg = new proto.trb.indicators.v1.MinMaxIndexSeries;
|
|
5387
|
-
return proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinaryFromReader(msg, reader);
|
|
5388
|
-
};
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
/**
|
|
5392
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5393
|
-
* given reader into the given message object.
|
|
5394
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} msg The message object to deserialize into.
|
|
5395
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5396
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries}
|
|
5397
|
-
*/
|
|
5398
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinaryFromReader = function(msg, reader) {
|
|
5399
|
-
while (reader.nextField()) {
|
|
5400
|
-
if (reader.isEndGroup()) {
|
|
5401
|
-
break;
|
|
5402
|
-
}
|
|
5403
|
-
var field = reader.getFieldNumber();
|
|
5404
|
-
switch (field) {
|
|
5405
|
-
case 1:
|
|
5406
|
-
var value = new proto.trb.indicators.v1.MinMaxIndexPoint;
|
|
5407
|
-
reader.readMessage(value,proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader);
|
|
5408
|
-
msg.addPoints(value);
|
|
5409
|
-
break;
|
|
5410
|
-
default:
|
|
5411
|
-
reader.skipField();
|
|
5412
|
-
break;
|
|
5413
|
-
}
|
|
5414
|
-
}
|
|
5415
|
-
return msg;
|
|
5416
|
-
};
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
/**
|
|
5420
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5421
|
-
* @return {!Uint8Array}
|
|
5422
|
-
*/
|
|
5423
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.serializeBinary = function() {
|
|
5424
|
-
var writer = new jspb.BinaryWriter();
|
|
5425
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.serializeBinaryToWriter(this, writer);
|
|
5426
|
-
return writer.getResultBuffer();
|
|
5427
|
-
};
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
/**
|
|
5431
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5432
|
-
* format), writing to the given BinaryWriter.
|
|
5433
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} message
|
|
5434
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5435
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5436
|
-
*/
|
|
5437
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.serializeBinaryToWriter = function(message, writer) {
|
|
5438
|
-
var f = undefined;
|
|
5439
|
-
f = message.getPointsList();
|
|
5440
|
-
if (f.length > 0) {
|
|
5441
|
-
writer.writeRepeatedMessage(
|
|
5442
|
-
1,
|
|
5443
|
-
f,
|
|
5444
|
-
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter
|
|
5445
|
-
);
|
|
5446
|
-
}
|
|
5447
|
-
};
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
/**
|
|
5451
|
-
* repeated MinMaxIndexPoint points = 1;
|
|
5452
|
-
* @return {!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>}
|
|
5453
|
-
*/
|
|
5454
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.getPointsList = function() {
|
|
5455
|
-
return /** @type{!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>} */ (
|
|
5456
|
-
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.MinMaxIndexPoint, 1));
|
|
5457
|
-
};
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
/**
|
|
5461
|
-
* @param {!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>} value
|
|
5462
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries} returns this
|
|
5463
|
-
*/
|
|
5464
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.setPointsList = function(value) {
|
|
5465
|
-
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
5466
|
-
};
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
/**
|
|
5470
|
-
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint=} opt_value
|
|
5471
|
-
* @param {number=} opt_index
|
|
5472
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
5473
|
-
*/
|
|
5474
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.addPoints = function(opt_value, opt_index) {
|
|
5475
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.MinMaxIndexPoint, opt_index);
|
|
5476
|
-
};
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
/**
|
|
5480
|
-
* Clears the list making it empty but non-null.
|
|
5481
|
-
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries} returns this
|
|
5482
|
-
*/
|
|
5483
|
-
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.clearPointsList = function() {
|
|
5484
|
-
return this.setPointsList([]);
|
|
5485
|
-
};
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5492
|
-
/**
|
|
5493
|
-
* Creates an object representation of this proto.
|
|
5494
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5495
|
-
* Optional fields that are not set will be set to undefined.
|
|
5496
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5497
|
-
* For the list of reserved names please see:
|
|
5498
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5499
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5500
|
-
* JSPB instance for transitional soy proto support:
|
|
5501
|
-
* http://goto/soy-param-migration
|
|
5502
|
-
* @return {!Object}
|
|
5503
|
-
*/
|
|
5504
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.toObject = function(opt_includeInstance) {
|
|
5505
|
-
return proto.trb.indicators.v1.SuperTrendPoint.toObject(opt_includeInstance, this);
|
|
5506
|
-
};
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
/**
|
|
5510
|
-
* Static version of the {@see toObject} method.
|
|
5511
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5512
|
-
* the JSPB instance for transitional soy proto support:
|
|
5513
|
-
* http://goto/soy-param-migration
|
|
5514
|
-
* @param {!proto.trb.indicators.v1.SuperTrendPoint} msg The msg instance to transform.
|
|
5515
|
-
* @return {!Object}
|
|
5516
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5517
|
-
*/
|
|
5518
|
-
proto.trb.indicators.v1.SuperTrendPoint.toObject = function(includeInstance, msg) {
|
|
5519
|
-
var f, obj = {
|
|
5520
|
-
time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
5521
|
-
value: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
5522
|
-
trend: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
5523
|
-
};
|
|
5524
|
-
|
|
5525
|
-
if (includeInstance) {
|
|
5526
|
-
obj.$jspbMessageInstance = msg;
|
|
5527
|
-
}
|
|
5528
|
-
return obj;
|
|
5529
|
-
};
|
|
5530
|
-
}
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
/**
|
|
5534
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5535
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5536
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint}
|
|
5537
|
-
*/
|
|
5538
|
-
proto.trb.indicators.v1.SuperTrendPoint.deserializeBinary = function(bytes) {
|
|
5539
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5540
|
-
var msg = new proto.trb.indicators.v1.SuperTrendPoint;
|
|
5541
|
-
return proto.trb.indicators.v1.SuperTrendPoint.deserializeBinaryFromReader(msg, reader);
|
|
5542
|
-
};
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
/**
|
|
5546
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5547
|
-
* given reader into the given message object.
|
|
5548
|
-
* @param {!proto.trb.indicators.v1.SuperTrendPoint} msg The message object to deserialize into.
|
|
5549
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5550
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint}
|
|
5551
|
-
*/
|
|
5552
|
-
proto.trb.indicators.v1.SuperTrendPoint.deserializeBinaryFromReader = function(msg, reader) {
|
|
5553
|
-
while (reader.nextField()) {
|
|
5554
|
-
if (reader.isEndGroup()) {
|
|
5555
|
-
break;
|
|
5556
|
-
}
|
|
5557
|
-
var field = reader.getFieldNumber();
|
|
5558
|
-
switch (field) {
|
|
5559
|
-
case 1:
|
|
5560
|
-
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
5561
|
-
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
5562
|
-
msg.setTime(value);
|
|
5563
|
-
break;
|
|
5564
|
-
case 2:
|
|
5565
|
-
var value = /** @type {number} */ (reader.readDouble());
|
|
5566
|
-
msg.setValue(value);
|
|
5567
|
-
break;
|
|
5568
|
-
case 3:
|
|
5569
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
5570
|
-
msg.setTrend(value);
|
|
5571
|
-
break;
|
|
5572
|
-
default:
|
|
5573
|
-
reader.skipField();
|
|
5574
|
-
break;
|
|
5575
|
-
}
|
|
5576
|
-
}
|
|
5577
|
-
return msg;
|
|
5578
|
-
};
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
/**
|
|
5582
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5583
|
-
* @return {!Uint8Array}
|
|
5584
|
-
*/
|
|
5585
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.serializeBinary = function() {
|
|
5586
|
-
var writer = new jspb.BinaryWriter();
|
|
5587
|
-
proto.trb.indicators.v1.SuperTrendPoint.serializeBinaryToWriter(this, writer);
|
|
5588
|
-
return writer.getResultBuffer();
|
|
5589
|
-
};
|
|
5590
|
-
|
|
5591
|
-
|
|
5592
|
-
/**
|
|
5593
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5594
|
-
* format), writing to the given BinaryWriter.
|
|
5595
|
-
* @param {!proto.trb.indicators.v1.SuperTrendPoint} message
|
|
5596
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5597
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5598
|
-
*/
|
|
5599
|
-
proto.trb.indicators.v1.SuperTrendPoint.serializeBinaryToWriter = function(message, writer) {
|
|
5600
|
-
var f = undefined;
|
|
5601
|
-
f = message.getTime();
|
|
5602
|
-
if (f != null) {
|
|
5603
|
-
writer.writeMessage(
|
|
5604
|
-
1,
|
|
5605
|
-
f,
|
|
5606
|
-
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
5607
|
-
);
|
|
5608
|
-
}
|
|
5609
|
-
f = message.getValue();
|
|
5610
|
-
if (f !== 0.0) {
|
|
5611
|
-
writer.writeDouble(
|
|
5612
|
-
2,
|
|
5613
|
-
f
|
|
5614
|
-
);
|
|
5615
|
-
}
|
|
5616
|
-
f = message.getTrend();
|
|
5617
|
-
if (f !== 0) {
|
|
5618
|
-
writer.writeInt32(
|
|
5619
|
-
3,
|
|
5620
|
-
f
|
|
5621
|
-
);
|
|
5622
|
-
}
|
|
5623
|
-
};
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
/**
|
|
5627
|
-
* optional google.protobuf.Timestamp time = 1;
|
|
5628
|
-
* @return {?proto.google.protobuf.Timestamp}
|
|
5629
|
-
*/
|
|
5630
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.getTime = function() {
|
|
5631
|
-
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
5632
|
-
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
5633
|
-
};
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
/**
|
|
5637
|
-
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
5638
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint} returns this
|
|
5639
|
-
*/
|
|
5640
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.setTime = function(value) {
|
|
5641
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
5642
|
-
};
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
/**
|
|
5646
|
-
* Clears the message field making it undefined.
|
|
5647
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint} returns this
|
|
5648
|
-
*/
|
|
5649
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.clearTime = function() {
|
|
5650
|
-
return this.setTime(undefined);
|
|
5651
|
-
};
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
/**
|
|
5655
|
-
* Returns whether this field is set.
|
|
5656
|
-
* @return {boolean}
|
|
5657
|
-
*/
|
|
5658
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.hasTime = function() {
|
|
5659
|
-
return jspb.Message.getField(this, 1) != null;
|
|
5660
|
-
};
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
/**
|
|
5664
|
-
* optional double value = 2;
|
|
5665
|
-
* @return {number}
|
|
5666
|
-
*/
|
|
5667
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.getValue = function() {
|
|
5668
|
-
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
|
|
5669
|
-
};
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
/**
|
|
5673
|
-
* @param {number} value
|
|
5674
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint} returns this
|
|
5675
|
-
*/
|
|
5676
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.setValue = function(value) {
|
|
5677
|
-
return jspb.Message.setProto3FloatField(this, 2, value);
|
|
5678
|
-
};
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
/**
|
|
5682
|
-
* optional int32 trend = 3;
|
|
5683
|
-
* @return {number}
|
|
5684
|
-
*/
|
|
5685
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.getTrend = function() {
|
|
5686
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
5687
|
-
};
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
/**
|
|
5691
|
-
* @param {number} value
|
|
5692
|
-
* @return {!proto.trb.indicators.v1.SuperTrendPoint} returns this
|
|
5693
|
-
*/
|
|
5694
|
-
proto.trb.indicators.v1.SuperTrendPoint.prototype.setTrend = function(value) {
|
|
5695
|
-
return jspb.Message.setProto3IntField(this, 3, value);
|
|
5696
|
-
};
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
/**
|
|
5701
|
-
* List of repeated fields within this message type.
|
|
5702
|
-
* @private {!Array<number>}
|
|
5703
|
-
* @const
|
|
5704
|
-
*/
|
|
5705
|
-
proto.trb.indicators.v1.SuperTrendSeries.repeatedFields_ = [1];
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5710
|
-
/**
|
|
5711
|
-
* Creates an object representation of this proto.
|
|
5712
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5713
|
-
* Optional fields that are not set will be set to undefined.
|
|
5714
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5715
|
-
* For the list of reserved names please see:
|
|
5716
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5717
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5718
|
-
* JSPB instance for transitional soy proto support:
|
|
5719
|
-
* http://goto/soy-param-migration
|
|
5720
|
-
* @return {!Object}
|
|
5721
|
-
*/
|
|
5722
|
-
proto.trb.indicators.v1.SuperTrendSeries.prototype.toObject = function(opt_includeInstance) {
|
|
5723
|
-
return proto.trb.indicators.v1.SuperTrendSeries.toObject(opt_includeInstance, this);
|
|
5724
|
-
};
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
/**
|
|
5728
|
-
* Static version of the {@see toObject} method.
|
|
5729
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5730
|
-
* the JSPB instance for transitional soy proto support:
|
|
5731
|
-
* http://goto/soy-param-migration
|
|
5732
|
-
* @param {!proto.trb.indicators.v1.SuperTrendSeries} msg The msg instance to transform.
|
|
5733
|
-
* @return {!Object}
|
|
5734
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5735
|
-
*/
|
|
5736
|
-
proto.trb.indicators.v1.SuperTrendSeries.toObject = function(includeInstance, msg) {
|
|
5737
|
-
var f, obj = {
|
|
5738
|
-
pointsList: jspb.Message.toObjectList(msg.getPointsList(),
|
|
5739
|
-
proto.trb.indicators.v1.SuperTrendPoint.toObject, includeInstance)
|
|
5740
|
-
};
|
|
5741
|
-
|
|
5742
|
-
if (includeInstance) {
|
|
5743
|
-
obj.$jspbMessageInstance = msg;
|
|
5744
|
-
}
|
|
5745
|
-
return obj;
|
|
5746
|
-
};
|
|
5747
|
-
}
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
/**
|
|
5751
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5752
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5753
|
-
* @return {!proto.trb.indicators.v1.SuperTrendSeries}
|
|
5754
|
-
*/
|
|
5755
|
-
proto.trb.indicators.v1.SuperTrendSeries.deserializeBinary = function(bytes) {
|
|
5756
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5757
|
-
var msg = new proto.trb.indicators.v1.SuperTrendSeries;
|
|
5758
|
-
return proto.trb.indicators.v1.SuperTrendSeries.deserializeBinaryFromReader(msg, reader);
|
|
5759
|
-
};
|
|
5760
|
-
|
|
5761
|
-
|
|
5762
|
-
/**
|
|
5763
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5764
|
-
* given reader into the given message object.
|
|
5765
|
-
* @param {!proto.trb.indicators.v1.SuperTrendSeries} msg The message object to deserialize into.
|
|
5766
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5767
|
-
* @return {!proto.trb.indicators.v1.SuperTrendSeries}
|
|
5768
|
-
*/
|
|
5769
|
-
proto.trb.indicators.v1.SuperTrendSeries.deserializeBinaryFromReader = function(msg, reader) {
|
|
4939
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.deserializeBinaryFromReader = function(msg, reader) {
|
|
5770
4940
|
while (reader.nextField()) {
|
|
5771
4941
|
if (reader.isEndGroup()) {
|
|
5772
4942
|
break;
|
|
@@ -5774,8 +4944,8 @@ proto.trb.indicators.v1.SuperTrendSeries.deserializeBinaryFromReader = function(
|
|
|
5774
4944
|
var field = reader.getFieldNumber();
|
|
5775
4945
|
switch (field) {
|
|
5776
4946
|
case 1:
|
|
5777
|
-
var value = new proto.trb.indicators.v1.
|
|
5778
|
-
reader.readMessage(value,proto.trb.indicators.v1.
|
|
4947
|
+
var value = new proto.trb.indicators.v1.MinMaxIndexPoint;
|
|
4948
|
+
reader.readMessage(value,proto.trb.indicators.v1.MinMaxIndexPoint.deserializeBinaryFromReader);
|
|
5779
4949
|
msg.addPoints(value);
|
|
5780
4950
|
break;
|
|
5781
4951
|
default:
|
|
@@ -5791,9 +4961,9 @@ proto.trb.indicators.v1.SuperTrendSeries.deserializeBinaryFromReader = function(
|
|
|
5791
4961
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5792
4962
|
* @return {!Uint8Array}
|
|
5793
4963
|
*/
|
|
5794
|
-
proto.trb.indicators.v1.
|
|
4964
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.serializeBinary = function() {
|
|
5795
4965
|
var writer = new jspb.BinaryWriter();
|
|
5796
|
-
proto.trb.indicators.v1.
|
|
4966
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.serializeBinaryToWriter(this, writer);
|
|
5797
4967
|
return writer.getResultBuffer();
|
|
5798
4968
|
};
|
|
5799
4969
|
|
|
@@ -5801,57 +4971,57 @@ proto.trb.indicators.v1.SuperTrendSeries.prototype.serializeBinary = function()
|
|
|
5801
4971
|
/**
|
|
5802
4972
|
* Serializes the given message to binary data (in protobuf wire
|
|
5803
4973
|
* format), writing to the given BinaryWriter.
|
|
5804
|
-
* @param {!proto.trb.indicators.v1.
|
|
4974
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexSeries} message
|
|
5805
4975
|
* @param {!jspb.BinaryWriter} writer
|
|
5806
4976
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5807
4977
|
*/
|
|
5808
|
-
proto.trb.indicators.v1.
|
|
4978
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.serializeBinaryToWriter = function(message, writer) {
|
|
5809
4979
|
var f = undefined;
|
|
5810
4980
|
f = message.getPointsList();
|
|
5811
4981
|
if (f.length > 0) {
|
|
5812
4982
|
writer.writeRepeatedMessage(
|
|
5813
4983
|
1,
|
|
5814
4984
|
f,
|
|
5815
|
-
proto.trb.indicators.v1.
|
|
4985
|
+
proto.trb.indicators.v1.MinMaxIndexPoint.serializeBinaryToWriter
|
|
5816
4986
|
);
|
|
5817
4987
|
}
|
|
5818
4988
|
};
|
|
5819
4989
|
|
|
5820
4990
|
|
|
5821
4991
|
/**
|
|
5822
|
-
* repeated
|
|
5823
|
-
* @return {!Array<!proto.trb.indicators.v1.
|
|
4992
|
+
* repeated MinMaxIndexPoint points = 1;
|
|
4993
|
+
* @return {!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>}
|
|
5824
4994
|
*/
|
|
5825
|
-
proto.trb.indicators.v1.
|
|
5826
|
-
return /** @type{!Array<!proto.trb.indicators.v1.
|
|
5827
|
-
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.
|
|
4995
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.getPointsList = function() {
|
|
4996
|
+
return /** @type{!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>} */ (
|
|
4997
|
+
jspb.Message.getRepeatedWrapperField(this, proto.trb.indicators.v1.MinMaxIndexPoint, 1));
|
|
5828
4998
|
};
|
|
5829
4999
|
|
|
5830
5000
|
|
|
5831
5001
|
/**
|
|
5832
|
-
* @param {!Array<!proto.trb.indicators.v1.
|
|
5833
|
-
* @return {!proto.trb.indicators.v1.
|
|
5002
|
+
* @param {!Array<!proto.trb.indicators.v1.MinMaxIndexPoint>} value
|
|
5003
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries} returns this
|
|
5834
5004
|
*/
|
|
5835
|
-
proto.trb.indicators.v1.
|
|
5005
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.setPointsList = function(value) {
|
|
5836
5006
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
5837
5007
|
};
|
|
5838
5008
|
|
|
5839
5009
|
|
|
5840
5010
|
/**
|
|
5841
|
-
* @param {!proto.trb.indicators.v1.
|
|
5011
|
+
* @param {!proto.trb.indicators.v1.MinMaxIndexPoint=} opt_value
|
|
5842
5012
|
* @param {number=} opt_index
|
|
5843
|
-
* @return {!proto.trb.indicators.v1.
|
|
5013
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexPoint}
|
|
5844
5014
|
*/
|
|
5845
|
-
proto.trb.indicators.v1.
|
|
5846
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.
|
|
5015
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.addPoints = function(opt_value, opt_index) {
|
|
5016
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.trb.indicators.v1.MinMaxIndexPoint, opt_index);
|
|
5847
5017
|
};
|
|
5848
5018
|
|
|
5849
5019
|
|
|
5850
5020
|
/**
|
|
5851
5021
|
* Clears the list making it empty but non-null.
|
|
5852
|
-
* @return {!proto.trb.indicators.v1.
|
|
5022
|
+
* @return {!proto.trb.indicators.v1.MinMaxIndexSeries} returns this
|
|
5853
5023
|
*/
|
|
5854
|
-
proto.trb.indicators.v1.
|
|
5024
|
+
proto.trb.indicators.v1.MinMaxIndexSeries.prototype.clearPointsList = function() {
|
|
5855
5025
|
return this.setPointsList([]);
|
|
5856
5026
|
};
|
|
5857
5027
|
|
|
@@ -5865,7 +5035,7 @@ proto.trb.indicators.v1.SuperTrendSeries.prototype.clearPointsList = function()
|
|
|
5865
5035
|
* @private {!Array<!Array<number>>}
|
|
5866
5036
|
* @const
|
|
5867
5037
|
*/
|
|
5868
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_ = [[1,10,11,12,13,14,20,21,22,23,24,25,26,27,28,29,30,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,
|
|
5038
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_ = [[1,10,11,12,13,14,20,21,22,23,24,25,26,27,28,29,30,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,61,62,64,65,66,67,68,69,71,73,74,75,76,77,78,79,80,81,82,84,85,86,87,89,90,91,92,93,95,101,102,103,105,106,108,109,110,111,112,113,114,115,117,118,119,121,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,201,202,203,204,210,211,212,213,214,215,216,217,218,220,221,222,230,231,236]];
|
|
5869
5039
|
|
|
5870
5040
|
/**
|
|
5871
5041
|
* @enum {number}
|
|
@@ -5904,19 +5074,15 @@ proto.trb.indicators.v1.IndicatorValuesResponse.ValuesCase = {
|
|
|
5904
5074
|
SQRT: 52,
|
|
5905
5075
|
TAN: 53,
|
|
5906
5076
|
TANH: 54,
|
|
5907
|
-
AC: 60,
|
|
5908
5077
|
ADX: 61,
|
|
5909
5078
|
ADXR: 62,
|
|
5910
|
-
AO: 63,
|
|
5911
5079
|
APO: 64,
|
|
5912
5080
|
AROON: 65,
|
|
5913
5081
|
AROONOSC: 66,
|
|
5914
5082
|
BOP: 67,
|
|
5915
5083
|
CCI: 68,
|
|
5916
5084
|
CMO: 69,
|
|
5917
|
-
CMOU: 70,
|
|
5918
5085
|
DX: 71,
|
|
5919
|
-
IMI: 72,
|
|
5920
5086
|
MACD: 73,
|
|
5921
5087
|
MACDEXT: 74,
|
|
5922
5088
|
MACDFIX: 75,
|
|
@@ -5927,27 +5093,21 @@ proto.trb.indicators.v1.IndicatorValuesResponse.ValuesCase = {
|
|
|
5927
5093
|
PLUS_DI: 80,
|
|
5928
5094
|
PLUS_DM: 81,
|
|
5929
5095
|
PPO: 82,
|
|
5930
|
-
QSTICK: 83,
|
|
5931
5096
|
ROC: 84,
|
|
5932
5097
|
ROCP: 85,
|
|
5933
5098
|
ROCR: 86,
|
|
5934
5099
|
ROCR100: 87,
|
|
5935
|
-
SMI: 88,
|
|
5936
5100
|
STOCH: 89,
|
|
5937
5101
|
STOCHF: 90,
|
|
5938
5102
|
STOCHRSI: 91,
|
|
5939
5103
|
TRIX: 92,
|
|
5940
5104
|
ULTOSC: 93,
|
|
5941
|
-
WAD: 94,
|
|
5942
5105
|
WILLR: 95,
|
|
5943
|
-
ACCBANDS: 100,
|
|
5944
5106
|
BBANDS: 101,
|
|
5945
5107
|
DEMA: 102,
|
|
5946
5108
|
EMA: 103,
|
|
5947
|
-
HMA: 104,
|
|
5948
5109
|
HT_TRENDLINE: 105,
|
|
5949
5110
|
KAMA: 106,
|
|
5950
|
-
KC: 107,
|
|
5951
5111
|
MA: 108,
|
|
5952
5112
|
MAMA: 109,
|
|
5953
5113
|
MAVP: 110,
|
|
@@ -5956,11 +5116,9 @@ proto.trb.indicators.v1.IndicatorValuesResponse.ValuesCase = {
|
|
|
5956
5116
|
SAR: 113,
|
|
5957
5117
|
SAREXT: 114,
|
|
5958
5118
|
SMA: 115,
|
|
5959
|
-
SUPERTREND: 116,
|
|
5960
5119
|
T3: 117,
|
|
5961
5120
|
TEMA: 118,
|
|
5962
5121
|
TRIMA: 119,
|
|
5963
|
-
VWMA: 120,
|
|
5964
5122
|
WMA: 121,
|
|
5965
5123
|
CDL2CROWS: 130,
|
|
5966
5124
|
CDL3BLACKCROWS: 131,
|
|
@@ -6023,7 +5181,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.ValuesCase = {
|
|
|
6023
5181
|
CDLUNIQUE3RIVER: 188,
|
|
6024
5182
|
CDLUPSIDEGAP2CROWS: 189,
|
|
6025
5183
|
CDLXSIDEGAP3METHODS: 190,
|
|
6026
|
-
AVGDEV: 200,
|
|
6027
5184
|
AVGPRICE: 201,
|
|
6028
5185
|
MEDPRICE: 202,
|
|
6029
5186
|
TYPPRICE: 203,
|
|
@@ -6042,14 +5199,7 @@ proto.trb.indicators.v1.IndicatorValuesResponse.ValuesCase = {
|
|
|
6042
5199
|
TRANGE: 222,
|
|
6043
5200
|
AD: 230,
|
|
6044
5201
|
ADOSC: 231,
|
|
6045
|
-
|
|
6046
|
-
EFI: 233,
|
|
6047
|
-
MARKETFI: 234,
|
|
6048
|
-
NVI: 235,
|
|
6049
|
-
OBV: 236,
|
|
6050
|
-
PVI: 237,
|
|
6051
|
-
PVO: 238,
|
|
6052
|
-
VWAP: 239
|
|
5202
|
+
OBV: 236
|
|
6053
5203
|
};
|
|
6054
5204
|
|
|
6055
5205
|
/**
|
|
@@ -6122,19 +5272,15 @@ sinh: (f = msg.getSinh()) && proto.trb.indicators.v1.RealSeries.toObject(include
|
|
|
6122
5272
|
sqrt: (f = msg.getSqrt()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6123
5273
|
tan: (f = msg.getTan()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6124
5274
|
tanh: (f = msg.getTanh()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6125
|
-
ac: (f = msg.getAc()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6126
5275
|
adx: (f = msg.getAdx()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6127
5276
|
adxr: (f = msg.getAdxr()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6128
|
-
ao: (f = msg.getAo()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6129
5277
|
apo: (f = msg.getApo()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6130
5278
|
aroon: (f = msg.getAroon()) && proto.trb.indicators.v1.AroonSeries.toObject(includeInstance, f),
|
|
6131
5279
|
aroonosc: (f = msg.getAroonosc()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6132
5280
|
bop: (f = msg.getBop()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6133
5281
|
cci: (f = msg.getCci()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6134
5282
|
cmo: (f = msg.getCmo()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6135
|
-
cmou: (f = msg.getCmou()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6136
5283
|
dx: (f = msg.getDx()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6137
|
-
imi: (f = msg.getImi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6138
5284
|
macd: (f = msg.getMacd()) && proto.trb.indicators.v1.MacdSeries.toObject(includeInstance, f),
|
|
6139
5285
|
macdext: (f = msg.getMacdext()) && proto.trb.indicators.v1.MacdSeries.toObject(includeInstance, f),
|
|
6140
5286
|
macdfix: (f = msg.getMacdfix()) && proto.trb.indicators.v1.MacdSeries.toObject(includeInstance, f),
|
|
@@ -6145,27 +5291,21 @@ mom: (f = msg.getMom()) && proto.trb.indicators.v1.RealSeries.toObject(includeIn
|
|
|
6145
5291
|
plusDi: (f = msg.getPlusDi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6146
5292
|
plusDm: (f = msg.getPlusDm()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6147
5293
|
ppo: (f = msg.getPpo()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6148
|
-
qstick: (f = msg.getQstick()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6149
5294
|
roc: (f = msg.getRoc()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6150
5295
|
rocp: (f = msg.getRocp()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6151
5296
|
rocr: (f = msg.getRocr()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6152
5297
|
rocr100: (f = msg.getRocr100()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6153
|
-
smi: (f = msg.getSmi()) && proto.trb.indicators.v1.SmiSeries.toObject(includeInstance, f),
|
|
6154
5298
|
stoch: (f = msg.getStoch()) && proto.trb.indicators.v1.StochSeries.toObject(includeInstance, f),
|
|
6155
5299
|
stochf: (f = msg.getStochf()) && proto.trb.indicators.v1.StochFSeries.toObject(includeInstance, f),
|
|
6156
5300
|
stochrsi: (f = msg.getStochrsi()) && proto.trb.indicators.v1.StochFSeries.toObject(includeInstance, f),
|
|
6157
5301
|
trix: (f = msg.getTrix()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6158
5302
|
ultosc: (f = msg.getUltosc()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6159
|
-
wad: (f = msg.getWad()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6160
5303
|
willr: (f = msg.getWillr()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6161
|
-
accbands: (f = msg.getAccbands()) && proto.trb.indicators.v1.BandsSeries.toObject(includeInstance, f),
|
|
6162
5304
|
bbands: (f = msg.getBbands()) && proto.trb.indicators.v1.BandsSeries.toObject(includeInstance, f),
|
|
6163
5305
|
dema: (f = msg.getDema()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6164
5306
|
ema: (f = msg.getEma()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6165
|
-
hma: (f = msg.getHma()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6166
5307
|
htTrendline: (f = msg.getHtTrendline()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6167
5308
|
kama: (f = msg.getKama()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6168
|
-
kc: (f = msg.getKc()) && proto.trb.indicators.v1.BandsSeries.toObject(includeInstance, f),
|
|
6169
5309
|
ma: (f = msg.getMa()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6170
5310
|
mama: (f = msg.getMama()) && proto.trb.indicators.v1.MamaSeries.toObject(includeInstance, f),
|
|
6171
5311
|
mavp: (f = msg.getMavp()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
@@ -6174,11 +5314,9 @@ midprice: (f = msg.getMidprice()) && proto.trb.indicators.v1.RealSeries.toObject
|
|
|
6174
5314
|
sar: (f = msg.getSar()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6175
5315
|
sarext: (f = msg.getSarext()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6176
5316
|
sma: (f = msg.getSma()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6177
|
-
supertrend: (f = msg.getSupertrend()) && proto.trb.indicators.v1.SuperTrendSeries.toObject(includeInstance, f),
|
|
6178
5317
|
t3: (f = msg.getT3()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6179
5318
|
tema: (f = msg.getTema()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6180
5319
|
trima: (f = msg.getTrima()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6181
|
-
vwma: (f = msg.getVwma()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6182
5320
|
wma: (f = msg.getWma()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6183
5321
|
cdl2crows: (f = msg.getCdl2crows()) && proto.trb.indicators.v1.IntegerSeries.toObject(includeInstance, f),
|
|
6184
5322
|
cdl3blackcrows: (f = msg.getCdl3blackcrows()) && proto.trb.indicators.v1.IntegerSeries.toObject(includeInstance, f),
|
|
@@ -6241,7 +5379,6 @@ cdltristar: (f = msg.getCdltristar()) && proto.trb.indicators.v1.IntegerSeries.t
|
|
|
6241
5379
|
cdlunique3river: (f = msg.getCdlunique3river()) && proto.trb.indicators.v1.IntegerSeries.toObject(includeInstance, f),
|
|
6242
5380
|
cdlupsidegap2crows: (f = msg.getCdlupsidegap2crows()) && proto.trb.indicators.v1.IntegerSeries.toObject(includeInstance, f),
|
|
6243
5381
|
cdlxsidegap3methods: (f = msg.getCdlxsidegap3methods()) && proto.trb.indicators.v1.IntegerSeries.toObject(includeInstance, f),
|
|
6244
|
-
avgdev: (f = msg.getAvgdev()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6245
5382
|
avgprice: (f = msg.getAvgprice()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6246
5383
|
medprice: (f = msg.getMedprice()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6247
5384
|
typprice: (f = msg.getTypprice()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
@@ -6260,14 +5397,7 @@ natr: (f = msg.getNatr()) && proto.trb.indicators.v1.RealSeries.toObject(include
|
|
|
6260
5397
|
trange: (f = msg.getTrange()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6261
5398
|
ad: (f = msg.getAd()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6262
5399
|
adosc: (f = msg.getAdosc()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6263
|
-
|
|
6264
|
-
efi: (f = msg.getEfi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6265
|
-
marketfi: (f = msg.getMarketfi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6266
|
-
nvi: (f = msg.getNvi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6267
|
-
obv: (f = msg.getObv()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6268
|
-
pvi: (f = msg.getPvi()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6269
|
-
pvo: (f = msg.getPvo()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f),
|
|
6270
|
-
vwap: (f = msg.getVwap()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f)
|
|
5400
|
+
obv: (f = msg.getObv()) && proto.trb.indicators.v1.RealSeries.toObject(includeInstance, f)
|
|
6271
5401
|
};
|
|
6272
5402
|
|
|
6273
5403
|
if (includeInstance) {
|
|
@@ -6464,11 +5594,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6464
5594
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6465
5595
|
msg.setTanh(value);
|
|
6466
5596
|
break;
|
|
6467
|
-
case 60:
|
|
6468
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6469
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6470
|
-
msg.setAc(value);
|
|
6471
|
-
break;
|
|
6472
5597
|
case 61:
|
|
6473
5598
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6474
5599
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6479,11 +5604,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6479
5604
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6480
5605
|
msg.setAdxr(value);
|
|
6481
5606
|
break;
|
|
6482
|
-
case 63:
|
|
6483
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6484
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6485
|
-
msg.setAo(value);
|
|
6486
|
-
break;
|
|
6487
5607
|
case 64:
|
|
6488
5608
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6489
5609
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6514,21 +5634,11 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6514
5634
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6515
5635
|
msg.setCmo(value);
|
|
6516
5636
|
break;
|
|
6517
|
-
case 70:
|
|
6518
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6519
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6520
|
-
msg.setCmou(value);
|
|
6521
|
-
break;
|
|
6522
5637
|
case 71:
|
|
6523
5638
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6524
5639
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6525
5640
|
msg.setDx(value);
|
|
6526
5641
|
break;
|
|
6527
|
-
case 72:
|
|
6528
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6529
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6530
|
-
msg.setImi(value);
|
|
6531
|
-
break;
|
|
6532
5642
|
case 73:
|
|
6533
5643
|
var value = new proto.trb.indicators.v1.MacdSeries;
|
|
6534
5644
|
reader.readMessage(value,proto.trb.indicators.v1.MacdSeries.deserializeBinaryFromReader);
|
|
@@ -6579,11 +5689,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6579
5689
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6580
5690
|
msg.setPpo(value);
|
|
6581
5691
|
break;
|
|
6582
|
-
case 83:
|
|
6583
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6584
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6585
|
-
msg.setQstick(value);
|
|
6586
|
-
break;
|
|
6587
5692
|
case 84:
|
|
6588
5693
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6589
5694
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6604,11 +5709,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6604
5709
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6605
5710
|
msg.setRocr100(value);
|
|
6606
5711
|
break;
|
|
6607
|
-
case 88:
|
|
6608
|
-
var value = new proto.trb.indicators.v1.SmiSeries;
|
|
6609
|
-
reader.readMessage(value,proto.trb.indicators.v1.SmiSeries.deserializeBinaryFromReader);
|
|
6610
|
-
msg.setSmi(value);
|
|
6611
|
-
break;
|
|
6612
5712
|
case 89:
|
|
6613
5713
|
var value = new proto.trb.indicators.v1.StochSeries;
|
|
6614
5714
|
reader.readMessage(value,proto.trb.indicators.v1.StochSeries.deserializeBinaryFromReader);
|
|
@@ -6634,21 +5734,11 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6634
5734
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6635
5735
|
msg.setUltosc(value);
|
|
6636
5736
|
break;
|
|
6637
|
-
case 94:
|
|
6638
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6639
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6640
|
-
msg.setWad(value);
|
|
6641
|
-
break;
|
|
6642
5737
|
case 95:
|
|
6643
5738
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6644
5739
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6645
5740
|
msg.setWillr(value);
|
|
6646
5741
|
break;
|
|
6647
|
-
case 100:
|
|
6648
|
-
var value = new proto.trb.indicators.v1.BandsSeries;
|
|
6649
|
-
reader.readMessage(value,proto.trb.indicators.v1.BandsSeries.deserializeBinaryFromReader);
|
|
6650
|
-
msg.setAccbands(value);
|
|
6651
|
-
break;
|
|
6652
5742
|
case 101:
|
|
6653
5743
|
var value = new proto.trb.indicators.v1.BandsSeries;
|
|
6654
5744
|
reader.readMessage(value,proto.trb.indicators.v1.BandsSeries.deserializeBinaryFromReader);
|
|
@@ -6664,11 +5754,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6664
5754
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6665
5755
|
msg.setEma(value);
|
|
6666
5756
|
break;
|
|
6667
|
-
case 104:
|
|
6668
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6669
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6670
|
-
msg.setHma(value);
|
|
6671
|
-
break;
|
|
6672
5757
|
case 105:
|
|
6673
5758
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6674
5759
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6679,11 +5764,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6679
5764
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6680
5765
|
msg.setKama(value);
|
|
6681
5766
|
break;
|
|
6682
|
-
case 107:
|
|
6683
|
-
var value = new proto.trb.indicators.v1.BandsSeries;
|
|
6684
|
-
reader.readMessage(value,proto.trb.indicators.v1.BandsSeries.deserializeBinaryFromReader);
|
|
6685
|
-
msg.setKc(value);
|
|
6686
|
-
break;
|
|
6687
5767
|
case 108:
|
|
6688
5768
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6689
5769
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6724,11 +5804,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6724
5804
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6725
5805
|
msg.setSma(value);
|
|
6726
5806
|
break;
|
|
6727
|
-
case 116:
|
|
6728
|
-
var value = new proto.trb.indicators.v1.SuperTrendSeries;
|
|
6729
|
-
reader.readMessage(value,proto.trb.indicators.v1.SuperTrendSeries.deserializeBinaryFromReader);
|
|
6730
|
-
msg.setSupertrend(value);
|
|
6731
|
-
break;
|
|
6732
5807
|
case 117:
|
|
6733
5808
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6734
5809
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -6744,11 +5819,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
6744
5819
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6745
5820
|
msg.setTrima(value);
|
|
6746
5821
|
break;
|
|
6747
|
-
case 120:
|
|
6748
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6749
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
6750
|
-
msg.setVwma(value);
|
|
6751
|
-
break;
|
|
6752
5822
|
case 121:
|
|
6753
5823
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
6754
5824
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -7059,11 +6129,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
7059
6129
|
reader.readMessage(value,proto.trb.indicators.v1.IntegerSeries.deserializeBinaryFromReader);
|
|
7060
6130
|
msg.setCdlxsidegap3methods(value);
|
|
7061
6131
|
break;
|
|
7062
|
-
case 200:
|
|
7063
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7064
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7065
|
-
msg.setAvgdev(value);
|
|
7066
|
-
break;
|
|
7067
6132
|
case 201:
|
|
7068
6133
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7069
6134
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
@@ -7154,46 +6219,11 @@ proto.trb.indicators.v1.IndicatorValuesResponse.deserializeBinaryFromReader = fu
|
|
|
7154
6219
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7155
6220
|
msg.setAdosc(value);
|
|
7156
6221
|
break;
|
|
7157
|
-
case 232:
|
|
7158
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7159
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7160
|
-
msg.setCmf(value);
|
|
7161
|
-
break;
|
|
7162
|
-
case 233:
|
|
7163
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7164
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7165
|
-
msg.setEfi(value);
|
|
7166
|
-
break;
|
|
7167
|
-
case 234:
|
|
7168
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7169
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7170
|
-
msg.setMarketfi(value);
|
|
7171
|
-
break;
|
|
7172
|
-
case 235:
|
|
7173
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7174
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7175
|
-
msg.setNvi(value);
|
|
7176
|
-
break;
|
|
7177
6222
|
case 236:
|
|
7178
6223
|
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7179
6224
|
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7180
6225
|
msg.setObv(value);
|
|
7181
6226
|
break;
|
|
7182
|
-
case 237:
|
|
7183
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7184
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7185
|
-
msg.setPvi(value);
|
|
7186
|
-
break;
|
|
7187
|
-
case 238:
|
|
7188
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7189
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7190
|
-
msg.setPvo(value);
|
|
7191
|
-
break;
|
|
7192
|
-
case 239:
|
|
7193
|
-
var value = new proto.trb.indicators.v1.RealSeries;
|
|
7194
|
-
reader.readMessage(value,proto.trb.indicators.v1.RealSeries.deserializeBinaryFromReader);
|
|
7195
|
-
msg.setVwap(value);
|
|
7196
|
-
break;
|
|
7197
6227
|
default:
|
|
7198
6228
|
reader.skipField();
|
|
7199
6229
|
break;
|
|
@@ -7479,14 +6509,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7479
6509
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7480
6510
|
);
|
|
7481
6511
|
}
|
|
7482
|
-
f = message.getAc();
|
|
7483
|
-
if (f != null) {
|
|
7484
|
-
writer.writeMessage(
|
|
7485
|
-
60,
|
|
7486
|
-
f,
|
|
7487
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7488
|
-
);
|
|
7489
|
-
}
|
|
7490
6512
|
f = message.getAdx();
|
|
7491
6513
|
if (f != null) {
|
|
7492
6514
|
writer.writeMessage(
|
|
@@ -7503,14 +6525,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7503
6525
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7504
6526
|
);
|
|
7505
6527
|
}
|
|
7506
|
-
f = message.getAo();
|
|
7507
|
-
if (f != null) {
|
|
7508
|
-
writer.writeMessage(
|
|
7509
|
-
63,
|
|
7510
|
-
f,
|
|
7511
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7512
|
-
);
|
|
7513
|
-
}
|
|
7514
6528
|
f = message.getApo();
|
|
7515
6529
|
if (f != null) {
|
|
7516
6530
|
writer.writeMessage(
|
|
@@ -7559,14 +6573,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7559
6573
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7560
6574
|
);
|
|
7561
6575
|
}
|
|
7562
|
-
f = message.getCmou();
|
|
7563
|
-
if (f != null) {
|
|
7564
|
-
writer.writeMessage(
|
|
7565
|
-
70,
|
|
7566
|
-
f,
|
|
7567
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7568
|
-
);
|
|
7569
|
-
}
|
|
7570
6576
|
f = message.getDx();
|
|
7571
6577
|
if (f != null) {
|
|
7572
6578
|
writer.writeMessage(
|
|
@@ -7575,14 +6581,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7575
6581
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7576
6582
|
);
|
|
7577
6583
|
}
|
|
7578
|
-
f = message.getImi();
|
|
7579
|
-
if (f != null) {
|
|
7580
|
-
writer.writeMessage(
|
|
7581
|
-
72,
|
|
7582
|
-
f,
|
|
7583
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7584
|
-
);
|
|
7585
|
-
}
|
|
7586
6584
|
f = message.getMacd();
|
|
7587
6585
|
if (f != null) {
|
|
7588
6586
|
writer.writeMessage(
|
|
@@ -7663,14 +6661,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7663
6661
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7664
6662
|
);
|
|
7665
6663
|
}
|
|
7666
|
-
f = message.getQstick();
|
|
7667
|
-
if (f != null) {
|
|
7668
|
-
writer.writeMessage(
|
|
7669
|
-
83,
|
|
7670
|
-
f,
|
|
7671
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7672
|
-
);
|
|
7673
|
-
}
|
|
7674
6664
|
f = message.getRoc();
|
|
7675
6665
|
if (f != null) {
|
|
7676
6666
|
writer.writeMessage(
|
|
@@ -7703,14 +6693,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7703
6693
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7704
6694
|
);
|
|
7705
6695
|
}
|
|
7706
|
-
f = message.getSmi();
|
|
7707
|
-
if (f != null) {
|
|
7708
|
-
writer.writeMessage(
|
|
7709
|
-
88,
|
|
7710
|
-
f,
|
|
7711
|
-
proto.trb.indicators.v1.SmiSeries.serializeBinaryToWriter
|
|
7712
|
-
);
|
|
7713
|
-
}
|
|
7714
6696
|
f = message.getStoch();
|
|
7715
6697
|
if (f != null) {
|
|
7716
6698
|
writer.writeMessage(
|
|
@@ -7751,14 +6733,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7751
6733
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7752
6734
|
);
|
|
7753
6735
|
}
|
|
7754
|
-
f = message.getWad();
|
|
7755
|
-
if (f != null) {
|
|
7756
|
-
writer.writeMessage(
|
|
7757
|
-
94,
|
|
7758
|
-
f,
|
|
7759
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7760
|
-
);
|
|
7761
|
-
}
|
|
7762
6736
|
f = message.getWillr();
|
|
7763
6737
|
if (f != null) {
|
|
7764
6738
|
writer.writeMessage(
|
|
@@ -7767,14 +6741,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7767
6741
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7768
6742
|
);
|
|
7769
6743
|
}
|
|
7770
|
-
f = message.getAccbands();
|
|
7771
|
-
if (f != null) {
|
|
7772
|
-
writer.writeMessage(
|
|
7773
|
-
100,
|
|
7774
|
-
f,
|
|
7775
|
-
proto.trb.indicators.v1.BandsSeries.serializeBinaryToWriter
|
|
7776
|
-
);
|
|
7777
|
-
}
|
|
7778
6744
|
f = message.getBbands();
|
|
7779
6745
|
if (f != null) {
|
|
7780
6746
|
writer.writeMessage(
|
|
@@ -7799,14 +6765,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7799
6765
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7800
6766
|
);
|
|
7801
6767
|
}
|
|
7802
|
-
f = message.getHma();
|
|
7803
|
-
if (f != null) {
|
|
7804
|
-
writer.writeMessage(
|
|
7805
|
-
104,
|
|
7806
|
-
f,
|
|
7807
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7808
|
-
);
|
|
7809
|
-
}
|
|
7810
6768
|
f = message.getHtTrendline();
|
|
7811
6769
|
if (f != null) {
|
|
7812
6770
|
writer.writeMessage(
|
|
@@ -7823,14 +6781,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7823
6781
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7824
6782
|
);
|
|
7825
6783
|
}
|
|
7826
|
-
f = message.getKc();
|
|
7827
|
-
if (f != null) {
|
|
7828
|
-
writer.writeMessage(
|
|
7829
|
-
107,
|
|
7830
|
-
f,
|
|
7831
|
-
proto.trb.indicators.v1.BandsSeries.serializeBinaryToWriter
|
|
7832
|
-
);
|
|
7833
|
-
}
|
|
7834
6784
|
f = message.getMa();
|
|
7835
6785
|
if (f != null) {
|
|
7836
6786
|
writer.writeMessage(
|
|
@@ -7895,14 +6845,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7895
6845
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7896
6846
|
);
|
|
7897
6847
|
}
|
|
7898
|
-
f = message.getSupertrend();
|
|
7899
|
-
if (f != null) {
|
|
7900
|
-
writer.writeMessage(
|
|
7901
|
-
116,
|
|
7902
|
-
f,
|
|
7903
|
-
proto.trb.indicators.v1.SuperTrendSeries.serializeBinaryToWriter
|
|
7904
|
-
);
|
|
7905
|
-
}
|
|
7906
6848
|
f = message.getT3();
|
|
7907
6849
|
if (f != null) {
|
|
7908
6850
|
writer.writeMessage(
|
|
@@ -7927,14 +6869,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
7927
6869
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7928
6870
|
);
|
|
7929
6871
|
}
|
|
7930
|
-
f = message.getVwma();
|
|
7931
|
-
if (f != null) {
|
|
7932
|
-
writer.writeMessage(
|
|
7933
|
-
120,
|
|
7934
|
-
f,
|
|
7935
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
7936
|
-
);
|
|
7937
|
-
}
|
|
7938
6872
|
f = message.getWma();
|
|
7939
6873
|
if (f != null) {
|
|
7940
6874
|
writer.writeMessage(
|
|
@@ -8431,14 +7365,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
8431
7365
|
proto.trb.indicators.v1.IntegerSeries.serializeBinaryToWriter
|
|
8432
7366
|
);
|
|
8433
7367
|
}
|
|
8434
|
-
f = message.getAvgdev();
|
|
8435
|
-
if (f != null) {
|
|
8436
|
-
writer.writeMessage(
|
|
8437
|
-
200,
|
|
8438
|
-
f,
|
|
8439
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8440
|
-
);
|
|
8441
|
-
}
|
|
8442
7368
|
f = message.getAvgprice();
|
|
8443
7369
|
if (f != null) {
|
|
8444
7370
|
writer.writeMessage(
|
|
@@ -8583,38 +7509,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
8583
7509
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8584
7510
|
);
|
|
8585
7511
|
}
|
|
8586
|
-
f = message.getCmf();
|
|
8587
|
-
if (f != null) {
|
|
8588
|
-
writer.writeMessage(
|
|
8589
|
-
232,
|
|
8590
|
-
f,
|
|
8591
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8592
|
-
);
|
|
8593
|
-
}
|
|
8594
|
-
f = message.getEfi();
|
|
8595
|
-
if (f != null) {
|
|
8596
|
-
writer.writeMessage(
|
|
8597
|
-
233,
|
|
8598
|
-
f,
|
|
8599
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8600
|
-
);
|
|
8601
|
-
}
|
|
8602
|
-
f = message.getMarketfi();
|
|
8603
|
-
if (f != null) {
|
|
8604
|
-
writer.writeMessage(
|
|
8605
|
-
234,
|
|
8606
|
-
f,
|
|
8607
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8608
|
-
);
|
|
8609
|
-
}
|
|
8610
|
-
f = message.getNvi();
|
|
8611
|
-
if (f != null) {
|
|
8612
|
-
writer.writeMessage(
|
|
8613
|
-
235,
|
|
8614
|
-
f,
|
|
8615
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8616
|
-
);
|
|
8617
|
-
}
|
|
8618
7512
|
f = message.getObv();
|
|
8619
7513
|
if (f != null) {
|
|
8620
7514
|
writer.writeMessage(
|
|
@@ -8623,30 +7517,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.serializeBinaryToWriter = functi
|
|
|
8623
7517
|
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8624
7518
|
);
|
|
8625
7519
|
}
|
|
8626
|
-
f = message.getPvi();
|
|
8627
|
-
if (f != null) {
|
|
8628
|
-
writer.writeMessage(
|
|
8629
|
-
237,
|
|
8630
|
-
f,
|
|
8631
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8632
|
-
);
|
|
8633
|
-
}
|
|
8634
|
-
f = message.getPvo();
|
|
8635
|
-
if (f != null) {
|
|
8636
|
-
writer.writeMessage(
|
|
8637
|
-
238,
|
|
8638
|
-
f,
|
|
8639
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8640
|
-
);
|
|
8641
|
-
}
|
|
8642
|
-
f = message.getVwap();
|
|
8643
|
-
if (f != null) {
|
|
8644
|
-
writer.writeMessage(
|
|
8645
|
-
239,
|
|
8646
|
-
f,
|
|
8647
|
-
proto.trb.indicators.v1.RealSeries.serializeBinaryToWriter
|
|
8648
|
-
);
|
|
8649
|
-
}
|
|
8650
7520
|
};
|
|
8651
7521
|
|
|
8652
7522
|
|
|
@@ -9834,43 +8704,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasTanh = function() {
|
|
|
9834
8704
|
};
|
|
9835
8705
|
|
|
9836
8706
|
|
|
9837
|
-
/**
|
|
9838
|
-
* optional RealSeries ac = 60;
|
|
9839
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
9840
|
-
*/
|
|
9841
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getAc = function() {
|
|
9842
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
9843
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 60));
|
|
9844
|
-
};
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
/**
|
|
9848
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
9849
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9850
|
-
*/
|
|
9851
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAc = function(value) {
|
|
9852
|
-
return jspb.Message.setOneofWrapperField(this, 60, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
9853
|
-
};
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
/**
|
|
9857
|
-
* Clears the message field making it undefined.
|
|
9858
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9859
|
-
*/
|
|
9860
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAc = function() {
|
|
9861
|
-
return this.setAc(undefined);
|
|
9862
|
-
};
|
|
9863
|
-
|
|
9864
|
-
|
|
9865
|
-
/**
|
|
9866
|
-
* Returns whether this field is set.
|
|
9867
|
-
* @return {boolean}
|
|
9868
|
-
*/
|
|
9869
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAc = function() {
|
|
9870
|
-
return jspb.Message.getField(this, 60) != null;
|
|
9871
|
-
};
|
|
9872
|
-
|
|
9873
|
-
|
|
9874
8707
|
/**
|
|
9875
8708
|
* optional RealSeries adx = 61;
|
|
9876
8709
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -9922,45 +8755,8 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getAdxr = function() {
|
|
|
9922
8755
|
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
9923
8756
|
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9924
8757
|
*/
|
|
9925
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAdxr = function(value) {
|
|
9926
|
-
return jspb.Message.setOneofWrapperField(this, 62, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
9927
|
-
};
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
/**
|
|
9931
|
-
* Clears the message field making it undefined.
|
|
9932
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9933
|
-
*/
|
|
9934
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAdxr = function() {
|
|
9935
|
-
return this.setAdxr(undefined);
|
|
9936
|
-
};
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
/**
|
|
9940
|
-
* Returns whether this field is set.
|
|
9941
|
-
* @return {boolean}
|
|
9942
|
-
*/
|
|
9943
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAdxr = function() {
|
|
9944
|
-
return jspb.Message.getField(this, 62) != null;
|
|
9945
|
-
};
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
/**
|
|
9949
|
-
* optional RealSeries ao = 63;
|
|
9950
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
9951
|
-
*/
|
|
9952
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getAo = function() {
|
|
9953
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
9954
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 63));
|
|
9955
|
-
};
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
/**
|
|
9959
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
9960
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9961
|
-
*/
|
|
9962
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAo = function(value) {
|
|
9963
|
-
return jspb.Message.setOneofWrapperField(this, 63, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
8758
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAdxr = function(value) {
|
|
8759
|
+
return jspb.Message.setOneofWrapperField(this, 62, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
9964
8760
|
};
|
|
9965
8761
|
|
|
9966
8762
|
|
|
@@ -9968,8 +8764,8 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAo = function(value
|
|
|
9968
8764
|
* Clears the message field making it undefined.
|
|
9969
8765
|
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
9970
8766
|
*/
|
|
9971
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.
|
|
9972
|
-
return this.
|
|
8767
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAdxr = function() {
|
|
8768
|
+
return this.setAdxr(undefined);
|
|
9973
8769
|
};
|
|
9974
8770
|
|
|
9975
8771
|
|
|
@@ -9977,8 +8773,8 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAo = function() {
|
|
|
9977
8773
|
* Returns whether this field is set.
|
|
9978
8774
|
* @return {boolean}
|
|
9979
8775
|
*/
|
|
9980
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.
|
|
9981
|
-
return jspb.Message.getField(this,
|
|
8776
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAdxr = function() {
|
|
8777
|
+
return jspb.Message.getField(this, 62) != null;
|
|
9982
8778
|
};
|
|
9983
8779
|
|
|
9984
8780
|
|
|
@@ -10204,43 +9000,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasCmo = function() {
|
|
|
10204
9000
|
};
|
|
10205
9001
|
|
|
10206
9002
|
|
|
10207
|
-
/**
|
|
10208
|
-
* optional RealSeries cmou = 70;
|
|
10209
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
10210
|
-
*/
|
|
10211
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getCmou = function() {
|
|
10212
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
10213
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 70));
|
|
10214
|
-
};
|
|
10215
|
-
|
|
10216
|
-
|
|
10217
|
-
/**
|
|
10218
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
10219
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10220
|
-
*/
|
|
10221
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setCmou = function(value) {
|
|
10222
|
-
return jspb.Message.setOneofWrapperField(this, 70, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
10223
|
-
};
|
|
10224
|
-
|
|
10225
|
-
|
|
10226
|
-
/**
|
|
10227
|
-
* Clears the message field making it undefined.
|
|
10228
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10229
|
-
*/
|
|
10230
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearCmou = function() {
|
|
10231
|
-
return this.setCmou(undefined);
|
|
10232
|
-
};
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
/**
|
|
10236
|
-
* Returns whether this field is set.
|
|
10237
|
-
* @return {boolean}
|
|
10238
|
-
*/
|
|
10239
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasCmou = function() {
|
|
10240
|
-
return jspb.Message.getField(this, 70) != null;
|
|
10241
|
-
};
|
|
10242
|
-
|
|
10243
|
-
|
|
10244
9003
|
/**
|
|
10245
9004
|
* optional RealSeries dx = 71;
|
|
10246
9005
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -10278,43 +9037,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasDx = function() {
|
|
|
10278
9037
|
};
|
|
10279
9038
|
|
|
10280
9039
|
|
|
10281
|
-
/**
|
|
10282
|
-
* optional RealSeries imi = 72;
|
|
10283
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
10284
|
-
*/
|
|
10285
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getImi = function() {
|
|
10286
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
10287
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 72));
|
|
10288
|
-
};
|
|
10289
|
-
|
|
10290
|
-
|
|
10291
|
-
/**
|
|
10292
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
10293
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10294
|
-
*/
|
|
10295
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setImi = function(value) {
|
|
10296
|
-
return jspb.Message.setOneofWrapperField(this, 72, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
10297
|
-
};
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
/**
|
|
10301
|
-
* Clears the message field making it undefined.
|
|
10302
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10303
|
-
*/
|
|
10304
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearImi = function() {
|
|
10305
|
-
return this.setImi(undefined);
|
|
10306
|
-
};
|
|
10307
|
-
|
|
10308
|
-
|
|
10309
|
-
/**
|
|
10310
|
-
* Returns whether this field is set.
|
|
10311
|
-
* @return {boolean}
|
|
10312
|
-
*/
|
|
10313
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasImi = function() {
|
|
10314
|
-
return jspb.Message.getField(this, 72) != null;
|
|
10315
|
-
};
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
9040
|
/**
|
|
10319
9041
|
* optional MacdSeries macd = 73;
|
|
10320
9042
|
* @return {?proto.trb.indicators.v1.MacdSeries}
|
|
@@ -10685,43 +9407,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasPpo = function() {
|
|
|
10685
9407
|
};
|
|
10686
9408
|
|
|
10687
9409
|
|
|
10688
|
-
/**
|
|
10689
|
-
* optional RealSeries qstick = 83;
|
|
10690
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
10691
|
-
*/
|
|
10692
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getQstick = function() {
|
|
10693
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
10694
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 83));
|
|
10695
|
-
};
|
|
10696
|
-
|
|
10697
|
-
|
|
10698
|
-
/**
|
|
10699
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
10700
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10701
|
-
*/
|
|
10702
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setQstick = function(value) {
|
|
10703
|
-
return jspb.Message.setOneofWrapperField(this, 83, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
10704
|
-
};
|
|
10705
|
-
|
|
10706
|
-
|
|
10707
|
-
/**
|
|
10708
|
-
* Clears the message field making it undefined.
|
|
10709
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10710
|
-
*/
|
|
10711
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearQstick = function() {
|
|
10712
|
-
return this.setQstick(undefined);
|
|
10713
|
-
};
|
|
10714
|
-
|
|
10715
|
-
|
|
10716
|
-
/**
|
|
10717
|
-
* Returns whether this field is set.
|
|
10718
|
-
* @return {boolean}
|
|
10719
|
-
*/
|
|
10720
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasQstick = function() {
|
|
10721
|
-
return jspb.Message.getField(this, 83) != null;
|
|
10722
|
-
};
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
9410
|
/**
|
|
10726
9411
|
* optional RealSeries roc = 84;
|
|
10727
9412
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -10870,43 +9555,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasRocr100 = function(
|
|
|
10870
9555
|
};
|
|
10871
9556
|
|
|
10872
9557
|
|
|
10873
|
-
/**
|
|
10874
|
-
* optional SmiSeries smi = 88;
|
|
10875
|
-
* @return {?proto.trb.indicators.v1.SmiSeries}
|
|
10876
|
-
*/
|
|
10877
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getSmi = function() {
|
|
10878
|
-
return /** @type{?proto.trb.indicators.v1.SmiSeries} */ (
|
|
10879
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.SmiSeries, 88));
|
|
10880
|
-
};
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
/**
|
|
10884
|
-
* @param {?proto.trb.indicators.v1.SmiSeries|undefined} value
|
|
10885
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10886
|
-
*/
|
|
10887
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setSmi = function(value) {
|
|
10888
|
-
return jspb.Message.setOneofWrapperField(this, 88, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
10889
|
-
};
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
/**
|
|
10893
|
-
* Clears the message field making it undefined.
|
|
10894
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
10895
|
-
*/
|
|
10896
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearSmi = function() {
|
|
10897
|
-
return this.setSmi(undefined);
|
|
10898
|
-
};
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
/**
|
|
10902
|
-
* Returns whether this field is set.
|
|
10903
|
-
* @return {boolean}
|
|
10904
|
-
*/
|
|
10905
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasSmi = function() {
|
|
10906
|
-
return jspb.Message.getField(this, 88) != null;
|
|
10907
|
-
};
|
|
10908
|
-
|
|
10909
|
-
|
|
10910
9558
|
/**
|
|
10911
9559
|
* optional StochSeries stoch = 89;
|
|
10912
9560
|
* @return {?proto.trb.indicators.v1.StochSeries}
|
|
@@ -11092,43 +9740,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasUltosc = function()
|
|
|
11092
9740
|
};
|
|
11093
9741
|
|
|
11094
9742
|
|
|
11095
|
-
/**
|
|
11096
|
-
* optional RealSeries wad = 94;
|
|
11097
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
11098
|
-
*/
|
|
11099
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getWad = function() {
|
|
11100
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
11101
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 94));
|
|
11102
|
-
};
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
/**
|
|
11106
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
11107
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11108
|
-
*/
|
|
11109
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setWad = function(value) {
|
|
11110
|
-
return jspb.Message.setOneofWrapperField(this, 94, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11111
|
-
};
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
-
/**
|
|
11115
|
-
* Clears the message field making it undefined.
|
|
11116
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11117
|
-
*/
|
|
11118
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearWad = function() {
|
|
11119
|
-
return this.setWad(undefined);
|
|
11120
|
-
};
|
|
11121
|
-
|
|
11122
|
-
|
|
11123
|
-
/**
|
|
11124
|
-
* Returns whether this field is set.
|
|
11125
|
-
* @return {boolean}
|
|
11126
|
-
*/
|
|
11127
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasWad = function() {
|
|
11128
|
-
return jspb.Message.getField(this, 94) != null;
|
|
11129
|
-
};
|
|
11130
|
-
|
|
11131
|
-
|
|
11132
9743
|
/**
|
|
11133
9744
|
* optional RealSeries willr = 95;
|
|
11134
9745
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -11166,43 +9777,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasWillr = function()
|
|
|
11166
9777
|
};
|
|
11167
9778
|
|
|
11168
9779
|
|
|
11169
|
-
/**
|
|
11170
|
-
* optional BandsSeries accbands = 100;
|
|
11171
|
-
* @return {?proto.trb.indicators.v1.BandsSeries}
|
|
11172
|
-
*/
|
|
11173
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getAccbands = function() {
|
|
11174
|
-
return /** @type{?proto.trb.indicators.v1.BandsSeries} */ (
|
|
11175
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.BandsSeries, 100));
|
|
11176
|
-
};
|
|
11177
|
-
|
|
11178
|
-
|
|
11179
|
-
/**
|
|
11180
|
-
* @param {?proto.trb.indicators.v1.BandsSeries|undefined} value
|
|
11181
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11182
|
-
*/
|
|
11183
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAccbands = function(value) {
|
|
11184
|
-
return jspb.Message.setOneofWrapperField(this, 100, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11185
|
-
};
|
|
11186
|
-
|
|
11187
|
-
|
|
11188
|
-
/**
|
|
11189
|
-
* Clears the message field making it undefined.
|
|
11190
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11191
|
-
*/
|
|
11192
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAccbands = function() {
|
|
11193
|
-
return this.setAccbands(undefined);
|
|
11194
|
-
};
|
|
11195
|
-
|
|
11196
|
-
|
|
11197
|
-
/**
|
|
11198
|
-
* Returns whether this field is set.
|
|
11199
|
-
* @return {boolean}
|
|
11200
|
-
*/
|
|
11201
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAccbands = function() {
|
|
11202
|
-
return jspb.Message.getField(this, 100) != null;
|
|
11203
|
-
};
|
|
11204
|
-
|
|
11205
|
-
|
|
11206
9780
|
/**
|
|
11207
9781
|
* optional BandsSeries bbands = 101;
|
|
11208
9782
|
* @return {?proto.trb.indicators.v1.BandsSeries}
|
|
@@ -11314,43 +9888,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasEma = function() {
|
|
|
11314
9888
|
};
|
|
11315
9889
|
|
|
11316
9890
|
|
|
11317
|
-
/**
|
|
11318
|
-
* optional RealSeries hma = 104;
|
|
11319
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
11320
|
-
*/
|
|
11321
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getHma = function() {
|
|
11322
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
11323
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 104));
|
|
11324
|
-
};
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
/**
|
|
11328
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
11329
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11330
|
-
*/
|
|
11331
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setHma = function(value) {
|
|
11332
|
-
return jspb.Message.setOneofWrapperField(this, 104, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11333
|
-
};
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
/**
|
|
11337
|
-
* Clears the message field making it undefined.
|
|
11338
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11339
|
-
*/
|
|
11340
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearHma = function() {
|
|
11341
|
-
return this.setHma(undefined);
|
|
11342
|
-
};
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
/**
|
|
11346
|
-
* Returns whether this field is set.
|
|
11347
|
-
* @return {boolean}
|
|
11348
|
-
*/
|
|
11349
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasHma = function() {
|
|
11350
|
-
return jspb.Message.getField(this, 104) != null;
|
|
11351
|
-
};
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
9891
|
/**
|
|
11355
9892
|
* optional RealSeries ht_trendline = 105;
|
|
11356
9893
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -11425,43 +9962,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasKama = function() {
|
|
|
11425
9962
|
};
|
|
11426
9963
|
|
|
11427
9964
|
|
|
11428
|
-
/**
|
|
11429
|
-
* optional BandsSeries kc = 107;
|
|
11430
|
-
* @return {?proto.trb.indicators.v1.BandsSeries}
|
|
11431
|
-
*/
|
|
11432
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getKc = function() {
|
|
11433
|
-
return /** @type{?proto.trb.indicators.v1.BandsSeries} */ (
|
|
11434
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.BandsSeries, 107));
|
|
11435
|
-
};
|
|
11436
|
-
|
|
11437
|
-
|
|
11438
|
-
/**
|
|
11439
|
-
* @param {?proto.trb.indicators.v1.BandsSeries|undefined} value
|
|
11440
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11441
|
-
*/
|
|
11442
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setKc = function(value) {
|
|
11443
|
-
return jspb.Message.setOneofWrapperField(this, 107, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11444
|
-
};
|
|
11445
|
-
|
|
11446
|
-
|
|
11447
|
-
/**
|
|
11448
|
-
* Clears the message field making it undefined.
|
|
11449
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11450
|
-
*/
|
|
11451
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearKc = function() {
|
|
11452
|
-
return this.setKc(undefined);
|
|
11453
|
-
};
|
|
11454
|
-
|
|
11455
|
-
|
|
11456
|
-
/**
|
|
11457
|
-
* Returns whether this field is set.
|
|
11458
|
-
* @return {boolean}
|
|
11459
|
-
*/
|
|
11460
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasKc = function() {
|
|
11461
|
-
return jspb.Message.getField(this, 107) != null;
|
|
11462
|
-
};
|
|
11463
|
-
|
|
11464
|
-
|
|
11465
9965
|
/**
|
|
11466
9966
|
* optional RealSeries ma = 108;
|
|
11467
9967
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -11744,45 +10244,8 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setSma = function(valu
|
|
|
11744
10244
|
* Clears the message field making it undefined.
|
|
11745
10245
|
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11746
10246
|
*/
|
|
11747
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearSma = function() {
|
|
11748
|
-
return this.setSma(undefined);
|
|
11749
|
-
};
|
|
11750
|
-
|
|
11751
|
-
|
|
11752
|
-
/**
|
|
11753
|
-
* Returns whether this field is set.
|
|
11754
|
-
* @return {boolean}
|
|
11755
|
-
*/
|
|
11756
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasSma = function() {
|
|
11757
|
-
return jspb.Message.getField(this, 115) != null;
|
|
11758
|
-
};
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
/**
|
|
11762
|
-
* optional SuperTrendSeries supertrend = 116;
|
|
11763
|
-
* @return {?proto.trb.indicators.v1.SuperTrendSeries}
|
|
11764
|
-
*/
|
|
11765
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getSupertrend = function() {
|
|
11766
|
-
return /** @type{?proto.trb.indicators.v1.SuperTrendSeries} */ (
|
|
11767
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.SuperTrendSeries, 116));
|
|
11768
|
-
};
|
|
11769
|
-
|
|
11770
|
-
|
|
11771
|
-
/**
|
|
11772
|
-
* @param {?proto.trb.indicators.v1.SuperTrendSeries|undefined} value
|
|
11773
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11774
|
-
*/
|
|
11775
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setSupertrend = function(value) {
|
|
11776
|
-
return jspb.Message.setOneofWrapperField(this, 116, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11777
|
-
};
|
|
11778
|
-
|
|
11779
|
-
|
|
11780
|
-
/**
|
|
11781
|
-
* Clears the message field making it undefined.
|
|
11782
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11783
|
-
*/
|
|
11784
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearSupertrend = function() {
|
|
11785
|
-
return this.setSupertrend(undefined);
|
|
10247
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearSma = function() {
|
|
10248
|
+
return this.setSma(undefined);
|
|
11786
10249
|
};
|
|
11787
10250
|
|
|
11788
10251
|
|
|
@@ -11790,8 +10253,8 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearSupertrend = func
|
|
|
11790
10253
|
* Returns whether this field is set.
|
|
11791
10254
|
* @return {boolean}
|
|
11792
10255
|
*/
|
|
11793
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.
|
|
11794
|
-
return jspb.Message.getField(this,
|
|
10256
|
+
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasSma = function() {
|
|
10257
|
+
return jspb.Message.getField(this, 115) != null;
|
|
11795
10258
|
};
|
|
11796
10259
|
|
|
11797
10260
|
|
|
@@ -11906,43 +10369,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasTrima = function()
|
|
|
11906
10369
|
};
|
|
11907
10370
|
|
|
11908
10371
|
|
|
11909
|
-
/**
|
|
11910
|
-
* optional RealSeries vwma = 120;
|
|
11911
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
11912
|
-
*/
|
|
11913
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getVwma = function() {
|
|
11914
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
11915
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 120));
|
|
11916
|
-
};
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
/**
|
|
11920
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
11921
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11922
|
-
*/
|
|
11923
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setVwma = function(value) {
|
|
11924
|
-
return jspb.Message.setOneofWrapperField(this, 120, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
11925
|
-
};
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
/**
|
|
11929
|
-
* Clears the message field making it undefined.
|
|
11930
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
11931
|
-
*/
|
|
11932
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearVwma = function() {
|
|
11933
|
-
return this.setVwma(undefined);
|
|
11934
|
-
};
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
/**
|
|
11938
|
-
* Returns whether this field is set.
|
|
11939
|
-
* @return {boolean}
|
|
11940
|
-
*/
|
|
11941
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasVwma = function() {
|
|
11942
|
-
return jspb.Message.getField(this, 120) != null;
|
|
11943
|
-
};
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
10372
|
/**
|
|
11947
10373
|
* optional RealSeries wma = 121;
|
|
11948
10374
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -14237,43 +12663,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasCdlxsidegap3methods
|
|
|
14237
12663
|
};
|
|
14238
12664
|
|
|
14239
12665
|
|
|
14240
|
-
/**
|
|
14241
|
-
* optional RealSeries avgdev = 200;
|
|
14242
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
14243
|
-
*/
|
|
14244
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getAvgdev = function() {
|
|
14245
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
14246
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 200));
|
|
14247
|
-
};
|
|
14248
|
-
|
|
14249
|
-
|
|
14250
|
-
/**
|
|
14251
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
14252
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
14253
|
-
*/
|
|
14254
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setAvgdev = function(value) {
|
|
14255
|
-
return jspb.Message.setOneofWrapperField(this, 200, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
14256
|
-
};
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
/**
|
|
14260
|
-
* Clears the message field making it undefined.
|
|
14261
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
14262
|
-
*/
|
|
14263
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearAvgdev = function() {
|
|
14264
|
-
return this.setAvgdev(undefined);
|
|
14265
|
-
};
|
|
14266
|
-
|
|
14267
|
-
|
|
14268
|
-
/**
|
|
14269
|
-
* Returns whether this field is set.
|
|
14270
|
-
* @return {boolean}
|
|
14271
|
-
*/
|
|
14272
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAvgdev = function() {
|
|
14273
|
-
return jspb.Message.getField(this, 200) != null;
|
|
14274
|
-
};
|
|
14275
|
-
|
|
14276
|
-
|
|
14277
12666
|
/**
|
|
14278
12667
|
* optional RealSeries avgprice = 201;
|
|
14279
12668
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -14940,154 +13329,6 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasAdosc = function()
|
|
|
14940
13329
|
};
|
|
14941
13330
|
|
|
14942
13331
|
|
|
14943
|
-
/**
|
|
14944
|
-
* optional RealSeries cmf = 232;
|
|
14945
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
14946
|
-
*/
|
|
14947
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getCmf = function() {
|
|
14948
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
14949
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 232));
|
|
14950
|
-
};
|
|
14951
|
-
|
|
14952
|
-
|
|
14953
|
-
/**
|
|
14954
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
14955
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
14956
|
-
*/
|
|
14957
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setCmf = function(value) {
|
|
14958
|
-
return jspb.Message.setOneofWrapperField(this, 232, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
14959
|
-
};
|
|
14960
|
-
|
|
14961
|
-
|
|
14962
|
-
/**
|
|
14963
|
-
* Clears the message field making it undefined.
|
|
14964
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
14965
|
-
*/
|
|
14966
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearCmf = function() {
|
|
14967
|
-
return this.setCmf(undefined);
|
|
14968
|
-
};
|
|
14969
|
-
|
|
14970
|
-
|
|
14971
|
-
/**
|
|
14972
|
-
* Returns whether this field is set.
|
|
14973
|
-
* @return {boolean}
|
|
14974
|
-
*/
|
|
14975
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasCmf = function() {
|
|
14976
|
-
return jspb.Message.getField(this, 232) != null;
|
|
14977
|
-
};
|
|
14978
|
-
|
|
14979
|
-
|
|
14980
|
-
/**
|
|
14981
|
-
* optional RealSeries efi = 233;
|
|
14982
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
14983
|
-
*/
|
|
14984
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getEfi = function() {
|
|
14985
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
14986
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 233));
|
|
14987
|
-
};
|
|
14988
|
-
|
|
14989
|
-
|
|
14990
|
-
/**
|
|
14991
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
14992
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
14993
|
-
*/
|
|
14994
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setEfi = function(value) {
|
|
14995
|
-
return jspb.Message.setOneofWrapperField(this, 233, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
14996
|
-
};
|
|
14997
|
-
|
|
14998
|
-
|
|
14999
|
-
/**
|
|
15000
|
-
* Clears the message field making it undefined.
|
|
15001
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15002
|
-
*/
|
|
15003
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearEfi = function() {
|
|
15004
|
-
return this.setEfi(undefined);
|
|
15005
|
-
};
|
|
15006
|
-
|
|
15007
|
-
|
|
15008
|
-
/**
|
|
15009
|
-
* Returns whether this field is set.
|
|
15010
|
-
* @return {boolean}
|
|
15011
|
-
*/
|
|
15012
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasEfi = function() {
|
|
15013
|
-
return jspb.Message.getField(this, 233) != null;
|
|
15014
|
-
};
|
|
15015
|
-
|
|
15016
|
-
|
|
15017
|
-
/**
|
|
15018
|
-
* optional RealSeries marketfi = 234;
|
|
15019
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
15020
|
-
*/
|
|
15021
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getMarketfi = function() {
|
|
15022
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
15023
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 234));
|
|
15024
|
-
};
|
|
15025
|
-
|
|
15026
|
-
|
|
15027
|
-
/**
|
|
15028
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
15029
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15030
|
-
*/
|
|
15031
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setMarketfi = function(value) {
|
|
15032
|
-
return jspb.Message.setOneofWrapperField(this, 234, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
15033
|
-
};
|
|
15034
|
-
|
|
15035
|
-
|
|
15036
|
-
/**
|
|
15037
|
-
* Clears the message field making it undefined.
|
|
15038
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15039
|
-
*/
|
|
15040
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearMarketfi = function() {
|
|
15041
|
-
return this.setMarketfi(undefined);
|
|
15042
|
-
};
|
|
15043
|
-
|
|
15044
|
-
|
|
15045
|
-
/**
|
|
15046
|
-
* Returns whether this field is set.
|
|
15047
|
-
* @return {boolean}
|
|
15048
|
-
*/
|
|
15049
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasMarketfi = function() {
|
|
15050
|
-
return jspb.Message.getField(this, 234) != null;
|
|
15051
|
-
};
|
|
15052
|
-
|
|
15053
|
-
|
|
15054
|
-
/**
|
|
15055
|
-
* optional RealSeries nvi = 235;
|
|
15056
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
15057
|
-
*/
|
|
15058
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getNvi = function() {
|
|
15059
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
15060
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 235));
|
|
15061
|
-
};
|
|
15062
|
-
|
|
15063
|
-
|
|
15064
|
-
/**
|
|
15065
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
15066
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15067
|
-
*/
|
|
15068
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setNvi = function(value) {
|
|
15069
|
-
return jspb.Message.setOneofWrapperField(this, 235, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
15070
|
-
};
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
/**
|
|
15074
|
-
* Clears the message field making it undefined.
|
|
15075
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15076
|
-
*/
|
|
15077
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearNvi = function() {
|
|
15078
|
-
return this.setNvi(undefined);
|
|
15079
|
-
};
|
|
15080
|
-
|
|
15081
|
-
|
|
15082
|
-
/**
|
|
15083
|
-
* Returns whether this field is set.
|
|
15084
|
-
* @return {boolean}
|
|
15085
|
-
*/
|
|
15086
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasNvi = function() {
|
|
15087
|
-
return jspb.Message.getField(this, 235) != null;
|
|
15088
|
-
};
|
|
15089
|
-
|
|
15090
|
-
|
|
15091
13332
|
/**
|
|
15092
13333
|
* optional RealSeries obv = 236;
|
|
15093
13334
|
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
@@ -15125,115 +13366,4 @@ proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasObv = function() {
|
|
|
15125
13366
|
};
|
|
15126
13367
|
|
|
15127
13368
|
|
|
15128
|
-
/**
|
|
15129
|
-
* optional RealSeries pvi = 237;
|
|
15130
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
15131
|
-
*/
|
|
15132
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getPvi = function() {
|
|
15133
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
15134
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 237));
|
|
15135
|
-
};
|
|
15136
|
-
|
|
15137
|
-
|
|
15138
|
-
/**
|
|
15139
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
15140
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15141
|
-
*/
|
|
15142
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setPvi = function(value) {
|
|
15143
|
-
return jspb.Message.setOneofWrapperField(this, 237, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
15144
|
-
};
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
/**
|
|
15148
|
-
* Clears the message field making it undefined.
|
|
15149
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15150
|
-
*/
|
|
15151
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearPvi = function() {
|
|
15152
|
-
return this.setPvi(undefined);
|
|
15153
|
-
};
|
|
15154
|
-
|
|
15155
|
-
|
|
15156
|
-
/**
|
|
15157
|
-
* Returns whether this field is set.
|
|
15158
|
-
* @return {boolean}
|
|
15159
|
-
*/
|
|
15160
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasPvi = function() {
|
|
15161
|
-
return jspb.Message.getField(this, 237) != null;
|
|
15162
|
-
};
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
/**
|
|
15166
|
-
* optional RealSeries pvo = 238;
|
|
15167
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
15168
|
-
*/
|
|
15169
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getPvo = function() {
|
|
15170
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
15171
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 238));
|
|
15172
|
-
};
|
|
15173
|
-
|
|
15174
|
-
|
|
15175
|
-
/**
|
|
15176
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
15177
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15178
|
-
*/
|
|
15179
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setPvo = function(value) {
|
|
15180
|
-
return jspb.Message.setOneofWrapperField(this, 238, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
15181
|
-
};
|
|
15182
|
-
|
|
15183
|
-
|
|
15184
|
-
/**
|
|
15185
|
-
* Clears the message field making it undefined.
|
|
15186
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15187
|
-
*/
|
|
15188
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearPvo = function() {
|
|
15189
|
-
return this.setPvo(undefined);
|
|
15190
|
-
};
|
|
15191
|
-
|
|
15192
|
-
|
|
15193
|
-
/**
|
|
15194
|
-
* Returns whether this field is set.
|
|
15195
|
-
* @return {boolean}
|
|
15196
|
-
*/
|
|
15197
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasPvo = function() {
|
|
15198
|
-
return jspb.Message.getField(this, 238) != null;
|
|
15199
|
-
};
|
|
15200
|
-
|
|
15201
|
-
|
|
15202
|
-
/**
|
|
15203
|
-
* optional RealSeries vwap = 239;
|
|
15204
|
-
* @return {?proto.trb.indicators.v1.RealSeries}
|
|
15205
|
-
*/
|
|
15206
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.getVwap = function() {
|
|
15207
|
-
return /** @type{?proto.trb.indicators.v1.RealSeries} */ (
|
|
15208
|
-
jspb.Message.getWrapperField(this, proto.trb.indicators.v1.RealSeries, 239));
|
|
15209
|
-
};
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
/**
|
|
15213
|
-
* @param {?proto.trb.indicators.v1.RealSeries|undefined} value
|
|
15214
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15215
|
-
*/
|
|
15216
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.setVwap = function(value) {
|
|
15217
|
-
return jspb.Message.setOneofWrapperField(this, 239, proto.trb.indicators.v1.IndicatorValuesResponse.oneofGroups_[0], value);
|
|
15218
|
-
};
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
/**
|
|
15222
|
-
* Clears the message field making it undefined.
|
|
15223
|
-
* @return {!proto.trb.indicators.v1.IndicatorValuesResponse} returns this
|
|
15224
|
-
*/
|
|
15225
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.clearVwap = function() {
|
|
15226
|
-
return this.setVwap(undefined);
|
|
15227
|
-
};
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
/**
|
|
15231
|
-
* Returns whether this field is set.
|
|
15232
|
-
* @return {boolean}
|
|
15233
|
-
*/
|
|
15234
|
-
proto.trb.indicators.v1.IndicatorValuesResponse.prototype.hasVwap = function() {
|
|
15235
|
-
return jspb.Message.getField(this, 239) != null;
|
|
15236
|
-
};
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
13369
|
goog.object.extend(exports, proto.trb.indicators.v1);
|