-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequest_reference_data_pb2.py
More file actions
91 lines (77 loc) · 3.28 KB
/
request_reference_data_pb2.py
File metadata and controls
91 lines (77 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: request_reference_data.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='request_reference_data.proto',
package='rti',
syntax='proto2',
serialized_options=None,
serialized_pb=_b('\n\x1crequest_reference_data.proto\x12\x03rti\"g\n\x14RequestReferenceData\x12\x15\n\x0btemplate_id\x18\xe3\xb6\t \x02(\x05\x12\x12\n\x08user_msg\x18\x98\x8d\x08 \x03(\t\x12\x10\n\x06symbol\x18\x94\xdc\x06 \x01(\t\x12\x12\n\x08\x65xchange\x18\x95\xdc\x06 \x01(\t')
)
_REQUESTREFERENCEDATA = _descriptor.Descriptor(
name='RequestReferenceData',
full_name='rti.RequestReferenceData',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='template_id', full_name='rti.RequestReferenceData.template_id', index=0,
number=154467, type=5, cpp_type=1, label=2,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='user_msg', full_name='rti.RequestReferenceData.user_msg', index=1,
number=132760, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='symbol', full_name='rti.RequestReferenceData.symbol', index=2,
number=110100, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='exchange', full_name='rti.RequestReferenceData.exchange', index=3,
number=110101, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=37,
serialized_end=140,
)
DESCRIPTOR.message_types_by_name['RequestReferenceData'] = _REQUESTREFERENCEDATA
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
RequestReferenceData = _reflection.GeneratedProtocolMessageType('RequestReferenceData', (_message.Message,), dict(
DESCRIPTOR = _REQUESTREFERENCEDATA,
__module__ = 'request_reference_data_pb2'
# @@protoc_insertion_point(class_scope:rti.RequestReferenceData)
))
_sym_db.RegisterMessage(RequestReferenceData)
# @@protoc_insertion_point(module_scope)