File tree Expand file tree Collapse file tree 2 files changed +57
-9
lines changed Expand file tree Collapse file tree 2 files changed +57
-9
lines changed Original file line number Diff line number Diff line change 206
206
"description" : " Localized display name" ,
207
207
"type" : " string"
208
208
},
209
+ "display_order_amount" : {
210
+ "description" : " Stop loss amount for display purpose." ,
211
+ "type" : [
212
+ " null" ,
213
+ " string"
214
+ ]
215
+ },
209
216
"order_amount" : {
210
- "description" : " Stop loss amount" ,
217
+ "description" : " Stop loss amount. Will be deprecated soon. Please use [display_order_amount]. " ,
211
218
"type" : [
212
219
" null" ,
213
220
" number"
235
242
"description" : " Localized display name" ,
236
243
"type" : " string"
237
244
},
245
+ "display_order_amount" : {
246
+ "description" : " Stop out amount for display purpose." ,
247
+ "type" : [
248
+ " null" ,
249
+ " string"
250
+ ]
251
+ },
238
252
"order_amount" : {
239
- "description" : " Stop out amount" ,
240
- "type" : " number"
253
+ "description" : " Stop out amount. Will be deprecated soon. Please use [display_order_amount]." ,
254
+ "type" : [
255
+ " null" ,
256
+ " number"
257
+ ]
241
258
},
242
259
"order_date" : {
243
260
"description" : " Stop out order epoch" ,
258
275
"description" : " Localized display name" ,
259
276
"type" : " string"
260
277
},
278
+ "display_order_amount" : {
279
+ "description" : " Take profit amount for display purpose." ,
280
+ "type" : [
281
+ " null" ,
282
+ " string"
283
+ ]
284
+ },
261
285
"order_amount" : {
262
- "description" : " Take profit amount" ,
286
+ "description" : " Take profit amount. Will be deprecated soon. Please use [display_order_amount]. " ,
263
287
"type" : [
264
288
" null" ,
265
289
" number"
307
331
"description" : " [Only for Turbos] The choices of predefined payout per point for client to choose" ,
308
332
"type" : " array" ,
309
333
"items" : {
310
- "type" : " number "
334
+ "type" : " string "
311
335
}
312
336
},
313
337
"spot" : {
Original file line number Diff line number Diff line change 517
517
"description" : " Localized display name" ,
518
518
"type" : " string"
519
519
},
520
+ "display_order_amount" : {
521
+ "description" : " Stop loss amount for display purpose." ,
522
+ "type" : [
523
+ " null" ,
524
+ " string"
525
+ ]
526
+ },
520
527
"order_amount" : {
521
- "description" : " Stop loss amount" ,
528
+ "description" : " Stop loss amount. Will be deprecated soon. Please use [display_order_amount]. " ,
522
529
"type" : [
523
530
" null" ,
524
531
" number"
546
553
"description" : " Localized display name" ,
547
554
"type" : " string"
548
555
},
556
+ "display_order_amount" : {
557
+ "description" : " Stop out amount for display purpose." ,
558
+ "type" : [
559
+ " null" ,
560
+ " string"
561
+ ]
562
+ },
549
563
"order_amount" : {
550
- "description" : " Stop out amount" ,
551
- "type" : " number"
564
+ "description" : " Stop out amount. Will be deprecated soon. Please use [display_order_amount]." ,
565
+ "type" : [
566
+ " null" ,
567
+ " number"
568
+ ]
552
569
},
553
570
"order_date" : {
554
571
"description" : " Stop out order epoch" ,
569
586
"description" : " Localized display name" ,
570
587
"type" : " string"
571
588
},
589
+ "display_order_amount" : {
590
+ "description" : " Take profit amount for display purpose." ,
591
+ "type" : [
592
+ " null" ,
593
+ " string"
594
+ ]
595
+ },
572
596
"order_amount" : {
573
- "description" : " Take profit amount" ,
597
+ "description" : " Take profit amount. Will be deprecated soon. Please use [display_order_amount]. " ,
574
598
"type" : [
575
599
" null" ,
576
600
" number"
You can’t perform that action at this time.
0 commit comments