@@ -34,9 +34,49 @@ public class QuoteCb implements Quote {
34
34
private ObjectId _id ;
35
35
@ Indexed (name = "QuoteCb-createdAt" )
36
36
@ JsonProperty
37
- private Date createdAt = new Date ();
37
+ private Date createdAt = new Date ();
38
+ @ JsonProperty ("DYP" )
39
+ private BigDecimal dyp = BigDecimal .ZERO ;
40
+ @ JsonProperty ("POND" )
41
+ private BigDecimal pond = BigDecimal .ZERO ;
42
+ @ JsonProperty ("TIME" )
43
+ private BigDecimal time = BigDecimal .ZERO ;
44
+ @ JsonProperty ("DAR" )
45
+ private BigDecimal dar = BigDecimal .ZERO ;
46
+ @ JsonProperty ("C98" )
47
+ private BigDecimal c98 = BigDecimal .ZERO ;
48
+ @ JsonProperty ("BIT" )
49
+ private BigDecimal bit = BigDecimal .ZERO ;
50
+ @ JsonProperty ("FIS" )
51
+ private BigDecimal fis = BigDecimal .ZERO ;
52
+ @ JsonProperty ("DEXT" )
53
+ private BigDecimal dext = BigDecimal .ZERO ;
54
+ @ JsonProperty ("ALEPH" )
55
+ private BigDecimal aleph = BigDecimal .ZERO ;
56
+ @ JsonProperty ("FORT" )
57
+ private BigDecimal fort = BigDecimal .ZERO ;
58
+ @ JsonProperty ("ELA" )
59
+ private BigDecimal ela = BigDecimal .ZERO ;
60
+ @ JsonProperty ("DREP" )
61
+ private BigDecimal drep = BigDecimal .ZERO ;
62
+ @ JsonProperty ("MUSE" )
63
+ private BigDecimal muse = BigDecimal .ZERO ;
64
+ @ JsonProperty ("INDEX" )
65
+ private BigDecimal index = BigDecimal .ZERO ;
66
+ @ JsonProperty ("WAMPL" )
67
+ private BigDecimal wampl = BigDecimal .ZERO ;
68
+ @ JsonProperty ("MATH" )
69
+ private BigDecimal math = BigDecimal .ZERO ;
70
+ @ JsonProperty ("JUP" )
71
+ private BigDecimal jup = BigDecimal .ZERO ;
72
+ @ JsonProperty ("HOPR" )
73
+ private BigDecimal hopr = BigDecimal .ZERO ;
38
74
@ JsonProperty ("AED" )
39
- private BigDecimal aed = BigDecimal .ZERO ;
75
+ private BigDecimal aed = BigDecimal .ZERO ;
76
+ @ JsonProperty ("PRQ" )
77
+ private BigDecimal prq = BigDecimal .ZERO ;
78
+ @ JsonProperty ("ATA" )
79
+ private BigDecimal ata = BigDecimal .ZERO ;
40
80
@ JsonProperty ("AFN" )
41
81
private BigDecimal afn = BigDecimal .ZERO ;
42
82
@ JsonProperty ("ALL" )
@@ -3652,4 +3692,164 @@ public String toString() {
3652
3692
+ ", flow=" + flow + ", sand=" + sand + ", op=" + op + ", ksm=" + ksm + "]" ;
3653
3693
}
3654
3694
3695
+ public BigDecimal getAta () {
3696
+ return ata ;
3697
+ }
3698
+
3699
+ public void setAta (BigDecimal ata ) {
3700
+ this .ata = ata ;
3701
+ }
3702
+
3703
+ public BigDecimal getPrq () {
3704
+ return prq ;
3705
+ }
3706
+
3707
+ public void setPrq (BigDecimal prq ) {
3708
+ this .prq = prq ;
3709
+ }
3710
+
3711
+ public BigDecimal getHopr () {
3712
+ return hopr ;
3713
+ }
3714
+
3715
+ public void setHopr (BigDecimal hopr ) {
3716
+ this .hopr = hopr ;
3717
+ }
3718
+
3719
+ public BigDecimal getJup () {
3720
+ return jup ;
3721
+ }
3722
+
3723
+ public void setJup (BigDecimal jup ) {
3724
+ this .jup = jup ;
3725
+ }
3726
+
3727
+ public BigDecimal getMath () {
3728
+ return math ;
3729
+ }
3730
+
3731
+ public void setMath (BigDecimal math ) {
3732
+ this .math = math ;
3733
+ }
3734
+
3735
+ public BigDecimal getWampl () {
3736
+ return wampl ;
3737
+ }
3738
+
3739
+ public void setWampl (BigDecimal wampl ) {
3740
+ this .wampl = wampl ;
3741
+ }
3742
+
3743
+ public BigDecimal getIndex () {
3744
+ return index ;
3745
+ }
3746
+
3747
+ public void setIndex (BigDecimal index ) {
3748
+ this .index = index ;
3749
+ }
3750
+
3751
+ public BigDecimal getMuse () {
3752
+ return muse ;
3753
+ }
3754
+
3755
+ public void setMuse (BigDecimal muse ) {
3756
+ this .muse = muse ;
3757
+ }
3758
+
3759
+ public BigDecimal getDrep () {
3760
+ return drep ;
3761
+ }
3762
+
3763
+ public void setDrep (BigDecimal drep ) {
3764
+ this .drep = drep ;
3765
+ }
3766
+
3767
+ public BigDecimal getEla () {
3768
+ return ela ;
3769
+ }
3770
+
3771
+ public void setEla (BigDecimal ela ) {
3772
+ this .ela = ela ;
3773
+ }
3774
+
3775
+ public BigDecimal getFort () {
3776
+ return fort ;
3777
+ }
3778
+
3779
+ public void setFort (BigDecimal fort ) {
3780
+ this .fort = fort ;
3781
+ }
3782
+
3783
+ public BigDecimal getDext () {
3784
+ return dext ;
3785
+ }
3786
+
3787
+ public void setDext (BigDecimal dext ) {
3788
+ this .dext = dext ;
3789
+ }
3790
+
3791
+ public BigDecimal getAleph () {
3792
+ return aleph ;
3793
+ }
3794
+
3795
+ public void setAleph (BigDecimal aleph ) {
3796
+ this .aleph = aleph ;
3797
+ }
3798
+
3799
+ public BigDecimal getFis () {
3800
+ return fis ;
3801
+ }
3802
+
3803
+ public void setFis (BigDecimal fis ) {
3804
+ this .fis = fis ;
3805
+ }
3806
+
3807
+ public BigDecimal getBit () {
3808
+ return bit ;
3809
+ }
3810
+
3811
+ public void setBit (BigDecimal bit ) {
3812
+ this .bit = bit ;
3813
+ }
3814
+
3815
+ public BigDecimal getC98 () {
3816
+ return c98 ;
3817
+ }
3818
+
3819
+ public void setC98 (BigDecimal c98 ) {
3820
+ this .c98 = c98 ;
3821
+ }
3822
+
3823
+ public BigDecimal getDar () {
3824
+ return dar ;
3825
+ }
3826
+
3827
+ public void setDar (BigDecimal dar ) {
3828
+ this .dar = dar ;
3829
+ }
3830
+
3831
+ public BigDecimal getTime () {
3832
+ return time ;
3833
+ }
3834
+
3835
+ public void setTime (BigDecimal time ) {
3836
+ this .time = time ;
3837
+ }
3838
+
3839
+ public BigDecimal getPond () {
3840
+ return pond ;
3841
+ }
3842
+
3843
+ public void setPond (BigDecimal pond ) {
3844
+ this .pond = pond ;
3845
+ }
3846
+
3847
+ public BigDecimal getDyp () {
3848
+ return dyp ;
3849
+ }
3850
+
3851
+ public void setDyp (BigDecimal dyp ) {
3852
+ this .dyp = dyp ;
3853
+ }
3854
+
3655
3855
}
0 commit comments