ids-apis 1.0.438

IDS APIs in Rust
Documentation
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
// @generated
// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CodeRequest {
    #[prost(string, tag="1")]
    pub code: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct EtfManagerDetail {
    #[prost(bool, tag="1")]
    pub active: bool,
    #[prost(bool, tag="20")]
    pub auto: bool,
    #[prost(string, tag="2")]
    pub code: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub name: ::prost::alloc::string::String,
    #[prost(string, tag="17")]
    pub start_at: ::prost::alloc::string::String,
    #[prost(string, tag="18")]
    pub stop_at: ::prost::alloc::string::String,
    #[prost(string, tag="4")]
    pub ref_price_type: ::prost::alloc::string::String,
    #[prost(string, tag="15")]
    pub ref_code: ::prost::alloc::string::String,
    #[prost(string, tag="16")]
    pub fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="36")]
    pub group_name: ::prost::alloc::string::String,
    #[prost(string, tag="19")]
    pub group: ::prost::alloc::string::String,
    #[prost(int64, tag="5")]
    pub ask_tick: i64,
    #[prost(int64, tag="6")]
    pub bid_tick: i64,
    #[prost(int64, tag="7")]
    pub ask_count: i64,
    #[prost(int64, tag="8")]
    pub bid_count: i64,
    #[prost(int64, tag="9")]
    pub ask_quantity: i64,
    #[prost(int64, tag="10")]
    pub bid_quantity: i64,
    #[prost(int64, tag="11")]
    pub ask_limit: i64,
    #[prost(int64, tag="12")]
    pub bid_limit: i64,
    #[prost(double, tag="30")]
    pub ask_offset: f64,
    #[prost(double, tag="31")]
    pub bid_offset: f64,
    #[prost(double, tag="42")]
    pub ask_basis: f64,
    #[prost(double, tag="43")]
    pub bid_basis: f64,
    #[prost(bool, tag="32")]
    pub lp_tagged: bool,
    #[prost(bool, tag="33")]
    pub naked_short_allowed: bool,
    #[prost(string, tag="34")]
    pub creation_settlement_date: ::prost::alloc::string::String,
    #[prost(string, tag="35")]
    pub redemption_settlement_date: ::prost::alloc::string::String,
    #[prost(double, tag="39")]
    pub refill_interval: f64,
    #[prost(double, tag="37")]
    pub refill_floor: f64,
    #[prost(string, tag="24")]
    pub hedge_group: ::prost::alloc::string::String,
    #[prost(string, tag="25")]
    pub hedge_product_code: ::prost::alloc::string::String,
    #[prost(string, tag="26")]
    pub hedge_product_name: ::prost::alloc::string::String,
    #[prost(string, tag="27")]
    pub hedge_fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="38")]
    pub hedge_price_type: ::prost::alloc::string::String,
    #[prost(double, tag="40")]
    pub hedge_dominance_threshold: f64,
    #[prost(bool, tag="41")]
    pub hedge_auto: bool,
    #[prost(bool, tag="44")]
    pub passive: bool,
    #[prost(bool, tag="45")]
    pub mm: bool,
    #[prost(bool, tag="48")]
    pub prevent_quote_turnaround: bool,
    #[prost(int64, tag="28")]
    pub mm_limit: i64,
    #[prost(int64, tag="29")]
    pub mm_quantity: i64,
    #[prost(double, tag="46")]
    pub mm_spread: f64,
    #[prost(uint64, tag="47")]
    pub basis_ema_period: u64,
    #[prost(double, tag="13")]
    pub hedge_unit_delta: f64,
    #[prost(double, tag="14")]
    pub etf_unit_delta: f64,
    #[prost(double, tag="21")]
    pub etfs_per_hedge: f64,
    #[prost(bool, tag="22")]
    pub refer_ema: bool,
    #[prost(bool, tag="23")]
    pub creatable: bool,
    #[prost(string, tag="49")]
    pub start_amendment_at: ::prost::alloc::string::String,
    #[prost(double, tag="50")]
    pub expected_price: f64,
    #[prost(bool, tag="51")]
    pub active_amendment: bool,
    #[prost(bool, tag="53")]
    pub project_trades: bool,
    #[prost(double, tag="54")]
    pub nav_nav: f64,
    #[prost(double, tag="55")]
    pub fx_ask_basis: f64,
    #[prost(double, tag="56")]
    pub fx_bid_basis: f64,
    #[prost(int64, tag="57")]
    pub grace_amount: i64,
    #[prost(double, tag="58")]
    pub dominance_threshold: f64,
    #[prost(bool, tag="59")]
    pub advanced_tick: bool,
    #[prost(double, tag="60")]
    pub advanced_tick_threshold: f64,
    #[prost(int64, tag="62")]
    pub ask_notifying_quantity: i64,
    #[prost(int64, tag="63")]
    pub bid_notifying_quantity: i64,
    #[prost(string, tag="64")]
    pub position_type: ::prost::alloc::string::String,
    #[prost(double, tag="65")]
    pub ask_offset_adjust: f64,
    #[prost(double, tag="66")]
    pub bid_offset_adjust: f64,
    #[prost(double, tag="67")]
    pub ask_basis_adjust: f64,
    #[prost(double, tag="68")]
    pub bid_basis_adjust: f64,
    #[prost(int64, tag="69")]
    pub ask_limit_adjust: i64,
    #[prost(int64, tag="70")]
    pub bid_limit_adjust: i64,
    #[prost(int64, tag="71")]
    pub ask_total_limit: i64,
    #[prost(int64, tag="72")]
    pub bid_total_limit: i64,
    #[prost(bool, tag="73")]
    pub ask_adjust_on: bool,
    #[prost(bool, tag="74")]
    pub bid_adjust_on: bool,
    #[prost(double, tag="75")]
    pub opening_ref_future_ask_price: f64,
    #[prost(double, tag="76")]
    pub opening_ref_future_bid_price: f64,
    #[prost(double, tag="77")]
    pub opening_ask_price: f64,
    #[prost(double, tag="78")]
    pub opening_bid_price: f64,
    #[prost(double, tag="79")]
    pub opening_ask_offset: f64,
    #[prost(double, tag="80")]
    pub opening_bid_offset: f64,
    #[prost(double, tag="81")]
    pub opening_ask_basis: f64,
    #[prost(double, tag="82")]
    pub opening_bid_basis: f64,
    #[prost(int64, tag="83")]
    pub opening_ask_count: i64,
    #[prost(int64, tag="84")]
    pub opening_bid_count: i64,
    #[prost(int64, tag="85")]
    pub opening_ask_quantity: i64,
    #[prost(int64, tag="86")]
    pub opening_bid_quantity: i64,
    #[prost(string, tag="87")]
    pub start_cancelling_at: ::prost::alloc::string::String,
    #[prost(bool, tag="88")]
    pub opening_active: bool,
    #[prost(int64, tag="89")]
    pub ask_cancel_ticks: i64,
    #[prost(int64, tag="90")]
    pub bid_cancel_ticks: i64,
    #[prost(bool, tag="91")]
    pub escape: bool,
    #[prost(string, tag="92")]
    pub opening_hedge_product_code: ::prost::alloc::string::String,
    #[prost(string, tag="93")]
    pub opening_hedge_product_name: ::prost::alloc::string::String,
    #[prost(string, tag="94")]
    pub opening_hedge_price_type: ::prost::alloc::string::String,
    #[prost(double, tag="95")]
    pub opening_hedge_dominance_threshold: f64,
    #[prost(bool, tag="96")]
    pub opening_hedge_auto: bool,
    #[prost(int64, tag="97")]
    pub etf_filled_to_hedge_trigger_quantity: i64,
    #[prost(int64, tag="98")]
    pub hedge_etf_quantities_per_trigger: i64,
    /// LP 방향 모드. "EtfLpFutureHedge" (기존) / "FutureLpEtfHedge" (신규).
    #[prost(string, tag="99")]
    pub lp_mode: ::prost::alloc::string::String,
    /// LP 발주 상품 코드. EtfLpFutureHedge=ETF 코드, FutureLpEtfHedge=선물 코드.
    #[prost(string, tag="100")]
    pub lp_product_code: ::prost::alloc::string::String,
    /// FutureLpEtfHedge 모드에서 선물 1계약 체결 시 발주할 ETF 주수.
    /// PDF 기반 자동 계산 (refresh_offset_base). EtfLpFutureHedge 모드에서는 0.
    #[prost(double, tag="102")]
    pub etf_hedge_quantity_per_future_filled: f64,
    /// FutureLpEtfHedge + RealNav 가격역산 scale.
    /// CU / Σ(future.multiple × PDF future quantity) — ΔETF 1won 당 ΔF won 계수.
    /// EtfLpFutureHedge 모드에서는 0.
    #[prost(double, tag="103")]
    pub lp_real_nav_etf_to_future_scale: f64,
    /// FutureLpEtfHedge 전용: 1호가에 분할 발주할 주문 건수 (N), ask/bid 사이드별. 0/1 → 단일 발주.
    #[prost(int64, tag="105")]
    pub ask_lp_orders_per_price: i64,
    #[prost(int64, tag="106")]
    pub bid_lp_orders_per_price: i64,
    /// FutureLpEtfHedge 전용: 장전동시호가 1호가에 분할 발주할 주문 건수 (N), ask/bid 사이드별. 0/1 → 단일 발주.
    #[prost(int64, tag="107")]
    pub ask_opening_orders_per_price: i64,
    #[prost(int64, tag="108")]
    pub bid_opening_orders_per_price: i64,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct AddBasketPresetRequest {
    #[prost(string, tag="1")]
    pub prefix: ::prost::alloc::string::String,
    #[prost(string, tag="2")]
    pub start_at: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub stop_at: ::prost::alloc::string::String,
    #[prost(string, tag="4")]
    pub index_code: ::prost::alloc::string::String,
    #[prost(string, tag="5")]
    pub stock_fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="6")]
    pub deriv_fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="7")]
    pub basis_type: ::prost::alloc::string::String,
    #[prost(string, tag="8")]
    pub stock_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="9")]
    pub deriv_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="10")]
    pub etf_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="11")]
    pub stock_price_type: ::prost::alloc::string::String,
    #[prost(string, tag="12")]
    pub deriv_price_type: ::prost::alloc::string::String,
    #[prost(string, tag="13")]
    pub etf_price_type: ::prost::alloc::string::String,
    #[prost(double, tag="14")]
    pub stock_dominance_threshold: f64,
    #[prost(double, tag="15")]
    pub deriv_dominance_threshold: f64,
    #[prost(double, tag="16")]
    pub etf_dominance_threshold: f64,
    #[prost(double, tag="17")]
    pub cu: f64,
    #[prost(int64, tag="18")]
    pub total_rounds: i64,
    #[prost(int64, tag="19")]
    pub remaining_turns: i64,
    #[prost(double, tag="20")]
    pub trigger_basis: f64,
    #[prost(bool, tag="21")]
    pub is_long: bool,
    #[prost(double, tag="22")]
    pub minimum_filled_ratio: f64,
    #[prost(double, tag="23")]
    pub minimum_interval: f64,
    #[prost(bool, tag="24")]
    pub check_all_sellable: bool,
    #[prost(bool, tag="25")]
    pub short_sellable: bool,
    #[prost(bool, tag="26")]
    pub apply_slippage: bool,
    #[prost(double, tag="27")]
    pub etf_unfilled_limit: f64,
    #[prost(int64, tag="28")]
    pub stock_future: i64,
    /// 주선차익(Price) 전용
    #[prost(string, tag="29")]
    pub stock_code: ::prost::alloc::string::String,
    #[prost(int64, tag="30")]
    pub stock_total_quantity: i64,
    #[prost(bool, tag="31")]
    pub stock_auto: bool,
    #[prost(int64, tag="32")]
    pub future_total_quantity: i64,
    #[prost(bool, tag="33")]
    pub future_auto: bool,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BasketPresetDetail {
    #[prost(string, tag="22")]
    pub code: ::prost::alloc::string::String,
    #[prost(string, tag="1")]
    pub prefix: ::prost::alloc::string::String,
    #[prost(string, tag="2")]
    pub start_at: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub stop_at: ::prost::alloc::string::String,
    #[prost(string, tag="4")]
    pub index_code: ::prost::alloc::string::String,
    #[prost(string, tag="5")]
    pub stock_fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="6")]
    pub deriv_fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="7")]
    pub basis_type: ::prost::alloc::string::String,
    #[prost(string, tag="8")]
    pub stock_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="9")]
    pub deriv_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="10")]
    pub etf_program_type: ::prost::alloc::string::String,
    #[prost(string, tag="11")]
    pub stock_price_type: ::prost::alloc::string::String,
    #[prost(string, tag="12")]
    pub deriv_price_type: ::prost::alloc::string::String,
    #[prost(string, tag="13")]
    pub etf_price_type: ::prost::alloc::string::String,
    #[prost(double, tag="14")]
    pub stock_dominance_threshold: f64,
    #[prost(double, tag="15")]
    pub deriv_dominance_threshold: f64,
    #[prost(double, tag="16")]
    pub etf_dominance_threshold: f64,
    #[prost(double, tag="17")]
    pub cu: f64,
    #[prost(int64, tag="18")]
    pub total_rounds: i64,
    #[prost(int64, tag="19")]
    pub remaining_turns: i64,
    #[prost(double, tag="20")]
    pub trigger_basis: f64,
    #[prost(bool, tag="21")]
    pub is_long: bool,
    #[prost(string, tag="23")]
    pub user_code: ::prost::alloc::string::String,
    #[prost(bool, tag="24")]
    pub check_all_sellable: bool,
    #[prost(bool, tag="25")]
    pub short_sellable: bool,
    #[prost(bool, tag="26")]
    pub apply_slippage: bool,
    #[prost(double, tag="27")]
    pub minimum_filled_ratio: f64,
    #[prost(double, tag="28")]
    pub minimum_interval: f64,
    #[prost(double, tag="29")]
    pub etf_unfilled_limit: f64,
    #[prost(int64, tag="30")]
    pub stock_future: i64,
    /// 주선차익(Price) 전용
    #[prost(string, tag="31")]
    pub stock_code: ::prost::alloc::string::String,
    #[prost(int64, tag="32")]
    pub stock_total_quantity: i64,
    #[prost(bool, tag="33")]
    pub stock_auto: bool,
    #[prost(int64, tag="34")]
    pub future_total_quantity: i64,
    #[prost(bool, tag="35")]
    pub future_auto: bool,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ControlManagerRequest {
    #[prost(string, tag="1")]
    pub code: ::prost::alloc::string::String,
    #[prost(string, tag="2")]
    pub action: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub value: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BasketManagerDetail {
    #[prost(string, tag="1")]
    pub code: ::prost::alloc::string::String,
    #[prost(string, tag="2")]
    pub name: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub start_at: ::prost::alloc::string::String,
    #[prost(string, tag="4")]
    pub stop_at: ::prost::alloc::string::String,
    #[prost(bool, tag="5")]
    pub is_long: bool,
    #[prost(bool, tag="6")]
    pub active: bool,
    #[prost(int64, tag="7")]
    pub current_round: i64,
    #[prost(int64, tag="8")]
    pub total_rounds: i64,
    #[prost(int64, tag="9")]
    pub done_rounds: i64,
    #[prost(double, tag="10")]
    pub minimum_filled_ratio: f64,
    #[prost(double, tag="11")]
    pub minimum_interval: f64,
    #[prost(double, tag="12")]
    pub trigger_basis: f64,
    #[prost(string, tag="13")]
    pub index_code: ::prost::alloc::string::String,
    #[prost(string, tag="14")]
    pub index_name: ::prost::alloc::string::String,
    #[prost(string, tag="15")]
    pub basis_condition: ::prost::alloc::string::String,
    #[prost(string, tag="16")]
    pub basis_type: ::prost::alloc::string::String,
    #[prost(string, tag="17")]
    pub basis_price_type: ::prost::alloc::string::String,
    #[prost(message, repeated, tag="18")]
    pub items: ::prost::alloc::vec::Vec<BasketManagerDetailItem>,
    #[prost(string, tag="19")]
    pub user_code: ::prost::alloc::string::String,
    #[prost(bool, tag="20")]
    pub public: bool,
    #[prost(int64, tag="21")]
    pub remaining_turns: i64,
    #[prost(string, tag="22")]
    pub ui_group: ::prost::alloc::string::String,
    #[prost(bool, tag="23")]
    pub check_all_sellable: bool,
    #[prost(string, tag="24")]
    pub long_product_type: ::prost::alloc::string::String,
    #[prost(string, tag="25")]
    pub short_product_type: ::prost::alloc::string::String,
    #[prost(int64, tag="26")]
    pub short_quantity: i64,
    #[prost(int64, tag="27")]
    pub long_quantity: i64,
    #[prost(int64, tag="28")]
    pub short_products: i64,
    #[prost(int64, tag="29")]
    pub long_products: i64,
    #[prost(bool, tag="30")]
    pub short_sellable: bool,
    #[prost(bool, tag="31")]
    pub apply_slippage: bool,
    #[prost(int64, tag="32")]
    pub pause_round: i64,
    #[prost(string, tag="33")]
    pub created_at: ::prost::alloc::string::String,
    #[prost(string, tag="34")]
    pub fundcode: ::prost::alloc::string::String,
    #[prost(double, tag="35")]
    pub etf_unfilled_limit: f64,
    #[prost(double, tag="36")]
    pub grace_the_money: f64,
    #[prost(bool, tag="37")]
    pub regard_smp_as_traded: bool,
    #[prost(double, tag="38")]
    pub execution_threshold: f64,
    #[prost(int64, tag="39")]
    pub starter_limit_rounds: i64,
    #[prost(string, tag="40")]
    pub id_number: ::prost::alloc::string::String,
    #[prost(bool, tag="41")]
    pub check_all_connected: bool,
    #[prost(string, tag="42")]
    pub future_maturity_no: ::prost::alloc::string::String,
    /// 종가자동발주
    #[prost(bool, tag="43")]
    pub auto_launch: bool,
    /// 종가자동발주시간
    #[prost(string, tag="44")]
    pub launch_at: ::prost::alloc::string::String,
    /// 종가관여조정시작시각
    #[prost(string, tag="45")]
    pub start_amend_at: ::prost::alloc::string::String,
    /// 종가자동발주가격%
    #[prost(double, tag="46")]
    pub launch_price_percent: f64,
    /// 종가관여최대%
    #[prost(double, tag="47")]
    pub participation_limit_percent: f64,
    /// 종가발주완료
    #[prost(bool, tag="48")]
    pub launched: bool,
    #[prost(string, tag="49")]
    pub custom_product_code: ::prost::alloc::string::String,
    #[prost(double, tag="50")]
    pub custom_product_ratio: f64,
    #[prost(string, tag="51")]
    pub exchange: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BasketManagerDetailItem {
    #[prost(int64, tag="10")]
    pub no: i64,
    #[prost(string, tag="14")]
    pub id: ::prost::alloc::string::String,
    #[prost(string, tag="1")]
    pub code: ::prost::alloc::string::String,
    #[prost(string, tag="2")]
    pub name: ::prost::alloc::string::String,
    #[prost(string, tag="3")]
    pub fundcode: ::prost::alloc::string::String,
    #[prost(string, tag="4")]
    pub side: ::prost::alloc::string::String,
    #[prost(double, tag="5")]
    pub dominance_threshold: f64,
    #[prost(string, tag="6")]
    pub program_type: ::prost::alloc::string::String,
    #[prost(string, tag="7")]
    pub price_type: ::prost::alloc::string::String,
    #[prost(int64, tag="8")]
    pub total_quantity: i64,
    #[prost(bool, tag="9")]
    pub starter: bool,
    #[prost(bool, tag="11")]
    pub pending: bool,
    #[prost(bool, tag="12")]
    pub auto: bool,
    #[prost(bool, tag="13")]
    pub lp: bool,
    #[prost(double, tag="15")]
    pub order_price: f64,
    #[prost(double, tag="16")]
    pub percent: f64,
    #[prost(int64, tag="17")]
    pub ticks: i64,
    #[prost(string, tag="18")]
    pub position_type: ::prost::alloc::string::String,
    #[prost(string, tag="19")]
    pub exchange: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CreateNotificationRequest {
    /// 대상 사용자(또는 그룹/채널 키) //ex) "172.17.220.118"
    #[prost(string, tag="1")]
    pub user: ::prost::alloc::string::String,
    /// 노티 본문
    #[prost(string, tag="2")]
    pub message: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Notification {
    /// 서버가 생성 (uuid 등)
    #[prost(string, tag="1")]
    pub id: ::prost::alloc::string::String,
    /// 요청값 그대로
    #[prost(string, tag="2")]
    pub user: ::prost::alloc::string::String,
    /// 요청값 그대로
    #[prost(string, tag="3")]
    pub message: ::prost::alloc::string::String,
    /// 서버 생성 시각(ms)
    #[prost(int64, tag="4")]
    pub ts_ms: i64,
    /// 서버가 기록한 발신자(IP or 서비스명)
    #[prost(string, tag="5")]
    pub source: ::prost::alloc::string::String,
}
include!("mmm.mmm.tonic.rs");
include!("mmm.mmm.serde.rs");
// @@protoc_insertion_point(module)