You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
"Retrieve a list of all currently active symbols (underlying markets upon which contracts are available for trading).",
127
+
'Retrieve a list of all currently active symbols (underlying markets upon which contracts are available for trading).',
144
128
properties: {
145
129
active_symbols: {
146
-
description:
147
-
"If you use `brief`, only a subset of fields will be returned.",
148
-
enum: ["brief","full"],
149
-
type: "string",
130
+
description: 'If you use `brief`, only a subset of fields will be returned.',
131
+
enum: ['brief','full'],
132
+
type: 'string',
150
133
},
151
134
landing_company: {
152
-
description: "Deprecated - replaced by landing_company_short.",
135
+
description: 'Deprecated - replaced by landing_company_short.',
153
136
enum: [
154
-
"iom",
155
-
"malta",
156
-
"maltainvest",
157
-
"svg",
158
-
"virtual",
159
-
"vanuatu",
160
-
"champion",
161
-
"champion-virtual",
137
+
'iom',
138
+
'malta',
139
+
'maltainvest',
140
+
'svg',
141
+
'virtual',
142
+
'vanuatu',
143
+
'champion',
144
+
'champion-virtual',
162
145
],
163
-
type: "string",
146
+
type: 'string',
164
147
},
165
148
landing_company_short: {
166
149
description:
167
-
"[Optional] If you specify this field, only symbols available for trading by that landing company will be returned. If you are logged in, only symbols available for trading by your landing company will be returned regardless of what you specify in this field.",
150
+
'[Optional] If you specify this field, only symbols available for trading by that landing company will be returned. If you are logged in, only symbols available for trading by your landing company will be returned regardless of what you specify in this field.',
168
151
enum: [
169
-
"iom",
170
-
"malta",
171
-
"maltainvest",
172
-
"svg",
173
-
"virtual",
174
-
"vanuatu",
175
-
"champion",
176
-
"champion-virtual",
152
+
'iom',
153
+
'malta',
154
+
'maltainvest',
155
+
'svg',
156
+
'virtual',
157
+
'vanuatu',
158
+
'champion',
159
+
'champion-virtual',
177
160
],
178
-
type: "string",
161
+
type: 'string',
162
+
},
163
+
loginid: {
164
+
description:
165
+
"[Optional] The login id of the user. If left unspecified, it defaults to the initial authorized token's login id.",
166
+
pattern: '^[A-Za-z]+[0-9]+$',
167
+
type: 'string',
179
168
},
180
169
passthrough: {
181
170
description:
182
-
"[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field. Maximum size is 3500 bytes.",
183
-
maxSize: 3500,
184
-
type: "object",
171
+
'[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field. Maximum size is 3500 bytes.',
172
+
type: 'object',
185
173
},
186
174
product_type: {
187
175
description:
188
-
"[Optional] If you specify this field, only symbols that can be traded through that product type will be returned.",
189
-
enum: ["basic"],
190
-
type: "string",
176
+
'[Optional] If you specify this field, only symbols that can be traded through that product type will be returned.',
177
+
enum: ['basic'],
178
+
type: 'string',
191
179
},
192
180
req_id: {
193
-
description: "[Optional] Used to map request to response.",
194
-
type: "integer",
181
+
description: '[Optional] Used to map request to response.',
182
+
type: 'integer',
195
183
},
196
184
},
197
-
required: ["active_symbols"],
198
-
title: "Active Symbols (request)",
199
-
type: "object",
185
+
required: ['active_symbols'],
186
+
title: 'Active Symbols (request)',
187
+
type: 'object',
200
188
},
201
189
description:
202
-
"Retrieve a list of all currently active symbols (underlying markets upon which contracts are available for trading).",
190
+
'Retrieve a list of all currently active symbols (underlying markets upon which contracts are available for trading).',
203
191
properties: {
204
192
active_symbols: {
205
-
description:
206
-
"If you use `brief`, only a subset of fields will be returned.",
207
-
enum: ["brief","full"],
208
-
type: "string",
193
+
description: 'If you use `brief`, only a subset of fields will be returned.',
194
+
enum: ['brief','full'],
195
+
type: 'string',
209
196
},
210
197
landing_company: {
211
-
description: "Deprecated - replaced by landing_company_short.",
198
+
description: 'Deprecated - replaced by landing_company_short.',
212
199
enum: [
213
-
"iom",
214
-
"malta",
215
-
"maltainvest",
216
-
"svg",
217
-
"virtual",
218
-
"vanuatu",
219
-
"champion",
220
-
"champion-virtual",
200
+
'iom',
201
+
'malta',
202
+
'maltainvest',
203
+
'svg',
204
+
'virtual',
205
+
'vanuatu',
206
+
'champion',
207
+
'champion-virtual',
221
208
],
222
-
type: "string",
209
+
type: 'string',
223
210
},
224
211
landing_company_short: {
225
212
description:
226
-
"[Optional] If you specify this field, only symbols available for trading by that landing company will be returned. If you are logged in, only symbols available for trading by your landing company will be returned regardless of what you specify in this field.",
213
+
'[Optional] If you specify this field, only symbols available for trading by that landing company will be returned. If you are logged in, only symbols available for trading by your landing company will be returned regardless of what you specify in this field.',
227
214
enum: [
228
-
"iom",
229
-
"malta",
230
-
"maltainvest",
231
-
"svg",
232
-
"virtual",
233
-
"vanuatu",
234
-
"champion",
235
-
"champion-virtual",
215
+
'iom',
216
+
'malta',
217
+
'maltainvest',
218
+
'svg',
219
+
'virtual',
220
+
'vanuatu',
221
+
'champion',
222
+
'champion-virtual',
236
223
],
237
-
type: "string",
224
+
type: 'string',
225
+
},
226
+
loginid: {
227
+
description:
228
+
"[Optional] The login id of the user. If left unspecified, it defaults to the initial authorized token's login id.",
229
+
pattern: '^[A-Za-z]+[0-9]+$',
230
+
type: 'string',
238
231
},
239
232
passthrough: {
240
233
description:
241
-
"[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field. Maximum size is 3500 bytes.",
242
-
maxSize: 3500,
243
-
type: "object",
234
+
'[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field. Maximum size is 3500 bytes.',
235
+
type: 'object',
244
236
},
245
237
product_type: {
246
238
description:
247
-
"[Optional] If you specify this field, only symbols that can be traded through that product type will be returned.",
248
-
enum: ["basic"],
249
-
type: "string",
239
+
'[Optional] If you specify this field, only symbols that can be traded through that product type will be returned.',
240
+
enum: ['basic'],
241
+
type: 'string',
250
242
},
251
243
req_id: {
252
-
description: "[Optional] Used to map request to response.",
253
-
type: "integer",
244
+
description: '[Optional] Used to map request to response.',
0 commit comments