fixer-fix 0.10.1

Generated FIX protocol types for fixer
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
// Code generated by fixer-gen. DO NOT EDIT.
#![allow(clippy::new_without_default)]
#![allow(clippy::needless_pass_by_value)]
#![allow(clippy::too_many_arguments)]
#![allow(unused_imports)]

use fixer::message::Message;
use fixer::fix_string::FIXString;
use fixer::errors::MessageRejectErrorEnum;
use fixer::session::session_id::SessionID;


use jiff::Timestamp;

use crate::field;
use crate::tag;

/// `SettlementInstructions` is the `fix42` `SettlementInstructions` type, `MsgType` = T.
pub struct SettlementInstructions {
    pub message: Message,
}

impl SettlementInstructions {
    /// Creates a new `SettlementInstructions` with required fields.
    pub fn new(settl_inst_id: field::SettlInstIDField, settl_inst_trans_type: field::SettlInstTransTypeField, settl_inst_ref_id: field::SettlInstRefIDField, settl_inst_mode: field::SettlInstModeField, settl_inst_source: field::SettlInstSourceField, alloc_account: field::AllocAccountField, transact_time: field::TransactTimeField) -> Self {
        let mut msg = Message::new();
        msg.header.set_field(tag::MSG_TYPE, FIXString::from("T".to_string()));

        msg.body.set_field(tag::SETTL_INST_ID, settl_inst_id.0);

        msg.body.set_field(tag::SETTL_INST_TRANS_TYPE, settl_inst_trans_type.0);

        msg.body.set_field(tag::SETTL_INST_REF_ID, settl_inst_ref_id.0);

        msg.body.set_field(tag::SETTL_INST_MODE, settl_inst_mode.0);

        msg.body.set_field(tag::SETTL_INST_SOURCE, settl_inst_source.0);

        msg.body.set_field(tag::ALLOC_ACCOUNT, alloc_account.0);

        msg.body.set_field(tag::TRANSACT_TIME, transact_time.0);

        Self { message: msg }
    }

    /// Creates a `SettlementInstructions` from an existing `Message`.
    pub fn from_message(msg: Message) -> Self {
        Self { message: msg }
    }

    /// Returns the underlying `Message`.
    pub fn to_message(self) -> Message {
        self.message
    }




    /// Sets `AllocAccount`, Tag 79.
    pub fn set_alloc_account(&mut self, v: String) {
        self.message.body.set_field(tag::ALLOC_ACCOUNT, FIXString::from(v));
    }

    /// Gets `AllocAccount`, Tag 79.
    pub fn get_alloc_account(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::AllocAccountField::new(String::new());
        self.message.body.get_field(tag::ALLOC_ACCOUNT, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `AllocAccount` is present, Tag 79.
    pub fn has_alloc_account(&self) -> bool {
        self.message.body.has(tag::ALLOC_ACCOUNT)
    }




    /// Sets `AllocID`, Tag 70.
    pub fn set_alloc_id(&mut self, v: String) {
        self.message.body.set_field(tag::ALLOC_ID, FIXString::from(v));
    }

    /// Gets `AllocID`, Tag 70.
    pub fn get_alloc_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::AllocIDField::new(String::new());
        self.message.body.get_field(tag::ALLOC_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `AllocID` is present, Tag 70.
    pub fn has_alloc_id(&self) -> bool {
        self.message.body.has(tag::ALLOC_ID)
    }




    /// Sets `CashSettlAgentAcctName`, Tag 185.
    pub fn set_cash_settl_agent_acct_name(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_ACCT_NAME, FIXString::from(v));
    }

    /// Gets `CashSettlAgentAcctName`, Tag 185.
    pub fn get_cash_settl_agent_acct_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentAcctNameField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_ACCT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentAcctName` is present, Tag 185.
    pub fn has_cash_settl_agent_acct_name(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_ACCT_NAME)
    }




    /// Sets `CashSettlAgentAcctNum`, Tag 184.
    pub fn set_cash_settl_agent_acct_num(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_ACCT_NUM, FIXString::from(v));
    }

    /// Gets `CashSettlAgentAcctNum`, Tag 184.
    pub fn get_cash_settl_agent_acct_num(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentAcctNumField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_ACCT_NUM, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentAcctNum` is present, Tag 184.
    pub fn has_cash_settl_agent_acct_num(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_ACCT_NUM)
    }




    /// Sets `CashSettlAgentCode`, Tag 183.
    pub fn set_cash_settl_agent_code(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_CODE, FIXString::from(v));
    }

    /// Gets `CashSettlAgentCode`, Tag 183.
    pub fn get_cash_settl_agent_code(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentCodeField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_CODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentCode` is present, Tag 183.
    pub fn has_cash_settl_agent_code(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_CODE)
    }




    /// Sets `CashSettlAgentContactName`, Tag 186.
    pub fn set_cash_settl_agent_contact_name(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_CONTACT_NAME, FIXString::from(v));
    }

    /// Gets `CashSettlAgentContactName`, Tag 186.
    pub fn get_cash_settl_agent_contact_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentContactNameField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_CONTACT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentContactName` is present, Tag 186.
    pub fn has_cash_settl_agent_contact_name(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_CONTACT_NAME)
    }




    /// Sets `CashSettlAgentContactPhone`, Tag 187.
    pub fn set_cash_settl_agent_contact_phone(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_CONTACT_PHONE, FIXString::from(v));
    }

    /// Gets `CashSettlAgentContactPhone`, Tag 187.
    pub fn get_cash_settl_agent_contact_phone(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentContactPhoneField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_CONTACT_PHONE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentContactPhone` is present, Tag 187.
    pub fn has_cash_settl_agent_contact_phone(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_CONTACT_PHONE)
    }




    /// Sets `CashSettlAgentName`, Tag 182.
    pub fn set_cash_settl_agent_name(&mut self, v: String) {
        self.message.body.set_field(tag::CASH_SETTL_AGENT_NAME, FIXString::from(v));
    }

    /// Gets `CashSettlAgentName`, Tag 182.
    pub fn get_cash_settl_agent_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::CashSettlAgentNameField::new(String::new());
        self.message.body.get_field(tag::CASH_SETTL_AGENT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `CashSettlAgentName` is present, Tag 182.
    pub fn has_cash_settl_agent_name(&self) -> bool {
        self.message.body.has(tag::CASH_SETTL_AGENT_NAME)
    }




    /// Sets `ClientID`, Tag 109.
    pub fn set_client_id(&mut self, v: String) {
        self.message.body.set_field(tag::CLIENT_ID, FIXString::from(v));
    }

    /// Gets `ClientID`, Tag 109.
    pub fn get_client_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::ClientIDField::new(String::new());
        self.message.body.get_field(tag::CLIENT_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `ClientID` is present, Tag 109.
    pub fn has_client_id(&self) -> bool {
        self.message.body.has(tag::CLIENT_ID)
    }




    /// Sets `EffectiveTime`, Tag 168.
    pub fn set_effective_time(&mut self, v: Timestamp) {
        self.message.body.set_field(tag::EFFECTIVE_TIME, fixer::fix_utc_timestamp::FIXUTCTimestamp {
            time: v,
            precision: fixer::fix_utc_timestamp::TimestampPrecision::Millis,
        });
    }

    /// Gets `EffectiveTime`, Tag 168.
    pub fn get_effective_time(&self) -> Result<Timestamp, MessageRejectErrorEnum> {
        let mut fld = field::EffectiveTimeField::new(Timestamp::UNIX_EPOCH);
        self.message.body.get_field(tag::EFFECTIVE_TIME, &mut fld.0)?;
        Ok(fld.value())
    }


    /// Returns true if `EffectiveTime` is present, Tag 168.
    pub fn has_effective_time(&self) -> bool {
        self.message.body.has(tag::EFFECTIVE_TIME)
    }




    /// Sets `ExecBroker`, Tag 76.
    pub fn set_exec_broker(&mut self, v: String) {
        self.message.body.set_field(tag::EXEC_BROKER, FIXString::from(v));
    }

    /// Gets `ExecBroker`, Tag 76.
    pub fn get_exec_broker(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::ExecBrokerField::new(String::new());
        self.message.body.get_field(tag::EXEC_BROKER, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `ExecBroker` is present, Tag 76.
    pub fn has_exec_broker(&self) -> bool {
        self.message.body.has(tag::EXEC_BROKER)
    }




    /// Sets `LastMkt`, Tag 30.
    pub fn set_last_mkt(&mut self, v: String) {
        self.message.body.set_field(tag::LAST_MKT, FIXString::from(v));
    }

    /// Gets `LastMkt`, Tag 30.
    pub fn get_last_mkt(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::LastMktField::new(String::new());
        self.message.body.get_field(tag::LAST_MKT, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `LastMkt` is present, Tag 30.
    pub fn has_last_mkt(&self) -> bool {
        self.message.body.has(tag::LAST_MKT)
    }




    /// Sets `SecuritySettlAgentAcctName`, Tag 179.
    pub fn set_security_settl_agent_acct_name(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_ACCT_NAME, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentAcctName`, Tag 179.
    pub fn get_security_settl_agent_acct_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentAcctNameField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_ACCT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentAcctName` is present, Tag 179.
    pub fn has_security_settl_agent_acct_name(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_ACCT_NAME)
    }




    /// Sets `SecuritySettlAgentAcctNum`, Tag 178.
    pub fn set_security_settl_agent_acct_num(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_ACCT_NUM, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentAcctNum`, Tag 178.
    pub fn get_security_settl_agent_acct_num(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentAcctNumField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_ACCT_NUM, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentAcctNum` is present, Tag 178.
    pub fn has_security_settl_agent_acct_num(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_ACCT_NUM)
    }




    /// Sets `SecuritySettlAgentCode`, Tag 177.
    pub fn set_security_settl_agent_code(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_CODE, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentCode`, Tag 177.
    pub fn get_security_settl_agent_code(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentCodeField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_CODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentCode` is present, Tag 177.
    pub fn has_security_settl_agent_code(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_CODE)
    }




    /// Sets `SecuritySettlAgentContactName`, Tag 180.
    pub fn set_security_settl_agent_contact_name(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_CONTACT_NAME, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentContactName`, Tag 180.
    pub fn get_security_settl_agent_contact_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentContactNameField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_CONTACT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentContactName` is present, Tag 180.
    pub fn has_security_settl_agent_contact_name(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_CONTACT_NAME)
    }




    /// Sets `SecuritySettlAgentContactPhone`, Tag 181.
    pub fn set_security_settl_agent_contact_phone(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_CONTACT_PHONE, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentContactPhone`, Tag 181.
    pub fn get_security_settl_agent_contact_phone(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentContactPhoneField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_CONTACT_PHONE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentContactPhone` is present, Tag 181.
    pub fn has_security_settl_agent_contact_phone(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_CONTACT_PHONE)
    }




    /// Sets `SecuritySettlAgentName`, Tag 176.
    pub fn set_security_settl_agent_name(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_SETTL_AGENT_NAME, FIXString::from(v));
    }

    /// Gets `SecuritySettlAgentName`, Tag 176.
    pub fn get_security_settl_agent_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecuritySettlAgentNameField::new(String::new());
        self.message.body.get_field(tag::SECURITY_SETTL_AGENT_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecuritySettlAgentName` is present, Tag 176.
    pub fn has_security_settl_agent_name(&self) -> bool {
        self.message.body.has(tag::SECURITY_SETTL_AGENT_NAME)
    }




    /// Sets `SecurityType`, Tag 167.
    pub fn set_security_type(&mut self, v: String) {
        self.message.body.set_field(tag::SECURITY_TYPE, FIXString::from(v));
    }

    /// Gets `SecurityType`, Tag 167.
    pub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SecurityTypeField::new(String::new());
        self.message.body.get_field(tag::SECURITY_TYPE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SecurityType` is present, Tag 167.
    pub fn has_security_type(&self) -> bool {
        self.message.body.has(tag::SECURITY_TYPE)
    }




    /// Sets `SettlBrkrCode`, Tag 174.
    pub fn set_settl_brkr_code(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_BRKR_CODE, FIXString::from(v));
    }

    /// Gets `SettlBrkrCode`, Tag 174.
    pub fn get_settl_brkr_code(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlBrkrCodeField::new(String::new());
        self.message.body.get_field(tag::SETTL_BRKR_CODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlBrkrCode` is present, Tag 174.
    pub fn has_settl_brkr_code(&self) -> bool {
        self.message.body.has(tag::SETTL_BRKR_CODE)
    }




    /// Sets `SettlDeliveryType`, Tag 172.
    pub fn set_settl_delivery_type(&mut self, v: isize) {
        self.message.body.set_field(tag::SETTL_DELIVERY_TYPE, fixer::fix_int::FIXInt::from(v));
    }

    /// Gets `SettlDeliveryType`, Tag 172.
    pub fn get_settl_delivery_type(&self) -> Result<isize, MessageRejectErrorEnum> {
        let mut fld = field::SettlDeliveryTypeField::new(0);
        self.message.body.get_field(tag::SETTL_DELIVERY_TYPE, &mut fld.0)?;
        Ok(fld.value())
    }


    /// Returns true if `SettlDeliveryType` is present, Tag 172.
    pub fn has_settl_delivery_type(&self) -> bool {
        self.message.body.has(tag::SETTL_DELIVERY_TYPE)
    }




    /// Sets `SettlDepositoryCode`, Tag 173.
    pub fn set_settl_depository_code(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_DEPOSITORY_CODE, FIXString::from(v));
    }

    /// Gets `SettlDepositoryCode`, Tag 173.
    pub fn get_settl_depository_code(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlDepositoryCodeField::new(String::new());
        self.message.body.get_field(tag::SETTL_DEPOSITORY_CODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlDepositoryCode` is present, Tag 173.
    pub fn has_settl_depository_code(&self) -> bool {
        self.message.body.has(tag::SETTL_DEPOSITORY_CODE)
    }




    /// Sets `SettlInstCode`, Tag 175.
    pub fn set_settl_inst_code(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_CODE, FIXString::from(v));
    }

    /// Gets `SettlInstCode`, Tag 175.
    pub fn get_settl_inst_code(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstCodeField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_CODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstCode` is present, Tag 175.
    pub fn has_settl_inst_code(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_CODE)
    }




    /// Sets `SettlInstID`, Tag 162.
    pub fn set_settl_inst_id(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_ID, FIXString::from(v));
    }

    /// Gets `SettlInstID`, Tag 162.
    pub fn get_settl_inst_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstIDField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstID` is present, Tag 162.
    pub fn has_settl_inst_id(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_ID)
    }




    /// Sets `SettlInstMode`, Tag 160.
    pub fn set_settl_inst_mode(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_MODE, FIXString::from(v));
    }

    /// Gets `SettlInstMode`, Tag 160.
    pub fn get_settl_inst_mode(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstModeField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_MODE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstMode` is present, Tag 160.
    pub fn has_settl_inst_mode(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_MODE)
    }




    /// Sets `SettlInstRefID`, Tag 214.
    pub fn set_settl_inst_ref_id(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_REF_ID, FIXString::from(v));
    }

    /// Gets `SettlInstRefID`, Tag 214.
    pub fn get_settl_inst_ref_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstRefIDField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_REF_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstRefID` is present, Tag 214.
    pub fn has_settl_inst_ref_id(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_REF_ID)
    }




    /// Sets `SettlInstSource`, Tag 165.
    pub fn set_settl_inst_source(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_SOURCE, FIXString::from(v));
    }

    /// Gets `SettlInstSource`, Tag 165.
    pub fn get_settl_inst_source(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstSourceField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_SOURCE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstSource` is present, Tag 165.
    pub fn has_settl_inst_source(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_SOURCE)
    }




    /// Sets `SettlInstTransType`, Tag 163.
    pub fn set_settl_inst_trans_type(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_INST_TRANS_TYPE, FIXString::from(v));
    }

    /// Gets `SettlInstTransType`, Tag 163.
    pub fn get_settl_inst_trans_type(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlInstTransTypeField::new(String::new());
        self.message.body.get_field(tag::SETTL_INST_TRANS_TYPE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlInstTransType` is present, Tag 163.
    pub fn has_settl_inst_trans_type(&self) -> bool {
        self.message.body.has(tag::SETTL_INST_TRANS_TYPE)
    }




    /// Sets `SettlLocation`, Tag 166.
    pub fn set_settl_location(&mut self, v: String) {
        self.message.body.set_field(tag::SETTL_LOCATION, FIXString::from(v));
    }

    /// Gets `SettlLocation`, Tag 166.
    pub fn get_settl_location(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SettlLocationField::new(String::new());
        self.message.body.get_field(tag::SETTL_LOCATION, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `SettlLocation` is present, Tag 166.
    pub fn has_settl_location(&self) -> bool {
        self.message.body.has(tag::SETTL_LOCATION)
    }




    /// Sets `Side`, Tag 54.
    pub fn set_side(&mut self, v: String) {
        self.message.body.set_field(tag::SIDE, FIXString::from(v));
    }

    /// Gets `Side`, Tag 54.
    pub fn get_side(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::SideField::new(String::new());
        self.message.body.get_field(tag::SIDE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `Side` is present, Tag 54.
    pub fn has_side(&self) -> bool {
        self.message.body.has(tag::SIDE)
    }




    /// Sets `StandInstDbID`, Tag 171.
    pub fn set_stand_inst_db_id(&mut self, v: String) {
        self.message.body.set_field(tag::STAND_INST_DB_ID, FIXString::from(v));
    }

    /// Gets `StandInstDbID`, Tag 171.
    pub fn get_stand_inst_db_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::StandInstDbIDField::new(String::new());
        self.message.body.get_field(tag::STAND_INST_DB_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `StandInstDbID` is present, Tag 171.
    pub fn has_stand_inst_db_id(&self) -> bool {
        self.message.body.has(tag::STAND_INST_DB_ID)
    }




    /// Sets `StandInstDbName`, Tag 170.
    pub fn set_stand_inst_db_name(&mut self, v: String) {
        self.message.body.set_field(tag::STAND_INST_DB_NAME, FIXString::from(v));
    }

    /// Gets `StandInstDbName`, Tag 170.
    pub fn get_stand_inst_db_name(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::StandInstDbNameField::new(String::new());
        self.message.body.get_field(tag::STAND_INST_DB_NAME, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `StandInstDbName` is present, Tag 170.
    pub fn has_stand_inst_db_name(&self) -> bool {
        self.message.body.has(tag::STAND_INST_DB_NAME)
    }




    /// Sets `StandInstDbType`, Tag 169.
    pub fn set_stand_inst_db_type(&mut self, v: isize) {
        self.message.body.set_field(tag::STAND_INST_DB_TYPE, fixer::fix_int::FIXInt::from(v));
    }

    /// Gets `StandInstDbType`, Tag 169.
    pub fn get_stand_inst_db_type(&self) -> Result<isize, MessageRejectErrorEnum> {
        let mut fld = field::StandInstDbTypeField::new(0);
        self.message.body.get_field(tag::STAND_INST_DB_TYPE, &mut fld.0)?;
        Ok(fld.value())
    }


    /// Returns true if `StandInstDbType` is present, Tag 169.
    pub fn has_stand_inst_db_type(&self) -> bool {
        self.message.body.has(tag::STAND_INST_DB_TYPE)
    }




    /// Sets `TradeDate`, Tag 75.
    pub fn set_trade_date(&mut self, v: String) {
        self.message.body.set_field(tag::TRADE_DATE, FIXString::from(v));
    }

    /// Gets `TradeDate`, Tag 75.
    pub fn get_trade_date(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::TradeDateField::new(String::new());
        self.message.body.get_field(tag::TRADE_DATE, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `TradeDate` is present, Tag 75.
    pub fn has_trade_date(&self) -> bool {
        self.message.body.has(tag::TRADE_DATE)
    }




    /// Sets `TradingSessionID`, Tag 336.
    pub fn set_trading_session_id(&mut self, v: String) {
        self.message.body.set_field(tag::TRADING_SESSION_ID, FIXString::from(v));
    }

    /// Gets `TradingSessionID`, Tag 336.
    pub fn get_trading_session_id(&self) -> Result<String, MessageRejectErrorEnum> {
        let mut fld = field::TradingSessionIDField::new(String::new());
        self.message.body.get_field(tag::TRADING_SESSION_ID, &mut fld.0)?;
        Ok(fld.value().to_string())
    }


    /// Returns true if `TradingSessionID` is present, Tag 336.
    pub fn has_trading_session_id(&self) -> bool {
        self.message.body.has(tag::TRADING_SESSION_ID)
    }




    /// Sets `TransactTime`, Tag 60.
    pub fn set_transact_time(&mut self, v: Timestamp) {
        self.message.body.set_field(tag::TRANSACT_TIME, fixer::fix_utc_timestamp::FIXUTCTimestamp {
            time: v,
            precision: fixer::fix_utc_timestamp::TimestampPrecision::Millis,
        });
    }

    /// Gets `TransactTime`, Tag 60.
    pub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum> {
        let mut fld = field::TransactTimeField::new(Timestamp::UNIX_EPOCH);
        self.message.body.get_field(tag::TRANSACT_TIME, &mut fld.0)?;
        Ok(fld.value())
    }


    /// Returns true if `TransactTime` is present, Tag 60.
    pub fn has_transact_time(&self) -> bool {
        self.message.body.has(tag::TRANSACT_TIME)
    }


}

/// `RouteOut` is the callback type for routing `SettlementInstructions` messages.
pub type RouteOut = fn(msg: SettlementInstructions, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;

/// Route type returned by the `route` function.
pub type Route = (&'static str, &'static str, Box<dyn Fn(&Message, SessionID) -> Result<(), MessageRejectErrorEnum> + Send>);

/// Returns the begin string, message type, and route function for `SettlementInstructions`.
pub fn route(router: RouteOut) -> Route {
    let r = move |msg: &Message, session_id: SessionID| -> Result<(), MessageRejectErrorEnum> {
        router(SettlementInstructions::from_message(msg.clone()), session_id)
    };
    ("FIX.4.2", "T", Box::new(r))
}